2

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?

Nikola K.
  • 7,093
  • 13
  • 31
  • 39
Web Master
  • 4,240
  • 6
  • 20
  • 28

3 Answers3

4

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"
Nikola K.
  • 7,093
  • 13
  • 31
  • 39
user1504222
  • 267
  • 1
  • 10
2

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...

John Mitchell
  • 9,653
  • 9
  • 57
  • 91
-1

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