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 $red="\033[1;31m"; $end="\033[0m"; $black="\033[0;30m"; $blackb="\033[1;30..

Decoded Output download

<?php 
$red="[1;31m";  
 
 $end="[0m"; 
 
$black="[0;30m"; 
$blackb="[1;30m"; 
$white="[0;37m"; 
$whiteb="[1;37m"; 
$redb="[1;31m"; 
$green="[0;32m"; 
$greenb="[1;32m"; 
$yellow="[0;33m"; 
$yellowb="[1;33m"; 
$syan="[1;36m"; 
$blue="[0;34m"; 
$blueb="[1;34m"; 
$purple="[0;35m"; 
$purpleb="[1;35m"; 
$lightblue="[0;36m"; 
$lightblue="[1;35m"; 
$lightblueb="[1;36m"; 
$red="[1;31m"; 
$green="[1;32m"; 
$yellow="[1;33m"; 
/*[Tools Nguyn Vn Phc ]*/ 
$blud="[1;34m"; 
$res="[1;35m"; 
$nau="[1;36m"; 
$trang="[1;37m"; 
$cam= "\e[38;5;208m"; 
echo("Ban co muon dung du lieu cu (y/n) : "); 
$check = trim(fgets(STDIN)); 
If ($check== "y"){ 
$myfile = fopen("authorizations.txt", "r"); 
    $line = fgets($myfile); 
    $authu = $line; 
fclose($myfile); 
  $myfile = fopen("T.txt", "r"); 
 
    $line = fgets($myfile); 
$tt = $line; 
fclose($myfile); 
} 
else  
{ echo "authorization: "; 
$authu = trim(fgets(STDIN)); 
echo "T : "; 
$tt = trim(fgets(STDIN)); 
$myfile = fopen("authorizations.txt", "w"); 
     
    $txt = $authu; 
    fwrite($myfile, $txt); 
     
    fclose($myfile); 
    $myfile = fopen("T.txt", "w"); 
 
     
 
    $txt = $tt; 
    fwrite($myfile, $txt); 
     
    fclose($myfile); 
     } 
echo "Enter  chy ch  Like + Follow, Nhp 1  chy ch  Follow : "; 
$mode = trim(fgets(STDIN)); 
echo "Nhp Delay bm hon thnh jobs ln th 1 : "; 
$delay = trim(fgets(STDIN)); 
echo "Nhp Delay bm hon thnh jobs ln th 2 : "; 
$delay2 = trim(fgets(STDIN)); 
echo $blueb. "Bo li bao nhiu ln th dng tool: "; 
$baoloi = trim(fgets(STDIN)); 
$loijob=[]; 
$tong=0; 
$a=0; 
$b=0; 
$c=0; 
$green="[1;32m"; 
If ($mode == 1)($b= "like"); 
  
$yellow="[1;33m";  
  
$blud="[1;34m";  
  
$res="[1;35m";  
  
$nau="[1;36m";  
  
$trang="[1;37m";  
  
$cam= "\e[38;5;208m";  
  
$loijob=[];  
  
$loitk=[];  
  
error_reporting(0); 
system('clear'); 
 
  
 
function GET($host,$tsm){ 
  $mr = curl_init();  
  
  curl_setopt_array($mr, array( 
  CURLOPT_PORT => "443",  
  
  CURLOPT_URL => "$host",  
  
  CURLOPT_RETURNTRANSFER => true, 
  CURLOPT_SSL_VERIFYPEER => false,  
  
  CURLOPT_CUSTOMREQUEST => "GET",  
  
  CURLOPT_HTTPHEADER => $tsm,  
   
  
  CURLOPT_FOLLOWLOCATION => true,));  
  
  $mr2 = curl_exec($mr); curl_close($mr); 
  return $mr2;}  
  
   
  function HEAD($host,$tsm,$data){ 
  $mr = curl_init();  
  
  curl_setopt_array($mr, array(  
  
  CURLOPT_PORT => "443", 
  CURLOPT_URL => "$host",  
  
  CURLOPT_RETURNTRANSFER => true, 
  CURLOPT_SSL_VERIFYPEER => false,  
  
  CURLOPT_CUSTOMREQUEST => "HEAD", 
  CURLOPT_POSTFIELDS => $data, 
  CURLOPT_HTTPHEADER => $tsm,  
  
  CURLOPT_HEADER => true)); 
  $mr2 = curl_exec($mr); curl_close($mr); 
 return $mr2;}  
  
 
