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-23-2004, 04:53 AM   #11
Junior Member
Join Date: Oct 2004
_formation_100_ is on a distinguished road

Default

Dont worry fixed it...
this is the best hide hack i have used thanks so much




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

Default

This hack working on my forum, and i don`t have problem...




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2004, 12:58 AM   #13
Junior Member
Join Date: Oct 2004
Cromorg is on a distinguished road

Default

thanx kerk for sharing




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

Default

It does nothing for me, no errors, did I do something wrong?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2004, 01:19 PM   #15
vB Newbie
Join Date: Oct 2004
Missile is on a distinguished road

Question Gettin this error..! Please help me..!

Quote:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/sjceon/public_html/forum/includes/functions.php on line 1892
I'm also attaching the functions.php and functions_bbparsecode.php file of mine.Please do help me.
Thanks in advance
regards,
Missile
Attached Files
File Type: php functions.php (107.1 KB, 11 views)
File Type: php functions_bbcodeparse.php (52.0 KB, 9 views)




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

Default

Missile
try to reupload your files (attach)
and go to first page this tread, see => how to use this hack
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.
Attached Files
File Type: zip hide.zip (42.1 KB, 51 views)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-31-2004, 12:20 PM   #17
vB Newbie
Join Date: Oct 2004
Missile is on a distinguished road

Question Getting error again...!

Quote:
Originally Posted by kerk
Missile
try to reupload your files (attach)
and go to first page this tread, see => how to use this hack
Quote:
KERK
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/sjceon/public_html/forum/includes/functions.php on line 1894
I'm getting the above error after uploading the new files which you sent me.
What do i do...?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-05-2004, 07:54 AM   #18
Junior Member
Join Date: Nov 2004
D-COHN is on a distinguished road

Default

Can I use this hack for [hide] [ /hide] of just with [hide=1] [ /hide]?




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

Default

D-COHN
Quote:
Can I use this hack for [hide] [ /hide]
no
just with [hide=1] [/hide]




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2004, 05:22 AM   #20
Junior Member
Join Date: Nov 2004
D-COHN is on a distinguished road

Default

to bad...i need the hide hack where members must reply to see the hidden text.

you've got that one for me?




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 02:37 AM.


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