User Control Panel
Advertisements

HELP US, HELP YOU!

My little idea

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Ideas
View unanswered posts
Author Message
Luke
Member
Member


Joined: 01 Nov 2003
Posts: 111

Reputation: 32.8Reputation: 32.8Reputation: 32.8

PostPosted: Fri Feb 20, 2004 4:41 am    Post subject: Reply with quote

I have an idea, where andromeda or other bot templates submit there address to a database here at bot depot or whereever. It then retrieves if the user is a bot, if so ignore it.

Basically make a big bot database so bots dont flood each other.
Back to top
Tony_shu
God Like
God Like


Joined: 12 Nov 2003
Posts: 624

Reputation: 42.9Reputation: 42.9Reputation: 42.9Reputation: 42.9

PostPosted: Fri Feb 20, 2004 4:57 am    Post subject: Reply with quote

We have that...BotWorkWatcher. At least we have the "database"
_________________
Anthony Arslan
@-Squared Enterprises
MacroHard Corporation
Back to top
Luke
Member
Member


Joined: 01 Nov 2003
Posts: 111

Reputation: 32.8Reputation: 32.8Reputation: 32.8

PostPosted: Fri Feb 20, 2004 5:19 am    Post subject: Reply with quote

So the bots automatically submit themselves to it when they are run? Please show me where in andromeda it has this.
Back to top
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Fri Feb 20, 2004 5:34 am    Post subject: Reply with quote

I'll look into adding functionality to the Bot List that allows registered bots to get a list of all bots. Actually that was going to be a part of Growl (which is unfinished), but it probably makes more sense to have it part of the Bot List itself.

Also, I developed a set of commands waaaay back for AIM bots that made it easy to register at the Bot List. I could revive that and work with Eric to make it a part of his latest Andromeda release if there are enough people interested.
Back to top
Mojave
Almost An Agent
Almost An Agent


Joined: 01 Nov 2003
Posts: 1434

Reputation: 66.4

PostPosted: Fri Feb 20, 2004 7:18 am    Post subject: Reply with quote

OK, I created a simple web service that gets a list of all the MSN bots registered at the Bot List. It returns a plain text file with a comma separated list.

In order for your bot to get the list, it must be registered on the bot list itself and you must get a Growl code. Why do you need a Growl code? I use this to track access to the lists so I can prevent abuse of the service. Nothing more.

How do you get a Growl code? Simply have your registered bot send the message 'growl' (without the quotes) to the MSN bot botlist@botwork.com. It will return your bot's Growl code.

Now, to get the bot list, use LWP::Simple or similar to get the following url:

Code:
http://www.botwork.com/cgi-bin/msnbots.cgi?growl=GROWLCODE


where GROWLCODE is your bot's Growl code. Once you get the list, your bot can split the list on commas and have a list of all the MSN bots on the Bot List.

I'm trying to get Eric to create a brain/commands for Andromeda so this is all automatic. And maybe he'll even throw in code to automatically register your bot on the Bot List. Razz
Back to top
Keenie
Almost An Agent
Almost An Agent


Joined: 31 Oct 2003
Posts: 1071

Reputation: 52.4

PostPosted: Fri Feb 20, 2004 2:06 pm    Post subject: Reply with quote

that would be kewl

on setup:
Quote:
Would you like to add your bot to the bot list? *lazy* | n
*lazy*
bots name: _
bots creater: _
ect..


then it could submit it once it signs on Wink
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Ideas 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