Previous Thread
Next Thread
Print Thread
Rate Thread
if ($i % 2) {print "$AltColumnColor1";} else {print "$AltColumnColor2";}
$username =~ s/.(.*)//g;
$UserNameCoded = &HTMLIFY("$username");
$UserNameCoded =~ tr/ /+/;
if ($username !~ /Guest/) {
print qq(>

);
}

------------------------------------------

I am trying to hide a certain forum from the who is online list.

$where displays the persons location. What kind of code can I add in to make $where reflect something else? Also it is a link.. I don't want it to be a link.

help? anyone?!

[ April 25, 2001 06:23 PM: Message edited by: napalm ]
Joined: Apr 2001
Posts: 7
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 7
----------------[ Online.cgi ]-----------

if ($tot <= $end_at) { $end_at = $tot; }
for ($i = $start_at; $i < $end_at; $i++) {
($usertime,$username,$host_ip,$where) = split(/|^|/,$found[$i]);
if ($username =~ /.inv/ && !$adminstatus) { next; }
undef($invisible);
if ($username =~ /.inv/) {
$username =~ s/.inv//;
$invisible = " (invisible)";
}
if ($username eq "guest") {
$guest_counter++;
$username = "Guest #" . "$guest_counter";
}
if ($hostinfo) {
$hostname = gethostbyaddr(inet_aton($host_ip), AF_INET);
if (!$hostname) { $hostname = $host_ip; }
}
if ($hostinfo) { $hostname = "
($hostname)"; }
&get_date($usertime);
if ($DateFormat eq "USX") { $DateFormat = "USExpanded"; }
$TheDate = &DateFormat("$mon-$mday-$year", "$DateFormat");
$TheTime = &TimeFormat("$hour:$min");
print "

);
} else { print qq(>
); }
print qq($username $invisible $hostname
$where $TheTime
Sponsored Links
Entire Thread
Subject Posted By Posted
Private Boards on 2nd Page PhOeNiX LanDinG 10/30/2000 3:56 AM
Re: Private Boards on 2nd Page Jigga-Master 10/30/2000 4:23 AM
Re: Private Boards on 2nd Page Greg Hard 10/30/2000 4:23 AM
Re: Private Boards on 2nd Page PhOeNiX LanDinG 10/30/2000 12:04 PM
Re: Private Boards on 2nd Page Outlaw 10/30/2000 12:08 PM
Re: Private Boards on 2nd Page PhOeNiX LanDinG 10/30/2000 10:00 PM
Re: Private Boards on 2nd Page Dark Templar 11/01/2000 3:45 AM
Re: Private Boards on 2nd Page anderzzo 11/01/2000 7:08 AM
Re: Private Boards on 2nd Page PhOeNiX LanDinG 11/01/2000 8:59 AM
Re: Private Boards on 2nd Page Dark Templar 11/01/2000 10:16 PM
Re: Private Boards on 2nd Page Dark Templar 11/01/2000 10:21 PM
Re: Private Boards on 2nd Page anderzzo 11/02/2000 9:57 PM
Re: Private Boards on 2nd Page PhOeNiX LanDinG 11/02/2000 10:03 PM
Re: Private Boards on 2nd Page anderzzo 11/02/2000 11:05 PM
Re: Private Boards on 2nd Page anderzzo 11/03/2000 12:25 AM
Re: Private Boards on 2nd Page Dark Templar 11/03/2000 12:53 AM
Re: Private Boards on 2nd Page anderzzo 11/03/2000 12:59 AM
Re: Private Boards on 2nd Page Dark Templar 11/03/2000 2:34 AM
Re: Private Boards on 2nd Page PhOeNiX LanDinG 11/03/2000 2:39 AM
Re: Private Boards on 2nd Page Doc 11/03/2000 4:53 AM
Re: Private Boards on 2nd Page Logix 11/07/2000 2:17 AM
Re: Private Boards on 2nd Page PhOeNiX LanDinG 11/10/2000 8:37 AM
Re: Private Boards on 2nd Page PhOeNiX LanDinG 11/10/2000 8:39 AM
Re: Private Boards on 2nd Page Logix 11/10/2000 7:55 PM
Re: Private Boards on 2nd Page Bring In The Geek 11/11/2000 6:36 AM
Re: Private Boards on 2nd Page Dark Templar 11/11/2000 7:23 AM
Re: Private Boards on 2nd Page Bring In The Geek 11/11/2000 9:05 PM
Re: Private Boards on 2nd Page Logix 11/11/2000 9:40 PM
Re: Private Boards on 2nd Page anderzzo 11/12/2000 6:47 AM
Re: Private Boards on 2nd Page anderzzo 11/13/2000 12:04 AM
Re: Private Boards on 2nd Page Bring In The Geek 11/13/2000 9:02 PM
Re: Private Boards on 2nd Page anderzzo 11/13/2000 11:55 PM
Re: Private Boards on 2nd Page Logix 11/14/2000 3:24 AM
Re: Private Boards on 2nd Page Sukotto 11/19/2000 12:18 AM
Re: Private Boards on 2nd Page Dark Templar 11/19/2000 1:36 AM
Re: Private Boards on 2nd Page Sukotto 11/19/2000 12:49 PM
Re: Private Boards on 2nd Page Sukotto 11/19/2000 12:54 PM
Re: Private Boards on 2nd Page Dm_Vinny 01/06/2001 3:17 AM
Re: Private Boards on 2nd Page Djnemesis 02/02/2001 9:18 AM
Re: Private Boards on 2nd Page shingen 02/14/2001 1:48 AM
Re: Private Boards on 2nd Page NBAustin 02/22/2001 12:23 AM
Re: Private Boards on 2nd Page NBAustin 02/23/2001 2:55 AM
Re: Private Boards on 2nd Page NBAustin 02/23/2001 3:15 AM
Re: Private Boards on 2nd Page NBAustin 02/23/2001 4:24 AM
Re: Private Boards on 2nd Page NBAustin 02/23/2001 5:24 AM
Re: Private Boards on 2nd Page NBAustin 02/24/2001 2:02 AM
Re: Private Boards on 2nd Page HackAttack 03/14/2001 11:57 PM
Re: Private Boards on 2nd Page NBAustin 03/15/2001 12:42 AM
Re: Private Boards on 2nd Page NBAustin 04/08/2001 8:32 AM
Re: Private Boards on 2nd Page InSite 04/12/2001 4:40 AM
Re: Private Boards on 2nd Page NBAustin 04/14/2001 4:52 PM
Re: Private Boards on 2nd Page Lionel 04/25/2001 4:37 PM
Re: Private Boards on 2nd Page napalm 04/25/2001 11:20 PM
Re: Private Boards on 2nd Page napalm 04/26/2001 1:20 AM

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:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
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-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)