MeowKing / minecraftserverlistphp-cn

Forking from https://github.com/Flajakay/minecraftserverlistphp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open config/config.php to setup the contact form

LOGIN: admin
PASSWORD: admin

Custom pages

create a file in /pages NAME_OF_FILE.php, for example test.php

insert this into a file:

<?php
initiate_html_columns();
?>

<Here goes your code>

Then open .htaccess file and add new rule.

RewriteRule ^test$ index.php?page=test

Now this page will be available at LINK_TO_YOUR_WEBSITE/test

About

Forking from https://github.com/Flajakay/minecraftserverlistphp


Languages

Language:PHP 90.0%Language:JavaScript 8.8%Language:CSS 1.1%