xarly Posted April 18, 2009 Share Posted April 18, 2009 I have a VPS with Windows 2003 and Plesk 9 and i'm trying to integrate that with WHMCS but i don't archieve to install IonCube. Couse in whmcs wiki is refered to unix systems i have follow ioncube website instructions. I have done this: I uploaded this two php files ioncube-encoded-file.php ioncube-loader-helper.php I navigate to "www.mydomain.es/ioncube-loader-helper.php" and get this error "The loading of ionCube encoded files is not currently working correctly on this server." as I expected. So navigate to "php.ini installation instructions." and it said this: Analysis Analysis of your system configuration shows: PHP Version 5.2.6 Operating System Windows Threaded PHP Yes php.ini file C:\Parallels\Plesk\Additional\PleskPHP5\php.ini Required Loader ioncube_loader_win_5.2.dll Instructions To install the Loader in your php.ini file, edit or create the file C:\Parallels\Plesk\Additional\PleskPHP5\php.ini and add the following line before any other zend_extension lines: zend_extension_ts = <drive>:\<path>\ioncube_loader_win_5.2.dll where <drive>:\<path>\ is where you've installed the loader. If there are no zend_extension lines already, you can put the line at any point in the file. Finally, stop and restart your web server software for the changes to take effect. So i put "ioncube_loader_win_5.2.dll" on ext folder inside PleskPHP5 and write in php.ini lines after check there was no other "zend_extension": [Zend] zend_extension_ts = C:\Parallels\Plesk\Additional\PleskPHP5\ext\ioncube_loader_win_5.2.dll I reboot IIS and check the first php file (ioncube-encoded-file.php) but it said: This encoded file cannot be run. Please run the file ioncube-loader-helper.php for more information. I cannot understand what i'm doing wrong, i'm almost all the day trying to make it run Could you help me? 0 Quote Link to comment Share on other sites More sharing options...
DataHosts Posted April 19, 2009 Share Posted April 19, 2009 Have you stopped and restarted IIS on the server? 0 Quote Link to comment Share on other sites More sharing options...
xarly Posted April 19, 2009 Author Share Posted April 19, 2009 SOLVED! The problem was quotes:shock: zend_extension_ts = "C:\Parallels\Plesk\Additional\PleskPHP5\ext\ioncube_loader_win_5.2.dll" Thank you! 0 Quote Link to comment Share on other sites More sharing options...
[JSH]John Posted April 19, 2009 Share Posted April 19, 2009 This will be a help to others. I was going to ask if you tried using quotes. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.