function POST($host,$tsm,$data){ 
  $mr = curl_init();  
  
  curl_setopt_array($mr, array(  
  
  CURLOPT_PORT => "443", 
  CURLOPT_URL => "$host", 
  CURLOPT_RETURNTRANSFER => true,  
   
  
  CURLOPT_SSL_VERIFYPEER => false,  
  
  CURLOPT_CUSTOMREQUEST => "POST",  
  
  CURLOPT_POSTFIELDS => $data, 
  CURLOPT_HTTPHEADER => $tsm,  
  
  //CURLOPT_HEADER => true 
)); 
  $mr2 = curl_exec($mr); curl_close($mr);  
  
 return $mr2;} 
  
  
 
 function cc($vanban){$str = strlen($vanban); 
 for($i=0;$i<=$str;$i++){echo $vanban[$i]; usleep(1000);} 
return 1;} 
  
  
  
$lop = $res."============".$nau."===========".$yellow."===========".$green."==============
"; 
system('clear');  
  
///// Tools Nguyn Vn Phc ///// 
$phucc=$nau."CH TOOL : Nguyn Vn Phc 
"; 
cc($phucc); 
echo $green."Tool Golike TikTok Vip    
";cc($lop); 
 
  
  
  
  
//////////////////////////////////////////////////////////////// 
  
  
$html="htmlspecialchars_decode"; 
////////////////golike////////////////////////// 
$a1="Host: sv5.golike.net"; 
$a2="user-agent: Mozilla/5.0 (Linux; Android 12; SM-A025F Build/SP1A.210812.016;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/107.0.5304.141 Mobile Safari/537.36";  
  
$a3="authorization: $authu";  
  
$a4="origin: https://app.golike.net";  
  
$a5 ="t: $tt";  
  
  
  
$b1 ="Host: sv4.golike.net"; 
  
  
$tsm = array($a1,$a2,$a3,$a4,$a5); 
$tsm1 = array($b1,$a2,$a3,$a4,$a5); 
  
   
  
 
 
$go = get("https://sv5.golike.net/api/tiktok-account",$tsm);  
  
$go = json_decode($go,true);  
  
 
$ff =0;  
  
while(true){  
  
	  
  
	 
$id = $go['data'][$ff]['id']; 
$ten = $go['data'][$ff]['nickname']; 
if($ten == true){ 
echo $yellow." [$ff] => NAME : $ten | ID : $id      
"; 
$ff++;continue;}else{break;} 
} 
echo "Nhp Ti Khon Chy : ";  
  
$co = trim(fgets(STDIN));  
  
  
  
$id = $go['data'][$co]['id'];  
  
$ten = $go['data'][$co]['nickname'];  
  
 
  
  
system('clear'); 
$phucc=$nau."CH TOOL : Nguyn Vn Phc 
"; 
cc($phucc); 
echo $green."Tool Golike TikTok Vip    
";cc($lop); 
  
 echo $purple. "$ten 
"; 
  
  
 
