Board ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
strike rapier // User Search
strike rapier // User SearchScience and Religion, quite inspiring...Aug 10, 2003, 6:21pm
I have a quote for you....
Man now, clearly defines religion and science in our own minds... Religion as that of good and evil, light and dark... and science, cold and unwilling to be moved by faith... Yet in our modern society we fail to realise something the very first civilisation, the Egyptions did: There is no line between the coldness of Science and light and dark of Religion, for science is a force to create, and in what we create, lies a new battle; in how we use our creations... the battle for good, and for evil. Well isn't this ducky...Aug 11, 2003, 3:45pm
*smacks head*...
If your gonna do it get it right man... - Mark Well isn't this ducky...Aug 11, 2003, 4:08pm
This is a multi-part message in MIME format.
------=_NextPart_000_0140_01C3603A.F48AC290 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Appart from yours was neither.. it was a screwed up C++ / VB / God knows = what else hybrid.... operator.isin? :P - Mark ' InStr Function, checks if one string is in another ' vbTextCompare ignores topcase or lowcase... this is ' instead of vbBinaryCompare which is case sensative... If CBool(InStr(1, sdk.aw_string(AW_CHAT_MESSAGE), "*.exe", = vbTextCompare)) =3D True Then ' We set how long we want to eject for Call sdk.aw_int_set(AW_EJECT_DURATION, 300) ' We tell them to go away... Call sdk.aw_whisper("You are being nuked... goodbye") ' We eject them by session.. programmers who use ' avatar name as the main internal key should be shot! Call sdk.aw_world_eject(sdk.aw_int(AW_CHAT_SESSION)) End If Sorry for HTML :) [View Quote] ------=_NextPart_000_0140_01C3603A.F48AC290 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 6.00.2800.1170" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY> <DIV><FONT face=3DArial size=3D2>Appart from yours was neither.. it was = a screwed up=20 C++ / VB / God knows what else hybrid.... operator.isin? :P</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>- Mark</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT><FONT face=3DArial = size=3D2><FONT=20 color=3D#008000> ' InStr Function, checks if one = string is in=20 another<BR> ' vbTextCompare ignores topcase or = lowcase... this=20 is<BR> ' instead of vbBinaryCompare which is case=20 sensative...</FONT><BR> <FONT color=3D#0000ff>If=20 CBool</FONT>(InStr(1, sdk.aw_string(AW_CHAT_MESSAGE), "*.exe", = vbTextCompare)) =3D=20 <FONT color=3D#0000ff>True</FONT> Then<BR><FONT=20 color=3D#008000> ' We set how = long we=20 want to eject for</FONT><BR> = <FONT=20 color=3D#0000ff>Call</FONT> sdk.aw_int_set(AW_EJECT_DURATION, = 300)<BR><FONT=20 color=3D#008000> ' We tell = them to go=20 away...</FONT><BR> <FONT=20 color=3D#0000ff>Call</FONT> sdk.aw_whisper("You are being nuked...=20 goodbye")<BR><FONT = color=3D#008000> ' We=20 eject them by session.. programmers who=20 use<BR> ' avatar name as the = main=20 internal key should be=20 shot!</FONT><BR> <FONT=20 color=3D#0000ff>Call=20 </FONT>sdk.aw_world_eject(sdk.aw_int(AW_CHAT_SESSION))<BR> &nb= sp;=20 <FONT color=3D#0000ff>End If</FONT></FONT></DIV> <DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT> </DIV> <DIV><FONT face=3DArial color=3D#0000ff size=3D2>Sorry for HTML = :)</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>"starfleet" <</FONT><A=20 href=3D"mailto:Starfleet at Command.com"><FONT face=3DArial=20 size=3D2>Starfleet at Command.com</FONT></A><FONT face=3DArial = size=3D2>> wrote in=20 message </FONT><A = href=3D"news:3f37d8eb$1 at server1.Activeworlds.com"><FONT=20 face=3DArial = size=3D2>news:3f37d8eb$1 at server1.Activeworlds.com</FONT></A><FONT=20 face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> I = did it so=20 everyone understands even without specifically knowing VB=20 :P<BR></FONT></BODY></HTML> ------=_NextPart_000_0140_01C3603A.F48AC290-- Well isn't this ducky...Aug 11, 2003, 4:21pm
Thats even worse o.0 If it got any less on a line you could call it asembly
code! hehehe - Mark [View Quote] Well isn't this ducky...Aug 12, 2003, 12:26am
Wow don't I feel like a prat.... heheh, my own function mod...
call sdk.aw_int_set(AW_EJECT_DURATION, 1); call sdk.aw_int_set(AW_EJECT_SESSION, m_Session); call sdk.aw_world_eject(); Thats what happens when you have to type VB when youve been using C++ 18 hours a day.. [View Quote] - Mark ' InStr Function, checks if one string is in another ' vbTextCompare ignores topcase or lowcase... this is ' instead of vbBinaryCompare which is case sensative... If CBool(InStr(1, sdk.aw_string(AW_CHAT_MESSAGE), "*.exe", vbTextCompare)) = True Then ' We set how long we want to eject for Call sdk.aw_int_set(AW_EJECT_DURATION, 300) ' We tell them to go away... Call sdk.aw_whisper("You are being nuked... goodbye") ' We eject them by session.. programmers who use ' avatar name as the main internal key should be shot! Call sdk.aw_world_eject(sdk.aw_int(AW_CHAT_SESSION)) End If Sorry for HTML :) [View Quote] Why does everyoen hate me!Aug 11, 2003, 5:44pm
Spelling, swearing, attitude, insults, immaturity, poor attempts to get
liked by joining in on insults you know nothing about yarda yarda :) - Mark Why does everyoen hate me!Aug 11, 2003, 9:55pm
Why does everyoen hate me!Aug 11, 2003, 11:44pm
How the hell did weebo fidn my secret stash!Aug 12, 2003, 10:19pm
Let him rant a little, perhaps he needs to? Besides, he dosent have the
benefit of a bot army to go after YOU! - Mark [View Quote] <+> <+>Aug 14, 2003, 3:32pm
Metal Gear Solid 2Aug 14, 2003, 3:11pm
Everyone,
I had the great opertunity, to play the new Metal Gear Solid 2 game on the PC... I can assure you it is unlike anything that you have ever seen, heard, or played before... Its got an intro sequence film 5 minutes long... and the images... well the images make Final fantasy films look pretty poor indeed... Infact.. its so good, I actually had a small tear at certain parts in it :) Its all true what they say in it though... If I can advise you do one thing this summer, its play this game... It will make you think a whole lot about yourselves... :) In a world where nothing is at it seems, you have to find something to beLIEve in.... - Mark 4:10am... sleepy, and feeling that 'im really glad Im here and Ive done that' feeling, even if its just VR :) Metal Gear Solid 2Aug 14, 2003, 4:32pm
'beLIEve'... its important you realise that in the game, until you do.. you
cannot complete it. - Mark [View Quote] Echomencers above post MEANS NEW UNIVERSE!!!!!Aug 19, 2003, 3:17pm
I had to do a salvage mission on my brothers PC and C dissapeared... being
replaced by G, E and F drives... - Mark [View Quote] Break the EncryptionAug 17, 2003, 10:31am
Oh for the love of bloody god!
I've just been talking to John in MSN... and guess what... *bangs head* its Random! Its impossible to ever decypher! It took the characters and outputted some absolute trash, and nothing more! Not even a seed key... just.. random! - Mark [View Quote] it s strangeAug 19, 2003, 5:45pm
It's out there!Aug 22, 2003, 5:34pm
erm... yes its been in Alpha and we have been though god knows how many
builds... 10, 11 or so? Check the beta notes... - Mark [View Quote] It's out there!Aug 22, 2003, 7:36pm
Egh... but the notes arnt for you.. theyre for the alpha team at present
which is why they are the default web page in the alphaverse... People just found em and used em for updates, - Mark [View Quote] It's out there!Aug 22, 2003, 9:06pm
It's out there!Aug 23, 2003, 10:27am
or thats what everyone feels.... if I think people are inferior, I will tell
them (like Alaskan!) - Mark [View Quote] Anti Virus VirusAug 22, 2003, 5:41pm
This is rather cool :D An anti-virus-virus. Looks as though its been
effective too.. you have to wonder who released it... microsoft? http://securityresponse.symantec.com/avcenter/venc/data/w32.welchia.worm.html - Mark Anti Virus VirusAug 22, 2003, 6:19pm
Well, ive never ever seen that sort of thing before...
I had always took physical strikes against hardware as the last resort after all other forms of attack. looks like this required the servers to be taken down, as I say I've never seen that before... like a time bomb with wires you can literally unplug. - Mark [View Quote] Anti Virus VirusAug 22, 2003, 6:55pm
Anti Virus VirusAug 22, 2003, 7:14pm
Wouldent be suprised if they used a tactical nuclear missile strike on it if
it was a server somewhere like Russia and not the US. - Mark [View Quote] Anti Virus VirusAug 22, 2003, 7:41pm
Since when has Bush ever passed up the opertunity to be the saviour of
something or another using as big an explosion as possible.. - Mark [View Quote] Anti Virus VirusSep 2, 2003, 6:29pm
egh no.. how do you think most XP cracks work... they just bring up the
standard exe windows has to change its code.. - Mark [View Quote] Mr Grimm ( 9 9 9 ) is the devil!Aug 23, 2003, 5:47pm
LOL! Well Baron you certainally have a nack for bringing entertaining things
out of nowhere. - Mark [View Quote] Everythings changed and should work but 1 minor problem that I need help with please:)Aug 30, 2003, 2:02pm
Diskkeeper... thats the one that windows stole to put in XP isnt it? Norton
is the sweetest in my opinion. - Mark [View Quote] Everythings changed and should work but 1 minor problem that I need help with please:)Aug 30, 2003, 2:18pm
So does Norton Speeddisk... and btw, if your gonna bottom post like a good
little poster, clip your damned posts :) - Mark [View Quote] |