View Single Post
  #2  
Old 10-03-2010, 05:48 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Stephen View Post
If I understand your request correctly then I disagree. A prompt places responsibility on the user. Graal Online (and in extension, the server) should be held responsible. Administrative routine should moderate openURLs; either through punishing unreported openURLs in scripts or strict access restrictions.
The damage is done far before it will even get reported, a whole server could be repeatedly goatsed (or other shock-site/exploit) hours before anyone can do anything about it.

This can also be easily exploited to open hundreds of browser tabs, etc.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setTimer(0.05);
}

function 
onTimeout() {
  
openurl("http://www.google.com");
  
setTimer(0.05);

__________________
Quote:
Reply With Quote