home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > TechIMO Community > Suggestion Box
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 2781
Discussions: 186,709, Posts: 2,228,167, Members: 230,365
Free Scan: Update Your PC's Outdated Drivers to Optimize Performance
Old June 26th, 2007, 07:16 PM   Digg it!   #1 (permalink)
Sea-Ninja wannabe
 
no1_vern's Avatar
 
Join Date: Apr 2002
Location: Albany, Ga.
Posts: 8,271
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
TechIMO.com Ads - Login or register for less ads.
How many errors does your computer have?

You no longer need to guess! This free stability scan and registry cleaner download will give you a complete diagnosis of your Windows registry, identifying errors and conflicts.

FREE instant scan


Guest, Register Free! to remove this ad and get your tech support questions answered in minutes!
Old June 26th, 2007, 07:22 PM     #2 (permalink)
Anime Otaku
 
RobRich's Avatar
 
Join Date: Oct 2001
Location: Tampa, FL USA
Posts: 105,002
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 Editor-in-Chief
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: 13,705
Blog Entries: 1
Send a message via ICQ to EXreaction Send a message via AIM to EXreaction Send a message via MSN to EXreaction Send a message via Yahoo 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.
__________________
The mark of the immature man is that he wants to die nobly for a cause, while the mark of a mature man is that he wants to live humbly for one.

EXreaction is online now   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: 105,002
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: 13,705
Blog Entries: 1
Send a message via ICQ to EXreaction Send a message via AIM to EXreaction Send a message via MSN to EXreaction Send a message via Yahoo 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 online now   Reply With Quote
Old June 26th, 2007, 08:53 PM     #6 (permalink)
Sea-Ninja wannabe
 
no1_vern's Avatar
 
Join Date: Apr 2002
Location: Albany, Ga.
Posts: 8,271
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: 105,002
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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

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

Most Active Discussions
Is It Just Me? (729)
I'm sure most of you Know this but!.. (5)
Newegg WARS!!! (43)
Car Talk! (8691)
Folderchat: The Holiday thread (156)
Bought an AGP "HIS Radeon HD 3.. (20)
Best Boot Drive Imaging Software (13)
Wireless network, problem and posib.. (9)
Putting together my wish list (22)
Recent Discussions
Register Domain & Hosting (12)
Vista SP2: What’s inside? (1)
Confused about graphics card / .. (17)
Overclocked: A History of Viole.. (2)
.NET Framework 3.5 Error (3)
help! jumbled text and computer.. (4)
I'm sure most of you Know this .. (5)
Wireless network, problem and p.. (9)
Cisco 1710 PPTP Passthrough &am.. (1)
Apple iPod touch 16 GB $200 (5)
FS: Dell 6000 laptop, modded 36.. (3)
Selling Rockband Bundle, Xbox s.. (2)


All times are GMT -4. The time now is 05:41 PM.
TechIMO Copyright 2008 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