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, 01: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 02-20-2005, 05:47 PM   #11
Junior Member
Join Date: Feb 2005
screen is on a distinguished road

Default

I find bag
when I do reply I cant not works with the ıcons for editor panel (image - url icon, font format, smiles = Script working not ok!)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 02-21-2005, 08:39 AM   #12
Junior Member
Join Date: Jan 2005
hkboi is on a distinguished road

Default

the word hide does interfer with other hide hacks like the one by kerk
i wanna keep kerks cos thats not reply hack
is it possible to make this instead of 'hide' use 'reply'?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-21-2005, 12:13 PM   #13
Coder
Join Date: Nov 2004
rhYme is on a distinguished road

Default

hmm quote... i'l see what i can do..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-21-2005, 12:14 PM   #14
Coder
Join Date: Nov 2004
rhYme is on a distinguished road

Default

well hide text isn't good with hiding images and stuff... best leave that outside of the [hide] [/hide]..
----

yeah sure totally. just replace everything with "hide" in it with "reply"
fool around with it, that's how you figure out php




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-21-2005, 07:50 PM   #15
Junior Member
Join Date: Feb 2005
M1ster-T is on a distinguished road

Default

Hello,

the hack works fine, but I've one question.
What code do I have to include, so that spezial users like the Admin can see the hiden text every time? It should work with the userid. I hope you understand what I mean.
eg: Tha Admins have the userids 1 and 96. So the useres with the ID 1 and 96 should see the hiden text without a reply.


T




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2005, 04:14 AM   #16
Coder
Join Date: Apr 2004
Location: UK
ShavedApe is on a distinguished road

Default

change :

if($myreplies[count] > 0) {

to

if ($myreplies[count] > 0 || $bbuserinfo['usergroupid'] == 6 || $bbuserinfo['usergroupid'] == 5) {

Should do the trick for admins and supermods for you




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2005, 08:44 AM   #17
Junior Member
Join Date: Nov 2004
BlackMagic is on a distinguished road

Default

My first reply here it is dudes...for some who want an image as the text is hidden in stead of the following text: you need to reply bla bla bla...

This is an edit from this hack all credits goes out to this guys wonderful hack. I wrote some tiny one in also can use it in next version if wanted!

Open /includes/functions_bbcodeparse.php

Find:

You must first be a registered member to view any code.
Replace With:

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

Open /includes/functions_forumdisplay.php

Find:

You must first be a registered member to view any code.
Replace With:

You must first be a registered member to view any code.
Only thing you need to do to make an image name it hide.gif and upload it to you image root.

Have Fun




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-22-2005, 04:17 PM   #18
Junior Member
Join Date: Feb 2005
M1ster-T is on a distinguished road

Default

Hi ShavedApe,

thank you. all works fine.


T




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-23-2005, 03:59 PM   #19
Junior Member
Join Date: Feb 2005
InFaMoUs is on a distinguished road

Default

does anyone know how to fix the quote issues??




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-23-2005, 06:26 PM   #20
Coder
Maxx's Avatar
Join Date: Sep 2004
Location: U.K
Maxx is on a distinguished road

Default

try adding this in newreply.php

You must first be a registered member to view any code.
after:

You must first be a registered member to view any code.
good luck




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 04:01 PM
Install System Part 2 Ken Iovino Announcements 10 05-19-2005 10:40 AM


All times are GMT -3. The time now is 10:46 PM.


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