Installing ionCube: Difference between revisions

MrX (talk | contribs)
m Broken the instructions between <pre> </pre> into two lines for readability
m Reverted edits by Upazixorys (Talk); changed back to last version by 219.95.0.106
 
(5 intermediate revisions by 4 users not shown)
Line 6: Line 6:
# Uncompress the package using WinZip or any other uncompression software.
# Uncompress the package using WinZip or any other uncompression software.
# Copy the ioncube_loader_win_'''X.X'''.dll to your PHP extensions folder. <br /> ''Note: The X.X stands for your PHP version number!''
# Copy the ioncube_loader_win_'''X.X'''.dll to your PHP extensions folder. <br /> ''Note: The X.X stands for your PHP version number!''
# Navigate to /usr/local/php/ and edit the php.ini file and add this line (<u>broken over two lines for readability</u>) before any other zend_extension line (there should be none if u have not installed it) <pre><nowiki>zend_extension_ts =  
# Navigate to /usr/local/php/ and edit the php.ini file and add this line before any other zend_extension line (there should be none if you have not installed it) <pre><nowiki>zend_extension_ts = /usr/local/php/extensions/ioncube_loader_win_X.X.dll</nowiki></pre> ''Note: Make sure '''X.X''' is the same thing as your PHP version number!''
\usr\local\php\extensions\ioncube_loader_win_X.X.dll</nowiki></pre> ''Note: Where '''X.X''' is the same thing as your PHP version number!''


== Finalization ==
== Finalization ==
Line 13: Line 12:
# Copy the ioncube-encoded-file.php file into your /www directory.
# Copy the ioncube-encoded-file.php file into your /www directory.
# Test it and see if it works.
# Test it and see if it works.
[[Category: Installation]]
[[Category: User Made]]
[[Category: Self Install]]
[[Category: Development]]