PHP script <b>/home/sloki/user/hxxx/sites/carauntuk.com/www/include/class/InTemplate.class.php</b> is protected by <a href=”http://www.phpshield.com/”>phpSHIELD</a> and requires the phpSHIELD loader <b>phpshield.5.2.lin</b>. The phpSHIELD loader has not been installed, or is not installed correctly. Please visit the <a href=”http://www.phpshield.com/loaders/”>phpSHIELD php encoder</a> site to download required loader.
Error diatas terjadi karena extenison phpshield pada server kita belum terload, dibawah ini adalah cara untuk load extension tersebut
Login sebagai root :
[code lang=”bash”]cd/usr/src/
wget http://www.phpshield.com/loaders/phpshield.loaders.linux.zip[/code]
Extrak file yang telah kita download tadi setelah itu cari letak folder extension php pada server kita, untuk singkatnya
anda dapat gunakan perintah ini untuk mencari lokasi folder :
[code lang=”bash”]php –i |grep extension_dir contoh /usr/lib/php5/20060613+lzz[/code]
Untuk php versi 5.2.x copy file phpshield.5.2.lin pada folder extension server kita
[code lang=”bash”]ls /usr/lib/php5/20060613+lzz
cp phpshield.5.2.lin /usr/lib/php5/20060613+lzz[/code]
setelah itu restart apache server
[code lang=”bash”]/etc/init.d/apache2 restart[/code]
selesai.
ref: http://linuxwindowsmaster.com/how-to-install-the-phpshield-loaders-on-linux-windows-server/
by: carauntuk.com
© http://carauntuk.com/cara-install-phpshield-loaders-pada-server-linux