![]() |
Anyone know a program to obfuscate (make unreadable) PHP scripts?
Something that can turn this
Code:
$outurl = $tr_url["$this_tradeid"];Code:
$IopQlZ=$tr_url["$UjhjAh"];IUjuWuiKJgdkJZ($UjhjAh);JKSHueoJhjkh("tr_out",$UjhjAh);$oiAhZZ="TRCLICK";Anyone know of anything that can do this automatically? |
hmm not sure if this works with php but i use it on my general html pages:
http://www.dynamicdrive.com/dynamicindex9/encrypter.htm just cut and paste - it spits out scrambled code |
Quote:
|
you can use this one, but it is not free!
|
Zend isn't an option since it requires a plugin on the server... obfuscation means that any bog standard PHP installation can execute it. :)
|
|
I use ioncube, I think obfuscation is a waste of time, if you want to protect your code do it proper. With ioncube the server doesn't have to have the plugin, you can include a file with the php script which enables it to run without needing the plugin installed.
|
Quote:
Found one interesting looking script so far: http://pobs.mywalhalla.net/ Runs on-server. All of the other code obfuscating programs I've seen so far run on Windows. |
ermm,, you're php is hidden on the server anyway. Dont have to encode it.
|
Quote:
|
Quote:
|
Quote:
If you distribute a script which is encoded and has the decoding routine as part of the script - then it can be decoded to the original source by a human... that was my point. :) POBS was very easy to set up and so far it's looking great. There are some clear text words which have to be preserved for the script to work, but it's pretty difficult to work out what it's doing as a whole. This is the same code snippet from my first msg. $V7b0b89d8=$Vd4605e3e["$V61837c69"];F27deaa51($V61837c69);F98416cc8("tr_out",$V61837c 69);$V024507c2="TRCLICK"; |
just use zend encoder another php encoder
|
| All times are GMT -7. The time now is 05:35 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123