03 Apr 12, 01:06PM
How would one go about making a server ladder?
Server Ladders
|
03 Apr 12, 01:06PM
How would one go about making a server ladder?
03 Apr 12, 02:04PM
1. Learn coding
2. Parse your server logs through your newly developed log-parsing software and output the results to a pretty website. 3. ??? 4. Profit!
03 Apr 12, 02:54PM
[YMH]Fiz made a php script that is a good starting point for the database side of a ladder, but it still needs alot of coding to make an actual ladder from it. Find it @
https://github.com/digitalfiz/acRunner EDIT: Altho we found that this script will only work on linux servers.
04 Apr 12, 04:31AM
(04 Apr 12, 04:31AM)Edward Wrote:(03 Apr 12, 02:04PM)jamz Wrote: 1. Learn coding Jamz was making a reference to a South Park episode. Episode Plot
04 Apr 12, 09:41AM
When you say 'coding', do you mean programming in languages like java or C? or scripting in languages like PHP?
PHP would be one of the more ideal tools for this, as it has well-developed features for database interaction. You could theoretically do it with just about any language (or maybe combination of languages, if some lack needed features), but I'd think the easiest (at no significant cost to efficiency) way is a single tool that will read the logs, extract and process the desired data, write it to a database, and stick it all into a web page; i.e., PHP and similar.
04 Apr 12, 10:43AM
(04 Apr 12, 10:11AM)Jack Wrote: PHP would be one of the more ideal tools for this, as it has well-developed features for database interaction. You could theoretically do it with just about any language (or maybe combination of languages, if some lack needed features), but I'd think the easiest (at no significant cost to efficiency) way is a single tool that will read the logs, extract and process the desired data, write it to a database, and stick it all into a web page; i.e., PHP and similar. Thanks Jack, you make a lot of sense there. I was just curious because the idea of having a ladder seemed like a good way to get a community involved and compete in a fun way. |
« Next Oldest | Next Newest »
|