Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: deathao on August 08, 2003, 12:40 AM

Title: How do i run a battle.net bot off of my website???
Post by: deathao on August 08, 2003, 12:40 AM
How can i do this, What type of bot do i have to have and how to i set it up on my webspace to run?
Title: Re:How do i run a battle.net bot off of my website???
Post by: 191Phantom191 on August 08, 2003, 01:44 AM
do u mean like a BNLS or like a shell so if ur computer goes down then ur bot is still connected?
Title: Re:How do i run a battle.net bot off of my website???
Post by: c0ol on August 08, 2003, 02:14 AM
i think hes refering to a web based interface to his bot, i think u can get sphts webbot, and it will connect to skywings webchannel service over botnet, but i think u will have to link to vl.com to use it (i dunno for sure)
Title: Re:How do i run a battle.net bot off of my website???
Post by: Hazard on August 08, 2003, 07:11 AM
If you shift some interpreations around than I think that c0ol is right, he's looking for some sort of Webbot. Are you looking to be able to chat from your website directly to Battle.Net? Is that what you're trying to get at?

!~!HaZaRD!~!
Title: Re:How do i run a battle.net bot off of my website???
Post by: Spht on August 08, 2003, 10:02 AM
Quote from: CrAz3D on August 08, 2003, 08:55 AM
That would be a rather cool option, I don't know why but it could be.

And currently very possible. See this documentation about setting it up: http://botdev.valhallalegends.com/documents/WebChannelDoc.txt

This is the protocol which WebBot supports and all its functionality.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Dark-Feanor on August 08, 2003, 12:04 PM
I think he is talking about shelling an application onto a webserver.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Tubby on August 08, 2003, 05:21 PM
How can you shell a bot from a website? Is it possible?
Title: Re:How do i run a battle.net bot off of my website???
Post by: blinkdude on August 08, 2003, 05:34 PM
its been done the maker of OBS bot did it and gave me a link befor .... i think his anme was "X-skulders" or something he said it was made in java i think...
Title: Re:How do i run a battle.net bot off of my website???
Post by: Mesiah / haiseM on August 08, 2003, 08:28 PM
if you mean running an activex control or something of that nature, you can use the microsoft activex launchpad to automatically find the base code for the ocx, and ittl create the html file for you, or you can do it by compiling your ocx, then searching the registry for its base code (codebase?) and making it yourself.

if you mean controlling your bot from a website, you can use the header() function in php to point to your computer and communicate with it via a webserver of some sort.

if you mean displaying info from your bot on the web, just use webbot :P
Title: Re:How do i run a battle.net bot off of my website???
Post by: Tubby on August 08, 2003, 10:00 PM
I mean using a webspace such as Geocities or your own domain. So when you shut down your computer, the bot is still connected as long as the website is still up. Would that be posible? That would help people who run clans who cant run a bot 24/7 or those who want to keep recruiting 24/7 ^^
Title: Re:How do i run a battle.net bot off of my website???
Post by: Nova1313 on August 09, 2003, 04:18 PM
you would need either a shell account or a dedicated server todo that (with a shell account)

I do it off my webserver novaslp.net i wrote the bot in java so it was easy to debug on windows.  yes still ran on linux when time came.

but it is possible. I use screen to keep it running and resume the session next time i ssh in.
Title: Re:How do i run a battle.net bot off of my website???
Post by: CrAz3D on August 09, 2003, 04:33 PM
Do my posts keep getting deleted or what?... It's weird.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Adron on August 09, 2003, 04:35 PM
Quote from: CrAz3D on August 09, 2003, 04:33 PM
Do my posts keep getting deleted or what?... It's weird.

Presumably yes. Well, I'd hope they do.
Title: Re:How do i run a battle.net bot off of my website???
Post by: CrAz3D on August 09, 2003, 04:38 PM
Thank you.  I've replied to this post twice now & the responses aren't there.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Grok on August 09, 2003, 05:30 PM
There's some discussion over in General about signatures being too large.  Could be they're meaning you.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Adron on August 09, 2003, 05:53 PM
Yes,  hopefully someone is deleting all posts with too big signatures :P
Title: Re:How do i run a battle.net bot off of my website???
Post by: CrAz3D on August 09, 2003, 06:02 PM
Ok, that's what I was thinking, I thought it was getting big aswell, I'll go fix that.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Hazard on August 09, 2003, 07:00 PM
Grok, I think they are mostly talking to him and Feanor.

!~!HaZaRD!~!
Title: Re:How do i run a battle.net bot off of my website???
Post by: Adron on August 10, 2003, 05:40 AM
A bot running as a cgi on a web site probably won't work well. Even if the server does allow cgi (which most free providers don't) there is likely to be a timeout after which the cgi is terminated. So your bot won't stay on, it will just periodically login and stay on a little while.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Banana fanna fo fanna on August 10, 2003, 10:12 AM
Set it up as a Java applet that talks to a custom server on the web server. Custom server basically broadcasts its chat events to all the clients.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Tubby on August 10, 2003, 12:22 PM
Would you be able to use DHTML? i dont know much about it but I saw it in a VB6 book.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Adron on August 10, 2003, 01:34 PM
Clarify: Are you doing this because you're cheap and want to get a bot online without staying online 24/7 yourself, and you only have a web host? Or do you have full server access to a dedicated or near dedicated server that is online 24/7 on a fast connection and want to provide b.net channel events to the web?
Title: Re:How do i run a battle.net bot off of my website???
Post by: Camel on August 10, 2003, 04:03 PM
Quote from: Adron on August 10, 2003, 01:34 PM
Clarify: Are you doing this because you're cheap and want to get a bot online without staying online 24/7 yourself, and you only have a web host? Or do you have full server access to a dedicated or near dedicated server that is online 24/7 on a fast connection and want to provide b.net channel events to the web?

$5 on the former.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Adron on August 10, 2003, 04:47 PM
Me too, but St0rm.iD's suggestion applies more to the latter, so I thought I'd make sure which one we're talking about here...
Title: Re:How do i run a battle.net bot off of my website???
Post by: Banana fanna fo fanna on August 10, 2003, 05:12 PM
Give me $50 and I'll host it for you.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Avenge on August 11, 2003, 04:54 PM
I thought this was the botdev forum   :-\
Title: Re:How do i run a battle.net bot off of my website???
Post by: Grok on August 11, 2003, 06:39 PM
Quote from: Avenge on August 11, 2003, 04:54 PM
I thought this was the botdev forum   :-\

It was.  Do try to keep up.  It's new name is:

BotDev.For.Dollars.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Adron on August 12, 2003, 05:36 AM
That's a brilliant idea! Make all the newbies PAY! :P
Title: CrAz3D
Post by: Grok on August 12, 2003, 06:53 AM
CrAz3D, reduce the dimensions of your signature image, so I don't have to do it for you.
Title: Re:How do i run a battle.net bot off of my website???
Post by: Adron on August 12, 2003, 11:26 AM
Didn't he already reduce it once? But I agree it's still too big.