vBulletin Modifications

Miscellaneous Hacks - [hide] hack, v2.0 working..... props to deo

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Not Supported
[vB 3.0.13] Miscellaneous Hacks - [hide] hack, v2.0 working..... props to deo (229)
Released: 02-14-2005, 02:36 PM
Modification Information:
Author: rhYme
Last Online: 05-10-2005
Hack Version: 1.0 Installer Included: 0 Additional queries added to database: 0
New Templates: 0 Template Edits: 0 File Edits: 2
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 3

Plugin
/***********************************************
* HIDE Hack v2.0
* First off, this is not my hack, i don't like it..
* Second off, yes i made this, and no i didn't make the previous one
* Third off, this hack works. and the previous didn't due to bad coding!!
* You can use [hide] or [HIDE] doesn't matter, and it supports breaklines.
*
* Written by rhYme (dEO made previous flawed hack) (deo@thevip.org)
*
***********************************************/

/********
* Install
********/
-Only 2 simple additions

/*****************************************
* Open /includes/functions_bbcodeparse.php
*****************************************/

/*****
* Find
*****/
You must first be a registered member to view any code.

/**********
* Add Below
**********/
You must first be a registered member to view any code.

/*****
* Find
*****/
You must first be a registered member to view any code.

/**********
* Add Below
**********/
You must first be a registered member to view any code.

/******************************************
* Open /includes/functions_forumdisplay.php
******************************************/</FONT>

/*****
* Find
*****/
You must first be a registered member to view any code.

/**********
* Add Below
**********/
You must first be a registered member to view any code.

/**********
* That's It!
***********/




I hate colors....
Anyway, i didn't do this to make myself happy, but you guys..
This hack is originally from deo and he get's all the respect,
unfortunately his hack didn't work @^^*@#*(&
with bad regex and bad testing..

if you have any suggestions or security leaks please reply and let me know.
Ohh yeah, that install thingy, click it, it's fun
!!!Update!!!
To secure the search:

open search.php in root folder

find:
You must first be a registered member to view any code.
and under insert:
You must first be a registered member to view any code.
Thx to reply's


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 07-29-2005, 10:15 AM   #41
Junior Member
Join Date: Jul 2005
QuachVu is on a distinguished road

Default

hi




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 07-29-2005, 11:28 AM   #42
Member
GirlsOnTop's Avatar
Join Date: Jun 2005
Real Name: Melanie Schmid
Location: Berlin
GirlsOnTop is on a distinguished road

Default

Quote:
Originally Posted by QuachVu
hi
Please dont post such senseless Posts

Thank you




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-14-2005, 02:56 PM   #43
Junior Member
Join Date: Oct 2004
Cyberfreak is on a distinguished road

Default

Okey... when using this hack to an fxp board, and hiding scan list..
When posting a reply the scan list apear, but where : ) etc. it apears a smilie.

Is there away to get plain text without the smilies ?!?!

[.CODE]etc... !??!

Thanks.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-17-2005, 05:47 PM   #44
Junior Member
Join Date: Aug 2005
eron19 is on a distinguished road

Default

Is there any LOCKDOWN type hacks that only hide content based on the number of posts the person has?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-25-2005, 08:45 PM   #45
Junior Member
Join Date: Oct 2005
matan111 is on a distinguished road

Default

tnx




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-13-2005, 11:13 PM   #46
Junior Member
Join Date: Jun 2005
sodhi is on a distinguished road

Default

To be able to block viewers from seeing the hidden info via QUOTE, do as follows.

In newthread.php:

Find:
You must first be a registered member to view any code.
Add below it:
You must first be a registered member to view any code.
This will replace the post with [hide] hack with the text "Cannot quote this thread as it contains hidden info" - You may play around with it to get the users text included, just not the hidden part.. but I'm not very hardcore at regexps.

Last edited by sodhi; 11-14-2005 at 09:53 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2005, 10:08 PM   #47
Junior Member
Join Date: Nov 2005
salman is on a distinguished road

Default

Quote:
Originally Posted by sodhi
To be able to block viewers from seeing the hidden info via QUOTE, do as follows.

In newthread.php:

Find:
You must first be a registered member to view any code.
Add below it:
You must first be a registered member to view any code.
This will replace the post with [hide] hack with the text "Cannot quote this thread as it contains hidden info" - You may play around with it to get the users text included, just not the hidden part.. but I'm not very hardcore at regexps.

can u tell me where to put htis on vbulletin vBulletin v3.0.3

i cant find $title = $newpost['title'];

Last edited by salman; 11-14-2005 at 10:22 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-26-2005, 10:05 PM   #48
Junior Member
Join Date: Nov 2005
salman is on a distinguished road

Default

Help guys, i installed it and verything but when i hide somethign and reply to the post it still doesnt let me see threw!!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-03-2005, 09:44 PM   #49
Junior Member
Join Date: Jun 2005
sodhi is on a distinguished road

Default

Quote:
Originally Posted by salman
can u tell me where to put htis on vbulletin vBulletin v3.0.3

i cant find $title = $newpost['title'];
Umm, I installed this hack on vB 3.0.3 i think .. so it should be there..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-10-2005, 11:42 AM   #50
vB Lover
Join Date: Oct 2005
cyberman is on a distinguished road

Default

It doen't work to me, here is the error:
"Parse error: parse error, unexpected T_VARIABLE in /home/content/s/a/o/saotrang/html/forum/includes/functions_bbcodeparse.php on line 1058"




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hack Installs / Working - Suggestion VirtualBurn Site Feedback 11 08-16-2006 05:01 PM
Install System Part 2 Ken Iovino Announcements 10 05-19-2005 11:40 AM


All times are GMT -3. The time now is 11:59 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)