yafa77 Posted December 13, 2006 Share Posted December 13, 2006 HelloHow I can determine the time for user in the forum , for example (user A have only 10 hrs ) Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/ Share on other sites More sharing options...
hitman6003 Posted December 13, 2006 Share Posted December 13, 2006 What do you mean "determine the time for user in the forum"?Like how SMF has "Total time logged in"? Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/#findComment-140683 Share on other sites More sharing options...
yafa77 Posted December 13, 2006 Author Share Posted December 13, 2006 thanksI mean , I need to give the user access to the forum for 10 or 20 hrs only , and then delete his account from the database. Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/#findComment-140687 Share on other sites More sharing options...
hitman6003 Posted December 13, 2006 Share Posted December 13, 2006 record the time they first visited, then each time they visit a page compare that time to the current time...if the set amount of time has transpired, deny access.Use sessions, their IP address, or cookies, to track the time they first visited. Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/#findComment-140689 Share on other sites More sharing options...
yafa77 Posted December 13, 2006 Author Share Posted December 13, 2006 Thanks hitman6003 I know that , but how I can do that in the code , does that easysorry , but I did't good programer Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/#findComment-140700 Share on other sites More sharing options...
yafa77 Posted December 14, 2006 Author Share Posted December 14, 2006 ??? Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/#findComment-141389 Share on other sites More sharing options...
hitman6003 Posted December 14, 2006 Share Posted December 14, 2006 Try google, I'm sure you can find something there:http://www.google.com/search?hl=en&q=php+time+logged+in+tutorial&btnG=Google+Search Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/#findComment-141392 Share on other sites More sharing options...
yafa77 Posted December 18, 2006 Author Share Posted December 18, 2006 who I can set the cocies cocies to solve this problem ? Link to comment https://forums.phpfreaks.com/topic/30561-determine-the-time-for-user-in-the-forum/#findComment-144010 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.