dumdum4gumgum
Power Member
- Oct 16, 2008
- 596
- 345
Any one have a tut on how to null scripts? would be greatly appreciated
php zend script running ion
php zend script running ion
if (licensecheck() ) {
//continue with script
} else { die('invalid license'); }
if (!licensecheck() ) {
//continue with script
} else { die('invalid license'); }
\\dezenders\\PHP5\\index.php</b> requires the ionCube PHP Loader ".basename( $__ln )." to be installed by the site administrator.";
ive tried doing the whole dezending and come back with this error