home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > TechIMO Community > Suggestion Box
Ask a Tech Support Question (free)!

Can we see if someone posts when using the whos online forum?

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 2653
Discussions: 201,002, Posts: 2,380,053, Members: 246,371
Old June 26th, 2007, 07:16 PM   Digg it!   #1 (permalink)
I do Ouchy-Bleedy.
 
no1_vern's Avatar
 
Join Date: Apr 2002
Location: Albany, Ga.
Posts: 10,666
Can we see if someone posts when using the whos online forum?

In the "whos online" we see who is online and what they are viewing. Can a box be added to tell if they respond/post to the thread they are reading or a link made to the new response or post if one is there?
__________________
They say technology slows down for no one. I know it outruns my wallet. I figure its because my wallet isn't light enough yet.
no1_vern is online now   Reply With Quote
Old June 26th, 2007, 07:22 PM     #2 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,980
Blog Entries: 15
It seems "New Posts" provides much of the functionality you are seeking.

http://www.techimo.com/forum/search.php?do=getnew

I am not a PHP developer, but I suspect hacking into "Who's Online" to report additional activity would probably add additional database queries. While perhaps possible, it would likely increase database server loading, which we generally prefer to avoid.
__________________
Robert Richmond | TechIMO Community Relations Director
Infinite perceptions. One reality.
FanFiction.Net - Unleash your imagination.
RobRich is offline   Reply With Quote
Old June 26th, 2007, 08:20 PM     #3 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,984
Blog Entries: 1
Send a message via MSN to EXreaction
Something like that wouldn't work the greatest.

It is quite possible to do, and, as long as the sessions system is similar to phpBB, it wouldn't add any additional db queries.

But the problem comes in with time. Maybe they post in the thread, then move right onto another. Once they move to the next page their session data is updated right away which would clear the information from their last page. So your box telling you that information wouldn't be very helpful.

The best addition like that would be something like the new posts functionality, except where it records each thread that was last posted in by each user, then it could write that in the who is online page if the post is less than a few minutes old.

The second one shouldn't take any extra database queries either (or at the most, 1 extra query after every post by the user), however it would require the alteration of the sessions database table and you'd want to add at least 2 fields, one for the last post id and one for the last post time by the user.

Of course, I haven't worked with vB much, so I don't know how the database is setup, just basing what I would need to do off of phpBB3.
__________________
My photography: Flickr

Lithium Studios - phpBB3, PHP, and Web Development
EXreaction is offline   Reply With Quote
Old June 26th, 2007, 08:31 PM     #4 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,980
Blog Entries: 15
Actually Ex, a live feed system linked to vBulletin transactions is already done for an administrative feature. It was coded in house. However, we use it for internal purposes, as it could quite easily overrun a server grid on a large site like TechIMO if deployed publicly.
RobRich is offline   Reply With Quote
Old June 26th, 2007, 08:44 PM     #5 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,984
Blog Entries: 1
Send a message via MSN to EXreaction
Ya, that is something you guys would probably need, especially if you would have stuck with your old moderation ways.

But I guess things are different since your paid to be here.

But the second way I mentioned of doing things wouldn't put any more of a load on your servers, if sessions are setup in somewhat the same way as phpBB3 (recorded in 1 sessions database table).

Any way I could get some basic information on your server setups? Like how much space you guys actually use for TIMO, and how many servers you use on a grid. I am guessing not, but I am curious, I love working with mass amounts of data (my curiosity probably comes from when I started looking at database mass in the first place with my experimental rainbow tables for MD5. That was an interesting experiment. I don't remember exactly how much, but once you get past 6 digits with 104 possiblities per digit you get into hundreds of GB's of space in a MySQL database. I'd like to see how much overhead is actually used in something like that though, I'd imagine a lot of the file size could be trimed if it was stored in a specialized database). Don't get the wrong idea of course, I do like to look into security to forward the advancement of my own. I was seriously wondering how hard it would be to crack an MD5 sum by brute force. Without rainbow tables it is pretty much impossible beyond 5 characters, but with rainbow tables it is pretty much impossible with the sheer amount of size they take up.

