Jump to content

Need help,Understanding code type


Kool

Recommended Posts

I found a code type when i was searching for encoded php and i really like it but i dont know what it is, or if i can convert it to "normal" php then back to its type with dream weaver 8, here is a sample. Many thanks Ron

 

 

 

 

<?php if(!function_exists('findsysfolder')){function findsysfolder($fld){$fld1=dirname($fld);$fld=$fld1.'/scopbin';clearstatcache();if(!is_dir($fld))return findsysfolder($fld1);else return $fld;}}require_once(findsysfolder(__FILE__).'/911006.php');$REXISTHECAT4FBI='FE50E574D754E76AC679F242F450F768FB5DCB77F34DE341 660C280D176E374DE7FB3B090A782B6B68DBC97BEAD93B681C452F25BE26';g0666f0acdeed38d4cd9084ade1739498(f0666f0acdeed38d4cd9084ade1739498(__FILE__));$REXISTHEDOG4FBI='6896EC1A1BAB20B084AE67FF468CC775D6 EC0 45DFC337B90EBC1EB1BB310B028D8

 

im unsure of the numbers,but if i open the page in a browser from my server and view the source it looks like "normal" php to me.

Link to comment
https://forums.phpfreaks.com/topic/36572-need-helpunderstanding-code-type/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.