인코딩해보았어요. -_- 정보
인코딩해보았어요. -_-
본문
인코딩한 파일입니다.
파일의 내용은 아래와 같으며 링크에서 어떻게 보여지는지 확인할 수 있습니다.
By. Zombi 의 하나라도 수정하면 에러 발생하네요. ㅋㅋㅋㅋㅋㅋㅋㅋ
파일의 내용은 아래와 같으며 링크에서 어떻게 보여지는지 확인할 수 있습니다.
By. Zombi 의 하나라도 수정하면 에러 발생하네요. ㅋㅋㅋㅋㅋㅋㅋㅋ
<?php //0036b
// By. Zombi
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199);
?>
4+oV5DWcP3WTy5mmp9xn6tjS2THp6pWtjcTMrO+iRD11tXtYoqKCKte5fS33dWvcllBPmm+dg6vy
s6KETkTthnPwwEWjl2f1wAi6tuEQI1gV/7wBUzTfHbo5rVnytCcIf7QcC4XXcVwreM6mh8JSPUKv
nax0XtdQGEqapJI6x1qBwvnBNZjBVd+nyzcmg2Umbxc6rgeAOVmgv2gym8f074lGoMsOnzyvZXgS
oEzVfyKdZyyQf+GVpei9P0JMd8dXSPX1WlR8jEQScTDfNl8wsF3R1g95qaMyjVDNMPP+ASVN9a9C
Mb7sMlg1jbGwf07iVIgQiAcITchppPfPGgGoeaUq5c7dPuBtckrUPRjxGzNvr2kIbBhcju8Qc55q
O18mwN4xQK8/LMnl2qExo6tRPkmCPJjShGOjy48=
// By. Zombi
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199);
?>
4+oV5DWcP3WTy5mmp9xn6tjS2THp6pWtjcTMrO+iRD11tXtYoqKCKte5fS33dWvcllBPmm+dg6vy
s6KETkTthnPwwEWjl2f1wAi6tuEQI1gV/7wBUzTfHbo5rVnytCcIf7QcC4XXcVwreM6mh8JSPUKv
nax0XtdQGEqapJI6x1qBwvnBNZjBVd+nyzcmg2Umbxc6rgeAOVmgv2gym8f074lGoMsOnzyvZXgS
oEzVfyKdZyyQf+GVpei9P0JMd8dXSPX1WlR8jEQScTDfNl8wsF3R1g95qaMyjVDNMPP+ASVN9a9C
Mb7sMlg1jbGwf07iVIgQiAcITchppPfPGgGoeaUq5c7dPuBtckrUPRjxGzNvr2kIbBhcju8Qc55q
O18mwN4xQK8/LMnl2qExo6tRPkmCPJjShGOjy48=
추천
0
0
관련링크
http://www.zombie.kr/test/
183회 연결
댓글 4개
인코딩하면 속도가 떨어지진 않나요?
global $PHP_SELF;
$thisfilename=basename(__FILE__);
$temp_filename=realpath(__FILE__);
if(!$temp_filename) $temp_filename=__FILE__;
$osdir=eregi_replace($thisfilename,"",$temp_filename);
unset($temp_filename);
$thisfilename=basename(__FILE__);
$temp_filename=realpath(__FILE__);
if(!$temp_filename) $temp_filename=__FILE__;
$osdir=eregi_replace($thisfilename,"",$temp_filename);
unset($temp_filename);

extension_loaded('ionCube Loader')
이 함수(?)가 필요한 것인가요?
이 함수(?)가 필요한 것인가요?

이제 테스트하고 있습니다. ㅋㅋㅋ