User Control Panel
Advertisements

HELP US, HELP YOU!

sdba problem

 
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol
View unanswered posts
Author Message
bigfeet
Newbie
Newbie


Joined: 16 Jan 2005
Posts: 4

Reputation: 16Reputation: 16

PostPosted: Sun Jan 16, 2005 2:00 am    Post subject: Reply with quote

Hello,

I just downloaded the MSN Trivia Bot from mess.be, and i tried to make it work. I configurated it and when i open the SDBA.PL, i get a lot of text appearing and the box closes. I know than the last line was : SDBA application server loaded successfully.

But after, i don't know what to do! The bot doesn't go online!

I updated my MSN.PM and all those things...


Thanks for your help!
Back to top
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Sun Jan 16, 2005 5:53 am    Post subject: Reply with quote

Unless the developers of that bot hang around bot-depot, they probably don't use the MSN.pm's available here, so I would stick with the one they supply. Of course, that one might be old and not updated for the newest MSN, in which case you should get them to use MSN 2 from here and rewrite the bot.

You can see the errors the bot generates if you run it from the command prompt. That way the errors stay on the screen.
Back to top
bigfeet
Newbie
Newbie


Joined: 16 Jan 2005
Posts: 4

Reputation: 16Reputation: 16

PostPosted: Sun Jan 16, 2005 5:57 am    Post subject: Reply with quote

The problem is that I don't get any errors!
Back to top
draget
Not Yet a God
Not Yet a God


Joined: 29 Dec 2004
Posts: 367
Location: Australia
Reputation: 32.2Reputation: 32.2Reputation: 32.2

PostPosted: Sun Jan 16, 2005 8:45 am    Post subject: Reply with quote

Run the bot from a command prompt. That way the window will stck around and you will be able to see the errors, then post 'em here!


EDIT: Sorry just noticed mojave had already said what i said.
Back to top
alienz
Almost An Agent
Almost An Agent


Joined: 22 Mar 2004
Posts: 1436
Location: Mars
Reputation: 55.7

PostPosted: Sun Jan 16, 2005 11:35 am    Post subject: Reply with quote

QUOTE(bigfeet @ Jan 15 2005, 09:00 PM)
i get a lot of text appearing and the box closes.

If you're double clicking the .PL file, it won't run that way. You'll need to do it from a command prompt.

Win XP:

Start>Run>type cmd>press OK or Enter

type cd c:\path\to\your\bot and press Enter

when it says C:/path/to/bot>

type the name of your botfile:

C:/path/to/bot>bot.pl (Or whatever it is named)

At this point the bot should should run with the DOS window remaining open.

_________________
Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
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: Sun Jan 16, 2005 2:51 pm    Post subject: Reply with quote

Or, make a .bat file with a pause in. This is good in the long run as you just have to click it to start, not open CMD prompt etc.

Replace "File.pl" with the name of your file

Code:
@echo off<br />: top<br />cls<br />perl File.pl<br />pause<br />goto top


Line by Line:

Code:
@echo off


This will remove the Current Working Directory stuff from it, so you can clearly see any errors

Code:
: top


This will mark the place as "top", which can be used later to continuously run the file.

Code:
cls


This will remove anything that is on the screen, so that you can clearly see what you are doing Smile

Code:
perl File.pl


Exucute the file Smile

Code:
pause


Pause the script, and wait for you to press "enter" before continuing

Code:
goto top


Go back to the place marked "top", so that you can start again.

----

Hope that helps a bit more Smile

- DM

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


Joined: 16 Jan 2005
Posts: 4

Reputation: 16Reputation: 16

PostPosted: Sun Jan 16, 2005 5:15 pm    Post subject: Reply with quote

All what I get is this :

Code:
blah<br /><br />MSN 2.0 (11/23/2004) Rev: 81  - Checksum: 44763-NS10325-SB52719<br /><br />Including about.pl.. OK!<br />Including sendim.pl.. OK!<br />Including ACCESS_LIST.pl.. OK!<br />Including X.pl.. OK!<br />Including aim_error.pl.. OK!<br />Including aim_evil.pl.. OK!<br />Including commands.pl.. OK!<br />Including dosleep.pl.. OK!<br />Including lib.pl.. OK!<br />Including log_im.pl.. OK!<br />Including on_config.pl.. OK!<br />Including on_im.pl.. OK!<br />Including warners.pl.. OK!<br />Including yon_im.pl.. OK!<br /><br />SDBA Revolution IM Application Server loaded successfully!


And the bot does not sign in! And when I try to invite him in the conversation, it doesn't work, same thing for sending Instant Message.

Thanks for your support!
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: Sun Jan 16, 2005 6:05 pm    Post subject: Reply with quote

Please can you give us a link to this bot on Mess.be. That way we can check the way they do stuff Smile
_________________
~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Sun Jan 16, 2005 6:21 pm    Post subject: Reply with quote

If you had read what I wrote yesterday:

Quote:
Unless the developers of that bot hang around bot-depot, they probably don't use the MSN.pm's available here, so I would stick with the one they supply. Of course, that one might be old and not updated for the newest MSN, in which case you should get them to use MSN 2 from here and rewrite the bot.


I bet you'd have the answer to your question. Razz

But that means actually reading people's replies and it means telling us what errors you get, what doesn't work, what does work, etc. Things like:

Quote:
The problem is that I don't get any errors!


do not help us help you.
Back to top
bigfeet
Newbie
Newbie


Joined: 16 Jan 2005
Posts: 4

Reputation: 16Reputation: 16

PostPosted: Sun Jan 16, 2005 6:37 pm    Post subject: Reply with quote

Here's the link to download the bot : http://www.cheeseland.net/TriviaBot.zip
Back to top
alienz
Almost An Agent
Almost An Agent


Joined: 22 Mar 2004
Posts: 1436
Location: Mars
Reputation: 55.7

PostPosted: Sun Jan 16, 2005 8:25 pm    Post subject: Reply with quote

Mojave...hope you noticed this in his startup...

Code:
MSN 2.0 (11/23/2004) Rev: 81  - Checksum: 44763-NS10325-SB52719



It seems the bot loaded, but for an unknown reason it doesn't sign on. Perhaps the developer/creator hasn't brought it up to date or has some code that no longer works.

_________________
Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
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: Sun Jan 16, 2005 8:39 pm    Post subject: Reply with quote

He changed the MSN.pm, so the error will be with sub message or sub connected, or SOMETHING which isn't compatible, or hasn't been updated. Failing to change "set_handler" to "setHandler" would sufficiently screw it.
_________________
~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Sun Jan 16, 2005 10:22 pm    Post subject: Reply with quote

QUOTE(alienz @ Jan 16 2005, 12:25 PM)
Mojave...hope you noticed this in his startup...

Code:
MSN 2.0 (11/23/2004) Rev: 81  - Checksum: 44763-NS10325-SB52719


Yeah, I noticed. The point I was trying to make is that I doubt the Trivia bot uses MSN 2.0, in which case it won't work with it. So, you have to use whatever older version of MSN.pm that does work with it or have the developer update the bot to work with 2.0.
Back to top
Addict
Not Yet a God
Not Yet a God


Joined: 21 Jan 2004
Posts: 473

Reputation: 34.4Reputation: 34.4Reputation: 34.4

PostPosted: Sun Jan 16, 2005 10:24 pm    Post subject: Reply with quote

Looks like Wired code.. Man thats old.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> MSN Protocol 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