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 11-10-2004, 04:38 PM   #21
Junior Member
Join Date: Aug 2004
Real Name: InetCrew
Location: www.IC.dl.am
BurnOverSize is on a distinguished road

Default

theres a bug or something in the hide hack! if somebody takes the hide an puts it into the qoute command he can see what is written in the hide !


BurnOverSize




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 11-14-2004, 04:12 PM   #22
Junior Member
Join Date: Nov 2004
Sickboy is on a distinguished road

Default

BEst hack ever thank u so much




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-15-2004, 11:24 PM   #23
Coder
Junior's Avatar
Join Date: Nov 2004
Real Name: jr
Location: U.S.A
Junior is on a distinguished road

Default

this hack is pretty good but nef has sum bugz hope a new version is released soon btw i think this shuld b in beta hacks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-16-2004, 05:12 PM   #24
Junior Member
Join Date: Nov 2004
jeroen87 is on a distinguished road

Default Error But no Error

hi al,

i was searching for a hide hack, and i used

You must first be a registered member to view any code.
version,

i editted the files like you can see in the atachment.
it is a fresh install of 3.0.3
and my opinion is that i editted the files correct.....so

if i do [hide=1]ifhjfhf[/hide] is doesnt work
and any other combination doesnt work either

do you have to activate something??
or what.

mvg,
jeroen
Attached Files
File Type: rar Hide Hack.rar (43.0 KB, 34 views)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-16-2004, 08:24 PM   #25
Charter Member
Paul's Avatar
Join Date: Mar 2004
Real Name: Paul Dobbins
Location: Beaverton, OR, USA
Paul is an unknown quantity at this point

Default

the thread above has been merged with the actual hide hack thread by kerk




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-16-2004, 10:09 PM   #26
Coder
Junior's Avatar
Join Date: Nov 2004
Real Name: jr
Location: U.S.A
Junior is on a distinguished road

Default

Quote:
Originally Posted by jerown87
if i do [hide=1]ifhjfhf[/hide] is doesnt work
the hide has to be in caps so [HIDE]yuhgygyg[/HIDE]




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-17-2004, 11:05 AM   #27
Coder
D3LTA's Avatar
Join Date: Oct 2004
Real Name: D3LTA
Location: The Netherlands
D3LTA is on a distinguished road

Default

Very nice work. This one rocks.

* Clicked Install *




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-18-2004, 09:53 AM   #28
Junior Member
Join Date: Nov 2004
cudum is on a distinguished road

Default

good jobs ... thank you !




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-18-2004, 10:03 AM   #29
Junior Member
Join Date: Nov 2004
cudum is on a distinguished road

Default

[hide=10]test hide[/hide]




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-18-2004, 06:26 PM   #30
Charter Member
Paul's Avatar
Join Date: Mar 2004
Real Name: Paul Dobbins
Location: Beaverton, OR, USA
Paul is an unknown quantity at this point

Default

we dont have the hide hack on here....




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 01:39 PM.


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