
Originally Posted by
Gaver
thank you i was need it but i am afraid
Are you sure there is no security holes on that? pepole cant hack my web?
Np & They will hack your PC & Bank accounts / Credit cards, don't touch!
ps : safe_input & set_limit Cheers

Originally Posted by
ScriptKid
Works Fine :)
Hey martin how about VIP Subscription and Panel?
It would be a big help to me and to other :D
Thanks Mate!
I've coded for few guys, they would kill me if i share - sorry ;)
Anw it's simple if you want only purcharse, do ur self :P

Originally Posted by
ianvalls90
Awesome! Gonna use it for sure....Is it only for MuCore? or can be simply adapted for another cms?
Don't use those unsecure websites ... write ur own cms xD
ps : does it help you ?:P
Code:
require('config.php');
require("engine/global_config.php");
require('engine/global_functions.php');
require('engine/custom_variables.php');
require("engine/adodb/adodb.inc.php");
if ($core['debug'] == '1') {
error_reporting(E_ERROR | E_WARNING | E_PARSE);
} else {
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
}
+
Code:
include("engine/connect_core.php");
Tadaa...