且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PHP混淆器?

更新时间:2023-12-03 21:56:52

query,


MySQL_Link)


MySQL_Link是在sql_connect.inc.php中建立的

连接,我得到一个错误ab在使用gzen混淆器之后''无效

链接资源'...


我已经尝试了十几个我在谷歌上找到的(是的,我尝试了pobs,但

结果代码有语法错误,上帝知道我不打算通过

* *来查找语法错误!),所以现在我转向别人寻求帮助^ - ^


我不想购买Zend编码器... ack ...


提前致谢。


Does anyone know of a good, reliable PHP obfuscator, preferably one that
doesn''t cost an arm and a leg? I tried Mike''s gzen encoder, however I had
problems with included files. (e.g. I have a file vars.inc.php that includes
sql_connect.inc.php, in which a connection to mysql is made, and then in the
top-level files I do mysql_query($query, $MySQL_Link) [$MySQL_Link is the
connection made in sql_connect.inc.php], and I get an error about ''invalid
link resource'' after using the gzen obfuscator...)

I''ve tried about a dozen that I found on google (yes, i tried pobs, but the
resultant code had syntax errors, and god knows I''m not going to dig through
*that* to find syntax errors!), so now I''m turning to others for help ^-^

I''d like not to have to buy the Zend encoder... ack...

Thanks in advance.

query,


MySQL_Link)


MySQL_Link is the
connection made in sql_connect.inc.php], and I get an error about ''invalid
link resource'' after using the gzen obfuscator...)

I''ve tried about a dozen that I found on google (yes, i tried pobs, but the
resultant code had syntax errors, and god knows I''m not going to dig through
*that* to find syntax errors!), so now I''m turning to others for help ^-^

I''d like not to have to buy the Zend encoder... ack...

Thanks in advance.