View Single Post
  #2 (permalink)  
Old 24-08-2008, 05:42
eUK-Martin's Avatar
eUK-Martin eUK-Martin is offline
Windows System Administrator
 
Join Date: Nov 2005
Location: Earth
Posts: 465
Default

7. Click Finish to finish the IonCube Loader installation.



8. Check if the IonCube libraries are saved on the Plesk PHP path.



9. Now open php.ini for both PHP 4.x and PHP 5.x located to insert the path to IonCube Loader's Library.
Code:
C:\WINDOWS\php.ini --- for 4.x
%plesk_dir%\Additional\PleskPHP5\php.ini -- for 5.x
10. Insert following link at the end of the respective php.ini files:
For PHP 4.x
Code:
[ZEND]
zend_extension_ts = %plesk_dir%\Additional\Php\extensions\ioncube\ioncube_loader_win_4.x.dll
For PHP 5.x
Code:
[ZEND]
zend_extension_ts = %plesk_dir%\Additional\Php\extensions\ioncube\ioncube_loader_win_5.x.dll
11. Please make sure that you select the correct versions of PHP in the file name.

make sure that you replace %plesk_dir%\ with the path on the server.

12. Restarted IIS:



13. You can check Ioncube Loader in the phpinfo page on your website:
Create a file info.php with the code below in the httpdocs folder:
Code:
<?php
phpinfo();
?>
Bbrowse the file with http://domain_name/info.php

14. You should see this entry on the PHPInfo page:



And you are Done...!!!
__________________
Martin
Windows System Admin.


Windows VPS Hosting - Windows Dedicated Server - Web Hosting Tutorials

Email :: windows @ eUKhost.com AND support @ eUKhost.com
Reply With Quote