Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-20-2007, 05:33 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
If ClientRC is so insecure then just delete it and live with regular RC. If you don't have windows, sucks for you then, you're not worth the insecurities.
__________________
Reply With Quote
  #2  
Old 06-20-2007, 05:49 AM
Infernix Infernix is offline
Inferno (Level Designer)
Join Date: May 2005
Location: U.S,Maryland
Posts: 1,288
Infernix is on a distinguished road
Send a message via AIM to Infernix
Quote:
Originally Posted by Inverness View Post
If ClientRC is so insecure then just delete it and live with regular RC. If you don't have windows, sucks for you then, you're not worth the insecurities.
WOOOOORRRRRRRRRDDDDDD, thx you for saying that before I did.
Reply With Quote
  #3  
Old 06-20-2007, 09:12 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Inverness View Post
If ClientRC is so insecure then just delete it and live with regular RC. If you don't have windows, sucks for you then, you're not worth the insecurities.
Touchy!
__________________
Skyld
Reply With Quote
  #4  
Old 06-20-2007, 09:41 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by Skyld View Post
Touchy!
He's got a good point, though.
ClientRC is so silly anyways, there isn't much need for it. I mean, sure it's kinda convenient, but I'll always prefer the good ol' remotecontrol.exe
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #5  
Old 06-20-2007, 10:21 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by coreys View Post
but I'll always prefer the good ol' remotecontrol.exe
Which isn't available on Mac. Which is why Skyld made his version clientrc.
Reply With Quote
  #6  
Old 06-20-2007, 10:57 PM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by Twinny View Post
Which isn't available on Mac. Which is why Skyld made his version clientrc.
Maybe Skyld should smack around Stefan until he makes one, then? :O Just a though
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #7  
Old 06-21-2007, 04:22 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Twinny View Post
Which isn't available on Mac. Which is why Skyld made his version clientrc.
Like I said, if you have a Mac you chose to be in the minority. Either get Windows or suck it up, I'm not going to allow a security risk just because you want to use a Mac. "You" being any Mac user that brings up this argument, not you Twinny, unless thats your argument too
__________________
Reply With Quote
  #8  
Old 06-24-2007, 05:33 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Another handy idea!

PHP Code:
public function destroy()
  echo(
"Nice try, nubcakes"); 
Overrides the default destroy() command where it's added so anti-graals fool can't delete/destroy your NPC from other NPCs. Just add it to anything serverside.

Now, if Stefan added my protected variables idea, all NPCs variables could be set to private by default. This would save objects from accessing/writing to remote objects variables.
Reply With Quote
  #9  
Old 06-25-2007, 10:40 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Twinny View Post
Another handy idea!

PHP Code:
public function destroy()
  echo(
"Nice try, nubcakes"); 
Overrides the default destroy() command where it's added so anti-graals fool can't delete/destroy your NPC from other NPCs. Just add it to anything serverside.

Now, if Stefan added my protected variables idea, all NPCs variables could be set to private by default. This would save objects from accessing/writing to remote objects variables.
Yeah I was thinking about that...
You could just do like:

NPC1:
NPC Code:
function onCreated() {
public this.myvar = "Hello!";
NPC2.getMyVar();
private this.myvar;
NPC2.getMyVar();
}



NPC2:
NPC Code:
function getMyVar() {
echo("Test Results: " @ NPC1.myvar);
}



Echoed text:
NPC Code:
Test Results: Hello!
Test Results:



Color coded to show you the format of the code too ;P
(You would use public and private much like you use new, if, else, while, do, etc.)
__________________
Do it with a DON!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:09 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.