Log in

View Full Version : Octosquid Invasion?



seireikhaan
03-18-2009, 22:03
So, I'm not totally sure what happened...

I clicked to view Omanes Alexandropolites' userpage, and got a really strange message...

https://i182.photobucket.com/albums/x246/greaterkhaan/oddmessage.jpg

How can I do this?

Martok
03-19-2009, 04:26
That's both awesome and hilarious in the same breath. :laugh4:

Omanes Alexandrapolites
03-19-2009, 08:26
:laugh4:

I was waiting for somebody to find that. Yes it is deliberate BTW - I couldn't find a way to delete it, so I stuck on an automatic redirect with the most random message I could find. Somebody had mentioned Octosquids in the previous thread I had seen so I thought why not go along with that.

If you fancy adding random messages to your userpage, the code is

<HEAD>
<SCRIPT language="JavaScript">
<!--
function getgoing()
{
top.location="[where you want to go]";
}
{
alert("[place your message here]");
setTimeout('getgoing()',10000);
}
//-->
</SCRIPT>
</HEAD>It doesn't work in IE, but works in the other browsers.

~:)

Andres
03-19-2009, 10:39
:laugh4:

:2thumbsup:

lenin96
03-21-2009, 01:30
:laugh4:. (Where do you put the code?)

Omanes Alexandrapolites
03-28-2009, 22:34
It fits in here (https://forums.totalwar.org/vb/userpage.php?do=edit) ~:)

caravel
03-28-2009, 22:44
I have reused some of your code in my page Omanes....

:bow:

lenin96
03-31-2009, 05:58
Where it says "where you want to go", what do I put there?

Lord Winter
03-31-2009, 06:09
The Url of the page your redericting too.

Alexander the Pretty Good
03-31-2009, 09:25
Huh. That's a bit of security hole, isn't it?