"Unthinking respect for authority is the greatest enemy of truth."

Welcome to Infoshop News
Thursday, June 20 2013 @ 01:29 AM CDT

The following comments are owned by whomever posted them. This site is not responsible for what they say.
Stand-off at Greek Embassy
Authored by: JackR on Monday, December 08 2008 @ 11:47 PM CST
I'll be leaving my computer on tonight on www.greekembassy.org I encourage others to do the same and slow down the site.
Stand-off at Greek Embassy
Authored by: awed on Tuesday, December 09 2008 @ 12:45 AM CST
does being logged on to the site do anything? anything else that can be done from the internet?
Stand-off at Greek Embassy
Authored by: CaseyFord on Tuesday, December 09 2008 @ 01:53 AM CST
Yeah, you'd have to be running a script that constantly reloads the page in order to slow it down.
Stand-off at Greek Embassy
Authored by: mokey on Tuesday, December 09 2008 @ 04:01 AM CST
i'm not a coder, but there is a firefox addon called reloadevery that will query the URL every 5 seconds.

https://addons.mozilla.org/en-US/firefox/addon/115
Stand-off at Greek Embassy
Authored by: mokey on Tuesday, December 09 2008 @ 04:08 AM CST
I imagine someone will actually write a script for it soon, but staring at the constantly refreshing page that says "Greek political leadership congratulates Barack Obama" is pretty funny.
Stand-off at Greek Embassy
Authored by: CaseyFord on Tuesday, December 09 2008 @ 05:08 AM CST
copy and paste this code into a text editor (like notepad) and save it as greek.html and open it up in your browser.

<html>
<head>
<script type="text/javascript">
function reloadPage()
{
window.location.reload()
}
</script>
</head>

<frameset onload="reloadPage()" rows="5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%,5%">

<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;
<frame src="http://www.greekembassy.org">;

</frameset>

</html>
Stand-off at Greek Embassy
Authored by: Just Me on Tuesday, December 09 2008 @ 05:35 AM CST
CaseyFord, is that script any better or worse than doing the Firefox addition set to reload every five seconds? I'm not too savvy with computers so I just want to know what would be more effective.
Stand-off at Greek Embassy
Authored by: Just Me on Tuesday, December 09 2008 @ 09:09 AM CST
Oh, one thing I just noticed with the Firefox app is you have the ability to set the reload to custom. It looks like you can get it going as fast as one reload a second, but that's about it.
Stand-off at Greek Embassy
Authored by: CaseyFord on Tuesday, December 09 2008 @ 07:26 AM CST
honestly, not sure. i mean, i'm no hacker and not a very good at writing code. This is the equivalent of hitting reload a whole shitload of times. i doubt any case would hold up in court as they would basically be accusing you of accessing their website too much.
Stand-off at Greek Embassy
Authored by: anonymafenomena on Wednesday, December 10 2008 @ 11:18 AM CST
It's a denial of service attack. It would hold up in court and has in the past. That said the chances of being prosecuted for it are pretty low.