Previous Thread
Next Thread
Print Thread
Hop To
#41766 09/24/2004 4:37 AM
Joined: Jun 2006
Posts: 956
Old Hand
Old Hand
Joined: Jun 2006
Posts: 956
Hi,
how do I create a saved serched job for displaying user with an inactivity time of 180 days ? I found no way in the control panel.

I create a dummy search, go to phpMyadmin and take a look on the format of the example 30 days search:
AND U_Laston < (UNIX_TIMESTAMP() - 259200) ORDER BY U_LastOn

I copy this to my dummy search but must change the timestamp. I dont have a clue about Unix timestamps and like to know wich one must be used for 180 days instead of 30 days (259200).

thanks.


my board: http://www.dragonclan-forum.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen
Joined: Dec 2003
Posts: 611
Former Developer
Former Developer
Joined: Dec 2003
Posts: 611
The paramater in question on the search page is Advanced >> Last online. <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" />

For the SQL, you can do the math in the query:

... and U_Laston < ( UNIX_TIMESTAMP() - ( 60 * 60 * 24 * 180 ) )

You could also try MySQL's date functions...

... and U_Laston < ( UNIX_TIMESTAMP( DATE_SUBTRACT(NOW(), interval 180 day) ) )

.. or something like that. I don't recall the exact syntax.


Charles Capps
Former UBB.classic Maintainer

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
1 members (Gizmo), 857 guests, and 156 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)