Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 07-11-2001, 03:26 PM
Christian Christian is offline
 
Join Date: Nov 2001
Location: wuerzburg.germany.earth
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The hack works very good!

@webhost:

Download the original hack by tubedogg and install it!
Then replace the file and the templates with this version!
Works without any problems!
In the thread of the original hack I have also posted the lines where you have to replace the code in sessions.php from version 2.0.1. It's on page 5!
Reply With Quote
  #12  
Old 07-11-2001, 07:45 PM
rmusic
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Christian
The hack works very good!


Works without any problems!



not for me it dont work at all it doesnt show anybody
Reply With Quote
  #13  
Old 07-11-2001, 08:12 PM
Christian Christian is offline
 
Join Date: Nov 2001
Location: wuerzburg.germany.earth
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just clicked your link and saw you and a guest (probably me)!
Seems to work!
Reply With Quote
  #14  
Old 07-11-2001, 09:04 PM
rmusic
Guest
 
Posts: n/a
Default

must take awhile to filter through

because when i first put it in it dodnt show anyone was on

i had two of my friend sgo and see if it showed anything and they said no

but good im glad its working now
Reply With Quote
  #15  
Old 07-11-2001, 09:07 PM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey crew

what i've been working on

checking permissions to filter out ones you aren't supposed to see

breaking a big page into multiple pages

not showing pm column if pms are off

cfg options to turn on/off
- PM
- avatar
- profile icons

cfg option to pick php or php3

answering questions

they are ordered by ip. I'd perfer sorted by time, but the order is necessary to pick out the duplicates. changing the order would be possible but slow it down a little. I'd have to have it build the array then read the array to build the page instead of just building the page in one step. if it would have been ok to filter out the duplicates when sessions table is built, I could sort it any old way and still be fast.

filtering guests off to the bottom. yes it's do-able but why? I'll look at it and see how easy it would be.

you have gotten an unknown location description? please let me know the url when you get these. email them to me. it has nothing to do with them being guests, it means they are somewhere that I'm not recognizing. if you let me know the url, I can add that description.

I'll add a cfg option to have the online page viewable by admins

if you don't show up, hit refresh. it's wierd but it's like it reads sessions table then writes to it. this means that when you go to the online page, it's one behind and sees you at your last location.

I'll try and work on it tonight and upload the newest version.
Reply With Quote
  #16  
Old 07-11-2001, 11:15 PM
SFishy SFishy is offline
 
Join Date: Nov 2001
Location: NY
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Mutt,

Thanks for answering some of my questions...

One thing I did... and I don't know if this is okay or not, but it seems to be working fine... I have ORDER BY username, session.lastactivity) now and that's putting them in alphabetical order. I like seeing the times, but alphabetical order makes more sense to me, just because if I'm looking for someone specific, it's easy to find. (update -- I've changed it back to host... I realized that once I sorted it by username, I was getting people showing up two and three times again... so for now it's back to sort by host)

Only my guests are getting "Unknown" and it links to my main forum page. On my server that can be either index.php or the root (fishyvb.something-fishy.org)

I'd like all the guests lumped together at the bottom because separating them would mean being able to turn them off in future versions of the hack (maybe?) -- so for example... options to "see guests, see ghosts, see registered users only" etc. In most cases I could care less where guests are -- it's rare that I even need that info. I'm sure there are others that don't really need or want the online list cluttered with guests either.

One last thing... and this is another question...
I noticed in the original hack locations were determined by (strstr(strstr($location,"action=faq")!==false) ... you are doing (strstr($location,"misc.php")) instead. Is there any problem with me switching some of them back to the old way ... the reason I ask is because I created a custom chat login page, and in doing some of that I added a #start chat# section to misc.php -- so if they are on misc.php it could either be in the faq or my chat login. (Go easy on me, I'm no coding wiz LOL) -- I tried doing the (strstr($location,"action=faq")!==false) and (strstr($location,"action=chat")!==false) in your online.php and it seems to be working fine... but I thought I'd run that by ya and make sure I'm not screwing with something I shouldn't be.

most important... functionality issue...
Last but not least -- and this was happening "right out of the box" before I did any of my own modifications... Sometimes I see the users location as just "posting :" -- without any forum name or link. It SEEMS to be when they are replying that this happens, and maybe editing. When I looked at your code it looks like you lumped these three together (new thread, new reply, editing) to appear as one location. I think it would be nice to see a difference between posting and replying (and even editing) -- in the original hack you could see "replying to thread..." Also, like I said, when they are replying I'm just getting "posting :" with no forum name or link.

You asked for feedback -- maybe I'm giving ya more than you wanted (hehehe) -- Believe me, I'm not UNHAPPY with what you've done at all, I think it's great -- but you asked for volunteers

Thanks for all you've put into this so far... I know it can be time consuming to do all this!

ps. You asked for volunteers with busy boards... of course, "busy" is pretty subjective... but almost around the clock I have at least 100 registered users logged in -- highest it goes is about 200, lowest is about 75. Don't know if that qualifies, but I thought I'd let ya know -- and it's all very speedy
Reply With Quote
  #17  
Old 07-12-2001, 04:50 AM
chris frolic chris frolic is offline
 
Join Date: Jan 2002
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by SFishy
most important... functionality issue...
Last but not least -- and this was happening "right out of the box" before I did any of my own modifications... Sometimes I see the users location as just "posting :" -- without any forum name or link. It SEEMS to be when they are replying that this happens, and maybe editing. When I looked at your code it looks like you lumped these three together (new thread, new reply, editing) to appear as one location. I think it would be nice to see a difference between posting and replying (and even editing) -- in the original hack you could see "replying to thread..." Also, like I said, when they are replying I'm just getting "posting :" with no forum name or link.
I've been experiencing this as well.

The thing I love most about this hack is that I am also running vbPortal, so that means visitors to my site are tracked immediately from my home page since it's all intergrated with the board and since every part of my site is a PHP file that calls global.php I've added the neccessary code to who's online to tell me what web page they might be looking at at any given time. awesome
Reply With Quote
  #18  
Old 07-12-2001, 09:55 PM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think i've fixed the posting: ________ error. just bad coding. I threw i together quickly and honestly, I'm still trying to figure all this php mysql stuff out.

I also went threw and fixed other description errors, like an unknown on the homepage

added the ability to have the page only view able by admins

added a meta refresh

started working on breaking it up into pages

I think I got it checking permissions to see if you are allowed to view a forum before it shows it in who's online. should come up as "private forum" with no url

gave it a php / php3 cfg option. just set it and change the require global line and it should work for both php and php3

here's the updated file
since this is just an early beta, I didn't repackage it with directions. this is just the updated file so if you haven't installed the original beta, you'd better look at it first.

answering some questions

- (strstr($location,"misc.php")) should work fine
- I'll work on some guest/ghost options
- seperated posting/editing/and replying
Attached Files
File Type: zip updated7-12.zip (3.9 KB, 53 views)
Reply With Quote
  #19  
Old 07-13-2001, 02:08 AM
RobAC RobAC is offline
 
Join Date: Oct 2001
Posts: 314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dude, AWESOME job!!!! I've installed it and have it up and running. Thanks! The only thing I do see are a lot of guests are listed as being "Unknown" for location?
Reply With Quote
  #20  
Old 07-13-2001, 02:31 AM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the unknwon guests are people at your homepage. you are using vbportals so you'll have to modify it so it recognizes those sections outside of your forum.
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 10:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03969 seconds
  • Memory Usage 2,275KB
  • Queries Executed 14 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (8)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_postinfo_query
  • fetch_postinfo
  • 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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete