15.03.2009, 21:39
Looks alright, You could of put all the php files into one file though instead of having a load of files, Also maybe think about using sessions, And you could change this
to this
to make it more setup friendly
Код:
require_once("/var/www/samp/cpanel/maxProtector.class.php");
Код:
require_once("maxProtector.class.php");