문제

I recieved this error:

Site error: the file C:\wamp\www\html\news.php requires the ionCube PHP Loader ioncube_loader_win_5.1.dll to be installed by the site administrator.

Then I have obtained the proper file and pasted it in the HTML folder. Nothing has changed.


What should I do?

도움이 되었습니까?

해결책

You need to download DLL from ioncube site and set path into php.ini:

zend_extension = "C:\wamp\bin\apache\Apache2.2.17\bin\ioncube\i_win_5.3.dll"

다른 팁

Have a look at the IonCode loader

Google however is your friend for these type of questions, just google IonCude loader and you get lots of results, the first being a link to their site...

If you want to run a PHP file which is encrypted by IonCube then you need to install IonCube Loader on your Server. IonCube Loader is a PHP extension which is used to run/execute PHP files which are encoded by IonCube Encoder. For more information about on installing IoCube, here is a detailed article on how to install ioncube locally

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top