I tried installing Zend guard on ISPCP, but this bitch aint working
Tried these stepts:
wget ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz
tar -xf ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz
cd ZendGuardLoader-php-5.3-linux-glibc23-i386/php-5.3.x/
mkdir -p /usr/local/php/
cp ZendGuardLoader. so /usr/local/php/
nano /etc/php.ini
## at the end of your php.ini , right after Ioncube Loder... put the following line:
## zend_extension = "/usr/local/php/ZendGuardLoader. SO"
## save and exit :OX ctrl+O ctrl_X
## service httpd restart
## verify php has loaded the zend loader
## php -m
you'll see
PHP Code:
[Zend Modules]
Zend Guard Loader
BUTT, At the end Zend Guard piece of xxxx is not loaded...

