|
před 8 měsíci | |
---|---|---|
css | před 8 měsíci | |
images | před 8 měsíci | |
.gitignore | před 8 měsíci | |
LICENSE | před 8 měsíci | |
README.md | před 8 měsíci | |
coalfax.sql | před 8 měsíci | |
composer.json | před 8 měsíci | |
composer.lock | před 8 měsíci | |
connect.php | před 8 měsíci | |
index.php | před 8 měsíci | |
submit_coalburner.php | před 8 měsíci |
It's a better more secure (hopefully) coalfax, NOT MADE IN WORDPRESS.
Install PHP Composer, open this directory with your terminal of choice and run composer install
, that should install all of the projects dependancies.
Import coalfax.sql into your MySQL database if you don't want to make the table and columns yourself.
Reminder that this is only a template of sorts, I fully encourage site owners to fork the repo and experiment with this (while obeying by the terms of AGPL v3 of course).
That's it.
The website and backend processing are written 100% in HTML/CSS and PHP, the website can be used with JavaScript disabled as a result.
WARNING: Make sure the database you use supports native prepared statements, emulated prepared statements are turned off for security reasons.