vBulletin Modifications

Miscellaneous Hacks - Hide hack by kerk

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.7] Miscellaneous Hacks - Hide hack by kerk (90)
Released: 10-18-2004, 08:02 PM
Modification Information:
kerk's Avatar Author: kerk
Last Online: 02-25-2008
Hack Version: 1.1 Installer Included: 0 Additional queries added to database: 0
New Templates: 2 Template Edits: 1 File Edits: 0
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 5

sorry for my english
-------------------------------
work on vBulletin 3.0.3
Author - V@nya
Translation for english version - kerk
------------------------------------------
Install:
--------
In the file ./includes/functions.php find:
You must first be a registered member to view any code.
-------------------------------------------------
after add:
-------------------------------------------------
// Vanya's HIDE hack start
require_once("./hidehack.php");
$HideHack=new HideBlock();
$message=$HideHack->RewriteMessage($message);
// Vanya's HIDE hack end
-------------------------------------------------
In the file ./includes/functions_bbcodeparse.php find:
You must first be a registered member to view any code.
--------------------------------------------------------
after add:
--------------------------------------------------------
// Vanya's HIDE hack start
if($iswysiwyg ==0 )
{
require_once("./hidehack.php");
$HideHack=new HideBlock();
$bbcode=$HideHack->RewriteMessage($bbcode);
}
// Vanya's HIDE hack end
--------------------------------------------------------
find:
--------------------------------------------------------
You must first be a registered member to view any code.
--------------------------------------------------------
after add:
--------------------------------------------------------
// Vanya's HIDE hack start
if($iswysiwyg ==0 )
{
require_once("./hidehack.php");
$HideHack=new HideBlock();
$bbcode=$HideHack->RewriteMessage($bbcode);
}
// Vanya's HIDE hack end
--------------------------------------------------------
In the file newreply.php find:
You must first be a registered member to view any code.
--------------------------------------------------------
after add:
--------------------------------------------------------
// Vanya's HIDE hack start
require_once("./hidehack.php");
$HideHack=new HideBlock();
$newpost['message']=$HideHack->RewriteMessage($newpost['message'],1);
// Vanya's HIDE hack end
--------------------------------------------------------
Uploud file hidehack.php (attach) to forum root dir.
Thet`s all!

Use: [hide=x]Hide text[/hide] or [HIDE=x]Hide text[/HIDE] when "х" number of posts
Hide text will be viewed only for users who have "х" or more posts.



Screenshots
Screenshots
File Type: gif hidehack.gif (17.2 KB, 849 views)


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 10-19-2004, 09:34 AM   #2
Coder
Join Date: Oct 2004
mrchu is on a distinguished road

Default

ABSOLUTELY FANTASTIC!
Best hide hack ive used, thank you very much!!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-19-2004, 12:00 PM   #3
Charter Member
Join Date: Apr 2004
DarkReaver is on a distinguished road

Default

Dont know what this adds tho .. cant see how to use it ..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-19-2004, 01:23 PM   #4
Coder
kerk's Avatar
Join Date: Oct 2004
Location: Portugal
kerk is on a distinguished road

Default

Quote:
cant see how to use it ..
look here:
Quote:
Use: [hide=x]Hide text[/hide] or [HIDE=x]Hide text[/HIDE] when "х" number of posts
Hide text will be viewed only for users who have "х" or more posts.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2004, 02:14 AM   #5
Junior Member
Join Date: Oct 2004
_formation_100_ is on a distinguished road

Default

i get a error




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2004, 02:46 AM   #6
Charter Member
Sphinx's Avatar
Join Date: Jul 2004
Sphinx is on a distinguished road

Default

@formation

m8 no one can help if you dont explain what kind of error...

--Sphinx




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2004, 03:28 AM   #7
vB Newbie
Join Date: Oct 2004
lange is on a distinguished road

Default

Thnaks kerk. I'll test it and give you feedback.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2004, 04:47 AM   #8
vB Newbie
Join Date: Oct 2004
lange is on a distinguished road

Default

Quote:
Originally Posted by mrchu
ABSOLUTELY FANTASTIC!
Best hide hack ive used, thank you very much!!
I agree.

Working very fine on a fresh install vb 3.0.3.


Thank you very much, kerk




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2004, 06:43 AM   #9
vB Newbie
Join Date: Oct 2004
lange is on a distinguished road

Default

How to creat a bbcode with [HIDE=x]text [/HIDE] ?

I am using:
tag: hide
Replacement: <hide={option}>{param}</hide>

but I get by example: [HIDE="2"]text[/HIDE]. It's not working with " and".




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2004, 04:50 AM   #10
Junior Member
Join Date: Oct 2004
_formation_100_ is on a distinguished road

Default

Parse error: parse error, unexpected T_REQUIRE_ONCE, expecting '{' in /home2/formatio/public_html/forum/includes/functions.php on line 1474

Thats the error




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
[vB 3.5.2] Anyone can integrate hide hack with thanks you hack!? hoaidung vBulletin Modification Requests 5 01-03-2007 02:52 PM
hack like vBulletin Hide Hack 2.01 Ice vBulletin Modification Requests 1 11-17-2004 12:02 AM


All times are GMT -3. The time now is 10:27 AM.


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