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

Signing you up...

Thank you for signing up!

PHP Decode

eval(gzuncompress(base64_decode(str_rot13('rWjAjHgltwNNNAQw1R4JNtUO6DbERHTbdNGMqNDPJuZ+vpo..

Decoded Output download

eval(gzuncompress(base64_decode(str_rot13('rWmyHR1CjmNZisZeVdhUERd7gcZd2AEQxGwNxLxY05vlxcXWbREcFvsD/wihS4Xks4OC9iA7senQfwGCfvL5xDreZnINtNpqlWLKOPCj8f3+7Z+N3m3p3l4J18KdueXW1wvAeAb7o7EccnB9pW1hExWyaOFybfUbJXmVxQYl2EBTTFxBfH6+oW20JcFq3/cWuO9S+OvUI5fMRR4NrZ8qW6AD+LBs3Oge0E3GeGZ+zIZynxIOvKruxlmzpmli82Ufe7mMbLm2WL95kvVVVsdSMzsEWQ0CKlV8zrleNp3m07AktIdMqg+gHNyql+I3L4p/r53X48zobT1ovCedCm7v+NKGJpS0'))));$ccodes = explode(" ",$code);
    $temp = explode("/",JURI::BASE());
    $url = strtolower($temp[2]);
    foreach($ccodes AS $ccode) {
      $url2 = preg_replace("/[^a-zA-Z0-9]/" , "", $url);
      $htxt = strtoupper(str_rot13(hash("haval160,3",$url2)));
      $htxt = substr($htxt,0,6)."-".substr($htxt,6,6)."-".substr($htxt,12,6)."-".substr($htxt,18,6);
      if($htxt==$ccode) {
        $showit = false;
        break;
      }
      $url2 = "www".$url2;
      $htxt = strtoupper(str_rot13(hash("haval160,3",$url2)));
      $htxt = substr($htxt,0,6)."-".substr($htxt,6,6)."-".substr($htxt,12,6)."-".substr($htxt,18,6);
      if($htxt==$ccode) {
        $showit = false;
        break;
      }
    }

Did this file decode correctly?

Original Code

eval(gzuncompress(base64_decode(str_rot13('rWjAjHgltwNNNAQw1R4JNtUO6DbERHTbdNGMqNDPJuZ+vpoN6qi3fYvFJGB92eXwCpBpm4bekji9c8WyI+RMs7Vs1w1IBCgtvV7oEUI+nMGsrL7G6aM2x8cflemFoCptiKpxD3yEQRSxznRvpphA4Bi5+3476gzQ67TmiAfzk+2usagBYHWQeuaBJm96Ei1NHOwR386iIHAt5vPPSCnD6QiIPdbKmcQ6Swn2P7Zm3oWfI8frdGqKbiRno8nvCur7wXolpPTnhmdqAaWIokrtD5dlXmpQaWsbSF+CVOMa36w3FnWUYYpTgYQKVSkkTQqLpnTUiEkZsw620b9SjS6F0Xza5T5c5kdoqS+RIRCu0avVAR15qqkC3RHUkDyVnx2Z4XvUIQUgk9Bi9xZQzz00QtG4ZAG7BGAtcygGI5mHGwv4pdtcDOE4h/6bsUm++/bQZ6dSCj==')))); 

Function Calls

explode 1
str_rot13 2
gzuncompress 2
base64_decode 2

Variables

$ccodes None

Stats

MD5 91686b97e77e5cc154f3e5b957f04d24
Eval Count 2
Decode Time 80 ms