NameSilo

Encoding entire PHP file

Spaceship Spaceship
Watch
Impact
19
Hey
is there a way to encode an entire PHP file without the help of any PAID program? i really need 2 do it and i think that i heard that you can do it iwth BASE64_ENCODE...and i tried it but it didnt work :( any help
thanks
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
you could obfuscate it
 
0
•••
0
•••
Nothing works like the PAID software. There is a good reason for that :) Paid developers have the ability to continously upgrade and update the software making it better.

Get serious, if you are encoding now, you'll be encoding later also. :) Keep in mind base64() can be un-base64 as very easy. It wouldn't take much.

Invest $200 and buy one of the following:
- Zend Encoder
- IonCube Encoder
- SourceGuardian

You won't reget it.
 
0
•••
My only problem with encoders is that you then rely on the fact that every one of your customers' hosts has installed the extension for the brand of encoder you buy. And you can be guaranteed that the list of brands is not getting shorter...

Personally, I prefer to use an extremely modified version of a PHP obfuscator that I made. It allows you to exclude obfuscation of particular files and particular function names, variable names, class names and constant names. That way I get to pick and choose what gets hidden (and I can use wildcards in my list, too).

I think I prefer just not to have the hassle of worrying about what's installed on some hocky 2c / decade hosting company in the middle of the jungle somewhere. Yeah, I don't automatically get licensing code with it, but I have my own obfuscated library that does that anyway...
 
0
•••
To encode/decode just use base64 functions ... to execute the code use seomthing like

eval(decode64("your_encoded_code"));

Regards
 
0
•••
eval(base64_decode("encoded stuff"));

But that is stupid, because obviously it can be decoded.. >_>
 
0
•••
The only 2 that work are Zend and IonCube and if you don't have too much money then you could try IonCube online encoder - http://www.ioncube.com/online_encoder.php
It works real good and it is also a lot cheaper if you only need to encode some files.
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back