"Philosophical" Questions: Rankings, OpenSource and Cheating

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
camellia0x++
Rookie
Rookie
Posts: 28
Joined: 22 Jan 2012, 18:28

Re: "Philosophical" Questions: Rankings, OpenSource and Chea

Post by camellia0x++ »

Lord Apocalypse wrote:Best way to work rankings would be a hard number (ie actual wins) and a social ranking, say a 1-5 scale or 1-10 based on a few things. Was the player any good or did he/she win by attrition (sit back while better players bash each other into oblivion then stroll in and clean up the mess). Was the person a sore loser/ polite (can't think of something better) winner? And you could also apply if the player was a real jerk (includes those who rage quit) or kicks out any experienced player just to bash noobs all day (high wins low social). Its possible you could also track how many times a particular host kicks people out.

Side note: You coul stick with the above or continue with data collection. Number of wins per map, favored map or game configuration etc. Most of this could be collected when you click play or after the game is complete. Save all this is an SQL server (as well as private data such as IP address & provider) and to prevent multiple accounts, have the client send in the computers mac address.
SQL server? I think open source has moved on from that buggy thing.
It'd be much better to use a BSON server, or something like MongoDB.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: "Philosophical" Questions: Rankings, OpenSource and Chea

Post by NoQ »

SQL server? I think open source has moved on from that buggy thing.
LAMP is dead? :shock:
User avatar
Iluvalar
Regular
Regular
Posts: 1828
Joined: 02 Oct 2010, 18:44

Re: "Philosophical" Questions: Rankings, OpenSource and Chea

Post by Iluvalar »

NoQ wrote:
SQL server? I think open source has moved on from that buggy thing.
LAMP is dead? :shock:
Considering this conversation is on one of the thousand of LAMP powered forums... it would be hard to believe...
Heretic 2.3 improver and proud of it.
stiv
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 876
Joined: 18 Jul 2008, 04:41
Location: 45N 86W

Re: "Philosophical" Questions: Rankings, OpenSource and Chea

Post by stiv »

SQL Server is a Microsoft product. (no comment on that). "An SQL server" is an member of the class of relational databases that speaks Structured Query Language (SQL). Examples are Oracle (a commercial product), MySQL, PostgreSQL and sqlite (open source offerings). NoSQL databases are becoming popular for applications where the relation model (think tables of stuff) is not a good fit, but relational databases are by no means dead.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: "Philosophical" Questions: Rankings, OpenSource and Chea

Post by NoQ »

Iluvalar wrote:on one of the thousand of LAMP powered forums...
Uh oh lol, you're repeating my most epic mistake ever XD
Lord Apocalypse
Regular
Regular
Posts: 678
Joined: 29 Jul 2009, 18:01

Re: "Philosophical" Questions: Rankings, OpenSource and Chea

Post by Lord Apocalypse »

My SQL server reference was for *ALL* SQL servers, which includes anything with SQL in the title (inclduing the crappy MS SQL Server).
camellia0x++
Rookie
Rookie
Posts: 28
Joined: 22 Jan 2012, 18:28

Re: "Philosophical" Questions: Rankings, OpenSource and Chea

Post by camellia0x++ »

Again, the only reason to use SQL is because you had it previously and don't want to reprogram.

nginx, mongodb, node.js, etc, are the way to go for new coding.