Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
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
  #17  
Old 07-22-2008, 08:03 AM
TESTRETIS TESTRETIS is offline
Zvarri!
TESTRETIS's Avatar
Join Date: Oct 2003
Posts: 970
TESTRETIS has a spectacular aura about
Anyway, as stated before, it could be very possible to do it, but the methods involved would not be legal. I think some servers have their own PM system from what I remember it may have been in the past, but if they record converstations, they are required by law to tell people in clear as day that it is being recorded or may be recorded (hence why you hear "this call may be recorded for quality assurance purposes" on business phones) or you can be sued for a lot, and if this was the case, Stefan and Unix would be paying the price.

Last edited by Sam; 07-22-2008 at 09:54 AM.. Reason: deleted the reply to a spam post
Reply With Quote
  #18  
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
  #19  
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
  #20  
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
  #21  
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
  #22  
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
  #23  
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
  #24  
Old 07-22-2008, 05:29 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
Quote:
Originally Posted by TESTRETIS View Post
Anyway, as stated before, it could be very possible to do it, but the methods involved would not be legal. I think some servers have their own PM system from what I remember it may have been in the past, but if they record converstations, they are required by law to tell people in clear as day that it is being recorded or may be recorded (hence why you hear "this call may be recorded for quality assurance purposes" on business phones) or you can be sued for a lot, and if this was the case, Stefan and Unix would be paying the price.
By law? I'm pretty sure Graal ToS already state that you should not expect privacy or something like that...
Reply With Quote
  #25  
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 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
  #26  
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
  #27  
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
  #28  
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
  #29  
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 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
  #30  
Old 07-22-2008, 06:06 PM
TESTRETIS TESTRETIS is offline
Zvarri!
TESTRETIS's Avatar
Join Date: Oct 2003
Posts: 970
TESTRETIS has a spectacular aura about
Quote:
Originally Posted by DustyPorViva View Post
By law? I'm pretty sure Graal ToS already state that you should not expect privacy or something like that...
United States law, France is a bit different apparently.
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 09:17 AM.


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