Ioncube Php Encoder 6.5.4 (i386)

Active4 years, 9 months ago
  1. Php 5.4 Vs Php 5.6
  2. Ioncube Encoder

I've developped a php script and I want to protect my files, so what do you think is the best choice for doing this.

Php 5.3 Zend/Ioncube ZenGuard Im having a whale of a time trying to install Zend. After upgrading to 5.3 i have to do the installation for both Zend and Ioncube maually as custombuild fails. How to install ionCube loader. Copy ioncube-install-assistant.php to a web directory such as your hosting directory and open it in your browser. For both zend and ioncube there are services that decode them, but these softwares latest versions are very expensive to decode like 125 euro for 25 files. This is more than the price of script itself.so you don't need to worry much about it and can easily use either zend or ioncube (I use ioncube).

  • ionCube starting from 199$
  • Zend Guard 800$

IonCube was created particularly to meet the clear need for a quality, reliable, and affordable solution for the protection of PHP based intellectual property. Launching a unique online encoding service, and soon after its Standalone PHP Encoder software, ionCube was quickly established and recognised as a leading provider of encoding solutions. Support for PHP 7 is included in our latest loader release. The new PHP 7 ionCube Loaders will run files produced by the version 9 PHP 5.6 Encoder.

Automatically identifies your Hardware. Hp laserjet 4 driver. With just one click you can update the driver as well as the rest of the drivers in your system, such as: • Monitors • Audio & Sound • Graphics & Video Adapters • Modems & Network Adapters • Printers • Scanners • Optical Disk Drives • Other Devices This utility works in two simple steps: 1. This utility contains the only official version for HP LaserJet 3380 Driver for Windows XP/7/Vista/8/8.1/10 32-bit and 64-bit versions.

Is there any other cheaper tools or even free ?

abatishchev
72.1k70 gold badges269 silver badges404 bronze badges
Wassim AZIRARWassim AZIRAR
5,16134 gold badges111 silver badges160 bronze badges

closed as off-topic by Artjom B., Niels Castle, andrewsi, Shoe, nKnDec 10 '14 at 6:43

Ioncube php encoder 6.5.9

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – Artjom B., Niels Castle, andrewsi, Shoe, nKn
If this question can be reworded to fit the rules in the help center, please edit the question.

5 Answers

No amount of obfuscation will protect your files. If they are sufficiently popular, someone will decode them and distribute the versions that don't need IonCube or Zend to decode.

DRM won't stop piracy, but it will get in the way of your paying customers. You'll limit your potential customer base to those that can run the loaders to decrypt your software, which is a much smaller pool of people than all people with PHP web hosting. You'll also vastly increase your customer support load as you help people install the loaders and troubleshoot why your software won't run.

Most importantly, by creating this extra work and frustration for customers, and by preventing them from customizing their copies of the script, you'll lower their happiness with your product. That will result in less referrals, less positive reviews on blogs and social media, and in the end, less sales for you.

The best thing you can do to protect your files AND your sales is to not use DRM. Protect your business by offering incentives to be a legitimate customer, like technical support, free minor version upgrades, customer only discussion forums, etc. Not only will these make it desirable to purchase the script from you instead of download it from a pirate without those benefits, but it'll make your customers happier and more likely to spread the word, leading to more customers.

Dan GrossmanDan Grossman
45.6k9 gold badges95 silver badges94 bronze badges

for both zend and ioncube there are services that decode them, but these softwares latest versions are very expensive to decode like 125 euro for 25 files . this is more than the price of script itself .so you don't need to worry much about it and can easily use either zend or ioncube (I use ioncube).

@dan : I had a script that I was giving free support for life with a very low price and with a lot of features,guess what? somebody stole the code and they spread it all over the internet after that all my customers started calling me about it,kinda were upset that they paid,even though they were getting support.. long story short .. trust me encoding your script and forcing people to certain hosts is way way better than your script being shared on internet for free by some dorks.and about not loading on their hosts,I have made a file that test either ioncube is installed on the server or not,and I give this file to them before they buy my script to test it on their server.

DannyDanny

you should encode a part of script, for example core controller can be encoded and leaving the view files this will allow your customers to make minor changes by themselves

duckduckgoduckduckgo
6791 gold badge13 silver badges26 bronze badges
  1. It should be possible to properly encode your php & js files, by having all the symbols converted to nonsense symbols, by removing all comments, and by changing filenames. I don't believe that the encryption software in this area is measured by it's cryptographical properties, but rather by it's deployment properties (i.e. 1-click deployment etc.)

    Jive will not function with this version of Internet Explorer. Install flash player without admin privileges php explode.

  2. This is something that almost all serious internet companies do. Try 'View Source' in GMAIL, and tell me if something there is readable to you.

  3. @Dan: There are a lot of models to make money, the 'software-support' model is only one of them. For example, I would like to set up an internet company, and I don't like the thought that the hosting company can look and copy my source code.

Nir O.Nir O.

Php 5.4 Vs Php 5.6

9281 gold badge13 silver badges23 bronze badges

bcompiler extension is what will help you to encode/decode php files for free, however you'll have to take care of protection/license limitations scheme yourself.

user1012851

Ioncube Encoder

Not the answer you're looking for? Browse other questions tagged phpencryptiondrmioncubezend-guard or ask your own question.