CityVilleBot (Project DEVIL)


Join the forum, it's quick and easy

CityVilleBot (Project DEVIL)
CityVilleBot (Project DEVIL)
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Try LilyCity HD, it's a real cityville clone
Cityville new updates, here are the files to change - Page 6 EmptyMon Apr 20, 2015 1:52 pm by ertyanna

» expansions cityville hack new 12/12/15
Cityville new updates, here are the files to change - Page 6 EmptySat Feb 14, 2015 9:52 pm by nico

» Biohazard Problem Expansion
Cityville new updates, here are the files to change - Page 6 EmptySat Nov 08, 2014 3:12 pm by CV FO LIFE

» CAN SOMEONE HELP ME?
Cityville new updates, here are the files to change - Page 6 EmptySat Nov 08, 2014 3:09 pm by CV FO LIFE

» hello friends i have new update of cv bot project devil 1.10 update (2.01)
Cityville new updates, here are the files to change - Page 6 EmptySat Nov 01, 2014 12:59 pm by Blue Angel

» [Resolved] codebase-php Error
Cityville new updates, here are the files to change - Page 6 EmptySun Oct 12, 2014 7:22 am by nico

» -_- Which bot is now working ????
Cityville new updates, here are the files to change - Page 6 EmptyThu Oct 09, 2014 7:06 pm by lobobpf6

» bot 1.2 does nt work
Cityville new updates, here are the files to change - Page 6 EmptySun Aug 10, 2014 1:00 am by nathaliafariass

» COMO FUNCIONA
Cityville new updates, here are the files to change - Page 6 EmptySun Aug 10, 2014 12:38 am by nathaliafariass

Affiliates
free forum


Cityville new updates, here are the files to change

+75
keop
dinos
majeferdi
doctorc2
AnaLopez
asproef
Adnel
ct2plus
dreamerdz
ashishjain
abhishekjain
suebarron
pepecoi
charly512tr
isarun
mesuhail
demian.kinley
MAN831
tHc
darksanta
Mike1964
mac64
redjoker68
CaranaLynn
1soni
noodlz
Skater1
ross207
AQIROCK
kennydeluxe
eswe7
aztecatarasco
Little Todd
Escaja
mns
novesia
serafimovaelena
beckyjane4
jpm171186
espiaobr
Cridymon
jessi1
Marilou
mcmaster
theclarets1969
Mikael
esserr1
andoreto
MissQueenzz
Kous92
madmaca
boulou
midnight
JeanetteP
eliasia
xoriguer
luudje
sameer4u11
mimika
lacrima08
ertyanna
Elliken
mali-juergen@gmx.de
deniro
dimi26a
kurti_dm
u.k productions
colinpritham
CangryMan
tigerville
wyzco
prince2phor
-Iwan-
kpc29160
79 posters

Page 6 of 7 Previous  1, 2, 3, 4, 5, 6, 7  Next

Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  isarun Sun Aug 12, 2012 4:38 pm

demian.kinley wrote:deinstall & clean every botfiles incl. old foldes..

install the actually (corrected) devil bot in a root directory eg: D:\ ........

i think, this will work..

you must have this version too !!

[You must be registered and logged in to see this link.]


do what you said, deinstall the bot, re install the bot (from page 1, july 2012), install the folder code database and amf, but it doesnt work, here is the message:

you have something forget,, install the actually (corrected) version !!!

Install the version from July, (right) but they isn't okay since yesterday,!!!! so you must change after install with the new FIX,, i gave you 2 links in the top..

when you not sure to do it, ask a good friend, to help you..

more, can i do not for you in the moment..

ok ok ok , that what i do (install your link) but something wrong...... i will look for help, thank you for yours

isarun

Posts : 24
Points : 34
Join date : 2012-07-15

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty it works

Post  ashishjain Sun Aug 12, 2012 5:40 pm

do the following changes and it works



MakeAMF.php

CODE:

Line 57 :
$bod->_value[0]['flashRevision'] = (int)$data['flashRevision'];

replace with :
$bod->_value[0]['flashRevision'] = $data['flashRevision'];


codebase-php\BotClass.php
CODE:

Line 381 :
$arr['flashRevision'] = (int)$this->flashRevision;

replace with :
$arr['flashRevision'] = $this->flashRevision;


if you have this : Plugins\++unUsed++\Multi\Hooks.php
CODE:

Line 471 :
if ((int)$data['GameVersion'] == (int)$bot->flashRevision)

replace with :
if ($data['GameVersion'] == $bot->flashRevision)


if you have this : Plugins\Multi\Hooks.php
CODE:

Line 471 :
if ((int)$data['GameVersion'] == (int)$bot->flashRevision)

