Rabu, 28 Agustus 2013

PHP Indonesia - Facebook: # Mohon bantuannya gan, saya ingin, jika hash tida...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
# Mohon bantuannya gan, saya ingin, jika hash tida...
Aug 28th 2013, 09:38, by Alanz Shiy Maulana

Alanz Shiy Maulana 9:38am Aug 28
# 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" /> &nbsp <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>';
?>

Alanz Shiy Maulana 9:45am Aug 28
.............................................................................
# perbaikan
http://www.md5decrypt.org/md5-decrypt.php?check=edb&hash=%24site
# sebenarnya
http://www.md5decrypt.org/md5-decrypt.php?check=edb&hash=$site

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar