|
joeman // User Search
joeman // User Search
Oct 25, 2000, 7:06pm
Does anyne know where i can get a bingobot?
Thanks
Joeman
Nov 20, 2000, 11:57am
As i quote ROLAND in this one "It would be a race to see the first person to
telegram everyone in the univerce"
Also the telegram banning hasnt been implimented in the browser yet... Look
for that in 3.2.......
Thanx
Joeman
[View Quote]"the derek" <ImTheDerek at yahoo.com> wrote in message
news:3A188916.A296DC0E at yahoo.com...
> why dont bots send telegrams? i know that could be
> abused but what if you could have an option to
> ignore people permanantly that would make you not
> hear them talk or get thier telegrams?
>
|
Nov 21, 2000, 12:55am
What i mean by that issss.... You can denie telegrams from ppl... I think
it would be hard to put the feture of a bot only telegraming its owner in
the sdk, anyways, people can find out a way to make it so it can telegram
whoever it wants...
Thanx
Joeman
[View Quote]"the derek" <ImTheDerek at yahoo.com> wrote in message
news:3A19C45A.557C0CD1 at yahoo.com...
> ok so what about 3.2? then you could only accept tgrams from people on
your CT?
> that way it would be harder for a bot to abuse telegrams... what if bot
could
> only telegram its owner?
>
> joeman wrote:
>
person to
Look
>
|
Jan 15, 2001, 2:11pm
me, and for free :D
I have a cable modem, and a dedicated server...
~Joeman
Joeman at bootdown.com
[View Quote]"just in" <Justefyde at hotmail.com> wrote in message
news:3a62f395 at server1.Activeworlds.com...
> Hi folks,
>
> Who out there is providing 24/7 bot hosting services and at what prices?
>
> Regards, Justin
>
>
|
Jan 19, 2001, 11:24am
how dose that has anything to do with old SDK builds?
~Joeman
[View Quote]"constructeur0" <sdg at fsda.vop> wrote in message
news:3A680764.1526F5BE at fsda.vop...
> Hello
>
> I'm new with programming bots but have many years experience with VB5.
> Can someone tell me how to make bots with VB5.
> And is there a site where it is explained with examples how u can do it
> with VB5
>
> Thx
> Constructeur0
> form EduHML
>
|
Jan 29, 2001, 11:47am
Some things
1.) The server allready comes with an admin tool.
2.) If your a non-profit bussines, why are you going to sell objects?
3.) Its hosting not HoStInG, Hosting looks more professional.
4.) Good luck
~Joeman
I provide hosting also, i have a dedicated server witch has 99% uptime :D...
Joeman at Bootdown.com
[View Quote]"microb" <greg at greggage.com> wrote in message
news:3A756FDC.B4D550E at greggage.com...
> Hello, MicroB is now providing hosting at incredible speeds! We also use
> the new 3.1 server and are developing a very special tool to allow you
> to control your world REMOTLY! It will take a little work but we'll do
> it. :)
>
> If you can work with C/C++ and the AW SDK E-mail me, we'll set something
> up, but keep in mind, MicroB is a non-profitable buissness.
>
> If you would like 30MB of web space and 2 bot hosting along with world
> hosting, all for free, e-mail me and we'll set that up.
>
> We are still looking for a web page designer! Keep in mind we are not
> capable of payment, as our object page (selling objects) is not yet
> open.
>
> If you would like to contact me on AW, my prim. cit is God Zedle.
>
> P.S. We need a few bot guys also, VB or C/C++ & a couple xela scripters!
>
> -God Zedle (Chairman & CEO of MicroB) at greg at greggage.com
>
|
Feb 3, 2001, 1:06am
This is a multi-part message in MIME format.
------=_NextPart_000_0066_01C08D5B.74E85F20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
This can also be done by setting a restricted radius of 5 :D
~Joeman
[View Quote] "the derek" <ImTheDerek at yahoo.com> wrote in message =
news:3A7B6AED.E1540F48 at yahoo.com...
this code ejects bots that log in within 5 meters of GZ... its worked =
so far but so has some of my other code that ended up being junk. if you =
got the time check it over and if you find any mistakes tell me :o)=20
Private Sub AwSdkOcx1_EventAvatarAdd()=20
Dim ownersession as long=20
If AwSdkOcx1.AwAvatarName =3D "The Derek" Then=20
ownersession =3D AwSdkOcx1.AwAvatarSession=20
End If=20
If Left(AwSdkOcx1.AwAvatarName, 1) =3D "[" Then=20
If AwSdkOcx1.AwAvatarX < 500 And AwSdkOcx1.AwAvatarX > -500 And =
AwSdkOcx1.AwAvatarZ < 500 And AwSdkOcx1.AwAvatarZ > -500 Then=20
AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry but bots cannot =
be within one coord of GZ"=20
AwSdkOcx1.AwEjectDuration =3D 1=20
AwEjectSession =3D AwSdkOcx1.AwAvatarSession=20
rc =3D AwSdkOcx1.AwWorldEject=20
AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName & " Was =
ejected. RC: " & rc=20
End If=20
If AwSdkOcx1.AwAvatarX > 500 And AwSdkOcx1.AwAvatarX < -500 And =
AwSdkOcx1.AwAvatarZ > 500 And AwSdkOcx1.AwAvatarZ < -500 Then=20
AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry but bots cannot =
be within one coord of GZ"=20
AwSdkOcx1.AwEjectDuration =3D 10=20
AwSdkOcx1.AwEjectionAddress =3D AwSdkOcx1.AwAvatarAddress=20
AwEjectSession =3D AwSdkOcx1.AwAvatarSession=20
rc =3D AwSdkOcx1.AwWorldEject=20
AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName & " Was =
ejected. RC: " & rc=20
End If=20
End If=20
End Sub=20
|
------=_NextPart_000_0066_01C08D5B.74E85F20
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4207.2601" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>This can also be done by setting a restricted radius =
of 5=20
:D</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>~Joeman</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"the derek" <<A=20
href=3D"mailto:ImTheDerek at yahoo.com">ImTheDerek at yahoo.com</A>> =
wrote in=20
message <A=20
=
href=3D"news:3A7B6AED.E1540F48 at yahoo.com">news:3A7B6AED.E1540F48 at yahoo.co=
m</A>...</DIV>this=20
code ejects bots that log in within 5 meters of GZ... its worked so =
far but so=20
has some of my other code that ended up being junk. if you got the =
time check=20
it over and if you find any mistakes tell me :o)=20
<P><NOBR>Private Sub AwSdkOcx1_EventAvatarAdd()</NOBR> <BR><NOBR>Dim=20
ownersession as long</NOBR> <BR><NOBR>If AwSdkOcx1.AwAvatarName =3D =
"The Derek"=20
Then</NOBR> <BR><NOBR>ownersession =3D =
AwSdkOcx1.AwAvatarSession</NOBR>=20
<BR><NOBR>End If</NOBR> <BR><NOBR>If Left(AwSdkOcx1.AwAvatarName, 1) =
=3D "["=20
Then</NOBR> <BR><NOBR>If AwSdkOcx1.AwAvatarX < 500 And =
AwSdkOcx1.AwAvatarX=20
> -500 And AwSdkOcx1.AwAvatarZ < 500 And AwSdkOcx1.AwAvatarZ =
> -500=20
Then</NOBR> <BR><NOBR>AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, =
"Sorry=20
but bots cannot be within one coord of GZ"</NOBR>=20
<BR><NOBR>AwSdkOcx1.AwEjectDuration =3D 1</NOBR> =
<BR><NOBR>AwEjectSession =3D=20
AwSdkOcx1.AwAvatarSession</NOBR> <BR><NOBR>rc =3D =
AwSdkOcx1.AwWorldEject</NOBR>=20
<BR><NOBR>AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName =
& " Was=20
ejected. RC: " & rc</NOBR> <BR><NOBR>End If</NOBR> <BR><NOBR>If=20
AwSdkOcx1.AwAvatarX > 500 And AwSdkOcx1.AwAvatarX < -500 And=20
AwSdkOcx1.AwAvatarZ > 500 And AwSdkOcx1.AwAvatarZ < -500 =
Then</NOBR>=20
<BR><NOBR>AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry but =
bots=20
cannot be within one coord of GZ"</NOBR> =
<BR><NOBR>AwSdkOcx1.AwEjectDuration =3D=20
10</NOBR> <BR><NOBR>AwSdkOcx1.AwEjectionAddress =3D=20
AwSdkOcx1.AwAvatarAddress</NOBR> <BR><NOBR>AwEjectSession =3D=20
AwSdkOcx1.AwAvatarSession</NOBR> <BR><NOBR>rc =3D =
AwSdkOcx1.AwWorldEject</NOBR>=20
<BR><NOBR>AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName =
& " Was=20
ejected. RC: " & rc</NOBR> <BR><NOBR>End If</NOBR> <BR><NOBR>End =
If</NOBR>=20
<BR><NOBR>End Sub</NOBR> </P></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0066_01C08D5B.74E85F20--
Feb 3, 2001, 1:47pm
This is a multi-part message in MIME format.
------=_NextPart_000_00BC_01C08DC5.BE013DC0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
yes, unless you have eminite domain, the bots will be ejected with the =
restricted radius. I am willing to show you anytime in my world :D.
~Joeman
[View Quote] "the derek" <ImTheDerek at yahoo.com> wrote in message =
news:3A7B8CA4.8DA691BD at yahoo.com...
...? you mean in the world features dialog.. that blocks object =
building not bots lol i have it set to 10 and bots can still be logged =
into gz :o) if not i dont know an sdk feature that does that.....=20
joeman wrote:=20
|
This can also be done by setting a restricted radius of 5 :D ~Joeman =
[View Quote] "the derek" <ImTheDerek at yahoo.com> wrote in message =
news:3A7B6AED.E1540F48 at yahoo.com...this code ejects bots that log in =
within 5 meters of GZ... its worked so far but so has some of my other =
code that ended up being junk. if you got the time check it over and if =
you find any mistakes tell me :o)=20
Private Sub AwSdkOcx1_EventAvatarAdd()=20
Dim ownersession as long=20
If AwSdkOcx1.AwAvatarName =3D "The Derek" Then=20
ownersession =3D AwSdkOcx1.AwAvatarSession=20
End If=20
If Left(AwSdkOcx1.AwAvatarName, 1) =3D "[" Then=20
If AwSdkOcx1.AwAvatarX < 500 And AwSdkOcx1.AwAvatarX > -500 And =
AwSdkOcx1.AwAvatarZ < 500 And AwSdkOcx1.AwAvatarZ > -500 Then=20
AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry but bots =
cannot be within one coord of GZ"=20
AwSdkOcx1.AwEjectDuration =3D 1=20
AwEjectSession =3D AwSdkOcx1.AwAvatarSession=20
rc =3D AwSdkOcx1.AwWorldEject=20
AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName & " Was =
ejected. RC: " & rc=20
End If=20
If AwSdkOcx1.AwAvatarX > 500 And AwSdkOcx1.AwAvatarX < -500 And =
AwSdkOcx1.AwAvatarZ > 500 And AwSdkOcx1.AwAvatarZ < -500 Then=20
AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry but bots =
cannot be within one coord of GZ"=20
AwSdkOcx1.AwEjectDuration =3D 10=20
AwSdkOcx1.AwEjectionAddress =3D AwSdkOcx1.AwAvatarAddress=20
AwEjectSession =3D AwSdkOcx1.AwAvatarSession=20
rc =3D AwSdkOcx1.AwWorldEject=20
AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName & " Was =
ejected. RC: " & rc=20
End If=20
End If=20
End Sub
|
------=_NextPart_000_00BC_01C08DC5.BE013DC0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4207.2601" name=3DGENERATOR></HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>yes, unless you have eminite domain, the bots will =
be ejected=20
with the restricted radius. I am willing to show you anytime in my world =
:D.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>~Joeman</FONT></DIV>
<DIV> </DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"the derek" <<A=20
href=3D"mailto:ImTheDerek at yahoo.com">ImTheDerek at yahoo.com</A>> =
wrote in=20
message <A=20
=
href=3D"news:3A7B8CA4.8DA691BD at yahoo.com">news:3A7B8CA4.8DA691BD at yahoo.co=
m</A>...</DIV>...?=20
you mean in the world features dialog.. that blocks object building =
not bots=20
lol i have it set to 10 and bots can still be logged into gz :o) if =
not i dont=20
know an sdk feature that does that.....=20
[View Quote] <P>joeman wrote:=20
<BLOCKQUOTE TYPE=3D"CITE">
<STYLE></STYLE>
<FONT size=3D-1>This can also be done by setting a restricted radius =
of 5=20
:D</FONT> <FONT size=3D-1>~Joeman</FONT>=20
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">"the=20
derek" <<A=20
href=3D"mailto:ImTheDerek at yahoo.com">ImTheDerek at yahoo.com</A>> =
wrote in=20
message <A=20
=
href=3D"news:3A7B6AED.E1540F48 at yahoo.com">news:3A7B6AED.E1540F48 at yahoo.co=
m</A>...this=20
code ejects bots that log in within 5 meters of GZ... its worked =
so far=20
but so has some of my other code that ended up being junk. if you =
got the=20
time check it over and if you find any mistakes tell me :o)=20
<P><NOBR>Private Sub AwSdkOcx1_EventAvatarAdd()</NOBR> =
<BR><NOBR>Dim=20
ownersession as long</NOBR> <BR><NOBR>If AwSdkOcx1.AwAvatarName =
=3D "The=20
Derek" Then</NOBR> <BR><NOBR>ownersession =3D=20
AwSdkOcx1.AwAvatarSession</NOBR> <BR><NOBR>End If</NOBR> =
<BR><NOBR>If=20
Left(AwSdkOcx1.AwAvatarName, 1) =3D "[" Then</NOBR> <BR><NOBR>If=20
AwSdkOcx1.AwAvatarX < 500 And AwSdkOcx1.AwAvatarX > -500 And =
|
AwSdkOcx1.AwAvatarZ < 500 And AwSdkOcx1.AwAvatarZ > -500 =
Then</NOBR>=20
<BR><NOBR>AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry =
but bots=20
cannot be within one coord of GZ"</NOBR>=20
<BR><NOBR>AwSdkOcx1.AwEjectDuration =3D 1</NOBR> =
<BR><NOBR>AwEjectSession =3D=20
AwSdkOcx1.AwAvatarSession</NOBR> <BR><NOBR>rc =3D=20
AwSdkOcx1.AwWorldEject</NOBR> <BR><NOBR>AwSdkOcx1.AwWhisper =
ownersession,=20
AwSdkOcx1.AwAvatarName & " Was ejected. RC: " & rc</NOBR>=20
<BR><NOBR>End If</NOBR> <BR><NOBR>If AwSdkOcx1.AwAvatarX > 500 =
And=20
AwSdkOcx1.AwAvatarX < -500 And AwSdkOcx1.AwAvatarZ > 500 And =
AwSdkOcx1.AwAvatarZ < -500 Then</NOBR> =
<BR><NOBR>AwSdkOcx1.AwWhisper=20
AwSdkOcx1.AwAvatarSession, "Sorry but bots cannot be within one =
coord of=20
GZ"</NOBR> <BR><NOBR>AwSdkOcx1.AwEjectDuration =3D 10</NOBR>=20
<BR><NOBR>AwSdkOcx1.AwEjectionAddress =3D =
AwSdkOcx1.AwAvatarAddress</NOBR>=20
<BR><NOBR>AwEjectSession =3D AwSdkOcx1.AwAvatarSession</NOBR> =
<BR><NOBR>rc =3D=20
AwSdkOcx1.AwWorldEject</NOBR> <BR><NOBR>AwSdkOcx1.AwWhisper =
ownersession,=20
AwSdkOcx1.AwAvatarName & " Was ejected. RC: " & rc</NOBR>=20
<BR><NOBR>End If</NOBR> <BR><NOBR>End If</NOBR> <BR><NOBR>End=20
=
Sub</NOBR></P></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_00BC_01C08DC5.BE013DC0--
Feb 3, 2001, 3:12pm
thats odd... Oh well :D, back to reading the help files for me. I only have
1 question, in AW what keeps bots away from gz?
~Joeman
[View Quote]"agent1" <Agent1 at my.activeworlds.com> wrote in message
news:3a7c3537 at server1.Activeworlds.com...
> uhh... Restricted Radius only limits building, not bot entry.
>
> -Agent1
>
>
>
>
>
> "joeman" <Joeman at bootdown.com> wrote in message
news:3a7c2800$1 at server1.Activeworlds.com...
> yes, unless you have eminite domain, the bots will be ejected with the
restricted radius. I am willing to show you anytime in my world :D.
>
> ~Joeman
>
> "the derek" <ImTheDerek at yahoo.com> wrote in message
news:3A7B8CA4.8DA691BD at yahoo.com...
> ...? you mean in the world features dialog.. that blocks object building
not bots lol i have it set to 10 and bots can still be logged into gz :o) if
not i dont know an sdk feature that does that.....
> joeman wrote:
> This can also be done by setting a restricted radius of 5 :D ~Joeman
> "the derek" <ImTheDerek at yahoo.com> wrote in message
news:3A7B6AED.E1540F48 at yahoo.com...this code ejects bots that log in within
5 meters of GZ... its worked so far but so has some of my other code that
ended up being junk. if you got the time check it over and if you find any
mistakes tell me :o)
> Private Sub AwSdkOcx1_EventAvatarAdd()
> Dim ownersession as long
> If AwSdkOcx1.AwAvatarName = "The Derek" Then
> ownersession = AwSdkOcx1.AwAvatarSession
> End If
> If Left(AwSdkOcx1.AwAvatarName, 1) = "[" Then
> If AwSdkOcx1.AwAvatarX < 500 And AwSdkOcx1.AwAvatarX > -500 And
AwSdkOcx1.AwAvatarZ < 500 And AwSdkOcx1.AwAvatarZ > -500 Then
> AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry but bots cannot be
within one coord of GZ"
> AwSdkOcx1.AwEjectDuration = 1
> AwEjectSession = AwSdkOcx1.AwAvatarSession
> rc = AwSdkOcx1.AwWorldEject
> AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName & " Was ejected.
RC: " & rc
> End If
> If AwSdkOcx1.AwAvatarX > 500 And AwSdkOcx1.AwAvatarX < -500 And
AwSdkOcx1.AwAvatarZ > 500 And AwSdkOcx1.AwAvatarZ < -500 Then
> AwSdkOcx1.AwWhisper AwSdkOcx1.AwAvatarSession, "Sorry but bots cannot be
within one coord of GZ"
> AwSdkOcx1.AwEjectDuration = 10
> AwSdkOcx1.AwEjectionAddress = AwSdkOcx1.AwAvatarAddress
> AwEjectSession = AwSdkOcx1.AwAvatarSession
> rc = AwSdkOcx1.AwWorldEject
> AwSdkOcx1.AwWhisper ownersession, AwSdkOcx1.AwAvatarName & " Was ejected.
RC: " & rc
> End If
> End If
> End Sub
>
>
|
Feb 9, 2001, 12:34am
Ok, i am trying to compile a demo bot, but when i goto compile it i get an
error "Llib import x86 caused exception 0xc0000005..." Has anyone else had
this problem?
~Joeman
Feb 9, 2001, 10:51am
Its pc and macintosh :o)
~Joeman
[View Quote]"tony56" <chandler56 at mail.com> wrote in message
news:3a837b16 at server1.Activeworlds.com...
> Isn't CodeWarrior for Macintosh?
>
> --
> - Tony56 (Tony M.) [chandler56 at mail.com]
> "All typos are optical illusions"
> ____________________________________________________________
> joeman <Joeman at bootdown.com> wrote in message
> news:3a835725 at server1.Activeworlds.com...
> get an
> had
>
>
|
Apr 16, 2001, 12:00am
Has anyone gotten Codewarrior to work with the aw SDK? If so, how do you
compile?!
Thanks :)
~Joeman
Apr 16, 2001, 11:31pm
ICS can be very hard to make work for worlds. All i can say is 'Keep
trying!', there *is* a way...
~Joeman
[View Quote]"jamey" <spindler at inreach.com> wrote in message
news:3adb81cd at server1.Activeworlds.com...
> I am hosting my world "Jameys" on my own pc .. I have 2 computers
networked
> together so I can share my isp with family... I just installed the aw
world
> server and entered the name password and cit number. it works I added a
*
> so world is green,
> Now the problem begins I have the ability to enter and leave my world my
> son also can from his pc that is part of my network.. But no one else can
> even though the world is on the list and green .. need help figuring
> this out ... I don't know if I have firewalls I only installed the
> networking and internet sharing that came with windows 98... Also am
unable
> to file transfer with aw 3.1... Please help ... Sincerely Jamey
>
>
|
Jan 5, 2001, 3:03pm
I have to apologize for my friend... He was the one that posted the
message.. He has a personality that makes him, well, strange sometimes... He
apologize for doing what he did. Milenko didnt have enough information, and
he was wrong to post that. Please, all, forgive him.
Thankies
Joeman (Dictating for Milenko)
[View Quote]"milenko" <tomaz1212 at yahoo.com> wrote in message
news:3a54fe43$1 at server1.Activeworlds.com...
> Who cares? I dont think anyone REALLY took offense when you called xelag a
> prick
>
> ----------
> In article <3a19b516 at server1.Activeworlds.com>, "lanezeri"
> <thug4life at free-1.com> wrote:
>
>
couple
time..
|
Dec 16, 2000, 3:18pm
Try using XelaG's Painball script....
[View Quote]"trekker" <troop2 at empirenet.com> wrote in message
news:3A3B9FFD.DF999A18 at empirenet.com...
> I know Brant has the script but he wont give it to me. im guessing hes not
the
> only one so if u find it tell me
>
>
> kah wrote:
>
on
:(
>
|
Sep 2, 2001, 7:35pm
Hi, I need the 2.2 SDK for a project I'm working on. If any one has a copy,
could they please send it to joeman at bootdown.com.
Thanks
-Joe
Sep 2, 2001, 9:28pm
For a 2.2 uni server :).
-Joe
[View Quote]"agent1" <Agent1 at my.activeworlds.com> wrote in message
news:3b92bbd5 at server1.Activeworlds.com...
> I don't think that would even connect to any current Uniserver, so why
would you need it?
>
> -Agent1
>
> "joeman" <Joeman at bootdown.com> wrote in message
news:3b92a630$1 at server1.Activeworlds.com...
copy,
>
>
|
Sep 2, 2001, 11:10pm
Well, when I try to query citizen immigration time, enabled, ppw, and lots
others it just returns a space. So, I dunno. Most of that stuff is handled
by the 2.2 uni server, mabey the protocol was revamped a little.
-Joe
[View Quote]"xelag" <xelag at digitalspace.com> wrote in message
news:5aj5ptknd0r41r33vqtloukvau4kjc5ld7 at 4ax.com...
> Joe, I think the current SDK works fine in 2.2 worlds. My xelagot
> works in 2.2 worlds and universe without problem, just avoid using the
> specifice 3.x functions, attributes and callbacks.
>
> On 2 Sep 2001 17:35:44 -0400, "joeman" <Joeman at bootdown.com> wrote:
>
copy,
>
|
Sep 2, 2001, 11:10pm
I know a few people. I dont think it was a mandatory upgrade :).
-Joe
[View Quote]"agent1" <Agent1 at my.activeworlds.com> wrote in message
news:3b92c9f4 at server1.Activeworlds.com...
> Who still has those? Isn't it mandatory to upgrade uniservers?
>
> -Agent1
>
> "joeman" <Joeman at bootdown.com> wrote in message
news:3b92c0b4$1 at server1.Activeworlds.com...
a
>
>
|
Sep 3, 2001, 1:25pm
Wow, that would be a neat trick yp :). Could you show me some time? It
would be neat to have my own one.
-Joe
[View Quote]"young phalpha" <RhaneC at msn.com> wrote in message
news:3b930daa at server1.Activeworlds.com...
> *cough* that 2.2 uniserver with that license check removed.. :)
> --
> Young Phalpha
>
> "agent1" <Agent1 at my.activeworlds.com> wrote in message
news:3b92c9f4 at server1.Activeworlds.com...
> Who still has those? Isn't it mandatory to upgrade uniservers?
>
> -Agent1
>
> "joeman" <Joeman at bootdown.com> wrote in message
news:3b92c0b4$1 at server1.Activeworlds.com...
a
>
>
>
|
Sep 3, 2001, 1:26pm
Yes, but all I can get with it is the user name, the user password and the
user email :(... Uhm...
-Joe
[View Quote]"agent1" <Agent1 at my.activeworlds.com> wrote in message
news:3b9382e4$1 at server1.Activeworlds.com...
> "The attributes AW_CITIZEN_COMMENT, AW_CITIZEN_ENABLED,
AW_CITIZEN_TOTAL_TIME, and AW_CITIZEN_URL are new in version 3.1 and require
at least build 18 of the SDK and version 3.1 of the uniserver." Plus, I
would assume you'd need to be running the bot as citizen one (which you
likely are).
>
> The AW_CITIZEN_PRIVILEGE_PASSWORD variable is also new from 3.1.
>
> -Agent1
>
> "joeman" <Joeman at bootdown.com> wrote in message
news:3b92d873 at server1.Activeworlds.com...
lots
handled
>
>
|
Sep 3, 2001, 1:28pm
Great, that would work, uh, kinda as well. Could you send it to me? :)
-Joe
[View Quote]"the derek" <ImTheDerek at yahoo.com> wrote in message
news:3B9312E6.B1C12E7B at yahoo.com...
> i have a VB copy
>
> joeman wrote:
copy,
|
Sep 3, 2001, 3:23pm
It should be able to get more, or so im told.
-Joe
[View Quote]"kah" <kah at kahbot.com> wrote in message
news:3b93b7ca at server1.Activeworlds.com...
> what do you expect? the 2.2 SDK will get only that, nothing more...
>
> KAH
>
> "joeman" <Joeman at bootdown.com> wrote in message
> news:3b93a140$1 at server1.Activeworlds.com...
the
> require
and
> the
>
>
|
Sep 3, 2001, 5:57pm
Listen, all I need is the 2.2, I didnt need all these comments.
-Joe
[View Quote]"xelag" <xelag at digitalspace.com> wrote in message
news:9ij7pt4eorum1sfhhk2rnco3od0bntfkdp at 4ax.com...
> Joeman, stick it in your brain: build 20 (the latest 3.1 build) has
> all the methods used in 2.2 universes and worlds (and more, but the
> new ones don't work in older universes). What you don't get with it,
> you won't get with the older versions. The only 'old' method that has
> changed is that when you log in, you can't specify how many avatars
> the bot will perceive: it defaults now to 50, which was the maximum in
> 2.2 SDK.
>
> XelaG
>
> On 3 Sep 2001 11:28:08 -0400, "joeman" <Joeman at bootdown.com> wrote:
>
a
>
|
Sep 3, 2001, 6:02pm
2.2 sdk too...
-Joe
[View Quote]"joeman" <Joeman at bootdown.com> wrote in message
news:3b93e096$1 at server1.Activeworlds.com...
> Listen, all I need is the 2.2, I didnt need all these comments.
>
> -Joe
>
> "xelag" <xelag at digitalspace.com> wrote in message
> news:9ij7pt4eorum1sfhhk2rnco3od0bntfkdp at 4ax.com...
has
> a
>
>
|
Sep 3, 2001, 8:52pm
Good idea :).
-Joe
[View Quote]"agent1" <Agent1 at my.activeworlds.com> wrote in message
news:3b9407cb at server1.Activeworlds.com...
> Uhh... I'm sure it's illegal to use AW's software without their
permission, so I don't think you should ask about it on their own news
server...
>
> -Agent1
>
> "joeman" <Joeman at bootdown.com> wrote in message
news:3b93a0fe$1 at server1.Activeworlds.com...
why
>
>
|
Sep 4, 2001, 12:18am
Hmm, maybe its a problem with the php wrapped sdk. Oh well, no worries, I
gave up on it :\...
-Joe
[View Quote]"young phalpha" <RhaneC at msn.com> wrote in message
news:3b943833 at server1.Activeworlds.com...
> uhhh, Roland makes sure the SDK has complete and full backwards
compatibility, because how would
> the current 2.2 browser work in the 3.1 universe? I believe you can't
login a 3.x browser into a
> 2.2 universe, but you can login a 3.x SDK to one...
> --
> Young Phalpha
>
> "joeman" <Joeman at bootdown.com> wrote in message
news:3b93e1e8$1 at server1.Activeworlds.com...
> 2.2 sdk too...
>
> -Joe
>
> "joeman" <Joeman at bootdown.com> wrote in message
> news:3b93e096$1 at server1.Activeworlds.com...
:)
> has
>
>
>
|
Nov 20, 2001, 12:45am
Error codes do pop up from time to time from WinSock, or other controls that
AW uses :). I have run into this one a bunch. I guess this is one that
Roland should add to the SDK error codes, or make a new list of browser only
errors that are returned.
-Joe
[View Quote]"data21" <dbmiller at kiski.net> wrote in message
news:3bf73625 at server1.Activeworlds.com...
> Hmm they seem to be missing one. what dose this one mean?
>
> Immigration Officer: Could not enter world (reason 430)
>
>
> "brandon" <brandon at fake-email-adresses.com> wrote in message
> news:3bf70194$1 at server1.Activeworlds.com...
>
>
|
Nov 18, 2001, 4:16pm
It has been done, and last I heard, hes just not giving it out. You could
make your own... Also, you could use the AWsdkocx, by connecting to it as a
com object, you can get many of the same results, minus the event
handling... If you want any help with it, email me and I can get you
started.
-Joe
[View Quote]"bowen" <bowen at omegauniverse.com> wrote in message
news:3bf7f1de$1 at server1.Activeworlds.com...
> I was wondering, since I saw this on another post in the wishlist NG.. who
> ported the aw sdk to PHP and if there is a copy of it. Thanks ahead of
time
> :)
>
> --Bowen--
>
>
>
|
Nov 18, 2001, 8:51pm
3dhomepages uses a PHP SDK, my web bot type things use a php SDK. He isn't
misunderstanding anything here. It is a full blown SDK, its just not for
download anywhere. You could make your own, with some work, or you could
use the AWSdkOcx as a com object. Simple as that.
-Joe
[View Quote]"ananas" <vha at oct31.de> wrote in message news:3BF833F3.EB502A7 at oct31.de...
> PHP SDK? Where did you see that?
>
> You can add own compiled functions to PHP - but I'm
> quite sure that you misunderstood something. Some
> use PHP to add features to their object path, or
> enhance the world admin tool, but that isn't a SDK
> thing, it is done using HTTP and separate compiled
> Linux binaries.
>
> bowen wrote:
who
time
>
> --
> "_
> |
> /\
> \ /
> __/ /_
|
|