replace with :
if ($data['GameVersion'] == $bot->flashRevision)


ashishjain

Posts : 8
Points : 8
Join date : 2012-07-26

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  isarun Sun Aug 12, 2012 7:27 pm

ashishjain wrote:do the following changes and it works



MakeAMF.php

CODE:

Line 57 :
$bod->_value[0]['flashRevision'] = (int)$data['flashRevision'];

replace with :
$bod->_value[0]['flashRevision'] = $data['flashRevision'];


codebase-php\BotClass.php
CODE:

Line 381 :
$arr['flashRevision'] = (int)$this->flashRevision;

replace with :
$arr['flashRevision'] = $this->flashRevision;


if you have this : Plugins\++unUsed++\Multi\Hooks.php
CODE:

Line 471 :
if ((int)$data['GameVersion'] == (int)$bot->flashRevision)

replace with :
if ($data['GameVersion'] == $bot->flashRevision)


if you have this : Plugins\Multi\Hooks.php
CODE:

Line 471 :
if ((int)$data['GameVersion'] == (int)$bot->flashRevision)

replace with :
if ($data['GameVersion'] == $bot->flashRevision)

i probably do something wrong but i dont know what, sorry, thank you for help nut do not work for me.... pale

isarun

Posts : 24
Points : 34
Join date : 2012-07-15

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Thank you so much ashishjaim

Post  dreamerdz Sun Aug 12, 2012 8:30 pm

I made the changes you suggested and my bot is working : ) Thank you.

dreamerdz

Posts : 1
Points : 1
Join date : 2011-10-30

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty where are the last version to downdload?

Post  ct2plus Sun Aug 12, 2012 10:43 pm

Hi

Thanks for the fix. I installed, but dont work.
Maybe I dont have the last version installed.
Where I can find it?


this is the error received

BOT IS STOPED.
PHP Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
PHP Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
èBot Init [Phase 2]

thanks


Last edited by ct2plus on Sun Aug 12, 2012 10:48 pm; edited 1 time in total (Reason for editing : include more information)

ct2plus

Posts : 4
Points : 4
Join date : 2012-05-10

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  Little Todd Sun Aug 12, 2012 10:56 pm

ct2plus wrote:Hi

Thanks for the fix. I installed, but dont work.
Maybe I dont have the last version installed.
Where I can find it?


this is the error received

BOT IS STOPED.
PHP Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
PHP Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Program Files (x86)\CVBot - Project DEVIL\codebase-php\BotClass.php on line 287
èBot Init [Phase 2]

thanks

I really bothers me that people are too lazy to read.

If you had read this thread, you would have the solution to your problem.

I have no desire to repeat myself over and over, so I suggest you take the time to help yourself and quit expecting others to do all the work for you.

I will tell you this...... Read page 7 of this thread.

Little Todd

Posts : 409
Points : 425
Join date : 2012-02-23

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Changes in CV Bot Devil

Post  Adnel Sun Aug 12, 2012 11:47 pm

Made the changes you suggested and my bot is working Very Happy Thank you!!!!

Adnel

Posts : 2
Points : 2
Join date : 2012-08-11

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  isarun Mon Aug 13, 2012 6:41 am

by the changement it doesnt work (for me, perhaps i had a differnt version ??!!) BUT there is a link for a new version totally modified and it's work, go to the topic for a new install (post by khb90)

thank you for all Very Happy

isarun

Posts : 24
Points : 34
Join date : 2012-07-15

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  asproef Mon Aug 13, 2012 8:58 am

thanks about updated files to makes bot work again

asproef

Posts : 164
Points : 262
Join date : 2011-10-14

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty whats that ?

Post  kennydeluxe Mon Aug 13, 2012 9:19 am

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in C:\CVBot - Project DEVIL 1.10. - 11.07.12\amfphp\core\amf\io\AMFDeserializer.php on line 441
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in C:\CVBot - Project DEVIL 1.10. - 11.07.12\amfphp\core\amf\io\AMFDeserializer.php on line 441

Shocked

kennydeluxe

Posts : 4
Points : 4
Join date : 2012-02-23

https://www.facebook.com/kenny.cvonly

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty error:(10) there is a new version of the game released. yours:7 mine:7e8f5a8

Post  AnaLopez Mon Aug 13, 2012 2:30 pm

Made the changes you suggested and my bot now is working !! Thank you!!!!

AnaLopez

Posts : 1
Points : 1
Join date : 2012-08-13

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty help with changes

Post  beckyjane4 Mon Aug 13, 2012 4:21 pm

how do we change the files in devil bot plz explain ty xxxxxxxxx

beckyjane4

