Sanalkampus Üniversiteliler Unikampus Kampüs Kampüsler Liseliler Mezunlar  

Go Back   Sanalkampus Üniversiteliler Unikampus Kampüs Kampüsler Liseliler Mezunlar > WEB MASTER & TASARIM & SCRİPTLER > Vbulletin > vBulletin Eklentiler

Reply
 
Thread Tools Display Modes
Old 29.09.07, 12:26   #1 (permalink)
Server Op

 
Chaos™'s Avatar
 
Bilgileri
Join Date: Sep 2006
Kullanıcı No: 1
Posts: 4.893
Teşekkürler Durumu
: 259
Karizma
Rep Puanı : 742253
Rep Seviyesi : Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™
İletişim
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/*.* => ./*.*
Dosya Değişiklikleri

./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']);
Altına aşağıdaki kodu ekleyin

Code:
$post['pagetext'] = parseHide($post['pagetext']);
./archive/index.php

Aşağıdaki kodu bulun

Code:
$post['pagetext_simp'] = strip_bbcode($post['pagetext']);
Aşağıdaki kod ile değiştirin

Code:
//========================================================================================
        // ORIGINAL CODE:
        // $post['pagetext_simp'] = strip_bbcode($post['pagetext']);
 //========================================================================================
        $post['pagetext_simp'] = parseHide($post['pagetext']);
        $post['pagetext_simp'] = strip_bbcode($post['pagetext_simp']);
 //========================================================================================
./includes/functions_digest.php


Aşağıdaki kodu bulun

Code:
$post['pagetext'] = $plaintext_parser->parse($post['pagetext'], $thread['forumid']);
Üstüne aşağıdaki kodu ekleyin

Code:
$post['pagetext'] = stripHide($post['pagetext'], 'email');
./includes/functions_forumdispl ay.php

Aşağıdaki kodu bulun

Code:
$thread['preview'] = strip_quotes($thread['preview']);
Altına aşağıdaki kodu ekleyin

Code:
$thread['preview'] = parseHide($thread['preview']);
./includes/functions_newpost.ph p

Aşağıdaki kodu bulun

Code:
$pagetext = trim(strip_quotes($pagetext));
Üstüne aşağıdaki kodu ekleyin

Code:
$pagetext = stripHide($pagetext, 'email');
./clientscript/vbulletin_textedit.j s

Aşağıdaki kodu bulun

Code:
case 'PHP':
            {
                this.apply_format('removeformat');
            }
Altına aşağıdaki kodu ekleyin

Code:
case 'HIDE':
            case 'SHOWTOGROUPS':
            {
                useoption = true;
            }
./vbulletin_quick_repl y.js

Aşağıdaki kodu bulun

Code:
function qr_prepare_submit(formobj, minchars)
Aşağıdaki kod ile değiştirin

Code:
function qr_prepare_submit(formobj, minchars, AJAX_Allowed)
./vbulletin_quick_repl y.js

Aşağıdaki kodu bulun

Code:
if (!allow_ajax_qr || !AJAX_Compatible)
Aşağıdaki kod ile değiştirin

Code:
if (!allow_ajax_qr || !AJAX_Compatible || !AJAX_Allowed)
./includes/functions_databuild. php

Aşağıdaki kodu bulun

Code:
        $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "post WHERE postid IN ($postids" . "0)");
Altına aşağıdaki kodu ekleyin

Code:
        $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid IN ($postids" . "0)");
./includes/functions_databuild. php

Aşağıdaki kodu bulun

Code:
        $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "post WHERE postid = $postid");
Altına aşağıdaki kodu ekleyin

Code:
        $vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thanks WHERE postid = $postid");
Thema (template) değişiklikleri


editor_toolbar_on

Aşağıdaki kodu bulun

Code:
$vBeditTemplate[extrabuttons]
Üstüne aşağıdaki kodu ekleyin

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>
memberinfo

Aşağıdaki kodu bulun

Code:
<if condition="$show['usernotes']">
Üstüne aşağıdaki kodu ekleyin

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>
postbit

Aşağıdaki kodu bulun
Code:
<div>
                        $vbphrase[posts]: $post[posts]
                    </div>
Altına aşağıdaki kodu ekleyin

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]&amp;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>
postbit_legacy

Aşağıdaki kodu bulun

Code:
<div>
                    $vbphrase[posts]: $post[posts]
                </div>
Üstüne aşağıdaki kodu ekleyin

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]&amp;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>
postbit_wrapper

Aşağıdaki kodu bulun

Code:
<if condition="$show['spacer']">
    </div>
    $spacer_close
</if>
Üstüne aşağıdaki kodu ekleyin

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>
SHOWTHREAD

Aşağıdaki kodu bulun

Code:
return qr_prepare_submit(this, $vboptions[postminchars]);
Aşağıdaki kod ile değiştirin

Code:
return qr_prepare_submit(this, $vboptions[postminchars], <if condition="!$vboptions[enable_hrply_tag]">1<else />0</if>);
showthread_quickrepl y ve postbit_quickedit

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>
Altına aşağıdaki kodu ekleyin

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>
Ürün Yükleme

Code:
./product-psionic_hide.xml
Ve kurulum sona erdi. Kolay gelsin arkadaslar.
Attached Files
File Type: rar hide_hack_sanalkampus.rar (115,1 KB, 1 views)
__________________

Last edited by Chaos™; 23.09.08 at 01:16.
Chaos™ Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Add to Chaos™'s Reputation
Old 29.09.07, 12:34   #2 (permalink)
Yasaklı Üye...
 
gravedigger's Avatar
 
Bilgileri
Join Date: May 2007
Kullanıcı No: 4628
Posts: 32
Teşekkürler Durumu
: 0
Karizma
Rep Puanı : 143
Rep Seviyesi : gravedigger gravedigger
İletişim
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
gravedigger Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Add to gravedigger's Reputation
Old 29.09.07, 01:00   #3 (permalink)
Server Op

 
Chaos™'s Avatar
 
Bilgileri
Join Date: Sep 2006
Kullanıcı No: 1
Posts: 4.893
Teşekkürler Durumu
: 259
Karizma
Rep Puanı : 742253
Rep Seviyesi : Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™ Chaos™
İletişim
--->: 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
__________________
Chaos™ Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Add to Chaos™'s Reputation
Old 19.10.07, 06:18   #4 (permalink)
Yeni Üye
 
keysizee's Avatar
 
Bilgileri
Join Date: Jul 2007
Kullanıcı No: 10379
Age: 27
Posts: 2
Teşekkürler Durumu
: 0
Karizma
Rep Puanı : 100
Rep Seviyesi : keysizee keysizee
İletişim
--->: Hide hack gizli içerik v3.5.x ve 3.6.x için

thank's thank's
keysizee Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Add to keysizee's Reputation
Old 20.10.07, 05:20   #5 (permalink)
Yeni Üye
 
sonsevgim's Avatar
 
Bilgileri
Join Date: Oct 2007
Kullanıcı No: 18822
Age: 19
Posts: 1
Teşekkürler Durumu
: 0
Karizma
Rep Puanı : 100
Rep Seviyesi : sonsevgim sonsevgim
İletişim
--->: Hide hack gizli içerik v3.5.x ve 3.6.x için

tşkler
sonsevgim Çevrimdışı  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote Add to sonsevgim's Reputation
Reply

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT +3. The time now is 09:15.


Powered by vBulletin® Version 3.8.0 Beta 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
http://www.puzzletr.com
Inactive Reminders By Chaos Download

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387