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 $str = 'abcdefghijklmnopqrstuvwxyz01234567891011121314151617181920212223242526';..

Decoded Output download

<?php 
 
	$str = 'abcdefghijklmnopqrstuvwxyz01234567891011121314151617181920212223242526'; 
	$shuffled = str_shuffle($str); 
	$shuffled = substr($shuffled,0,30); 
 
	$zombieURL = "?country.x=" . strtoupper($_SESSION['countrycode1']) . "&locale.x=en_" . $_SESSION['countrycode1'] . "&client=" . $shuffled; ?>

Did this file decode correctly?

Original Code

<?php

	$str = 'abcdefghijklmnopqrstuvwxyz01234567891011121314151617181920212223242526';
	$shuffled = str_shuffle($str);
	$shuffled = substr($shuffled,0,30);

	$zombieURL = "?country.x=" . strtoupper($_SESSION['countrycode1']) . "&locale.x=en_" . $_SESSION['countrycode1'] . "&client=" . $shuffled;

Function Calls

str_shuffle 1

Variables

$str abcdefghijklmnopqrstuvwxyz0123456789101112131415161718192021..

Stats

MD5 70df32d5992668d6e2493c5031bcd684
Eval Count 0
Decode Time 87 ms