-
كيف استثني منتدى المشرفين من الظهور في هاك آخر عشر مواضيع ( جافا )
وجدت طريقة ازالة منتدى المشرفين من هاك آخر عشرة مواضيع ( الهاك العادي ) لكن لم أجد كيف أستثني منتدى المشرفين في هاك الجافا، والكود هو :
// Hack newsfader
$ammount = 10;
$postnr = 0;
$newsfadebits = "\"Please welcome our latest member: $newusername \",\"\",\n\"Now displaying the $ammount latest threads:\",\"\",\n";
$newsfades=$DB_site->query("SELECT threadid, title, postusername FROM thread ORDER BY threadid DESC LIMIT $ammount");
while ($newsfade=$DB_site->fetch_array($newsfades)) {
$postnr++;
$threadid = $newsfade["threadid"];
$thetitle = $newsfade["title"];
$amountchr = count_chars($thetitle);
if ($amountchr >= 20) {
$thetitle = substr($thetitle,0,20);
$thetitle .= '...';
}
$postusername = $newsfade["postusername"];
$content = '"' . $thetitle . '" by ' . $postusername;
$newsfadebits.="\"Post #$postnr is ".addslashes($content)."\",\"showthread.php?s=&threadid=$threadid\",\n";
}
$newsfadebits.="\"\",\"\",\n";
$newsfadebits = substr($newsfadebits,0,-2);
// End Hack newsfader
-
ضوابط المشاركة
- لا تستطيع إضافة مواضيع جديدة
- لا تستطيع الرد على المواضيع
- لا تستطيع إرفاق ملفات
- لا تستطيع تعديل مشاركاتك
-
قوانين المنتدى
أضف موقعك هنا |
اضافة محتوى فريد لموقعك