Who-Is-Where & Last Seen Block Compatible with AUC

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Who-Is-Where & Last Seen Block Compatible with AUC
drakezzz
CZ Newbie
drakezzz has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Aug 01, 2005
0.00 posts per day
Posts: 1
Points: 400
   
ANYONE wants to convert the who-is-where block & lastseen block works with AUC(advanced username color)



Back to top Reply with quote
#2   re: Who-Is-Where & Last Seen Block Compatible with AUC
NetGoodies
CZ Newbie
NetGoodies has been a member for over 18 year's 18 Year Member
Age: 63
Gender: Male
Website:
Status: Offline
Joined: Sep 17, 2005
0.00 posts per day
Posts: 2
Points: 393
   
Hi

OPEN blocks/block-Last_Seen.php

FIND
         $myresult = sql_query("select user_id from nuke_users where (username='$uname')", $dbi);
             list($uid) = sql_fetch_row($myresult, $dbi);


REPLACE WITH
         $myresult = sql_query("select user_id, user_color_gc from nuke_users where (username='$uname')", $dbi);
             list($uid, $user_color_gc) = sql_fetch_row($myresult, $dbi);
             $uname=UsernameColor($user_color_gc, $uname);


SAVE AND CLOSE FILE

I have completed a few others for AUC which you can see in my forums.

Regards

Martyn (AKA NetGoodies)


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum