View Single Post
  #2  
Old 29th June 2009, 13:45
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
Quote:
Originally Posted by Syn View Post
Hi, I am just playing around with files, some combinations were succesfull like "Whats going on?" colour explanation. now I am trying other things, And i ussualy get the message!

"Direct initialization of this file is not allowed. Please use settings panel." Or similar message to this one depending on files i am combining.

how do i evercome this error, or its really hard?
if you will look closely you will see that each version has in pages something like
PHP Code:
if (!defined ('IN_SCRIPT_TSSEv53')) 
- for versions 5.3 till 5.4.1, and


PHP Code:
if (!defined ('IN_SCRIPT_TSSEv56')) 
- for version 5.6

If you will modify "TSSEv53" to "TSSEv56" , or viceversa, you should not see that error any more ....

simple as that!
Reply With Quote