arewhyfour 1 Posted February 27, 2013 (edited) I threw together something for my server that ranks survivors on our website. Figured "why not?" since I could easily pull information out of MySQL.So the URL is here: http://blazeitgaming.com/dayz/Example of profiles: http://blazeitgaming...php?id=88021126 and http://blazeitgaming...php?id=87983046Some of the features:Rank users by their "Humanity" (color coded)Display users currently onlineOverall stats: total vehicles, total unique survivors, survivors online today, deaths today, average lifespan.Individual profile pagesShow humanity (ranked by bandit, unfriendly, neutral, trusted, hero, legend.)Display stats: zombie kills, bandit kills, player killsDeath and current life historyAverage lifespanBadges (as a way of rewards)Headshot percentageIf a person has a custom loadout, then they are considered VIP (donator). So their profile page has the VIP badge. It is setup to assign other badges (founder, admin) to accounts.If anyone is interested in the source code, just post below. If there is enough interest, I might release this next month when I get it finished up. Edited February 28, 2013 by arewhyfour 1 Share this post Link to post Share on other sites
arewhyfour 1 Posted February 28, 2013 I've attached some more screenshots showing how the system looks and works.The system now automatically FTPs to your server every hour and parses the log file to find a person's GUID. Once the GUID has been found, we create our own "account hash".We can use the account hash to link multiple usernames to one person, carry VIP benefits (custom loudouts) on multiple usernames.Eventually the survivor will be able to login to the system to customize their page. Share this post Link to post Share on other sites
grillorj 0 Posted March 4, 2013 Hi There,You job is amazing, congrats!Could you send the files? ive just opened a Dayz Server, but i think this is a diferencial.If you want i can make some Advertisement in my server Let me know if you make this public. Share this post Link to post Share on other sites
arewhyfour 1 Posted March 4, 2013 I've added a number of features, people can now sign up and customize their profiles. They can even show off their inventory if they want. Everyone's death inventory is viewable by default. There is also automatic clan profiles and clan stats created ( http://blazeitgaming.com/dayz/clan ).Clan members can claim their clan page to make changes to it too. Not just everyone can claim, there is a process to make sure they are legit clan owners.Hi There,You job is amazing, congrats!Could you send the files? ive just opened a Dayz Server, but i think this is a diferencial.If you want i can make some Advertisement in my serverLet me know if you make this public.I might be about a month away from this being finalized where it's simple to install for most people. I'll keep this thread up and post updates as I work on it. Share this post Link to post Share on other sites
JiFMike 0 Posted April 16, 2013 I would love to try this out with our server. Even if it's not ready for easy install, I'd like to take a crack at it. I was thinking of writing my own, but would never have found enough time to do all you have! Looks great! Share this post Link to post Share on other sites