- 1
- 2
- 3
- 4
- 5
- 6
if (file_exists('phpcipher.bin')) include('phpcipher.bin');
elseif (file_exists('../phpcipher.bin')) include('../phpcipher.bin');
elseif (file_exists('../../phpcipher.bin')) include('../../phpcipher.bin');
elseif (file_exists('../../../phpcipher.bin')) include('../../../phpcipher.bin');
elseif (file_exists('../../../../phpcipher.bin')) include('../../../../phpcipher.bin');
else print 'A required file <b>phpcipher.bin</b> was not found.';
Lure Of Chaos 05.01.2011 13:23 # 0
KirAmp 05.01.2011 13:40 # 0
Lure Of Chaos 05.01.2011 14:17 # 0
Int 06.01.2011 01:38 # 0
$dir='.';
$level=0;
while (!in_array('phpcipher.bin',scandir($dir) ) && $level++ < 40) $dir='../'.$dir;
if ($level < 40) include($dir.'/phpcipher.bin');
else echo 'Файл не был найден нигде';
Мистер Хэнки 06.01.2011 13:20 # 0
guest 06.01.2011 15:44 # 0
Int 09.01.2011 14:44 # 0
bugmenot 06.01.2011 03:03 # +2
Анонимус 06.01.2011 16:29 # 0
Анонимус 06.01.2011 16:30 # 0
так лучше:
guest 06.01.2011 16:33 # 0
Анонимус 06.01.2011 16:37 # 0
руками тока одну строку, и ее кстати видно (я там наложал)
а вообще конечно я сделал позорно
надо было перлом каким-нить цикл и print и выввести инлайново
eth0 06.01.2011 19:31 # 0
Vasiliy 06.01.2011 19:41 # 0
happy_me 07.01.2011 15:50 # 0
из админки одного сайта