
Мониторинг серверов minecraft
GitHub - Flajakay/minecraftserverlistphp
Contribute to Flajakay/minecraftserverlistphp development by creating an account on GitHub.
README
LOGIN: adminPASSWORD: 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 and add new rule.
RewriteRule ^test$ index.php?page=test
Now this page will be available at LINK_TO_YOUR_WEBSITE/test