View Single Post
  #18  
Old 5th September 2011, 23:41
n3v0n3r n3v0n3r is offline
Member
 
Join Date: Dec 2010
P2P
Posts: 12
Default
Quote:
Originally Posted by mmisu120000 View Post
the answer is very simple, in init.php , around line 23, you will have to put the EXACT line like that:

PHP Code:
define ('VERSION','TS Special Edition v.5.6'); 
any other text there will trigger the error mesage, and you must put it no matter the real version you have!

This is because this script can not be modified, because it's ioncubed ...

Good luck!
I already have
define ('VERSION','TS Special Edition v.5.6');

in my init.php file..
Reply With Quote