The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Ghost - Complete invisible user Details »» | |||||||||||||||||||||||||||
vB Ghost - Complete invisible user
Developer Last Online: Dec 2010
This is an old hack that i had laying around, and i posted it as a response to a Service Request recently. I see that it has 7 downloads, so i guess more people are interested in it.
What does it do? It will make a user really invisible to everyone, including Administrators in all online functions. Installer included? It was a job that i had to make very quickly once, so you must be kidding about an installer. Be glad that i included the hard to read instructions. File change: A lot!!! Database changes: No Fancy Admin Page? No ofcourse not, then the other Admin's would quickly spot you got this turned on. Support? I doubt it Supported vB versions: was written for 3.0.3, but will probably work until 3.0.7 Make sure that you backup all your files and use a decent text editor. Quote of the year: 0 installs If you really like this (which i can't imagine) and you don't know what to do with your money, a paypal donation at marcoh64@gmail.com is always appreciated. Show Your Support
|
Comments |
#12
|
|||
|
|||
Marco, ran into a little problem on a 3.06 install.
Trying to find in memberlist.php Code:
if (!$userinfo['invisible'] OR $permissions['genericpermissions'] & CANSEEHIDDEN OR $userinfo['userid'] == $bbuserinfo['userid']) |
#13
|
|||
|
|||
Please read the instructions again.
The line you are quoting needs to be found in member.php, not in memberlist.php (yeah i know, the instuctions are hard to read) |
#14
|
|||
|
|||
Is there an issue with the instructions then. It is in the section for memberlist.php..
Code:
In file memberlist.php Find: --------------------------------------------------------------------------------------------- " . iif($usergroupid, "LEFT JOIN " . TABLE_PREFIX . "usergroupleader AS usergroupleader ON (user.userid = usergroupleader.userid AND usergroupleader.usergroupid=$usergroupid) ") . " WHERE $condition AND user.usergroupid IN ($ids) --------------------------------------------------------------------------------------------- Add BELOW --------------------------------------------------------------------------------------------- AND (user.options & $_USEROPTIONS[isghost]) = 0 --------------------------------------------------------------------------------------------- Find: --------------------------------------------------------------------------------------------- if (!$userinfo['invisible'] OR $permissions['genericpermissions'] & CANSEEHIDDEN OR $userinfo['userid'] == $bbuserinfo['userid']) --------------------------------------------------------------------------------------------- REPLACE by: --------------------------------------------------------------------------------------------- if (!$userinfo['invisible'] OR ($permissions['genericpermissions'] & CANSEEHIDDEN AND !$userinfo['isghost']) OR $userinfo['userid'] == $bbuserinfo['userid']) --------------------------------------------------------------------------------------------- |
#15
|
|||
|
|||
Sorry missed the second line, since it is (almost?) the same as the line to change in member.php, just above that.
Now this is interesting, i checked it in a 3.0.7 version and that whole if statement is gone. In the memberlist the 'Last Visit' date is always shown. 3.0.3: PHP Code:
PHP Code:
If you want, you can replace the 3.0.6 code with the 3.0.3. |
#16
|
|||
|
|||
Thanks! I'll monkey with it after the coffee kicks in. LOL
|
#17
|
|||
|
|||
I totally love this hack! I have moved to 3.5 and so I wondered if there was a chance this could work on 3.5?
I rely on this, on my forums to hide a "system account" to post news and submit other forms of data via automated form. I really miss it, is there any way you could make it work under 3.5? |
#18
|
|||
|
|||
I will try to have a look, but i don't have much time for the next 2 weeks.
|
#19
|
|||
|
|||
Yes please do bring this to 3.5 - I have a script that uses an account to post news and this is exacly what I need to clean things up.
|
#20
|
|||
|
|||
I'm another user wanting this badly for v3.5.4, Marco... we need this! Thank you.
|
#21
|
|||
|
|||
Another user wanting this for 3.5, please.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|