RutsuKun / minisite

Mini site created with PHP & SQLite | Test: https://uw311.mikr.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini site created with PHP & SQLite

Authors:

  • site and panel script: Ferexio^ & Fervi
  • panel template: Heniooo
  • protection against SQL Injection: gilek
  • script version: 1.2
  • pagination by Fervi
  • site template: Heniooo

README!

  1. Script doesn't have login and register functions, so if you want create post use strona.php but first secure this file - for example use .htaccess :)
  2. Remember, before using this script, create database :)
<?php
$cdt = new SQLite3('/path/to/database/file.sqlite');
$createtable = $cdt->query('CREATE TABLE tablename(ID INTEGER PRIMARY KEY AUTOINCREMENT, title varchar(200), news text, date datetime);');
$cdt->close();
?>
  • after created database and tables remove this file (mean remove sitesitesite.php)
  • database must be aside from public_html
  • database must have chmod 700 (for www-data) or 770 (for www-data:usergroup)
  1. This is script for minimal site, so if you want more features then wait for the next update or do it yourself.
  2. In free time we have in plans:
  • adding security for strona.php
  1. Description about script is in the readme.txt file

Want more ? Write notification: https://github.com/ferexio/minisite/issues

Example: https://uw311.mikr.us

Of course you can use Sourceforge.net as hosting for your website ;)

About

Mini site created with PHP & SQLite | Test: https://uw311.mikr.us

License:GNU General Public License v3.0


Languages

Language:PHP 60.1%Language:HTML 28.9%Language:CSS 11.0%