Encoding used?

ftphost

New member
Joined
Sep 17, 2009
Messages
1
Hey,

Was wondering what encoder is used in directadmin?

Example:

Code:
<?php    if (!function_exists("T7FC56270E7A70FA81A5935B72EACBE29"))  {   function T7FC56270E7A70FA81A5935B72EACBE29($TF186217753C37B9B9F958D906208506E)   {    $TF186217753C37B9B9F958D906208506E = base64_decode($TF186217753C37B9B9F958D906208506E);
etc....

?>

is it a commercial encoder?, or custom?

I was wondering because i've seen this encoding on other products aswell, and am wanting to encode my own scripts alike.
 
What encoder are you talking about? It doesnt use an encoder....
 
Are you asking about something such as zend or ioncube? DirectAdmin isn't written in php; it's written in C++; I guess you could say the compiler is the encode :).

Jeff
 
Back
Top