Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Color Coded Users Online Currently Hack Details »»
Color Coded Users Online Currently Hack
Version: 1.00, by Legendary Kid Legendary Kid is offline
Developer Last Online: Aug 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 06-10-2003 Last Update: Never Installs: 18
 
No support by the author.

What this does:
Makes the users currently online box color coded upon usergroup. So admins and registered users names appear in diffrent font colors.

Querys to run: 0
Files to edit: 1 (index.php)
Templates to add: 0
Instilation time: 30 sec

Contacts for help are in the notepad

Thanks to zajako for helping me make this.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-11-2003, 12:06 PM
sleepbirdcyp's Avatar
sleepbirdcyp sleepbirdcyp is offline
 
Join Date: Dec 2001
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

already done by someone?
Reply With Quote
  #3  
Old 06-11-2003, 12:08 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, a few times over a long time ago.
Reply With Quote
  #4  
Old 06-11-2003, 01:21 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes this has been done several times over by many different people. If your hack isn't any different then i'll have to delete it?

Sorry Keep hacking though

- miSt
Reply With Quote
  #5  
Old 06-12-2003, 10:05 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
06-11-03 at 09:00 AM Legendary Kid said this in Post #1
What this does:
Makes the users currently online box color coded upon usergroup. So admins and registered users names appear in diffrent font colors.

Querys to run: 0
Files to edit: 1 (index.php)
Templates to add: 0
Instilation time: 30 sec

Contacts for help are in the notepad

Thanks to zajako for helping me make this.

d00d if you want to make a update for the orignal one of this hack where admins can change the usergroup colors in the admin cp that would be better than rerelasing it if you need help with the code let me know
Reply With Quote
  #6  
Old 06-12-2003, 10:31 PM
S.Shady's Avatar
S.Shady S.Shady is offline
 
Join Date: Apr 2003
Location: Cleveland, Ohio
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you could do it with replacments easaly
all you would have to do is figure out how to put that field in the styles. ill try for fun since i need to learn php.
Reply With Quote
  #7  
Old 06-12-2003, 10:52 PM
S.Shady's Avatar
S.Shady S.Shady is offline
 
Join Date: Apr 2003
Location: Cleveland, Ohio
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i got the replacments and i got the text boxes in the style page but i cant figure out how to make it edit the replacments
Reply With Quote
  #8  
Old 06-12-2003, 11:58 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

give me a min
Reply With Quote
  #9  
Old 06-12-2003, 11:59 PM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

d00d even easier run these querys

PHP Code:

INSERT INTO settinggroup VALUES 
(50'Members HighLight Colors'50);

INSERT INTO setting VALUES (NULL50'Administrator Glow Color''admincolor''#xxxxxx''Choose Which Color You Want The Administrators To Highlight In'''1);
INSERT INTO setting VALUES (NULL50'Super Moderator Glow Color''supmodcolor''#xxxxxx''Choose Which Color You Want The Super Moderators To Highlight In'''2);
INSERT INTO setting VALUES (NULL50'Moderator Glow Color''modcolor''#xxxxxx''Choose Which Color You Want The Moderators To Highlight In'''3);
INSERT INTO setting VALUES (NULL50'Normal Member Glow Color''memcolor''#xxxxxx''Choose Which Color You Want The Normal Member To Highlight In'''4); 

then edit the index.php file where the hack is installed and then find <font color=" xxxxx " and replace with these values

so here example


For Admins put $admincolor
For Super Mods put $supmodcolor
For Mods put $modcolor
For Normal Members put $memcolor

and then go into the admin options and set the colors all done


if you have more groups just insert a new option

Reply With Quote
  #10  
Old 06-13-2003, 01:56 AM
Legendary Kid Legendary Kid is offline
 
Join Date: Apr 2003
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

coo, but when i was searching i found one where you just type stuff in the admin panel and it does the color change. I did not know this had been made before when i created this. The reason it was not more ummm better, is because i just started learning php and i dont know much about it or querys.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 07:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05531 seconds
  • Memory Usage 2,299KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete