![]() |
| | #1 (permalink) | ||
| Server Op ![]() ![]() | Hide hack gizli içerik v3.5.x ve 3.6.x için Sitenizdeki paylaşımları , linkleri gizleyerek cevap yazılarak, teşekkür edilerek görüntülenmesini sağlayabilirsiniz... Anlatımını buraya ekleyeceğim ama şimdilik ekte verdiğim kurulum dosyasından takip edebilirsiniz. Detayları mevcut içinde anlaşılmayan bir durum olursa burdan yazınız... Kurulum Dosya Yüklemeleri Code: ./upload/*.* => ./*.* ./search.php Aşağıdaki kodu bulun Code: $post['pagetext'] = preg_replace('#\[quote(=("|"|\'|)??.*\\2)?\](((?>[^\[]*?|(?R)|.))*)\[/quote\]#siUe', "process_quote_removal('\\3', \$display['highlight'])", $post['pagetext']);
Code: $post['pagetext'] = parseHide($post['pagetext']); Aşağıdaki kodu bulun Code: $post['pagetext_simp'] = strip_bbcode($post['pagetext']); Code: //========================================================================================
// ORIGINAL CODE:
// $post['pagetext_simp'] = strip_bbcode($post['pagetext']);
//========================================================================================
$post['pagetext_simp'] = parseHide($post['pagetext']);
$post['pagetext_simp'] = strip_bbcode($post['pagetext_simp']);
//========================================================================================
Aşağıdaki kodu bulun Code: $post['pagetext'] = $plaintext_parser->parse($post['pagetext'], $thread['forumid']); Code: $post['pagetext'] = stripHide($post['pagetext'], 'email'); Aşağıdaki kodu bulun Code: $thread['preview'] = strip_quotes($thread['preview']); Code: $thread['preview'] = parseHide($thread['preview']); Aşağıdaki kodu bulun Code: $pagetext = trim(strip_quotes($pagetext)); Code: $pagetext = stripHide($pagetext, 'email'); Aşağıdaki kodu bulun Code: case 'PHP':
{
this.apply_format('removeformat');
}
Code: case 'HIDE':
case 'SHOWTOGROUPS':
{
useoption = true;
}
Aşağıdaki kodu bulun Code: function qr_prepare_submit(formobj, minchars) Code: function qr_prepare_submit(formobj, minchars, AJAX_Allowed) Aşağıdaki kodu bulun Code: if (!allow_ajax_qr || !AJAX_Compatible) Code: if (!allow_ajax_qr || !AJAX_Compatible || !AJAX_Allowed) Aşağıdaki kodu bulun Code: $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "post WHERE postid IN ($postids" . "0)");
Code: $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid IN ($postids" . "0)");
Aşağıdaki kodu bulun Code: $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "post WHERE postid = $postid");
Code: $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid = $postid");
editor_toolbar_on Aşağıdaki kodu bulun Code: $vBeditTemplate[extrabuttons] Code: <if condition="in_array(THIS_SCRIPT, array('newthread', 'newreply', 'editpost'))">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
<if condition="$vboptions[enable_htnx_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-thanks"><img src="$stylevar[imgdir_editor]/htnx.gif" width="41" height="20" alt="$vbphrase[wrap_htnx_tags]" /></div></td></if>
<if condition="$vboptions[enable_hrply_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-reply"><img src="$stylevar[imgdir_editor]/hrply.gif" width="41" height="20" alt="$vbphrase[wrap_hrply_tags]" /></div></td></if>
</if>
Aşağıdaki kodu bulun Code: <if condition="$show['usernotes']"> Code: <if condition="$vboptions['enable_htnx_tag']">
<div class="fieldset">
<div style="padding:$stylevar[formspacer]px">
<img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[total_thanks_received]" border="0" /> = $thanks_count
</div>
</div>
</if>
Aşağıdaki kodu bulun Code: <div>
$vbphrase[posts]: $post[posts]
</div>
Code: <if condition="$vboptions['enable_htnx_tag'] AND in_array(THIS_SCRIPT, array('showthread', 'showpost', 'editpost'))">
<div>
<if condition="$bbuserinfo['userid'] == $post['userid'] OR in_array($post['postid'], $hidetag['said_thanks'])">
<img src='$stylevar[imgdir_misc]/thanks.gif' alt="" border="0" />
<else />
<a href="showthread.php?t=$post[threadid]&thanks=$post[postid]"><img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[say_thank_you]" border="0" /></a>
</if> = $post_thanks_count $vbphrase[for_this_post] / $user_thanks_count $vbphrase[total]
</div>
</if>
Aşağıdaki kodu bulun Code: <div>
$vbphrase[posts]: $post[posts]
</div>
Code: <if condition="$vboptions['enable_htnx_tag'] AND in_array(THIS_SCRIPT, array('showthread', 'showpost', 'editpost'))">
<div>
<br />
<if condition="$bbuserinfo['userid'] == $post['userid'] OR in_array($post['postid'], $hidetag['said_thanks'])">
<img src='$stylevar[imgdir_misc]/thanks.gif' alt="" border="0" />
<else />
<a href="showthread.php?t=$post[threadid]&thanks=$post[postid]"><img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[say_thank_you]" border="0" /></a>
</if> =
<br />
<strong>$post_thanks_count</strong> $vbphrase[for_this_post],<br />
<strong>$user_thanks_count</strong> $vbphrase[total]
</div>
</if>
Aşağıdaki kodu bulun Code: <if condition="$show['spacer']">
</div>
$spacer_close
</if>
Code: <if condition="$show['thanks_bit']">
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" style="margin: 1px 0 2px 0;">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr><td class="thead">$vbphrase[who_said_thanks]</td></tr>
</table>
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt1"><span class="smallfont">$thanks_bit</span></td>
</tr>
</table>
</td>
</tr>
</table>
</if>
Aşağıdaki kodu bulun Code: return qr_prepare_submit(this, $vboptions[postminchars]); Code: return qr_prepare_submit(this, $vboptions[postminchars], <if condition="!$vboptions[enable_hrply_tag]">1<else />0</if>); Aşağıdaki kodu bulun Code: <td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
Code: <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<if condition="$vboptions[enable_hide_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide"><img src="$stylevar[imgdir_editor]/hide.gif" width="41" height="20" alt="$vbphrase[wrap_hide_tags]" /></div></td></if>
<if condition="$vboptions[enable_showtogroups_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_showtogroups"><img src="$stylevar[imgdir_editor]/showtogroups.gif" width="31" height="20" alt="$vbphrase[wrap_showtogroups_tags]" /></div></td></if>
<if condition="$vboptions[enable_htnx_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-thanks"><img src="$stylevar[imgdir_editor]/htnx.gif" width="41" height="20" alt="$vbphrase[wrap_htnx_tags]" /></div></td></if>
<if condition="$vboptions[enable_hrply_tag]"><td><div class="imagebutton" id="{$editorid}_cmd_wrap0_hide-reply"><img src="$stylevar[imgdir_editor]/hrply.gif" width="41" height="20" alt="$vbphrase[wrap_hrply_tags]" /></div></td></if>
</if>
Code: ./product-psionic_hide.xml
Last edited by Chaos™; 23.09.08 at 01:16. | ||
| | |
| | #2 (permalink) |
| Yasaklı Üye... Join Date: May 2007 Kullanıcı No: 4628
Posts: 32
: 0 Rep Puanı : 143 Rep
Seviyesi : ![]() ![]() | tşk ederim pardon flood yapıyorum ama editor_toolbar_on bu dosyayı nerden bulacam temalrdanmı araycam yoksa ftpdemi ?? Last edited by Chaos™; 29.09.07 at 01:00. Reason: Floodun özürü olmaz |
| | |
| | #3 (permalink) |
| Server Op ![]() ![]() Join Date: Sep 2006 Kullanıcı No: 1
Posts: 4.893
: 259 Rep Puanı : 742253 Rep
Seviyesi : ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | --->: Hide hack gizli içerik v3.5.x ve 3.6.x için Keşke aradıktan sonra yazsaydın. Zaten kurulum dosyasında biçim değişiklikleri diye belirttim yani ; Code: Biçim Yöneticisi > Kullandığın template>editör>editor_toolbar_on |
| | |
![]() |
| Tags |
| gizli, hack, hide, hide hack gizli, icerik, icin, vbulletin hack hide |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |