Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-22-2008, 07:01 AM
Door Door is offline
Empress Door the Unhinged
Door's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 849
Door is a splendid one to beholdDoor is a splendid one to beholdDoor is a splendid one to beholdDoor is a splendid one to behold
This sounds like a great idea I would like to do it
__________________
Reply With Quote
  #2  
Old 07-22-2008, 08:28 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Door View Post
This sounds like a great idea I would like to do it
You must be joking.
Reply With Quote
  #3  
Old 07-22-2008, 08:32 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Quote:
Originally Posted by Codein View Post
You must be joking.
And no one got it when I pointed out the irony between her post and her signature
Reply With Quote
  #4  
Old 07-22-2008, 08:40 PM
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 Codein View Post
You must be joking.
Its Door, of course she is.

Can't say its a good joke.

Edit: Looking at my signature makes me giggle.
__________________
Reply With Quote
  #5  
Old 07-22-2008, 08:33 AM
wild8900 wild8900 is offline
Mr. Brightside
wild8900's Avatar
Join Date: Dec 2005
Posts: 418
wild8900 is an unknown quantity at this point
Send a message via MSN to wild8900
Soooo if you designed your own system and put it on one of Stefan's servers you could theoretically sue for privacy infringement by HIS server? Oh and where exactly does it say in the ToS that our PMs are 100% private? I never actually read it.
Reply With Quote
  #6  
Old 07-22-2008, 08:40 AM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
HTML Code:
function onPM() {
Something more here... it's possible to log some PMs but I won't go any futher.
Reply With Quote
  #7  
Old 07-22-2008, 08:43 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
Quote:
Originally Posted by [email protected] View Post
HTML Code:
function onPM() {
Something more here... it's possible to log some PMs but I won't go any futher.
If I remember correctly, there wasn't a way to access the text... unless I'm mistaken, or you know something that you're not supposed to .
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote
  #8  
Old 07-22-2008, 09:10 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
PHP Code:
//#SERVERSIDE
function serverSidecmdsendermessage )
{
  if ( 
cmd != "logPM" )
  {
    
savelog3 'pmlgo.txt", message SPC "rfom' SPC sender;
  }
}
function 
onGetPMsendermessage ) )
{
  
triggerserver"gui', player.account, "logPM', sender, message;
)} 
Worked fine for me when I tested it.
__________________
Reply With Quote
  #9  
Old 07-22-2008, 11:16 AM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
Quote:
Originally Posted by cbk1994 View Post
PHP Code:
//#SERVERSIDE
function serverSidecmdsendermessage )
{
  if ( 
cmd != "logPM" )
  {
    
savelog3 'pmlgo.txt", message SPC "rfom' SPC sender;
  }
}
function 
onGetPMsendermessage ) )
{
  
triggerserver"gui', player.account, "logPM', sender, message;
)} 
Worked fine for me when I tested it.
savelog4, man. c'mon.
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote
  #10  
Old 07-22-2008, 01:47 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by cbk1994 View Post
PHP Code:
//#SERVERSIDE
function serverSidecmdsendermessage )
{
  if ( 
cmd != "logPM" )
  {
    
savelog3 'pmlgo.txt", message SPC "rfom' SPC sender;
  }
}
function 
onGetPMsendermessage ) )
{
  
triggerserver"gui', player.account, "logPM', sender, message;
)} 
Worked fine for me when I tested it.
Man, that's some hardcore code. Thanks a bunch![/irony]
Reply With Quote
  #11  
Old 07-22-2008, 05:36 PM
Bell Bell is offline
Registered User
Bell's Avatar
Join Date: Feb 2007
Posts: 1,824
Bell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud of
Quote:
Originally Posted by wild8900 View Post
Soooo if you designed your own system and put it on one of Stefan's servers you could theoretically sue for privacy infringement by HIS server? Oh and where exactly does it say in the ToS that our PMs are 100% private? I never actually read it.
Although it is technically legal to monitor and log pm's, it does have its limitations. Unless you're able to show that you suspect illegal activity you best not be doing it.

http://www.graalonline.com/accounts/rules.php

3.Privacy
GraalOnline policy will respect each individual player's privacy to communicate unless there is a reasonable concern that such conversations relate to bug abuse, disruptive behavior, or other illegal activities. It must be made clear that all actions and conversations within GraalOnline are subject to monitoring. Should a player or players be suspected of illegal or abusive activity, GraalOnline reserves the right to use administration tools to monitor individuals' communications via chats and other private messages.

GraalOnline staff and personnel will never single out individual personal information when communicating to other players or outside parties. GraalOnline expects GraalOnline players to abide by the same respect for personal privacy. Personal information - age, address, personal email, phone numbers, etc. - should never be exploited, communicated between players. Any violations will be strictly punished.
__________________
For support contact
http://support.toonslab.com/
Reply With Quote
  #12  
Old 07-22-2008, 05:43 PM
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
I reserve the right to not play on your server if I suspect you're logging my PMs.
__________________
Reply With Quote
  #13  
Old 07-22-2008, 05:43 PM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
They made that kind of system on UN but I'm not sure if they made it record...
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote
  #14  
Old 07-22-2008, 05:54 PM
Bell Bell is offline
Registered User
Bell's Avatar
Join Date: Feb 2007
Posts: 1,824
Bell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud ofBell has much to be proud of
Quote:
Originally Posted by Switch View Post
They made that kind of system on UN but I'm not sure if they made it record...
Their system doesn't log and if they ever do decide to log it they had better have a very clear warning that it will be logged. Such as a popup telling you so. Not just a server message when you log on which nobody reads.
__________________
For support contact
http://support.toonslab.com/
Reply With Quote
  #15  
Old 07-22-2008, 05:49 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Eh... it's good for suspected harassment and stuff like that... I know a few games that record EVERYTHING, and lots of people still play it. Then again, this is Graal, and servers are ran by... well, less than spectacular people, most of the time. If this were to be done, it would have to be specifically for reference only(IE someone complains of someone sexually harassing them, go look it up in the log) or something... and one person have access.

But ya, not on Graal, this couldn't work.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 09:05 AM.


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