هاك حلو و مميز و هو هاك تحميل الموضوع على شكل TXT الطريقة
إفتح ملف showthread.php إبحث عن // ################################################## ########################## // ############################# SHOW POST #################################### // ################################################## ########################## ضع فوقه // Logician Download Thread Hack if ($action=="download") {
require("./global.php");
if (!$threadid OR $threadid<1) {show_nopermission();}
$thread_db=$DB_site->query_first("SELECT * from thread WHERE threadid=$threadid AND visible=1"); if (!$thread_db[threadid] OR $thread_db[threadid]<0) {show_nopermission();} $forum=getforuminfo($thread_db['forumid']); // Check Permissions so that a smartass wouldnt download a thread he doesnt allowed $getperms=getpermissions($thread_db['forumid'],-1,-1,$forum['parentlist']); if (!$getperms['canview']) {show_nopermission();} if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {show_nopermission();}
$i=1; $post_db=$DB_site->query("SELECT p.dateline, p.title, p.pagetext, p.userid, user.username from post p LEFT JOIN user on user.userid=p.userid WHERE threadid=$threadid AND visible=1 ORDER BY dateline ASC");
print ("The messages has been download from $bbtitle at $bburl at ".vbdate("d.m.Y h:i:s",time())."\r\n\r\n"); exit; } // Logician Download Thread Hack
الحين كل ما عليك وضع وله للتحميل الموضوع طبعا تفتح تمبلتshowthread و تضع هذا الكود في أي مكان تريد <img src="images_ae/sortasc.gif" alt="" border="0" align="absmiddle"><a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&action=download">تحميل الموضوع</a> يمكنك إستبدال الوصله بصورة او أي شيء فقط ضع له عنوان showthread.php?s=$session[sessionhash]&threadid=$threadid&action=download