joeman // User Search

joeman // User Search

1  2  3  4  5  6  ...  36  |  

BingoBot

Oct 25, 2000, 7:06pm
Does anyne know where i can get a bingobot?

Thanks
Joeman

bot telegrams?

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]

bot 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]

24/7 bot hosting

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]

Old SDK builds

Jan 19, 2001, 11:24am
how dose that has anything to do with old SDK builds?

~Joeman

[View Quote]

Anyone for HoStInG?

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]

GZ protect code [vb]

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]
------=_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>&nbsp;</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" &lt;<A=20
href=3D"mailto:ImTheDerek at yahoo.com">ImTheDerek at yahoo.com</A>&gt; =
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 &lt; 500 And =
AwSdkOcx1.AwAvatarX=20
&gt; -500 And AwSdkOcx1.AwAvatarZ &lt; 500 And AwSdkOcx1.AwAvatarZ =
&gt; -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 =
&amp; " Was=20
ejected. RC: " &amp; rc</NOBR> <BR><NOBR>End If</NOBR> <BR><NOBR>If=20
AwSdkOcx1.AwAvatarX &gt; 500 And AwSdkOcx1.AwAvatarX &lt; -500 And=20
AwSdkOcx1.AwAvatarZ &gt; 500 And AwSdkOcx1.AwAvatarZ &lt; -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 =
&amp; " Was=20
ejected. RC: " &amp; 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--

GZ protect code [vb]

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] This can also be done by setting a restricted radius of 5 :D ~Joeman =

[View Quote]
------=_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>&nbsp;</DIV>
<DIV><FONT size=3D2>~Joeman</FONT></DIV>
<DIV>&nbsp;</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" &lt;<A=20
href=3D"mailto:ImTheDerek at yahoo.com">ImTheDerek at yahoo.com</A>&gt; =
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] AwSdkOcx1.AwAvatarZ &lt; 500 And AwSdkOcx1.AwAvatarZ &gt; -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 &amp; " Was ejected. RC: " &amp; rc</NOBR>=20
<BR><NOBR>End If</NOBR> <BR><NOBR>If AwSdkOcx1.AwAvatarX &gt; 500 =
And=20
AwSdkOcx1.AwAvatarX &lt; -500 And AwSdkOcx1.AwAvatarZ &gt; 500 And =

AwSdkOcx1.AwAvatarZ &lt; -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 &amp; " Was ejected. RC: " &amp; 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--

GZ protect code [vb]

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]

some error with codewarrior

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

some error with codewarrior

Feb 9, 2001, 10:51am
Its pc and macintosh :o)

~Joeman

[View Quote]

Metroworks Codewarrior...

Apr 16, 2001, 12:00am
Has anyone gotten Codewarrior to work with the aw SDK? If so, how do you
compile?!

Thanks :)
~Joeman

New World owner needs help

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]

-=[ATTENTION]=-

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]

Anyone havea copy of the Paintball script from AWTeen?

Dec 16, 2000, 3:18pm
Try using XelaG's Painball script....


[View Quote]

Wanted: 2.2 SDK

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

Wanted: 2.2 SDK

Sep 2, 2001, 9:28pm
For a 2.2 uni server :).

-Joe

[View Quote]

Wanted: 2.2 SDK

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]

Wanted: 2.2 SDK

Sep 2, 2001, 11:10pm
I know a few people. I dont think it was a mandatory upgrade :).

-Joe

[View Quote]

Wanted: 2.2 SDK

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]

Wanted: 2.2 SDK

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]

Wanted: 2.2 SDK

Sep 3, 2001, 1:28pm
Great, that would work, uh, kinda as well. Could you send it to me? :)

-Joe
[View Quote]

Wanted: 2.2 SDK

Sep 3, 2001, 3:23pm
It should be able to get more, or so im told.

-Joe

[View Quote]

Wanted: 2.2 SDK

Sep 3, 2001, 5:57pm
Listen, all I need is the 2.2, I didnt need all these comments.

-Joe

[View Quote]

Wanted: 2.2 SDK

Sep 3, 2001, 6:02pm
2.2 sdk too...

-Joe

[View Quote]

Wanted: 2.2 SDK

Sep 3, 2001, 8:52pm
Good idea :).

-Joe

[View Quote]

Wanted: 2.2 SDK

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]

I need a list

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]

PHP SDK

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]

PHP SDK

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]

1  2  3  4  5  6  ...  36  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn