Quote:
Originally Posted by Stephen
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);
}