User Control Panel
Advertisements

HELP US, HELP YOU!

Help with White Warrior 2 Lite

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help
View unanswered posts
Author Message
ttec5593
Newbie
Newbie


Joined: 26 Dec 2005
Posts: 10

Reputation: 10.4

PostPosted: Fri Oct 06, 2006 11:55 pm    Post subject: Help with White Warrior 2 Lite Reply with quote

I went through the read me several times but could not figure out why I was getting this error:

Quote:

Data::Dumper object version 2.121_04 does not match $Data::Dumper::VERSION 2.121
_08 at C:/apache2triad/perl/lib/DynaLoader.pm line 253.
Compilation failed in require at C:\apache2triad\htdocs\whiteworior\bot.pl line
38.
BEGIN failed--compilation aborted at C:\apache2triad\htdocs\whiteworior\bot.pl l
ine 38.
Press any key to continue . . .


I am not good a PERL / CGI so if someone could tell me how to fix this problem I would appreciate it. I was told before that there few PHP bots that go on AIM, and to try a bot that uses PERL. Thanks...
Back to top
mat007
Almost An Agent
Almost An Agent


Joined: 12 Jan 2004
Posts: 1375

Reputation: 15.8Reputation: 15.8
votes: 2

PostPosted: Sat Oct 07, 2006 5:21 pm    Post subject: Reply with quote

Delete The file Dumper.pm from ./System/Data/ Smile
Back to top
ttec5593
Newbie
Newbie


Joined: 26 Dec 2005
Posts: 10

Reputation: 10.4

PostPosted: Mon Oct 09, 2006 4:39 pm    Post subject: Reply with quote

Thanks, but I sill get an error:
Quote:

MIME::Base64 object version 3.05 does not match bootstrap parameter 3.07 at C:/a
pache2triad/perl/lib/DynaLoader.pm line 253.
Compilation failed in require at C:\apache2triad\htdocs\WhiteWarrior\bot.pl line
39.
BEGIN failed--compilation aborted at C:\apache2triad\htdocs\WhiteWarrior\bot.pl
line 39.
Press any key to continue . . .
Back to top
darkmonkey
The Merovingian
The Merovingian


Joined: 18 Apr 2004
Posts: 2557
Location: London, England
Reputation: 39.3Reputation: 39.3Reputation: 39.3Reputation: 39.3
votes: 7

PostPosted: Mon Oct 09, 2006 6:11 pm    Post subject: Reply with quote

Now delete Base64.pm from ./System/Mime/. You may also need to delete Encode.pm from ./System/.

I did at some point do all this, but the version uploaded doesn't seem to have the updates, sorry.

_________________
~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
ttec5593
Newbie
Newbie


Joined: 26 Dec 2005
Posts: 10

Reputation: 10.4

PostPosted: Tue Oct 10, 2006 10:50 pm    Post subject: Reply with quote

That helped, but I still have a bit of a problem:
Quote:



##############################################################################
##### ______ ______ ______ ______ #####
##### |####| |####| /####/ /####/ #####
##### |###\ /###| /##/ /##/ #####
##### \###\ _ /###/ /##/ __ /##/ #####
##### |###| /#\ |###| /##/ /#/ /##/_ __ __ _ __ #####
##### |###\ /###\ /###| /##//###//##// \| \| \|/ \ | \ #####
##### \###\ |##|##| /###/ /####//####/ |_||_/|_/|| ||_/ #####
##### \###\|##|##|/###/ /##/ /##/ | || \| \|\_/ | \ #####
##### \###|##|##|###/ White Warrior 2.0 Lite #####
##### \####/ \####/ Created by Josh Holloway [darkMonkey] #####
##### #####
##############################################################################

Use of uninitialized value in numeric eq (==) at C:\apache2triad\htdocs\WhiteWar
rior\bot.pl line 85.
Added interface: AIM
Use of uninitialized value in numeric eq (==) at C:\apache2triad\htdocs\WhiteWar
rior\bot.pl line 86.
Use of uninitialized value in numeric eq (==) at C:\apache2triad\htdocs\WhiteWar
rior\bot.pl line 85.
GLOB is not a valid interface!
Use of uninitialized value in numeric eq (==) at C:\apache2triad\htdocs\WhiteWar
rior\bot.pl line 86.
Use of uninitialized value in numeric eq (==) at C:\apache2triad\htdocs\WhiteWar
rior\bot.pl line 85.
1Added interface: MSN1
Use of uninitialized value in numeric eq (==) at C:\apache2triad\htdocs\WhiteWar
rior\bot.pl line 86.
Connecting interfaces...
Can't locate object method "Start" via package "WhiteWarrior::AIM" (perhaps you
forgot to load "WhiteWarrior::AIM"?) at System/WhiteWarrior.pm line 303.
Press any key to continue . . .


Thanks...
Back to top
zander
God Like
God Like


Joined: 14 Jan 2004
Posts: 540
Location: england
Reputation: 66.6

PostPosted: Fri Oct 13, 2006 9:51 am    Post subject: Reply with quote

it would of been much easier if you simply updated the data dumper etc
Back to top
ttec5593
Newbie
Newbie


Joined: 26 Dec 2005
Posts: 10

Reputation: 10.4

PostPosted: Fri Oct 13, 2006 5:53 pm    Post subject: Reply with quote

What?
Back to top
zander
God Like
God Like


Joined: 14 Jan 2004
Posts: 540
Location: england
Reputation: 66.6

PostPosted: Tue Oct 17, 2006 4:14 pm    Post subject: Reply with quote

if you go to cpan.org and search for data::dumper.pm it will give u the latest version, update to that then keep doing it with the rest of them

if your too lazy to do that download the working version of white warrior that i posted..
Back to top
ttec5593
Newbie
Newbie


Joined: 26 Dec 2005
Posts: 10

Reputation: 10.4

PostPosted: Fri Oct 20, 2006 12:08 am    Post subject: Reply with quote

Um, what link? I have seen many links to download many different versions. Thanks...
Back to top
mattaustin
Sentinel
Sentinel


Joined: 19 Jul 2004
Posts: 556
Location: Los Angeles, CA
Reputation: 50.7
votes: 1

PostPosted: Thu Oct 26, 2006 7:13 pm    Post subject: Reply with quote

Most of these modules are installed by default in perl.... maybe you should reinstall the latest version of active perl.
_________________
[ matt ]
Back to top
ttec5593
Newbie
Newbie


Joined: 26 Dec 2005
Posts: 10

Reputation: 10.4

PostPosted: Sat Oct 28, 2006 3:48 am    Post subject: Reply with quote

Ok, so active perl, anything else? NET: AIM or something like that?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Code Help All times are GMT
Page 1 of 1

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group