Well, I've decided to show you guys my project because it's missing something. I just don't know what and I need ideas.
http://www.playertracker.net (Based in Aus so may be a little slow for some)
Basically I wrote a SourceMod plugin to collect userdata from mutiple HL2 Engine games and then send it to a MySQL database. Then the website itself then calls that info using Ajax Search Suggest.
It collects data from:
4x Day of Defeat: Source servers
1x Counter Strike: Source server
1x Team Fortress 2 server
In the search box, you can type partial information based on a users STEAMID, IP Address, or Name. Feel free to try it (Type random things if you want, or '19828991' for my SteamID to bring up my info)
My php code that I'm using to get the data is REALLY messy so I won't show it just yet, but I certainly will in the future when I need help optimizing as I'm still really new to coding (less than 6 months, autodidact) and I know there are some GREAT minds on RuneGear who are very good at coding.
I'm up for any ideas you guys throw at me and I'm open for constructive criticism.
Alot of the join times are coming up "No Date" as it was only a feature I implemented tonight. So all rows of data before tonight don't have any time data in them.
Thanks,
http://www.playertracker.net (Based in Aus so may be a little slow for some)
Basically I wrote a SourceMod plugin to collect userdata from mutiple HL2 Engine games and then send it to a MySQL database. Then the website itself then calls that info using Ajax Search Suggest.
It collects data from:
4x Day of Defeat: Source servers
1x Counter Strike: Source server
1x Team Fortress 2 server
In the search box, you can type partial information based on a users STEAMID, IP Address, or Name. Feel free to try it (Type random things if you want, or '19828991' for my SteamID to bring up my info)
My php code that I'm using to get the data is REALLY messy so I won't show it just yet, but I certainly will in the future when I need help optimizing as I'm still really new to coding (less than 6 months, autodidact) and I know there are some GREAT minds on RuneGear who are very good at coding.
I'm up for any ideas you guys throw at me and I'm open for constructive criticism.
Alot of the join times are coming up "No Date" as it was only a feature I implemented tonight. So all rows of data before tonight don't have any time data in them.
Thanks,