developer _WHM_CS Posted September 4, 2019 Share Posted September 4, 2019 Hello Guys If you write a module and encode with ioncube coder and your customers see your code in " Encoding Compatibility Unknown " at PHP Version Compatibility section solution: if you have windows ioncube coder type you must create a .bat file with TXT editor such notpad++ then add following code in .bat file @echo OFF REM ionCube Encoder batch file REM Project: C:\ionCube file\php5.6 and 7-ionCube-v10.iep REM Date: 2019-09-04 10:14:30 "C:/Program Files (x86)/ionCube Pro PHP Encoder 10.2.2/ioncube_encoder56.exe" --exclude "*.*" --encode "*.php" --encode "*.inc" --ignore "*~" --ignore "~*" --ignore "*.bak" --ignore "*.tmp" --ignore "*.iep" --ignore "*.git" --ignore ".svn/" --ignore ".*/" --ignore "*.swp" --add-comment "" --add-comment "" --add-comment "" --add-comment " " --add-comment "" --add-comment "" --add-comment "" --add-comment "" --add-comment "" --add-comment "Develop By example Company" --add-comment "Www.domain.com" --add-comment "Support@domain.com" --dynamic-key-errors "normal" --no-doc-comments --obfuscate "linenos" --bundle "C:/domain/modules" -o "C:/code/price" %* "C:/Program Files (x86)/ionCube Pro PHP Encoder 10.2.2/ioncube_encoder71.exe" --exclude "*.*" --encode "*.php" --encode "*.inc" --ignore "*~" --ignore "~*" --ignore "*.bak" --ignore "*.tmp" --ignore "*.iep" --ignore "*.git" --ignore ".svn/" --ignore ".*/" --ignore "*.swp" --add-comment "" --add-comment "" --add-comment "" --add-comment " " --add-comment "" --add-comment "" --add-comment "" --add-comment "" --add-comment "" --add-comment "Develop By example Company" --add-comment "Www.domain.com" --add-comment "Support@domain.com" --dynamic-key-errors "normal" --no-doc-comments --obfuscate "linenos" --add-to-bundle "C:/domain/modules" -o "C:/code/price" %* "C:/Program Files (x86)/ionCube Pro PHP Encoder 10.2.2/ioncube_encoder72.exe" --exclude "*.*" --encode "*.php" --encode "*.inc" --ignore "*~" --ignore "~*" --ignore "*.bak" --ignore "*.tmp" --ignore "*.iep" --ignore "*.git" --ignore ".svn/" --ignore ".*/" --ignore "*.swp" --add-comment "" --add-comment "" --add-comment "" --add-comment " " --add-comment "" --add-comment "" --add-comment "" --add-comment "" --add-comment "" --add-comment "Develop By example Company" --add-comment "Www.domain.com" --add-comment "Support@domain.com" --dynamic-key-errors "normal" --no-doc-comments --obfuscate "linenos" --add-to-bundle "C:/domain/modules" -o "C:/code/price" %* Please pay attention : 1. you should change this path ""C:/Program Files (x86)/ionCube Pro PHP Encoder 10.2.2/" to your correct path that you installed ioncube 2.if you want to write a comment , you can use --add-comment for each line separately 3. this path is your source code C:/domain/modules please change to correct patrh 4. finally you can see your code in this path C:/code/price ( you can change it ) now save file and double click on it if you have extra setting like license file ,... open ioncube and export your ioncube project by .bat extension then copy first line and replace ioncube_encoder71.exe , ioncube_encoder72.exe ,...... with ioncube_encoder56.exe and --add-to-bundle with --bundle enjoy it 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.