هلا شباب ..
منورين
هلا يومين ححط شوية سكربتات مبرمجة php مبرمجينها صحاب اجانب الي والشباب سمحو انها تنزل المنتديات
المهم هذاا تاني سكربت .. و هذا وضيفتو يطلعلك لوحة الأدمن ونسبة نجاحو 80% لانو بيعتمد على داتا بيس فيها كل شي متوقع
+ Copy source and save --> findlink.php
+ Upload database --> http://manhluat93.com/linkadmin.db
+ Check it now!
كود PHP:
<title>Find-Link-Admin V1.0.0.1 # manhluat93@r0ot</title>
<style type="text/css">
body,td,th {
font-family: Tahoma;
font-weight: bold;
}
.style1 {color: Red}
.style2 {color: Green}
a {font-family: Tahoma;color: Green;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;color: Green;}
a:hover {text-decoration: underline;color: Green;}
a:active {text-decoration: none;color: Green;}
</style>
<h1><center>Find-Link-Admin V.1.0.0.1</h1></center>
<?php
# Coded by ManhLuat93 :">
if (isset($_POST['file']) && isset($_POST['url'])) {
ini_set('max_execution_time',9999);
$fp = file(trim($_POST['file']));
$url = trim($_POST['url']);
if (substr($url,-1,1) != '/') { $url = $url.'/';}
echo "<center>";
echo "<span class=style1>URL: ".htmlspecialchars($url)."</span><br>==================<br><br><span class=style2>";
ob_flush();
flush();
foreach($fp as $g) {
$g = trim($g);
$header = get_headers($url.$g.'/');
$pos = strpos($header[0],'404');
if ($pos !== FALSE) {} else {
echo '<a href='.$url.$g.' target=_blank>'.htmlspecialchars($url.$g).'/</a> --> '.$header[0]."<br><br>";
ob_flush();
flush();
}
}
echo "</span><br><br>==================<br>Finished ^__^<br>ManhLuat93<br>==================</center>";
ob_flush();
flush();
} else {
?>
<form id="form1" name="form1" method="post" action="">
<label><span class="style1">URL:</span>
<input name="url" type="text" id="url" size="50" />
</label>
<p>
<label><span class="style2">Data:</span>
<input name="file" type="text" id="file" value="linkadmin.db" />
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</p>
</form>
<? } ?>
FPHP ToolD Find-Link-Admin V1>0>0>1