Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server list website

Newbie Spellweaver
Joined
Jun 10, 2013
Messages
94
Reaction score
21
I started developing a RotMG private server list website, but I need some advices about the layout, need to know if the text is readable, if the layout looks nice ( I want to keep the layout clean and simple ).
Im also using bootstrap for Alerts, buttons and some js components.
The website is built using Laravel PHP Framework and some custom classes.

Passwords are stored using Laravel Hash:: method, also all forms use Form::token to prevent XSS, all user input is sanitized and stored with HTML::entities, URL routes use custom XSS class to pervent attacks

Forum is just a MyBB one.

For the client system:
Users upload their clients to MEGA then my system ( using VirusTotal API ) will scan it and add report into the database, then an admin will check the report and approve the client ( or maybe not :p )

Some screenshots : Note that images are zoomed-out so quality isnt the best.

Homepage ( where server list + featured server box appears )

Raggaer - Server list website - RaGEZONE Forums


Myaccount page

Raggaer - Server list website - RaGEZONE Forums


Ticket answers are viewed using the bootstrap modal component


Raggaer - Server list website - RaGEZONE Forums

Raggaer - Server list website - RaGEZONE Forums


I will add more images when Im back at home

Thanks
 
Back
Top