AvaMods 5.o Forums (https://forums.avamods.com/)
-   Server / Mod Support (https://forums.avamods.com/server-mod-support/)
-   -   Server Motd (https://forums.avamods.com/server-mod-support/278-server-motd.html)

Ba5ic February 23rd, 2011 02:37 AM

Quote:

Originally Posted by diamond-optic (Post 24239)
umm here's mine


idk if its the right one tho, it doesnt read the db directly each time the file is called. I have another file that gets the db entries (set up via a cron to run after each stats update) and it saves the top 10 players to another file.. Then this file just reads the entries that are saved in that other file

Thanks D-O, this is harder than i remember. The motd.top10.php is now showing nicely in the MOTD, HOWEVER the boxes are not populated.

I noticed you said you have another file which actually grabs the DB entries. how would i go about generating this other file?.

Thanks for your time and patience.

Ba5ic

diamond-optic February 23rd, 2011 03:51 AM

2 Attachment(s)
everytime the motd_query.php is called, it will get the top 10 from the db and save them to the motd_saved.php

I have my stats update every hour, so i have a cron setup calling the motd_query.php file at 15 minutes after every hour.
(for my web server it looks like: php -q /home/user/public_html/avamods/stats/motd_query.php)

This method saves a ton of db queries. As you dont need to get the top10 from the db everytime the motd (or whatever youre using the top10 in) is called when there hasnt been any update to the stats. Its also much faster on a huge/slow stats db

Ba5ic February 23rd, 2011 03:06 PM

Thanks D-O, Ur a star !!! :P

Only problem, my cronjob won't run, don't know if its because its in the public_html folder?, all permissions are correct. May try putting the motd_query.php next to the stats.pl, i know that runs and updates the stats.

I ran the motd_query.php just by navigating to the page --> MOTD Top Ten Updated Successfully. At least top10 are showing now :P.

Thanks again.


All times are GMT -4. The time now is 07:59 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.

2005-2006  team cdrive 
2006-2007 AvaMods 0.x
2007-2008 AvaMods 1.x
2008-2012 AvaMods 2.x
2013-2014 AvaMods 3.o
2014-2016 AvaMods 4.o
2016-2025 AvaMods 5.o