Jump to content

arewhyfour

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

1 Neutral

About arewhyfour

  • Rank
    On the Coast
  1. DayZ Blaze It US204 We use premium anti-hacking software The Silent Warrior (TSW) and combine that with active admins to provide our players with a hack-free environment. US204 has custom towns and villages scattered all over the map. We also plan on adding many more special areas as the weeks roll on. Custom web stats! We have developed a custom web stats app that no other server has. Check out the leader board at http://blazeitgaming.com/dayz/. From there you can click on someone's name and view even more stats. Sign up for an account and customize your profile! Join our nation of survivors IP: us204.blazeitgaming.com (75.126.39.68) Port: 3306 Talk to other survivors on TeamSpeak 3 Just click this link to join: ts3.blazeitgaming.com:9990 Rules; don't hack, don't cheat, and don't use voice in side chat.
  2. arewhyfour

    Running a server from home

    And you'd pretty much need a dedicated computer for it. You wouldn't be able to run a server on your computer and have like 10 people play.
  3. 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. 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.
  4. 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.
  5. arewhyfour

    Find duplicate users?

    Update: I wrote a PHP script that's scheduled to run every hour that takes the server logs and parses it to get the player GUID and name. I think this will probably be best for the web app I'm building. Thanks everyone!
  6. arewhyfour

    Find duplicate users?

    Anyone? :(
  7. arewhyfour

    Find duplicate users?

    The GUID isn't saved to the database, only the server.log file. How would I save it to the database orrrrr is there a tutorial on making admin scripts for DayZ so I script it?
  8. Is there any way I can link "User 1" to "User 2" if they're playing on a new DayZ profile? Is there something in the MySQL database or logs that could help me out?
  9. 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=87983046 Some of the features: Rank users by their "Humanity" (color coded) Display users currently online Overall stats: total vehicles, total unique survivors, survivors online today, deaths today, average lifespan. Individual profile pages Show humanity (ranked by bandit, unfriendly, neutral, trusted, hero, legend.) Display stats: zombie kills, bandit kills, player kills Death and current life history Average lifespan Badges (as a way of rewards) Headshot percentage If 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.
×