Questions tagged [ioncube]

ionCube is a tool to obfuscate PHP code so clients can run software without having the source code. Use with the [php] tag

ionCube lets you encode your PHP files up to PHP 5.5

To encode files, you need to buy ionCube PHP Encoder (it's a commercial tool) and to use encoded files you need to have ionCube loaders installed (those are for free).

Links:

204 questions
-1
votes
1 answer

Uncrackable PHP Software Protection

I've got a PHP product that clients install on their server. It's a pay-monthly product, and I need to protect it. I did consider Ioncube (and friends), and have used several of them before. However, they're all fundamentally just deterrents because…
HappyTimeGopher
  • 1,377
  • 9
  • 14
-1
votes
2 answers

Remove Copyrighted Footer From IONCube Encrypted PHP

I Have A Code Which Has been encrypted by IONcube and i really couldnt decode it to see the regular codes i just wanted to remove the footer which contained software copyrighted . i just paid for the script but i didnt wanted the copyrighted so…
-1
votes
2 answers

How to prepend PHP file to ionCubed script

I've prepend a PHP file to all of script files using php.ini config: auto_prepend_file = "./file.php" Then I got this error while running script: Site error: the file /home/user/public_html/path/index.php requires the ionCube PHP Loader…
PRO MAX
  • 87
  • 3
  • 11
-1
votes
3 answers

How to keep safe some of the php files before sell

I am going to sell my products which contain the License key validation for a joomla site.So i need to encrypt some of my php files to preventing from hackers.I've been searching since the morning and haven't find any solution.Tried for ioncube…
ram
  • 53
  • 1
  • 9
-2
votes
1 answer

ioncube decoded php web site cant load on localhost or in server

i have php ecommerce web site and its encoded via ioncube. ive decoded it and i had all codes to see clear but the problem is if i decode it or change $domain = array('www.xxx.com') to $domain = array('localhost') it doesnt get anything from…
-2
votes
2 answers

Windows Zend PHP Debugging Environment

Recent projects (Shopware, xt:Commerce) contain ioncube-encoded files which force me to use the ioncube_loader extension. Loading this along with the ZendDebugger does work unless I try start debugging. Once the loader is included, debugging doesn't…
Chapter2
  • 102
  • 5
-3
votes
2 answers

wordpress and IONCUBE issue

i am using a premium theme in WordPress 4.0. but problem is when i tried to change function.php file, it return error "encoded function.php file is corrupted." all data in function.php file is encoded. i am not able to change it. is there any…
chetan patel
  • 596
  • 1
  • 6
  • 16
-4
votes
1 answer

How to install ioncube Loader on openshift

I'm having a problem activating ioncube on openshift. The loader-wizard tells me to do the following steps: 1) Download one of the following archives of Loaders for Linux x86-64: zip tar.gz tar.bz2 etc. 2)Transfer the Loaders to your web server and…
allex
  • 1
-5
votes
1 answer

How can i fix this error? I am using mariadb10

I am using MariaDB10 PHP7 + WHMCS 7RC1 and IonCube7. When we open our test website we get the following error: Fatal error: Cannot redeclare mysql_affected_rows() in [unknown] on line 0
pluton
  • 1
  • 1
1 2 3
13
14