Valhalla Legends Forums Archive | Battle.net Bot Development | Bot Run on a Web Based Linux Server

AuthorMessageTime
AC_Drkan
Pretty much the title says it all.

Sealth had a Discussion on his forum about Windows bots.

Any way to emulate a bot to run on a linux server?
July 6, 2004, 3:09 AM
iago
I wrote a bot in Java that can run on a remote server, either Windows or Linux. See my forum for instructions on how to get it. Note that I have been in Windows lately, since I've been downloading a lot of stuff, but if you need it off my cvs just aim/msn me and I'll reboot.
July 6, 2004, 3:17 AM
AC_Drkan
[quote author=iago link=board=17;threadid=7586;start=0#msg68746 date=1089083862]
I wrote a bot in Java that can run on a remote server, either Windows or Linux. See my forum for instructions on how to get it. Note that I have been in Windows lately, since I've been downloading a lot of stuff, but if you need it off my cvs just aim/msn me and I'll reboot.
[/quote]
Is it good at moderation? sorta like stealths? and if so im on your forums and im lost.

and also HOW THE HECK TO I FIND OUT IF THIS A LINUX SERVER????

i says linux when i bought it but it came with a windows database?????
July 6, 2004, 1:54 PM
GoSuGaMING
[quote author=AC_Drkan link=board=17;threadid=7586;start=0#msg68805 date=1089122070]
[quote author=iago link=board=17;threadid=7586;start=0#msg68746 date=1089083862]
I wrote a bot in Java that can run on a remote server, either Windows or Linux. See my forum for instructions on how to get it. Note that I have been in Windows lately, since I've been downloading a lot of stuff, but if you need it off my cvs just aim/msn me and I'll reboot.
[/quote]
Is it good at moderation? sorta like stealths? and if so im on your forums and im lost.

and also HOW THE HECK TO I FIND OUT IF THIS A LINUX SERVER????

i says linux when i bought it but it came with a windows database?????
[/quote]

Well, a Windows webserver (shh, ect) is more expensive than a linux webserver.. so you might have lucked out ^^
July 6, 2004, 3:37 PM
iago
[quote author=AC_Drkan link=board=17;threadid=7586;start=0#msg68805 date=1089122070]
[quote author=iago link=board=17;threadid=7586;start=0#msg68746 date=1089083862]
I wrote a bot in Java that can run on a remote server, either Windows or Linux. See my forum for instructions on how to get it. Note that I have been in Windows lately, since I've been downloading a lot of stuff, but if you need it off my cvs just aim/msn me and I'll reboot.
[/quote]
Is it good at moderation? sorta like stealths? and if so im on your forums and im lost.

and also HOW THE HECK TO I FIND OUT IF THIS A LINUX SERVER????

i says linux when i bought it but it came with a windows database?????
[/quote]

I don't use Stealth's, but mine is decent at moderation. It still has some bugs that I haven't gotten around to fixing, but eh..

Anyway, to find out if it's Linux, from a commandline type cat /proc/version. You'll get something like this:
[quote]cormorant.cs.umanitoba.ca 101% cat /proc/version
Linux version 2.4.20-31.9 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Tue Apr 13 18:04:23 EDT 2004
cormorant.cs.umanitoba.ca 102%
[/quote]

July 6, 2004, 4:02 PM
St0rm.iD
uname -a
or, try changing the case of some of your paths. if you get a 404, it's not windows.
July 6, 2004, 4:29 PM
AC_Drkan
/proc/version
bash: /proc/version: Permission denied

???
CUNFUSED!!???
July 6, 2004, 5:21 PM
GoSuGaMING
[quote author=AC_Drkan link=board=17;threadid=7586;start=0#msg68840 date=1089134516]
/proc/version
bash: /proc/version: Permission denied

???
CUNFUSED!!???
[/quote]

Bash is awesome! you can access the webservers configuration files :X
July 6, 2004, 5:45 PM
iago
/proc/version tries to run it, which obviously wouldn't work.

To quote myself:
[quote]type cat /proc/version[/quote]

Although you told me enough, you ARE on Linux. But it'll still be interesting to figure out which version.
July 6, 2004, 5:58 PM
St0rm.iD
[quote author=iago link=board=17;threadid=7586;start=0#msg68852 date=1089136710]
/proc/version tries to run it, which obviously wouldn't work.

To quote myself:
[quote]type cat /proc/version[/quote]

Although you told me enough, you ARE on Linux. But it'll still be interesting to figure out which version.
[/quote]

Might be on another unix-like OS, you dirty linux zealot.
July 6, 2004, 8:03 PM
iago
[quote author=$t0rm link=board=17;threadid=7586;start=0#msg68882 date=1089144184]
[quote author=iago link=board=17;threadid=7586;start=0#msg68852 date=1089136710]
/proc/version tries to run it, which obviously wouldn't work.

To quote myself:
[quote]type cat /proc/version[/quote]

Although you told me enough, you ARE on Linux. But it'll still be interesting to figure out which version.
[/quote]

Might be on another unix-like OS, you dirty linux zealot.
[/quote]

I don't think he knows or cares the difference between Linux and Unix. But if it's running Bash, then it's something like that anyway.

July 6, 2004, 8:47 PM
AC_Drkan
Linux version 2.4.26-grsec-20040415a (root@andi) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP

Whatever that means.....
July 7, 2004, 1:03 AM
iago
[quote author=AC_Drkan link=board=17;threadid=7586;start=0#msg68930 date=1089162226]
Linux version 2.4.26-grsec-20040415a (root@andi) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP

Whatever that means.....
[/quote]

Linux 2.4.26 is fairly recent, it's what I use. But newest is 2.6.7. In case you care.

If you want to see if my java ops bot would work, type "java -version" and see what comes up.
July 7, 2004, 1:12 AM
AC_Drkan
[quote author=iago link=board=17;threadid=7586;start=0#msg68931 date=1089162779]
[quote author=AC_Drkan link=board=17;threadid=7586;start=0#msg68930 date=1089162226]
Linux version 2.4.26-grsec-20040415a (root@andi) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP

Whatever that means.....
[/quote]

Linux 2.4.26 is fairly recent, it's what I use. But newest is 2.6.7. In case you care.

If you want to see if my java ops bot would work, type "java -version" and see what comes up.
[/quote]

umm help?
[code]
> java -version
bash: java: command not found
> java-version
bash: java-version: command not found
[/code]
July 7, 2004, 1:23 AM
AC_Drkan
1 word....i think i found the light

> exec stealthbot.exe
bash: exec: stealthbot.exe: not found

:)
MEANS that it looked for stealthbot?
July 7, 2004, 1:25 AM
AC_Drkan
> exec Dark.exe
bash: Dark.exe: Permission denied
bash: exec: Dark.exe: cannot execute: Permission denied

is what i got :(
July 7, 2004, 1:38 AM
St0rm.iD
I think he'd care if he tried to install an RPM on BSD or something.

See if someone has a .NET bot; maybe if they rip out the winforms stuff it'll run on Mono.
July 7, 2004, 1:40 AM
AC_Drkan
[quote author=$t0rm link=board=17;threadid=7586;start=15#msg68940 date=1089164448]
I think he'd care if he tried to install an RPM on BSD or something.

See if someone has a .NET bot; maybe if they rip out the winforms stuff it'll run on Mono.
[/quote]

Any Idea where i can find one?
and what is RPM and BSD?
July 7, 2004, 1:44 AM
St0rm.iD
- ask myndfire hes a .net junkie
- RPM = redhat package manager, used to install software on some distros, BSD = berkeley software distribution, the UC@B implementation of unix.
July 7, 2004, 1:50 AM
AC_Drkan
Yep found the bot....only problem is its 7.01 mb and i have AOL
AOL SUCKS BIGTIME
July 7, 2004, 2:07 AM
St0rm.iD
yes it does, as does all dialup
July 7, 2004, 2:46 AM
AC_Drkan
lol
their offering AOL DSL for only $1.05 more. only problem is that you need to have DSL, Cable, or any other highspeed internet service to get it.

now why anyone would want AOL with a High Speed internet i dunno
July 11, 2004, 1:35 AM

Search