$s = $_GET['s']; if ($s == ""){ header ("Location: ?s=1"); } include "../cfg/db.php"; $limit = $site_ayar['sayfadefacesayisi']; $ilk = $limit*($s-1); $toplam_al = mysql_query("SELECT * FROM kayitlar WHERE onay = 1"); $sayi = mysql_num_rows($toplam_al); $arsiv_al = mysql_query("SELECT * FROM kayitlar WHERE onay = 1 ORDER BY tarih DESC LIMIT $ilk,$limit"); $sayfa_sayisi = ceil($sayi/$limit); if ($s < 1 || $s > $sayfa_sayisi){ header ("Location: ?s=1"); } include "../cfg/sayfala.php"; include "../ust.php"; include "../sol.php"; ?>
Deface Arşivi | ||||
Site |
Defacer |
|||
"> echo $url; ?> | echo $resim; ?> | "> echo $arsiv["hacker"]; ?> | echo $tarih; ?> | ![]() |
Toplam '.$sayi.' Tane Onaylı Deface Kaydı | ||||
'; sayfala($s,$sayi,$sayfa_sayisi,$limit); ?> |