Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
01-31-2015, 11:59 PM
Post: #1
|
|||
|
|||
[REQ]Decode SourceGuardian v9.5 | Clixscript
I have clixscript sript but cant decode it. If anyone can PM me
Demo script: http://demo.incentivescripts.com Demo encode file: http://www2.zippyshare.com/v/L3Ywdgf8/file.html |
|||
02-01-2015, 12:05 AM
Post: #2
|
|||
|
|||
RE: | |||
02-01-2015, 12:15 AM
Post: #3
|
|||
|
|||
RE:
SourceGuardian The script appears to be encrypted by the SourceGuardian. Currently UnPHP can't decrypt files that require a module installed on the webserver.
|
|||
02-19-2015, 01:40 AM
Post: #4
|
|||
|
|||
RE: [REQ]Decode SourceGuardian v9.5 | Clixscript
(01-31-2015 11:59 PM)chantroitudo Wrote: I have clixscript sript but cant decode it. If anyone can PM me PHP Code: <?php chdir(constant("PHP_DIR")) or exit( "Fatal Runtime Error." );$toggleDisableStr = "<span class=\"toggleDisabledField\"><input type=\"checkbox\" name=\"prefix|change\" /></span></p>";$p2s = new clix_paid_to_share();$p2s_model = new clix_paid_to_share_model();if( !$p2s_model->is_enabled() ) { header("Location: " . ADMIN_URI . "plugins"); exit();}
If it can be encoded, it can be decoded. If it can be decoded, it can be encoded. The circle of cryptography...
|
|||