Posts : 65
Points : 107
Join date : 2012-07-16
Age : 57
Location : darlington

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty :(

Post  doctorc2 Mon Aug 13, 2012 7:28 pm

I have the same error!!! and I copied and pasted the new files in their folders.... Sad


[14:23:59]BOT IS STOPED.
[14:23:59]PHP Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:59]PHP Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:58]Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:58]Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:58]èBot Init [Phase 2]
[14:23:58] Coins: 23495455487 Goods: 197165/61200 PremGoods: 26478/33400 Energy: 5820084
[14:23:48]Loading Main World
[14:23:45]Loading Downtown World
[14:23:33]Loading configuration...
[14:23:24]> Download done.
[14:23:24]# Downloading effectsConfig.xml
[14:23:24]> Decompressing done.
[14:23:24]> Download done.
[14:23:21]# Downloading en_US.xml.z
[14:23:21]> Decompressing done.
[14:23:20]> Download done.
[14:23:20]> Downloaded 1 MB
[14:23:15]# Downloading gameSettings.xml.z
[14:23:15]UpdateXML
[14:23:15]èBot Init [Phase 1]
[14:23:13]_
[14:23:13]BOT IS RUNNING.
[14:23:12]AMF Data Saved
[14:22:46]Headers Saved.
[14:22:46]BUILDING AMF DATA
[14:20:46]WAITING AMF DATA.
[14:20:27]Auto Run is Deactivate.
Windows Firewall is OFF

doctorc2

Posts : 9
Points : 9
Join date : 2011-12-19

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  Little Todd Mon Aug 13, 2012 7:55 pm

doctorc2 wrote:I have the same error!!! and I copied and pasted the new files in their folders.... Sad


[14:23:59]BOT IS STOPED.
[14:23:59]PHP Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:59]PHP Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:58]Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:58]Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[14:23:58]èBot Init [Phase 2]
[14:23:58] Coins: 23495455487 Goods: 197165/61200 PremGoods: 26478/33400 Energy: 5820084
[14:23:48]Loading Main World
[14:23:45]Loading Downtown World
[14:23:33]Loading configuration...
[14:23:24]> Download done.
[14:23:24]# Downloading effectsConfig.xml
[14:23:24]> Decompressing done.
[14:23:24]> Download done.
[14:23:21]# Downloading en_US.xml.z
[14:23:21]> Decompressing done.
[14:23:20]> Download done.
[14:23:20]> Downloaded 1 MB
[14:23:15]# Downloading gameSettings.xml.z
[14:23:15]UpdateXML
[14:23:15]èBot Init [Phase 1]
[14:23:13]_
[14:23:13]BOT IS RUNNING.
[14:23:12]AMF Data Saved
[14:22:46]Headers Saved.
[14:22:46]BUILDING AMF DATA
[14:20:46]WAITING AMF DATA.
[14:20:27]Auto Run is Deactivate.
Windows Firewall is OFF

Try actually reading this thread. The solution to your problem is there.

Little Todd

Posts : 409
Points : 425
Join date : 2012-02-23

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  majeferdi Mon Aug 13, 2012 11:25 pm

Excellent Job ! Thanks

majeferdi

Posts : 10
Points : 10
Join date : 2012-07-17

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Mistake continues :(

Post  doctorc2 Tue Aug 14, 2012 12:17 am


[19:14:22]BOT IS STOPED.
[19:14:22]PHP Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:22]PHP Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]èBot Init [Phase 2]
[19:14:21] Coins: 7000 Goods: 100/715 PremGoods: 0/2000 Energy: 12
[19:14:20]Loading Main World
[19:14:17]Loading Downtown World
[19:14:16]Loading configuration...
[19:14:00]> Download done.

doctorc2

Posts : 9
Points : 9
Join date : 2011-12-19

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  Little Todd Tue Aug 14, 2012 12:27 am

doctorc2 wrote:
[19:14:22]BOT IS STOPED.
[19:14:22]PHP Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:22]PHP Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]èBot Init [Phase 2]
[19:14:21] Coins: 7000 Goods: 100/715 PremGoods: 0/2000 Energy: 12
[19:14:20]Loading Main World
[19:14:17]Loading Downtown World
[19:14:16]Loading configuration...
[19:14:00]> Download done.

Sorry you didn't like the first response you got.

But posting the same error again, will only get you the same response.

Nobody here is going to help those who choose not to help themselves.

Read this thread to get the solution to your problem.

Little Todd

Posts : 409
Points : 425
Join date : 2012-02-23

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  AQIROCK Tue Aug 14, 2012 1:16 am

