Eklentileri Cevap Yazana Kadar Göremez

FaLCoN_TiGeR

∂єѕιgη ву ƒαℓ¢ση
Katılım
8 Ocak 2007
Mesajlar
3,364
Reaction score
0
Puanları
0
Konum
vBulletin
bir nevi hide hacki andıran bu eklenti üyenin cevap yazmadan önce eklenti indirmesini kısıtlar.

attachment.php dosyasını açın ve bu kodu bulun


Kod:
// check if there is a forum password and if so, ensure the user has it set
üstüne bu kodu ekleyin
Kod:
// add post then you can take the attach  by rafie  
   if ( !$vbulletin->db->query_first ( "SELECT postid FROM " . TABLE_PREFIX . "post WHERE userid='".$vbulletin->userinfo[userid]."'  AND threadid=$threadinfo[threadid]" ) ) :  
                        eval('print_output("' . fetch_template('vbhack') . '");');  
                endif ;

" vbhack " isimli yeni bir template oluşturun içeriği:
Kod:
$stylevar[htmldoctype] 
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> 
<head> 
 <title>$pagetitle</title> 
$headinclude 
$headinsert 
</head> 
<body> 
$header 
<br /> 
<br /> 
<br /> 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center" height="59"> 
<tr> 
 <td class="tcat" height="19">$vbphrase[vbulletin_message]</td> 
</tr> 
<tr> 
 <td class="panelsurround" align="center" height="32"> 
 <!-- 
 <div style="margin-top:$stylevar[cellpadding]px"> 
  <input type="submit" class="button" value="$vbphrase[go_back]" accesskey="s" onclick="history.back(1); return false" /> 
 </div> 
 --> 
  <p><b><font color="#FF0000">We Are Sorry <span lang="ar-sa">Sorry u Need to post a reply as to download the Attachments </span>.</font></b></p> 
    <p><b><font color="#FF0000">The Admin </font></b></td> 
</tr> 
</table> 
 <table cellpadding="0" cellspacing="0" border="0" align="center"> 
<tr> 
 <td>$forumjump</td> 
</tr> 
</table> 
<!-- / forum jump --> 
<br /> 
<br /> 
$footer 
</body> 
</html>
 
Geri
Üst