View Single Post
  #4  
Old 22nd November 2014, 18:44
fireman fireman is offline
IonCube-R
 
Join Date: Oct 2008
Posts: 99
Lightbulb decoded
Quote:
Originally Posted by DND View Post
let me guess.. TSSE ?
hehe.. your problem if you use encrypted sources. :)

$codelock_decrypter["license"] = "9L4F-J9CC-CBDZ7NHRWN3I"

this is what i have so far.

PHP Code:
<?php

if(!file_exists("config.php"))
{
die(
"Configuration file not found !");
}

if(!
file_exists("footer.php"))
{
die(
"Footer file not found !");
}

if(!
file_exists("lfooter.php"))
{
die(
"Footer file not found !");
}

require 
"config.php";

?>
send me the other files to make sure i got all of it fixed
Reply With Quote