12.10.2015, 10:51
(
Last edited by FreAkeD; 23/01/2018 at 10:24 AM.
Reason: Title fix.
)
WARNING: I suggest you to not use this as it is very outdated. I will not be supporting this anymore, although it might be updated one day.
Introduction
This is a old website I had when I used to run my server. It was a page where my server would be displayed. I found it lying around and I thought I'd release it. The template was made back in late 2014, but I've made some little changes to make it better.
I thought this would come in handy for newbies who don't know much about web designing or general coding.
Features
- Displays your servers information.
- Displays all players online on your server.
- Simple error page. The user will be redirected to this page if the server is offline.
- Easy to configure and setup.
Everything must be configured in the 'settings.php' file. To simply display your server, open up settings.php and add your server IP into $serverIP = "";. Eg: $serverIP = "123.4.1.6";. You will also need to change the port, if you need to.
You may also change the defines. These will change the Server name, Owner, Server IP and Server Slogan texts. You will not need to change them manually in the index.php file. Once you save settings.php, upload everything to a webserver and everything should run fine and you should notice all changes.
Download
PHP Version:
http://www.mediafire.com/download/8elna38ry5tnp08/web-template-php.rar
Special Thanks
Woet - PHP Query - https://sampforum.blast.hk/showthread.php?tid=99649
Bootstrap - http://getbootstrap.com/
NOTES:
Everything was tested on a local XAMPP server. Everything was working fine and as usual.