env3rt Posted October 20, 2007 Share Posted October 20, 2007 How do you check who is currently viewing your site like on this forum it says : 51 guests viewing and users etc... And how can you check when they leave? (Please no databases) Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/ Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 Php has a very hard time doing that, but there are some decent ways to do it. Do some googling (php who's online list) and other similar searches. Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374277 Share on other sites More sharing options...
env3rt Posted October 20, 2007 Author Share Posted October 20, 2007 I've tried googling it and can't find much maybe you could find something Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374283 Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 http://www.google.com/search?hl=en&q=see+online+users+in+php - I see 2 on that page alone. http://www.google.com/search?hl=en&q=php+online+users+list - I see atleast 3 there http://www.hotscripts.com/search?q=whos+online&cat=PHP - I think the top one is what your looking for (only glanced at it http://www.google.com/search?hl=en&q=php+see+online+users+script - ok there are so many here I can't even count them. Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374290 Share on other sites More sharing options...
env3rt Posted October 20, 2007 Author Share Posted October 20, 2007 I've avoided using mySQL tables do you have to use them? Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374293 Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 No, but your programming "lifecycle" will be short without a database. Unless you are wanting to use flat files, or csv, or excel, or something else. Database of some form is normally needed after awhile to do anything semi-advanced. Anything that pertains to long term state saving. Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374299 Share on other sites More sharing options...
env3rt Posted October 20, 2007 Author Share Posted October 20, 2007 Fine, I'll go learn about them Although my host only allows one Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374300 Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 Then if you are doing a lot, get another host. Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374301 Share on other sites More sharing options...
env3rt Posted October 20, 2007 Author Share Posted October 20, 2007 Lol, I went into phpmyadmin and I can't even figure out how to create a damn table nvm found out how after 5 mins Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374316 Share on other sites More sharing options...
Ninjakreborn Posted October 20, 2007 Share Posted October 20, 2007 CREATE TABLE tablename This is turning into a mysql post. Please mark as solved and open posts in mysql as needed. Quote Link to comment https://forums.phpfreaks.com/topic/74120-solved-how-to-check-who-is-on-your-site/#findComment-374318 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.