| # Mohon bantuannya gan, saya ingin, jika hash tidak di temukan, maka ada tulisan hash not found itu gimana yaa gan.. :D
<form action="" method="post"> <?php @set_time_limit(0); @error_reporting(0); function sws_net_info($site){ $getip = @file_get_contents("http://www.md5decrypt.org/md5-decrypt.php?check=edb&hash=$site"); $ip = @findit($getip,"<em style='color:blue;'>","</em>"); return $ip; } function sws_domain_info($site){ $getip = @file_get_contents("http://www.md5decrypt.org/md5-decrypt.php?check=edb&hash=$site"); $ip = @findit($getip,"<span style='color:red;'>","</span>"); return $ip; } function findit($mytext,$starttag,$endtag){ $posLeft = @stripos($mytext,$starttag)+strlen($starttag); $posRight = @stripos($mytext,$endtag,$posLeft+1); return @substr($mytext,$posLeft,$posRight-$posLeft); } echo '<center><form method="post">Enter Here : <input type="text" name="site" size="50" style="color:#00ff00;background-color:#000000" class="inputz" value="8c501e8321ae3e426bcee448cac1e2de" />   <input class="inputzbut" type="submit" style="color:#00ff00;background-color:#000000" name="scan" value="Crack !" /></form>'; if(isset($_POST['scan'])){ $site = @htmlentities($_POST['site']); if (empty($site)){die('<div>Not enter md5 value .. !</div>');} echo '<div><input type="text" name="site" size="50" style="color:#00ff00;background-color:#000000" class="inputz" value="'.sws_net_info($site).'"/></div>'; echo '<div><input type="text" name="site" size="50" style="color:#00ff00;background-color:#000000" class="inputz" value="'.sws_domain_info($site).'"/></div>'; } echo '</center>'; ?> |
Tidak ada komentar:
Posting Komentar