The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.6 (Linux)
|
![]() |
Server Status Banners - Printable Version +- AssaultCube Reloaded Forums (https://acrf.victorz.ca) +-- Forum: Gameplay (https://acrf.victorz.ca/forum-3.html) +--- Forum: Servers (https://acrf.victorz.ca/forum-8.html) +--- Thread: Server Status Banners (/thread-185.html) Pages:
1
2
|
RE: Server Status Banners - Foyerhead - 2011-11-28 Trololololol. @pwned RE: Server Status Banners - Victor - 2011-11-28 No, like this: http://apache.org/ RE: Server Status Banners - Foyerhead - 2011-12-10 um, if i knew how to code and stuff, i would do it myself. How do you exactly do it, retrieve server online/offline from master server? Can you make a generator pl0x? I need one for my clan website! RE: Server Status Banners - Victor - 2011-12-10 Well, use PHP. You make a request to the master-server every hour with cron. Then you populate your database and remove old entries. You make another script that gets hit every minute with cron. It should ping up to 100 servers or something. Then it will update the database with the results. Also make a script to serve the images, which just looks at the database entries. http://sourceforge.net/p/assaultcuber-ms/wiki/Specifications/ RE: Server Status Banners - Foyerhead - 2011-12-10 So can you make me one? :p RE: Server Status Banners - Victor - 2011-12-10 Too busy to do so. |