while(true){ 
 
$golike = get("https://sv4.golike.net/api/advertising/publishers/tiktok/jobs?account_id=".$id."&data=null",$tsm1);  
  
$golike = json_decode($golike,true); 
$link = $golike['data']['link'];  
  
$uid = $golike['data']['id'];  
  
$st = $golike['status'];  
  
$ty = $golike['data']['package_name']; 
$coin = $golike['data']['price_per_after_cost']; 
   
  
$loi_id = $golike['data']['object_id'];  
  
if($ty =="comment" or $ty == "$b"or $ty == "favorites"){ 
echo "Job $ty  chn v ch follow         
";$data = '{"ads_id":'.$uid.',"object_id":"'.$loi_id.'","account_id":'.$id.',"type":"'.$ty.'"}';  
  
$tsm3 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/");  
  
$loi = post("https://sv4.golike.net/api/advertising/publishers/tiktok/skip-jobs",$tsm3,$data); 
$p = $red."Bo Co li Thnh cng           
";  
  
  
 cc($p); 
continue;}else{}  
if($st=="400"){echo $yellowb."ang Load Li Job            
";sleep(1);continue;}else{echo $blueb."ang Lm job $ty | $uid          
";}  
  
system("termux-open $link");  
  
for($time=$delay;$time>-1;$time--){ 
echo $yellow."Vui lng i $time  thc hien... 
";sleep(1);}  
  
$data = '{"ads_id":'.$uid.',"account_id":'.$id.',"async":true,"data":null}';  
  
$tsm2 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/",); 
$nhan = post("https://sv4.golike.net/api/advertising/publishers/tiktok/complete-jobs",$tsm2,$data); 
$nhan = json_decode($nhan,true); 
$se = $nhan['success']; 
if($se == "1"){  
date_default_timezone_set('Asia/Ho_Chi_Minh'); 
$tong=$coin + $tong; 
$ngay=date("H:i");$noe++;  
$uu=$nau."$noe ".$cam." [$ngay] ".$trang." [$yellow$ty ".$trang."- $nau$uid".$trang."] ".$green."  ".$yellow." ".$red."=> ".$trang."[ +$coin ]".$greenb." | Tng : ".$tong." 
";cc($uu);$c=0;}else{ 
 for($time=$delay2;$time>-1;$time--){ 
echo $yellow."Bm hon thnh li sau $time... 
";sleep(1);}  
  
$data = '{"ads_id":'.$uid.',"account_id":'.$id.',"async":true,"data":null}';  
  
$tsm2 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/",); 
$nhan = post("https://sv4.golike.net/api/advertising/publishers/tiktok/complete-jobs",$tsm2,$data); 
$nhan = json_decode($nhan,true); 
$se = $nhan['success']; 
if($se == "1"){ date_default_timezone_set('Asia/Ho_Chi_Minh'); 
$tong=$coin + $tong; 
$ngay=date("H:i");$noe++;  
$uu=$nau."$noe ".$cam." [$ngay] ".$trang." [$yellow$ty ".$trang."- $nau$uid".$trang."] ".$green."  ".$yellow." ".$red."=> ".$trang."[ +$coin ]".$greenb." | Tng : ".$tong." 
";cc($uu);$c=0;} 
else 
{$data = '{"ads_id":'.$uid.',"object_id":"'.$loi_id.'","account_id":'.$id.',"type":"'.$ty.'"}';  
 $tsm3 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/"); 
$loi = post("https://sv4.golike.net/api/advertising/publishers/tiktok/skip-jobs",$tsm3,$data); 
$p = $red."Bo Co li Thnh cng           
";  
$c=$c+1; 
If ($c==$baoloi) {break;} {}; 
cc($p); 
} 
} 
} 
 ?>

Did this file decode correctly?

Original Code

<?php
$red="\033[1;31m"; 

 $end="\033[0m";

$black="\033[0;30m";
$blackb="\033[1;30m";
$white="\033[0;37m";
$whiteb="\033[1;37m";
$redb="\033[1;31m";
$green="\033[0;32m";
$greenb="\033[1;32m";
$yellow="\033[0;33m";
$yellowb="\033[1;33m";
$syan="\033[1;36m";
$blue="\033[0;34m";
$blueb="\033[1;34m";
$purple="\033[0;35m";
$purpleb="\033[1;35m";
$lightblue="\033[0;36m";
$lightblue="\033[1;35m";
$lightblueb="\033[1;36m";
$red="\033[1;31m";
$green="\033[1;32m";
$yellow="\033[1;33m";
/*[Tools Nguyn Vn Phc ]*/
$blud="\033[1;34m";
$res="\033[1;35m";
$nau="\033[1;36m";
$trang="\033[1;37m";
$cam= "\e[38;5;208m";
echo("Ban co muon dung du lieu cu (y/n) : ");
$check = trim(fgets(STDIN));
If ($check== "y"){
$myfile = fopen("authorizations.txt", "r");
    $line = fgets($myfile);
    $authu = $line;
fclose($myfile);
  $myfile = fopen("T.txt", "r");

    $line = fgets($myfile);
$tt = $line;
fclose($myfile);
}
else 
{ echo "authorization: ";
$authu = trim(fgets(STDIN));
echo "T : ";
$tt = trim(fgets(STDIN));
$myfile = fopen("authorizations.txt", "w");
    
    $txt = $authu;
    fwrite($myfile, $txt);
    
    fclose($myfile);
    $myfile = fopen("T.txt", "w");

    

    $txt = $tt;
    fwrite($myfile, $txt);
    
    fclose($myfile);
     }
echo "Enter  chy ch  Like + Follow, Nhp 1  chy ch  Follow : ";
$mode = trim(fgets(STDIN));
echo "Nhp Delay bm hon thnh jobs ln th 1 : ";
$delay = trim(fgets(STDIN));
echo "Nhp Delay bm hon thnh jobs ln th 2 : ";
$delay2 = trim(fgets(STDIN));
echo $blueb. "Bo li bao nhiu ln th dng tool: ";
$baoloi = trim(fgets(STDIN));
$loijob=[];
$tong=0;
$a=0;
$b=0;
$c=0;
$green="\033[1;32m";
If ($mode == 1)($b= "like");
 
$yellow="\033[1;33m"; 
 
$blud="\033[1;34m"; 
 
$res="\033[1;35m"; 
 
$nau="\033[1;36m"; 
 
$trang="\033[1;37m"; 
 
$cam= "\e[38;5;208m"; 
 
$loijob=[]; 
 
$loitk=[]; 
 
error_reporting(0);
system('clear');

 

function GET($host,$tsm){
  $mr = curl_init(); 
 
  curl_setopt_array($mr, array(
  CURLOPT_PORT => "443", 
 
  CURLOPT_URL => "$host", 
 
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_SSL_VERIFYPEER => false, 
 
  CURLOPT_CUSTOMREQUEST => "GET", 
 
  CURLOPT_HTTPHEADER => $tsm, 
  
 
  CURLOPT_FOLLOWLOCATION => true,)); 
 
  $mr2 = curl_exec($mr); curl_close($mr);
  return $mr2;} 
 
  
  function HEAD($host,$tsm,$data){
  $mr = curl_init(); 
 
  curl_setopt_array($mr, array( 
 
  CURLOPT_PORT => "443",
  CURLOPT_URL => "$host", 
 
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_SSL_VERIFYPEER => false, 
 
  CURLOPT_CUSTOMREQUEST => "HEAD",
  CURLOPT_POSTFIELDS => $data,
  CURLOPT_HTTPHEADER => $tsm, 
 
  CURLOPT_HEADER => true));
  $mr2 = curl_exec($mr); curl_close($mr);
 return $mr2;} 
 

function POST($host,$tsm,$data){
  $mr = curl_init(); 
 
  curl_setopt_array($mr, array( 
 
  CURLOPT_PORT => "443",
  CURLOPT_URL => "$host",
  CURLOPT_RETURNTRANSFER => true, 
  
 
  CURLOPT_SSL_VERIFYPEER => false, 
 
  CURLOPT_CUSTOMREQUEST => "POST", 
 
  CURLOPT_POSTFIELDS => $data,
  CURLOPT_HTTPHEADER => $tsm, 
 
  //CURLOPT_HEADER => true
));
  $mr2 = curl_exec($mr); curl_close($mr); 
 
 return $mr2;}
 
 

 function cc($vanban){$str = strlen($vanban);
 for($i=0;$i<=$str;$i++){echo $vanban[$i]; usleep(1000);}
return 1;}
 
 
 
$lop = $res."============".$nau."===========".$yellow."===========".$green."==============\n";
system('clear'); 
 
///// Tools Nguyn Vn Phc /////
$phucc=$nau."CH TOOL : Nguyn Vn Phc \n";
cc($phucc);
echo $green."Tool Golike TikTok Vip    \n";cc($lop);

 
 
 
 
////////////////////////////////////////////////////////////////
 
 
$html="htmlspecialchars_decode";
////////////////golike//////////////////////////
$a1="Host: sv5.golike.net";
$a2="user-agent: Mozilla/5.0 (Linux; Android 12; SM-A025F Build/SP1A.210812.016;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/107.0.5304.141 Mobile Safari/537.36"; 
 
$a3="authorization: $authu"; 
 
$a4="origin: https://app.golike.net"; 
 
$a5 ="t: $tt"; 
 
 
 
$b1 ="Host: sv4.golike.net";
 
 
$tsm = array($a1,$a2,$a3,$a4,$a5);
$tsm1 = array($b1,$a2,$a3,$a4,$a5);
 
  
 


$go = get("https://sv5.golike.net/api/tiktok-account",$tsm); 
 
$go = json_decode($go,true); 
 

$ff =0; 
 
while(true){ 
 
	 
 
	
$id = $go['data'][$ff]['id'];
$ten = $go['data'][$ff]['nickname'];
if($ten == true){
echo $yellow." [$ff] => NAME : $ten | ID : $id      \n";
$ff++;continue;}else{break;}
}
echo "Nhp Ti Khon Chy : "; 
 
$co = trim(fgets(STDIN)); 
 
 
 
$id = $go['data'][$co]['id']; 
 
$ten = $go['data'][$co]['nickname']; 
 

 
 
system('clear');
$phucc=$nau."CH TOOL : Nguyn Vn Phc \n";
cc($phucc);
echo $green."Tool Golike TikTok Vip    \n";cc($lop);
 
 echo $purple. "$ten \n";
 
 

while(true){

$golike = get("https://sv4.golike.net/api/advertising/publishers/tiktok/jobs?account_id=".$id."&data=null",$tsm1); 
 
$golike = json_decode($golike,true);
$link = $golike['data']['link']; 
 
$uid = $golike['data']['id']; 
 
$st = $golike['status']; 
 
$ty = $golike['data']['package_name'];
$coin = $golike['data']['price_per_after_cost'];
  
 
$loi_id = $golike['data']['object_id']; 
 
if($ty =="comment" or $ty == "$b"or $ty == "favorites"){
echo "Job $ty  chn v ch follow         \r";$data = '{"ads_id":'.$uid.',"object_id":"'.$loi_id.'","account_id":'.$id.',"type":"'.$ty.'"}'; 
 
$tsm3 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/"); 
 
$loi = post("https://sv4.golike.net/api/advertising/publishers/tiktok/skip-jobs",$tsm3,$data);
$p = $red."Bo Co li Thnh cng           \r"; 
 
 
 cc($p);
continue;}else{} 
if($st=="400"){echo $yellowb."ang Load Li Job            \r";sleep(1);continue;}else{echo $blueb."ang Lm job $ty | $uid          \r";} 
 
system("termux-open $link"); 
 
for($time=$delay;$time>-1;$time--){
echo $yellow."Vui lng i $time  thc hien... \r";sleep(1);} 
 
$data = '{"ads_id":'.$uid.',"account_id":'.$id.',"async":true,"data":null}'; 
 
$tsm2 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/",);
$nhan = post("https://sv4.golike.net/api/advertising/publishers/tiktok/complete-jobs",$tsm2,$data);
$nhan = json_decode($nhan,true);
$se = $nhan['success'];
if($se == "1"){ 
date_default_timezone_set('Asia/Ho_Chi_Minh');
$tong=$coin + $tong;
$ngay=date("H:i");$noe++; 
$uu=$nau."$noe ".$cam." [$ngay] ".$trang." [$yellow$ty ".$trang."- $nau$uid".$trang."] ".$green."  ".$yellow." ".$red."=> ".$trang."[ +$coin ]".$greenb." | Tng : ".$tong." \n";cc($uu);$c=0;}else{
 for($time=$delay2;$time>-1;$time--){
echo $yellow."Bm hon thnh li sau $time... \r";sleep(1);} 
 
$data = '{"ads_id":'.$uid.',"account_id":'.$id.',"async":true,"data":null}'; 
 
$tsm2 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/",);
$nhan = post("https://sv4.golike.net/api/advertising/publishers/tiktok/complete-jobs",$tsm2,$data);
$nhan = json_decode($nhan,true);
$se = $nhan['success'];
if($se == "1"){ date_default_timezone_set('Asia/Ho_Chi_Minh');
$tong=$coin + $tong;
$ngay=date("H:i");$noe++; 
$uu=$nau."$noe ".$cam." [$ngay] ".$trang." [$yellow$ty ".$trang."- $nau$uid".$trang."] ".$green."  ".$yellow." ".$red."=> ".$trang."[ +$coin ]".$greenb." | Tng : ".$tong." \n";cc($uu);$c=0;}
else
{$data = '{"ads_id":'.$uid.',"object_id":"'.$loi_id.'","account_id":'.$id.',"type":"'.$ty.'"}'; 
 $tsm3 = array($b1,$a2,$a3,$a4,"content-length: ".strlen($data),$a5,"content-type: application/json;charset=UTF-8","accept: application/json, text/plain, */*","referer: https://app.golike.net/");
$loi = post("https://sv4.golike.net/api/advertising/publishers/tiktok/skip-jobs",$tsm3,$data);
$p = $red."Bo Co li Thnh cng           \r"; 
$c=$c+1;
If ($c==$baoloi) {break;} {};
cc($p);
}
}
}

Function Calls

None

Variables

None

Stats

MD5 278024a059715d56fbfa0295d5ddba3f
Eval Count 0
Decode Time 42 ms