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 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 EmptySat Feb 14, 2015 9:52 pm by nico

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

» CAN SOMEONE HELP ME?
Cityville new updates, here are the files to change 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 EmptySat Nov 01, 2014 12:59 pm by Blue Angel

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

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

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

» COMO FUNCIONA
Cityville new updates, here are the files to change 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 1 of 7 1, 2, 3, 4, 5, 6, 7  Next

Go down

Cityville new updates, here are the files to change Empty Cityville new updates, here are the files to change

Post  kpc29160 Sat Aug 11, 2012 1:11 pm

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)

kpc29160

Posts : 19
Points : 23
Join date : 2012-08-11
Location : french

http://www.bottinduboutdumonde.fr/

Back to top Go down

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

Post  -Iwan- Sat Aug 11, 2012 1:19 pm

cheers it works cheers

-Iwan-

Posts : 28
Points : 40
Join date : 2012-02-04

Back to top Go down

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

Post  prince2phor Sat Aug 11, 2012 1:26 pm

works fine ! great job ! many thanks

prince2phor

Posts : 10
Points : 18
Join date : 2012-05-24

Back to top Go down

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

Post  wyzco Sat Aug 11, 2012 1:32 pm

I Confirm aswell.. thanks Smile
wyzco
wyzco

Posts : 41
Points : 59
Join date : 2011-10-02
Location : Jamaica

Back to top Go down

Cityville new updates, here are the files to change Empty where to change in AMF.PHP there is many folders there plz tell :)

Post  tigerville Sat Aug 11, 2012 1:39 pm

kpc29160 wrote: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)

tigerville

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

Back to top Go down

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

Post  CangryMan Sat Aug 11, 2012 1:39 pm

kpc29160 wrote: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)


the bot works again thanks to kpc29160 cheers you rock!!!

Here a zip for the not advanced users

replace these files in the folder corresponding....

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


CangryMan
CangryMan

Posts : 166
Points : 212
Join date : 2012-03-12
Location : Jupiter

Back to top Go down

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

Post  colinpritham Sat Aug 11, 2012 1:43 pm

thanx.........works fine...
colinpritham
colinpritham

Posts : 46
Points : 48
Join date : 2011-09-29

Back to top Go down

Cityville new updates, here are the files to change Empty Great

Post  u.k productions Sat Aug 11, 2012 1:46 pm

CangryMan wrote:
kpc29160 wrote: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)


the bot works again thanks to kpc29160 cheers you rock!!!

Here a zip for the not advanced users

replace these files in the folder corresponding....

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



You are a great man cngry man and a wise man kpc
u.k productions
u.k productions

Posts : 134
Points : 214
Join date : 2012-07-17
Age : 27
Location : West

http://urbankidsproductions.blogspot.com

Back to top Go down

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

Post  kurti_dm Sat Aug 11, 2012 1:51 pm

cheers cheers cheers

greetz Smile
kurti_dm
kurti_dm

Posts : 48
Points : 52
Join date : 2011-09-28

Back to top Go down

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

Post  dimi26a Sat Aug 11, 2012 1:53 pm

good job thanks

dimi26a

Posts : 17
Points : 27
Join date : 2012-05-25

Back to top Go down

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

Post  deniro Sat Aug 11, 2012 1:55 pm

Excellent Job ! Thanks

deniro

Posts : 2
Points : 2
Join date : 2011-10-14

Back to top Go down

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

Post  mali-juergen@gmx.de Sat Aug 11, 2012 1:57 pm

[q...

...

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


[/quote]

You are a great man cngry man and a wise man kpc[/quote]

Hello, where exactly do I find this folder please?
and above all, what version is meant?
2.1? Or 2:05?
please help me


Last edited by mali-juergen@gmx.de on Sat Aug 11, 2012 2:05 pm; edited 1 time in total (Reason for editing : vorgotten)

mali-juergen@gmx.de

Posts : 6
Points : 6
Join date : 2012-02-08

Back to top Go down

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

Post  Elliken Sat Aug 11, 2012 1:58 pm

Thank you so much for repairing the bot. I felt completely lost without bot...... Laughing

Elliken

Posts : 258
Points : 268
Join date : 2012-04-10
Location : Germany

Back to top Go down

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

Post  ertyanna Sat Aug 11, 2012 2:00 pm

Thank you very much.

ertyanna

Posts : 82
Points : 94
Join date : 2011-10-28

http://greekcityville.blogspot.gr

Back to top Go down

Cityville new updates, here are the files to change Empty Not cv bot

Post  u.k productions Sat Aug 11, 2012 2:07 pm

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

...

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



You are a great man cngry man and a wise man kpc[/quote]

Hello, where exactly do I find this folder please?
and above all, what version is meant?
2.1? Or 2:05?
please help me[/quote]


its not cv bot its cvbot project devil
u.k productions
u.k productions

Posts : 134
Points : 214
Join date : 2012-07-17
Age : 27
Location : West

http://urbankidsproductions.blogspot.com

Back to top Go down

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

Post  mali-juergen@gmx.de Sat Aug 11, 2012 2:18 pm

ok thanks, i look to the "Devil"

mali-juergen@gmx.de

Posts : 6
Points : 6
Join date : 2012-02-08

Back to top Go down

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

Post  kpc29160 Sat Aug 11, 2012 2:23 pm

it is evident that these files are in this, project devil.
we are on the forum CityVilleBot (Project DEVIL) and not on the forum cvbot

kpc29160

Posts : 19
Points : 23
Join date : 2012-08-11
Location : french

http://www.bottinduboutdumonde.fr/

Back to top Go down

Cityville new updates, here are the files to change Empty very very great job

Post  lacrima08 Sat Aug 11, 2012 2:25 pm

thank you very much for these patches it's a very great thing

lacrima08

Posts : 3
Points : 3
Join date : 2012-03-18

Back to top Go down

Cityville new updates, here are the files to change Empty and goes on and on after replacing files

Post  mimika Sat Aug 11, 2012 2:26 pm

BOT IS STOPED.
PHP Fatal error: Call to undefined function AutoStart() in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php on line 12
PHP Warning: include(): Failed opening 'Zend\Config\Writer\Xml.php' for inclusion (include_path='.;C:\php\pear;codebase-php') in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php

mimika

Posts : 21
Points : 25
Join date : 2012-02-28

Back to top Go down

Cityville new updates, here are the files to change Empty Remove

Post  u.k productions Sat Aug 11, 2012 2:27 pm

mimika wrote:BOT IS STOPED.
PHP Fatal error: Call to undefined function AutoStart() in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php on line 12
PHP Warning: include(): Failed opening 'Zend\Config\Writer\Xml.php' for inclusion (include_path='.;C:\php\pear;codebase-php') in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php

Remove your profiles files
cityvilleprojectdevil profile floder files
u.k productions
u.k productions

Posts : 134
Points : 214
Join date : 2012-07-17
Age : 27
Location : West

http://urbankidsproductions.blogspot.com

Back to top Go down

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

Post  mimika Sat Aug 11, 2012 2:30 pm

where would that be? the profile files?

mimika

Posts : 21
Points : 25
Join date : 2012-02-28

Back to top Go down

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

Post  mimika Sat Aug 11, 2012 2:32 pm

u.k productions wrote:
mimika wrote:BOT IS STOPED.
PHP Fatal error: Call to undefined function AutoStart() in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php on line 12
PHP Warning: include(): Failed opening 'Zend\Config\Writer\Xml.php' for inclusion (include_path='.;C:\php\pear;codebase-php') in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php

Remove your profiles files
cityvilleprojectdevil profile floder files

u mean remove the folder profiles?

mimika

Posts : 21
Points : 25
Join date : 2012-02-28

Back to top Go down

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

Post  mimika Sat Aug 11, 2012 2:36 pm

mimika wrote:
u.k productions wrote:
mimika wrote:BOT IS STOPED.
PHP Fatal error: Call to undefined function AutoStart() in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php on line 12
PHP Warning: include(): Failed opening 'Zend\Config\Writer\Xml.php' for inclusion (include_path='.;C:\php\pear;codebase-php') in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php

Remove your profiles files
cityvilleprojectdevil profile floder files

u mean remove the folder profiles?

i removed it but same errors appear and plugins do not load

mimika

Posts : 21
Points : 25
Join date : 2012-02-28

Back to top Go down

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

Post  u.k productions Sat Aug 11, 2012 2:37 pm

mimika wrote:
mimika wrote:
u.k productions wrote:
mimika wrote:BOT IS STOPED.
PHP Fatal error: Call to undefined function AutoStart() in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php on line 12
PHP Warning: include(): Failed opening 'Zend\Config\Writer\Xml.php' for inclusion (include_path='.;C:\php\pear;codebase-php') in C:\Program Files\CVBot - Project DEVIL 1.10\Parser.php

Remove your profiles files
cityvilleprojectdevil profile floder files

u mean remove the folder profiles?

i removed it but same errors appear and plugins do not load


Then reinstall it and check
the problem is in your html
u.k productions
u.k productions

Posts : 134
Points : 214
Join date : 2012-07-17
Age : 27
Location : West

http://urbankidsproductions.blogspot.com

Back to top Go down

Cityville new updates, here are the files to change Empty thanks

Post  sameer4u11 Sat Aug 11, 2012 2:39 pm

thanks Kpc


Last edited by sameer4u11 on Sat Aug 11, 2012 2:46 pm; edited 1 time in total

sameer4u11

Posts : 8
Points : 12
Join date : 2011-11-29

Back to top Go down

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

Post  Sponsored content


Sponsored content


Back to top Go down

Page 1 of 7 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