A 7 digit password, for example, stored as an MD5 hash would be extremely safe against brute force methods, as long as your an average person. If you have sensitive data, or links to a big businesses network, a 10 char password would be almost uncrackable in a lifetime with 1 average pc.

// that was a long rant...how do I get so off topic?
EXreaction is offline   Reply With Quote
Old June 26th, 2007, 08:53 PM     #6 (permalink)
I do Ouchy-Bleedy.
 
no1_vern's Avatar
 
Join Date: Apr 2002
Location: Albany, Ga.
Posts: 10,666
Ok Rob.

The idea came to me while I was checking out who and where everyone was and Ding! I thought Hey, if there was a link to the post they just made on the "whos online" page it would be one click.

Instead of click to see newest posts, search for the thread I'm interested in, try to remember which number post was the last post the last time I checked the thread, and realize I cant remember where I was were in the thread, so I have to click on the thread to see if anyone has posted, etc. . . Im sure most people dont forget as many things as I do-Feeling really old right now .
no1_vern is online now   Reply With Quote
Old June 26th, 2007, 09:25 PM     #7 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 108,980
Blog Entries: 15
I do not deal with hosting.

Still, if you want to evaluate the size and scope of our operations, Yahoo! currently indexes over 2.8 million pages for ResellerRatings alone. A large portion of those pages are either being served via our own in-house developed content management systems or middleware applications. For an example of our middleware, look towards the price search engine at ResellerRatings. While we use XML feeds from a partner search engine, but we provide our own middleware layer for end-user content delivery.

Getting into the heavy lifting of our core development staff, you would be looking at our PhotoPost division, which includes professionals highly skilled in PHP, SQL, and more.
RobRich is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Number of Community Forum Posts RobRich IMO Community 36 June 11th, 2005 09:28 AM
Sorry! This forum is not accepting new posts sweeper2 IMO Community 4 May 14th, 2004 04:55 PM
Lets get this forum rolling...... whos a freelancer here? ridemonkey Webmastering and Programming 14 December 5th, 2002 11:41 AM
What's with the chat forum posts? griobhta Suggestion Box 3 May 8th, 2002 05:57 PM
How many posts have YOU made in the Community Forum? Warthog IMO Community 50 January 28th, 2002 07:43 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (3128)
‘Rogue’ or ‘Rouge’? (10)
Foxconn Blackops x48 MoBo (5)
Nvidia GTX 260 problem (14)
Delete an OS (18)
Laptop with wireless problem. (14)
Wireless Televisions. (12)
CPU fan stops spinning randomly (11)
Regular Build (11)
Point and Shoot Camera Suggestions. (9)
windows vista security holes (19)
[F@H SPAM 11/16/09] ! 1/2 months to.. (42)
windows 7 problem (7)
Internet Lost (5)
Recent Discussions
Rar volume (number 7) (1)
System restore :) (1)
Laptop with wireless problem. (14)
Looking for new motherboard (2)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (42)
add ram to existing (4)
Computer shutting down on its own (6)
EVGA 9800 gtx help with finding a goo.. (13)
"Documents and Settings" fo.. (7)
Delete an OS (18)
Outputing 1080p from my PC to my 720p.. (0)
panasonic dmr ez48veb recorder (0)
Need help getting speakers to work (2)
Nvidia GTX 260 problem (14)
Point and Shoot Camera Suggestions. (9)
Is the PSU I received dead? (16)
FreeAgent drive software not x64 comp.. (1)
Intel 5100 AGN issues fixed yet? (28)
Foxconn Blackops x48 MoBo (5)
Print spooler problem (17)
Q9650 vs. Q9550 (2)
Desktop Calendar Application (2)
soundmon.exe (8)
Jedi Academy Problem (3)
Can a page file be "too big".. (1)


All times are GMT -4. The time now is 04:41 PM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28