Quote:
Originally Posted by ludachris
I have some pages that are similar to the Memberlist feature - a listing of members based on criteria in their profile. These pages are fully dynamic and updated in real time. I was wondering how I'd go about making it so these types of pages are written to a static file every 24 hours via a cron job. How would you structure something like that in vbulletin?
|
Create a php script that outputs a static html file. Run the php script from a cron job (Linux cron job) every 24 hours.