User Control Panel
Advertisements

HELP US, HELP YOU!

Major n00b needs major help!
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol
View unanswered posts
Author Message
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Thu Apr 15, 2004 1:55 pm    Post subject: Reply with quote

Yeah, and don't double post, that's why the "Edit" button stays on your posts for 24 hours. <_<
_________________
Current Site (2008) http://www.cuvou.com/
Back to top
digeridoo
Member
Member


Joined: 14 Apr 2004
Posts: 143

Reputation: 28.2Reputation: 28.2Reputation: 28.2

PostPosted: Thu Apr 15, 2004 1:59 pm    Post subject: Reply with quote

Thats where ive been doing it all along, if i double click the file it just opens it in perl editor
Back to top
Dazzy
Agent
Agent


Joined: 09 Jan 2004
Posts: 1731

Reputation: 72.3

PostPosted: Thu Apr 15, 2004 2:17 pm    Post subject: Reply with quote

then do it in cmd...perl bot.pl
Back to top
digeridoo
Member
Member


Joined: 14 Apr 2004
Posts: 143

Reputation: 28.2Reputation: 28.2Reputation: 28.2

PostPosted: Thu Apr 15, 2004 2:18 pm    Post subject: Reply with quote

cmd??? sorry, but havent heard that before
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Thu Apr 15, 2004 2:29 pm    Post subject: Reply with quote

Command prompt.

Click "Start" -> "Run" -> "command.com"
Code:
C:\WINDOWS\System32> cd \<br />C:\> cd bot<br />C:\bot\> perl bot.pl<br />...


Just use CD (folder name) until you get to your bot's folder, and use "perl bot.pl" to run it.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
digeridoo
Member
Member


Joined: 14 Apr 2004
Posts: 143

Reputation: 28.2Reputation: 28.2Reputation: 28.2

PostPosted: Thu Apr 15, 2004 2:37 pm    Post subject: Reply with quote

thats what ive been doin the whole time but it just crashes.

althought i have noticed that when it does crash, it says:

'perl command line interpreter has encountered a problem and needs to close'

Am i even supposed to be using perl command line interpreter?

And before you say, I AM going through Start->Run->command.com, and it opens in a DOS window, but it just crashes
Back to top
clelcaz
Newbie
Newbie


Joined: 03 Apr 2004
Posts: 36

Reputation: 26.2Reputation: 26.2Reputation: 26.2

PostPosted: Thu Apr 15, 2004 3:05 pm    Post subject: Reply with quote

dunno if this helps, but i had problems when i first tryed getting my bot online (i use morphious) and stephen gave me a lwp folder, which i placed in lib... dunno if yyoouu do it for all bots though... and then i also found a problem that i somehow had 2 of the same thing in dif folders located in lib, after they went my bot worked....

so umm... ill attach that lwp.... but i dunno if yyoouurr bot needs it Sad
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Thu Apr 15, 2004 3:10 pm    Post subject: Reply with quote

QUOTE(digeridoo @ Apr 15 2004, 09:37 AM)
thats what ive been doin the whole time but it just crashes.

althought i have noticed that when it does crash, it says:

'perl command line interpreter has encountered a problem and needs to close'

Am i even supposed to be using perl command line interpreter?

And before you say, I AM going through Start->Run->command.com, and it opens in a DOS window, but it just crashes

Try reinstalling.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
digeridoo
Member
Member


Joined: 14 Apr 2004
Posts: 143

Reputation: 28.2Reputation: 28.2Reputation: 28.2

PostPosted: Thu Apr 15, 2004 5:16 pm    Post subject: Reply with quote

Tried everything! Now I get:

'Name "main::password" used only once: possible typo at bot.pl line 17 line 1'

'Name "main::handle" used only once: possible typo at bot.pl line 14 line 1'

'Cannont create object without both Handle and Password being set.
at bot.pl line 75'

*NOTE In the third error message I havent spell cannot wrong, that is what it says.

By the way, Im using the wired bots template, I know most of you dont like it but Ive tried everthing else and I get way more error messages.

P.S.
How do you show what errors your getting, without having to type it all out? I see JoeX did it earlier.
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Thu Apr 15, 2004 5:17 pm    Post subject: Reply with quote

If you're using the MSN bot from WiredBots, I suggest you download the one from here instead.

The one WiredBots made used MSN P2, and we've changed things a lot since then. There should be a copy of WiredBots on here that uses newer modules.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
digeridoo
Member
Member


Joined: 14 Apr 2004
Posts: 143

Reputation: 28.2Reputation: 28.2Reputation: 28.2

PostPosted: Thu Apr 15, 2004 5:19 pm    Post subject: Reply with quote

Thx, and vv quick to respond!

Ummm cant seem to find the wired bot on here??
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Thu Apr 15, 2004 5:23 pm    Post subject: Reply with quote

It would be in the Downloads/Bots section, it's probably a few dozen pages back, it's been a while since I posted it.
_________________
Current Site (2008) http://www.cuvou.com/
Back to top
digeridoo
Member
Member


Joined: 14 Apr 2004
Posts: 143

Reputation: 28.2Reputation: 28.2Reputation: 28.2

PostPosted: Thu Apr 15, 2004 5:43 pm    Post subject: Reply with quote

Well i couldn't see it there but I did a search and found a wired MSN bot here:
Wired bot

Well anyway, I edited bot.pl in notepad, double clicked bot.pl and it gave me this error message: (still dont know how to get them up without typin soz)

'Use of uninitialized value in split at lib/MSN.pm line 934, line 3.
Use of uninitialized value in concatanetion <.> or string at lib/MSN.pm line 947, line 3.
ERROR: No expected reply recieved... at lib/MSN.pm line 922, line 3.
Use of uninitialized value in concatanetion <.> or string at lib/MSN.pm line 689, line 4.'

K, after taking ages to type that out.... <_< I cant understand why im still gettin errors??
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Thu Apr 15, 2004 5:43 pm    Post subject: Reply with quote

You also need the LWP SSL updates. They're in "Downloads/Protocols" forum.
_________________
Current Site (2008) http://www.cuvou.com/
Back to top
digeridoo
Member
Member


Joined: 14 Apr 2004
Posts: 143

Reputation: 28.2Reputation: 28.2Reputation: 28.2

PostPosted: Thu Apr 15, 2004 5:48 pm    Post subject: Reply with quote

grrrr im still getting the same error message <_<

Anyone got any ideas what im doing wrong?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 



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