Kool Posted February 1, 2007 Share Posted February 1, 2007 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 More sharing options...
Kool Posted February 7, 2007 Author Share Posted February 7, 2007 no help? Link to comment https://forums.phpfreaks.com/topic/36572-need-helpunderstanding-code-type/#findComment-179387 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.