Voobus Posted November 6, 2013 Content Count: 5 Joined: 11/06/13 Status: Offline Share Posted November 6, 2013 (edited) I've been a front-end web developer for years, and have mastered my craft, so I've recently taken to learning some back-end stuff (starting with PHP). My goal is to create an alternative to SourceBans. "if it 'aint broke, don't fix it!" -- Yeah, I know, but the main goal here is my education through the process of development, so it's alright if this project is redundant. Anyways, I've not got any features yet that make it an actual alternative to Sourcebans, but what it does do so far is that it displays your server's information in a user-friendly manner. I am wondering if the UI direction I took was something that you guys thing was a good idea. I eventually want to make this responsive down all the way to your phone, and if my software is good enough, and becomes popular, I will probably make mobile apps for it as well (so that you can manage your server via your phone). Anyways, Here's a screenshot I just took. Lemme know your thoughts! Update! Screenshot with a SteamGamers server being displayed: https://hostr.co/file/C2sUoU8Pm8wb/Screen-Shot-2013-11-06-at-9.41.20-AM.png Edited November 6, 2013 by Voobus Link to comment
XeNo Posted November 6, 2013 Content Count: 6466 Joined: 07/22/08 Status: Offline Share Posted November 6, 2013 This seems just like what Gametracker does so far? The UI is cleaner, nicer to look at, but still is pretty much the same thing minus all the graphs etc. You should probably add the Banning side of it before asking for major feedback. I removed your link for the time being, since it's basically advertising another server. If you would like to re-upload a screenshot of what it looks like with one of our servers instead, then you may. Link to comment
Voobus Posted November 6, 2013 Content Count: 5 Joined: 11/06/13 Status: Offline Share Posted November 6, 2013 Yeah, I suppose it's not really far enough to be showing anything off. I just wanted to see if this "app" sort of feel actually made sense to everyone. I'll be sure to update when I get a lot more in here. Link to comment
Labarr Posted November 6, 2013 Content Count: 3052 Joined: 08/30/09 Status: Offline Share Posted November 6, 2013 post another screenshot pls id like to take a look and give feedback Link to comment
bob the pirate Posted November 6, 2013 Content Count: 410 Joined: 06/03/12 Status: Offline Share Posted November 6, 2013 You sound really smart, therefore I think that this will be a success. Link to comment
Banana Joe Posted November 6, 2013 Content Count: 3056 Joined: 01/25/10 Status: Offline Share Posted November 6, 2013 I like the sound of it, and the UI looks pretty nice. The idea of making an app for it also sounds pretty neat. Link to comment
Voobus Posted November 6, 2013 Content Count: 5 Joined: 11/06/13 Status: Offline Share Posted November 6, 2013 Alright, I've updated the post with a screenshot, featuring one of your guys' servers. Link to comment
partyboi787 Posted November 6, 2013 Content Count: 147 Joined: 10/09/11 Status: Offline Share Posted November 6, 2013 God I love the UI, so clean and simple. Great job! Link to comment
Voobus Posted November 7, 2013 Content Count: 5 Joined: 11/06/13 Status: Offline Share Posted November 7, 2013 Thanks! No ban-features yet, still, but I've been refining the colours here and there, and I added a new chart! Similar to the game tracker chart. It will periodically record the player count in txt files, then put them into an array, add them all up, get the average, and round it. I still need to refine that process, but the chart is great so far! I've also learned how to generate images via PHP, very similarly to gametracker, again lol. I basically want to make it so you don't need to use an external service like gametracker. All of your bans, server info, etc, will all be in one place, easilly hosted on your website! -- Well, that's the goal, anyways. https://hostr.co/file/5K2kfOphA3Fi/Screen-Shot-2013-11-07-at-10.36.38-AM.png Link to comment
Nishok Posted November 7, 2013 Content Count: 3178 Joined: 08/06/08 Status: Offline Share Posted November 7, 2013 (edited) Looking good so far. I kinda like the simple colors It will periodically record the player count in txt files, then put them into an array, add them all up, get the average, and round it. I still need to refine that process, but the chart is great so far! Why don't you use a database for this kind of stuff? Store it on the database, and remove the data that is older than 7 days. Edited November 7, 2013 by Nishok Link to comment
Recommended Posts
Reply to Thread
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now