ioncube
Securing PHP code. Need some tips
I want to encode my codes with ionCube. But I do not know exactly how to prevent users from cracking it without encoding.[详细]
2023-04-13 08:10 分类:问答index.php that requires ioncube loader will not run and produces an error message
The error m开发者_如何学Cessage: Failed opening required \'/opt/lampp/htdocs/boxbilling/install/index.php\' (include_path=\'.:/opt/lampp/lib/php\') in Unknown on line 0[详细]
2023-04-03 21:00 分类:问答Most secure way to encode php files
I came across many ways and countless number of applications to encode php files, as in zend encoder and iconcube, as well as applications like php lockit.[详细]
2023-02-21 17:36 分类:问答Zend Guard vs. ionCube [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-30 09:36 分类:问答ionCube PHP module gets error
i have uploaded my site on a sharing host.i use ionCube PHP in my site. the index page of 开发者_JAVA技巧site gives this error:[详细]
2023-01-24 07:20 分类:问答What does this PHP do? Is it an encoder/decoder?
I don\'t know PHP at all; this is more of a question of curiosity. Following the PHP function below in the text file are a few thousand characters of text, such as:[详细]
2023-01-19 07:11 分类:问答How to force error_reporting mode in PHP 5.3
I have some c开发者_StackOverflow中文版ode that\'s encrypted with ioncube and it\'s also written for < PHP 5.3. There\'s a ton of deprecated code, which would still work, but there\'s error message[详细]
2023-01-19 04:37 分类:问答How is this PHP encoded?
Does anybody know how this PHP code is encoded? I don\'t know whether it\'s Zend, ionCube or something else.[详细]
2023-01-18 22:09 分类:问答Best method for checking if IonCube Loader is installed
I\'m using the following code: <?p开发者_如何学Pythonhp if(extension_loaded(\"IonCube Loader\")) {[详细]
2023-01-11 05:18 分类:问答What does the PHP syntax $var1->$var2 mean?
What is the explanation for the following syntax?开发者_如何学运维 $var1->$var2 // Note the second $[详细]
2022-12-21 11:36 分类:问答