|
johnf // User Search
johnf // User Search
Mar 17, 2001, 3:03pm
Can't your little brain work out I have fixed my script now? And it counts
deaths and stuff so, *stifles laughter*
Mar 17, 2001, 7:57pm
U were saying it as if it was the worst thing ever to grace the face of the
earth
[View Quote]"j b e l l" <jbell1983 at home.com> wrote in message
news:3ab3cb83 at server1.Activeworlds.com...
> jeezus ok, relax.. i was just saying that when I used it didn't work.. for
> christ sake...
>
> --
> news://awjbell.com
> --
> J B E L L
> http://platinum.awjbell.com
> G O I N G P L A T I N U M
>
>
> "johnf" <johnftintagel at lineone.net> wrote in message
> news:3ab398c9 at server1.Activeworlds.com...
> : Can't your little brain work out I have fixed my script now? And it
counts
> : deaths and stuff so, *stifles laughter*
> :
> :
>
>
|
Mar 17, 2001, 9:32pm
Ok, sorry if u r
[View Quote]"j b e l l" <jbell1983 at home.com> wrote in message
news:3ab3ebb6 at server1.Activeworlds.com...
> i did? oops-my bad.. actually your bad.. i'm sure you misunderstood me..
>
> --
> news://awjbell.com
> --
> J B E L L
> http://platinum.awjbell.com
> G O I N G P L A T I N U M
>
>
> "johnf" <johnftintagel at lineone.net> wrote in message
> news:3ab3dde2 at server1.Activeworlds.com...
> : U were saying it as if it was the worst thing ever to grace the face of
> the
> : earth
> : "j b e l l" <jbell1983 at home.com> wrote in message
> : news:3ab3cb83 at server1.Activeworlds.com...
> : > jeezus ok, relax.. i was just saying that when I used it didn't work..
> for
> : > christ sake...
> : >
> : > --
> : > news://awjbell.com
> : > --
> : > J B E L L
> : > http://platinum.awjbell.com
> : > G O I N G P L A T I N U M
> : >
> : >
> : > "johnf" <johnftintagel at lineone.net> wrote in message
> : > news:3ab398c9 at server1.Activeworlds.com...
> : > : Can't your little brain work out I have fixed my script now? And it
> : counts
> : > : deaths and stuff so, *stifles laughter*
> : > :
> : > :
> : >
> : >
> :
> :
>
>
|
Dec 13, 2003, 9:39am
I know this has been here somewhere before but how do I find it?
~John
Dec 14, 2003, 10:28am
Tx Mark
~John
[View Quote]"strike rapier" <strike at Rapiercom.freeserve.co.uk> wrote in message
news:3fdb0028 at server1.Activeworlds.com...
> int aw_session(void)
>
> - Mark R
>
> "johnf" <johnf at 3d-reality.com> wrote in message
> news:3fdafa87$1 at server1.Activeworlds.com...
>
>
|
Dec 22, 2003, 6:22pm
Since there is no General.Discussion I am posting so it ends up where it
would have been (between Community and SDK)
http://www.coolquiz.com/funpages/funflash/index.asp?pageid=20
~John
Dec 23, 2003, 12:42pm
Off topic in community too T
~John
[View Quote]"agent1" <agent1 at shatteredplatters.com.nospam> wrote in message
news:3fe794c2 at server1.Activeworlds.com...
> johnf wrote:
>
> It's offtopic here.
>
> --
> -Agent1
>
|
Jan 15, 2004, 9:37pm
Using aw_world_list, is there a thing that contains the keywords?
~John
Jan 16, 2004, 5:37pm
But if you wanted to make a bot to search for keywords.. that would mean
entering every world?
~John
[View Quote]"andras" <andras at andras.net> wrote in message
news:4008273a$1 at server1.Activeworlds.com...
> johnf wrote:
>
>
> World attributes event will provide: AW_WORLD_KEYWORDS
>
> --
> Andras
> "It's MY computer" (tm Steve Gibson)
|
Jan 17, 2004, 9:06pm
--------------------Configuration: test - Win32 Debug--------------------
Compiling...
test.cpp
c:\program files\microsoft visual studio\vc98\include\stdlib.h(2) : error
C2143: syntax error : missing ';' before '.'
c:\program files\microsoft visual studio\vc98\include\stdlib.h(2) : error
C2501: 'stdlib' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\stdlib.h(2) : error
C2143: syntax error : missing ';' before '.'
c:\program files\microsoft visual studio\vc98\include\stdlib.h(7) : error
C2146: syntax error : missing ';' before identifier 'include'
c:\program files\microsoft visual studio\vc98\include\stdlib.h(7) : error
C2501: 'This' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\stdlib.h(7) : fatal
error C1004: unexpected end of file found
Error executing cl.exe.
test.exe - 6 error(s), 0 warning(s)
- Whats wrong?
My code is (stdlib.h is included):
#include <iostream.h>
#include <stdlib.h>
int main()
{
cout << "Hello\n";
system("PAUSE");
return 0;
}
Jan 17, 2004, 9:32pm
NM - reinstall solved.
~John
[View Quote]"johnf" <johnf at 3d-reality.com> wrote in message
news:4009c007 at server1.Activeworlds.com...
> --------------------Configuration: test - Win32 Debug--------------------
> Compiling...
> test.cpp
> c:\program files\microsoft visual studio\vc98\include\stdlib.h(2) : error
> C2143: syntax error : missing ';' before '.'
> c:\program files\microsoft visual studio\vc98\include\stdlib.h(2) : error
> C2501: 'stdlib' : missing storage-class or type specifiers
> c:\program files\microsoft visual studio\vc98\include\stdlib.h(2) : error
> C2143: syntax error : missing ';' before '.'
> c:\program files\microsoft visual studio\vc98\include\stdlib.h(7) : error
> C2146: syntax error : missing ';' before identifier 'include'
> c:\program files\microsoft visual studio\vc98\include\stdlib.h(7) : error
> C2501: 'This' : missing storage-class or type specifiers
> c:\program files\microsoft visual studio\vc98\include\stdlib.h(7) : fatal
> error C1004: unexpected end of file found
> Error executing cl.exe.
>
> test.exe - 6 error(s), 0 warning(s)
>
>
> - Whats wrong?
>
>
> My code is (stdlib.h is included):
>
> #include <iostream.h>
> #include <stdlib.h>
>
> int main()
> {
> cout << "Hello\n";
> system("PAUSE");
> return 0;
> }
>
>
|
Jan 18, 2004, 8:01pm
Yes I did - thats why I thought perhaps a reinstall was necessary
~John
[View Quote]"kah" <kah at kahnews.cjb.net> wrote in message
news:Xns9474A9F88847Akahatkahnewsdotcjbdo at 64.94.241.201...
> "johnf" <johnf at 3d-reality.com> wrote in
> news:4009c5fe at server1.Activeworlds.com:
>
>
> Notice that the errors were in the standard library header files, not your
> code.
>
> KAH
|
Jan 21, 2004, 4:43pm
I believe he wants to use a bot, CP
~John
[View Quote]"c p" <chris101d at comcast.net> wrote in message
news:400ec02b$1 at server1.Activeworlds.com...
> ok ill give you the same tip all gave me, don't post the same thing
multiple
> times, hit F7(spellchecker) before you send these, and proof read. Picture
> rotating is usually done with PHP, it isn't a thing for beginners to start
> with usually. the script is available for free in many places. But right
now
> I suggest you learn the basics before you get into PHP, and such :-)
>
> Your Pal,
> -C P
> "marky" <map210690 at yahoo.co.uk> wrote in message
> news:400ebed8$1 at server1.Activeworlds.com...
> gap
in
>
>
|
Jan 21, 2004, 7:59pm
He's using VB
~John
[View Quote]"strike rapier" <strike at Rapiercom.freeserve.co.uk> wrote in message
news:400ef165 at server1.Activeworlds.com...
> Would help if you told us what programming language you know / what
> compilers...
>
> If the answer to any of these is 'i dont ' [know/have] 'any'... then you
> will get slapped.
>
> - Mark R
>
> "marky" <map210690 at yahoo.co.uk> wrote in message
> news:400ee54f$1 at server1.Activeworlds.com...
a
>
>
|
Jan 22, 2004, 4:07pm
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=3656539973&ssPageName=A
DME:B:LC:UK:1
~John
Jan 22, 2004, 7:29pm
Your point?
~John
[View Quote]"c p" <chris101d at comcast.net> wrote in message
news:401012f3$1 at server1.Activeworlds.com...
> buy it from you?
> "johnf" <johnf at 3d-reality.com> wrote in message
> news:40101171 at server1.Activeworlds.com...
>
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=3656539973&ssPageName=A
>
>
|
Jan 22, 2004, 7:38pm
Yeah well I paid £95 for it
~John
[View Quote]"bowen" <newoB at sardna.ten> wrote in message
news:40103816$2 at server1.Activeworlds.com...
> johnf wrote:
>
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=3656539973&ssPageName=A
>
> You do know the point of an auction is to start low and bid high right?
> (£30 is insanely high for used software that's out of date) No one is
> going to buy it from you when they could get an out of the box copy (for
> students -- learning edition) for the same price. Hell, three of the
> schools I attended gave it to me free.
>
> Just a little advice. ;)
>
|
Jan 23, 2004, 8:50am
1/3 of the amount, good idea.. like £30
~John
[View Quote]"bowen" <newoB at sardna.ten> wrote in message
news:401063a6$2 at server1.Activeworlds.com...
> johnf wrote:
>
> And, that was a while ago. Remember, auction prices go up. Start at a
> reasonably low amount (used software products generally sell for 1/3 the
> amount without being an action to begin with). This software is
> completely outdated too, according to Microsoft.
>
|
Jan 22, 2004, 9:15pm
Probably not, perhaps it should but not send so much data you're
disconnected from the world.
~John
[View Quote]"sgeo" <~~~> wrote in message news:40105223$1 at server1.Activeworlds.com...
> I'm not sure if this is the right place to post this. If I try to build
> while disconnected from the world, will it try to build those objects once
> reconnected?
>
>
|
Feb 7, 2004, 5:34pm
URYYB
TEST!
Feb 8, 2004, 11:37am
Russia eh, thanks Mark.. always wanted to launch a nuclear strike against
russia :-D
~John
[View Quote]"strike rapier" <strike at Rapiercom.freeserve.co.uk> wrote in message
news:40261d78 at server1.Activeworlds.com...
> One thing I forgot to mention, the private sdk... it needs to be set to
the
> SDK on your form (or memory location, if your being difficult). This was
> done as part of a absolutly gigantic function in them that I removed
before
> I sent them... so you need to add one :)
>
> - Marky R
>
>
|
Feb 8, 2004, 11:15am
Hehe
~John
-----------------------------------------------------
Public Type type_Coordinates
Xcoord As Long
Ycoord As Long
Zcoord As Long
YAWcoord As Long
End Type
Global Xcoord As Long, Ycoord As Long, Zcoord As Long, YAWcoord As Long
Public Function Coordinates(ByVal CoordString As String) As type_Coordinates
Dim Va As Variant
If InStr(CoordString, " ") = 0 Then Exit Function
Va = Split(CoordString, " ")
If UBound(Va) = 1 Then CoordString = CoordString & " 0a"
If UBound(Va) = 2 Then CoordString = CoordString & " 0"
CoordString = CoordString & " 0"
Va = Split(CoordString, " ")
Dim TMP As String
TMP = CStr(Va(0))
If VBA.Right(TMP, 1) = "n" Then
Zcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * -1000
ElseIf VBA.Right(TMP, 1) = "s" Then
Zcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * 1000
End If
TMP = CStr(Va(1))
If VBA.Right(TMP, 1) = "e" Then
Xcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * -1000
ElseIf VBA.Right(TMP, 1) = "w" Then
Xcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * 1000
End If
Ycoord = Val(Va(2)) * 1000
YAWcoord = Val(Va(3)) * 10
With Coordinates
.Xcoord = Xcoord
.Ycoord = Ycoord
.Zcoord = Zcoord
.YAWcoord = YAWcoord
End With
End Function
Public Function StringCoords(ByVal X As Variant, ByVal Y As Variant, ByVal Z
As Variant, ByVal _
YAW As Variant) As String
Z = Val(Z) / 1000
Y = Val(Y) / 1000
X = Val(X) / 1000
YAW = Val(YAW) / 10
Dim TMPx As String, TMPy As String, TMPz As String, TMPyaw As String
If Z < 0 Then TMPz = -Z & "N" Else TMPz = Z & "S"
If X > 0 Then TMPx = X & "W" Else TMPx = -X & "E"
TMPy = Format(Y, "0.00") & "A"
TMPyaw = Format(YAW, "0.00")
StringCoords = TMPz & " " & TMPx & " " & TMPy & " " & TMPyaw
StringCoords = Replace(StringCoords, ".00", "")
End Function
Feb 9, 2004, 2:43pm
Uhh when tested this was all OK
~John
[View Quote]"ep0ch" <deltawolf at deltawolf.com> wrote in message
news:40273563 at server1.Activeworlds.com...
> Another correction:
>
> If Z < 0 Then TMPz = -Z & "N" Else TMPz = Z & "S"
> needs to be changed to
> If Z < 0 Then TMPz = -Z & "S" Else TMPz = Z & "N"
>
> -Ep0ch
> "ep0ch" <deltawolf at deltawolf.com> wrote in message
> news:40273132 at server1.Activeworlds.com...
Long
> ByVal
String
>
>
|
Feb 9, 2004, 2:45pm
NM - you're correct, lol!
~John
[View Quote]"ep0ch" <deltawolf at deltawolf.com> wrote in message
news:40273563 at server1.Activeworlds.com...
> Another correction:
>
> If Z < 0 Then TMPz = -Z & "N" Else TMPz = Z & "S"
> needs to be changed to
> If Z < 0 Then TMPz = -Z & "S" Else TMPz = Z & "N"
>
> -Ep0ch
> "ep0ch" <deltawolf at deltawolf.com> wrote in message
> news:40273132 at server1.Activeworlds.com...
Long
> ByVal
String
>
>
|
Feb 9, 2004, 2:47pm
Corrected:
~John
!-----------------------------------------------------!
Public Type type_Coordinates
Xcoord As Long
Ycoord As Long
Zcoord As Long
YAWcoord As Long
End Type
Global Xcoord As Long, Ycoord As Long, Zcoord As Long, YAWcoord As Long
Public Function coordinates(ByVal CoordString As String) As type_Coordinates
Dim Va As Variant
If InStr(CoordString, " ") = 0 Then Exit Function
Va = Split(CoordString, " ")
If UBound(Va) = 1 Then CoordString = CoordString & " 0a"
If UBound(Va) = 2 Then CoordString = CoordString & " 0"
CoordString = CoordString & " 0"
Va = Split(CoordString, " ")
Dim TMP As String
TMP = CStr(Va(0))
If VBA.Right(TMP, 1) = "n" Then
Zcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * 1000
ElseIf VBA.Right(TMP, 1) = "s" Then
Zcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * -1000
End If
TMP = CStr(Va(1))
If VBA.Right(TMP, 1) = "e" Then
Xcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * -1000
ElseIf VBA.Right(TMP, 1) = "w" Then
Xcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * 1000
End If
Ycoord = Val(Va(2)) * 1000
YAWcoord = Val(Va(3)) * 10
With coordinates
.Xcoord = Xcoord
.Ycoord = Ycoord
.Zcoord = Zcoord
.YAWcoord = YAWcoord
End With
End Function
Public Function StringCoords(ByVal X As Variant, ByVal Y As Variant, ByVal Z
As Variant, ByVal _
YAW As Variant) As String
Z = Val(Z) / 1000
Y = Val(Y) / 1000
X = Val(X) / 1000
YAW = Val(YAW) / 10
Dim TMPx As String, TMPy As String, TMPz As String, TMPyaw As String
If Z > 0 Then TMPz = Z & "N" Else TMPz = -Z & "S"
If X > 0 Then TMPx = X & "W" Else TMPx = -X & "E"
TMPy = Format(Y, "0.00") & "A"
TMPyaw = Format(YAW, "0.00")
StringCoords = TMPz & " " & TMPx & " " & TMPy & " " & TMPyaw
StringCoords = Replace(StringCoords, ".00", "")
End Function
[View Quote]"johnf" <johnf at 3d-reality.com> wrote in message
news:40263679 at server1.Activeworlds.com...
> Hehe
>
> ~John
> -----------------------------------------------------
>
> Public Type type_Coordinates
> Xcoord As Long
> Ycoord As Long
> Zcoord As Long
> YAWcoord As Long
> End Type
> Global Xcoord As Long, Ycoord As Long, Zcoord As Long, YAWcoord As Long
>
> Public Function Coordinates(ByVal CoordString As String) As
type_Coordinates
>
> Dim Va As Variant
>
> If InStr(CoordString, " ") = 0 Then Exit Function
> Va = Split(CoordString, " ")
>
>
> If UBound(Va) = 1 Then CoordString = CoordString & " 0a"
> If UBound(Va) = 2 Then CoordString = CoordString & " 0"
> CoordString = CoordString & " 0"
>
> Va = Split(CoordString, " ")
>
> Dim TMP As String
> TMP = CStr(Va(0))
>
> If VBA.Right(TMP, 1) = "n" Then
> Zcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * -1000
> ElseIf VBA.Right(TMP, 1) = "s" Then
> Zcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * 1000
> End If
>
> TMP = CStr(Va(1))
>
> If VBA.Right(TMP, 1) = "e" Then
> Xcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * -1000
> ElseIf VBA.Right(TMP, 1) = "w" Then
> Xcoord = Val(VBA.Left(TMP, Len(TMP) - 1)) * 1000
> End If
>
> Ycoord = Val(Va(2)) * 1000
> YAWcoord = Val(Va(3)) * 10
>
> With Coordinates
> .Xcoord = Xcoord
> .Ycoord = Ycoord
> .Zcoord = Zcoord
> .YAWcoord = YAWcoord
> End With
>
> End Function
>
> Public Function StringCoords(ByVal X As Variant, ByVal Y As Variant, ByVal
Z
> As Variant, ByVal _
> YAW As Variant) As String
>
> Z = Val(Z) / 1000
> Y = Val(Y) / 1000
> X = Val(X) / 1000
> YAW = Val(YAW) / 10
>
> Dim TMPx As String, TMPy As String, TMPz As String, TMPyaw As String
> If Z < 0 Then TMPz = -Z & "N" Else TMPz = Z & "S"
> If X > 0 Then TMPx = X & "W" Else TMPx = -X & "E"
> TMPy = Format(Y, "0.00") & "A"
> TMPyaw = Format(YAW, "0.00")
>
> StringCoords = TMPz & " " & TMPx & " " & TMPy & " " & TMPyaw
> StringCoords = Replace(StringCoords, ".00", "")
>
> End Function
>
>
|
Feb 10, 2004, 9:52am
Uhh, no i didn't... :-o
~John
[View Quote]"ep0ch" <deltawolf at deltawolf.com> wrote in message
news:40282011 at server1.Activeworlds.com...
> Forgot to add the StringCoords modifications
> "johnf" <johnf at 3d-reality.com> wrote in message
> news:4027b98b$1 at server1.Activeworlds.com...
> type_Coordinates
ByVal
> Z
Long
> ByVal
String
>
>
|
Feb 20, 2004, 2:45pm
Share the worm or the info about it? LOL
~John
[View Quote]"wizard myrddin" <admin at rdescape.co.uk> wrote in message
news:4035b487$1 at server1.Activeworlds.com...
> W32.netsky.b at mm is a mass mailing worm and as discovered by the following
> url:
>
>
http://securityresponse.symantec.com/avcenter/venc/data/w32.netsky.b at mm.html
>
>
> Share and enjoy
>
>
> "bowen" <newoB at sardna.ten> wrote in message
> news:40357a6f$2 at server1.Activeworlds.com...
>
>
|
Feb 20, 2004, 3:21pm
Lol!
~John
[View Quote]"wizard myrddin" <admin at rdescape.co.uk> wrote in message
news:40363e3d$1 at server1.Activeworlds.com...
> lol or even the worm in Cabo Wabo Tequila, I share a drink with the best
of
> them
>
> Share and consume
>
>
> "johnf" <johnf at 3d-reality.com> wrote in message
> news:403639b2 at server1.Activeworlds.com...
> following
>
http://securityresponse.symantec.com/avcenter/venc/data/w32.netsky.b at mm.html
> via
attachments
>
>
|
Feb 28, 2004, 8:18am
Lol
~John
[View Quote]"strike rapier" <strike at Rapiercom.freeserve.co.uk> wrote in message
news:40406325 at server1.Activeworlds.com...
> "kf" <none at junk.mail> wrote:
>
> RC_FORGOT_TO_CONFIGURE_SOFTWARE
>
>
|
Mar 1, 2004, 6:10pm
lol Mark.... :-)
~John
[View Quote]"strike rapier" <strike at Rapiercom.freeserve.co.uk> wrote in message
news:404389bd$1 at server1.Activeworlds.com...
> Same as RC_SUCCESS
>
> - MR
>
> "ep0ch" <deltawolf at deltawolf.com> wrote in message
> news:4042f0b6 at server1.Activeworlds.com...
>
>
|
|