Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Mod Name / Version: Ultra Stealth Mode 1.0

Description: This allows you to totally hide a Usergroup from the Who's Online screen. Even from anyone who can see invisible users.
You create a usergroup and add yourself or any other super-stealth" users into the user
group. If the member is part of that group, then they won't get added into the online table at all. So they are 100% stealth from everyone.

This is a good way for Admins to hide from other admins.

Working Under: UBB.Threads 6.4

Mod Status: Beta

Any pre-requisites:

Author(s): JoshPet

Date: 01/29/04

Credits: Commissioned by a client who remains nameless.

Files Altered: ubbt.inc.php

New Files: none

Database Altered: none

Info/Instructions: NOTE: That you will need to edit the group number to the bit of code that you insert.
If you need to find out what the group numbers are, run this query:

SELECT *
FROM w3t_Groups


Disclaimer: Please backup every file that you intend to modify.
If the modification modifies the database, it's a good idea to backup your database before doing so.

Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.
Attachments
106733-UltraStealthMode1.0.txt (0 Bytes, 56 downloads)

Sponsored Links
Joined: Dec 2003
Posts: 107
Journeyman
Journeyman
Joined: Dec 2003
Posts: 107
Will this work in 6.5?


Joined: Sep 2003
Posts: 488
Code Monkey
Code Monkey
Joined: Sep 2003
Posts: 488
"Commissioned by a client who remains nameless."

[]http://graemlins.mameworld.info/graemlins/rotfl2.gif[/]

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
It should work in 6.5. Although this client hasn't upgraded yet, so I've not personally tested.

Joined: Dec 2003
Posts: 107
Journeyman
Journeyman
Joined: Dec 2003
Posts: 107
Hmmmm... I changed the code like this:
Code
	           $Board    = addslashes($Board);<br />	           $query = "<br />	             REPLACE INTO {$config['tbprefix']}Online<br />	             (O_Username,O_Last,O_What,O_Board,O_Read,O_Type,O_Extra,O_Agent,O_Refer)<br />	             VALUES ('$Username','$Last','$What','$Board','$readperm','a','$aux','$Uagent','$Urefer')	<br />	           ";<br />			// Don't put them in if they are part of X group - by JoshPet<br />				if (!strstr($user['U_Groups'],"-8-")) { // Change the group number as needed<br />					$dbh -> do_query($query,__LINE__,__FILE__);<br />			}<br />


and

Code
		if ($Query != "*") {<br />			if ($Query) { $Query .=","; }<br />			$Query .= "U_Username,U_Password,U_SessionId, U_StyleSheet, U_Status, U_Privates, U_FrontPage, U_Number, U_Banned, U_Groups,U_LastOn,U_OC_Userid";<br />		}<br />


and all I get is this:

[]Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /Library/Tenon/WebServer/WebSites/www.magle.dk/ubbthreads/ubbt.inc.php on line 1549

Fatal error: Call to undefined function: getmicrotime() in /Library/Tenon/WebServer/WebSites/www.magle.dk/ubbthreads/includes/main.inc.php on line 16[/]

What am I doing wrong?

Sponsored Links
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Hrm.... that error is usually a missing }


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Zarzal
Zarzal
Berlin, Germany
Posts: 808
Joined: July 2001
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 531
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 23
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)