doctorc2 wrote:
[19:14:22]BOT IS STOPED.
[19:14:22]PHP Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:22]PHP Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]Fatal error: require_once(): Failed opening required 'codebase-php/xmlItems_class.php' (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]Warning: require_once(codebase-php/xmlItems_class.php): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\codebase-php\BotClass.php on line 287
[19:14:21]èBot Init [Phase 2]
[19:14:21] Coins: 7000 Goods: 100/715 PremGoods: 0/2000 Energy: 12
[19:14:20]Loading Main World
[19:14:17]Loading Downtown World
[19:14:16]Loading configuration...
[19:14:00]> Download done.

read page 2 about the error and page 1 the starter of thread is the solution
AQIROCK
AQIROCK

Posts : 426
Points : 448
Join date : 2011-12-11
Age : 42

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Thanks!!!

Post  doctorc2 Tue Aug 14, 2012 3:07 am

Thank you!!! the answer to my problem was with page 6.


edit:
have addly changed this in the botclass.php - now it works for me
287 //require_once("codebase-php/xmlItems_class.php");
288 //$this->xi = new xmlItems();
289 //$this->SendMsg('Updating xml Items');
290 //$this->xi->UpdateItems($this);

Great Job!!!

doctorc2

Posts : 9
Points : 9
Join date : 2011-12-19

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  Little Todd Tue Aug 14, 2012 3:09 am

doctorc2 wrote:Thank you!!! the answer to my problem was with page 6.


edit:
have addly changed this in the botclass.php - now it works for me
287 //require_once("codebase-php/xmlItems_class.php");
288 //$this->xi = new xmlItems();
289 //$this->SendMsg('Updating xml Items');
290 //$this->xi->UpdateItems($this);

Great Job!!!

LOL

If you had read the whole thread, you would know, that is not a good solution. Several Plugins will be broke with that change.

Good Luck.

Little Todd

Posts : 409
Points : 425
Join date : 2012-02-23

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  <BQ> Tue Aug 14, 2012 3:17 am

Little Todd wrote:
doctorc2 wrote:Thank you!!! the answer to my problem was with page 6.


edit:
have addly changed this in the botclass.php - now it works for me
287 //require_once("codebase-php/xmlItems_class.php");
288 //$this->xi = new xmlItems();
289 //$this->SendMsg('Updating xml Items');
290 //$this->xi->UpdateItems($this);

Great Job!!!

LOL

If you had read the whole thread, you would know, that is not a good solution. Several Plugins will be broke with that change.

Good Luck.

Very Happy

nothing to say, to some guy's

<BQ>

Posts : 221
Points : 226
Join date : 2011-09-21

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Another problem!!!

Post  doctorc2 Tue Aug 14, 2012 3:26 am

Deprecated: Call-time pass-by-reference has been deprecated in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 87
Warning: include(tabber.js): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 238


Warning: include(): Failed opening 'tabber.js' for inclusion (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 238

but i don´t know how include (tabber.js) <---- and I have localizated *citymagic_class.php on line 238 *
neither i know to do * include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 238 **

HELP!!! citymagic is the amazing pluggin!!! No



doctorc2

Posts : 9
Points : 9
Join date : 2011-12-19

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  Little Todd Tue Aug 14, 2012 3:31 am

doctorc2 wrote:Deprecated: Call-time pass-by-reference has been deprecated in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 87
Warning: include(tabber.js): failed to open stream: No such file or directory in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 238


Warning: include(): Failed opening 'tabber.js' for inclusion (include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 238

but i don´t know how include (tabber.js) <---- and I have localizated *citymagic_class.php on line 238 *
neither i know to do * include_path='.;C:\php\pear;codebase-php') in C:\Users\JohnPierre\Desktop\CVBot-Project-DEVIL\CVBot-Project-DEVIL\CVBot - Project DEVIL-NoticiasCityville\Plugins\citymagic\citymagic_class.php on line 238 **

HELP!!! citymagic is the amazing pluggin!!! No



CityMagic is not supported on this forum.

You will have to find help elsewhere.

Little Todd

Posts : 409
Points : 425
Join date : 2012-02-23

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  dinos Tue Aug 14, 2012 6:03 am

I changed the files from "BotAgain" but does not work.
Cityville new updates, here are the files to change - Page 6 Scaled.php?server=689&filename=devilea

dinos

Posts : 17
Points : 19
Join date : 2012-03-02

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  keop Tue Aug 14, 2012 8:35 am

pluigin neighbors does not work!

keop

Posts : 3
Points : 3
Join date : 2012-05-05

Back to top Go down

Cityville new updates, here are the files to change - Page 6 Empty Re: Cityville new updates, here are the files to change

Post  Sponsored content


Sponsored content


Back to top Go down

Page 6 of 7 Previous  1, 2, 3, 4, 5, 6, 7  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum