Website encrypter.

RedKiller

Junior Member
Joined
Oct 16, 2010
Messages
183
Reaction score
75
Hello,

Does html encrypter works if my site is a php site ?

Or do I need to find php encrypter.

Any encrypter recommended ?

Thanks
 
Encrypting isn't free. Ioncube offers an online encrypter so you don't have to buy the actual program. I think it cost me 10 or 20 cents?

If you absolutely can't pay, create a variable depth encoding scheme using rot13, gzip, eval and other encoding schemes. They're not very effective if the people you sell to want the code because I can create the reverse of what you did in about 2 minutes.
 
Encrypting isn't free. Ioncube offers an online encrypter so you don't have to buy the actual program. I think it cost me 10 or 20 cents?

If you absolutely can't pay, create a variable depth encoding scheme using rot13, gzip, eval and other encoding schemes. They're not very effective if the people you sell to want the code because I can create the reverse of what you did in about 2 minutes.

I tried that, and there is a test version that last 8 hours, so I tried it to see if it works, I put the encoded codes on my site and view the page, it shows the page fine but when I view the source code, it shows all the unencoded codes, am I doing something wrong ?

Thanks
 
I tried that, and there is a test version that last 8 hours, so I tried it to see if it works, I put the encoded codes on my site and view the page, it shows the page fine but when I view the source code, it shows all the unencoded codes, am I doing something wrong ?

Thanks

What are you trying to prevent people from accessing? The logic or the display? Ioncube is to prevent the logic (the php) from being modified. If you don't want people copying the HTML then you're screwed because it always has to be put back into plain HTML for the browsers to use.
 
Maybe the op could make just ONE post instead of 3 of the exact same thread.....

People like the OP need to be banned from BHW.
 
Back
Top