diff --git a/README.md b/README.md index e69de29..1cc96c1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +fBoard + +A forum/image board software written in php by Filip Nilsen +Planned features: + File and image upload + Embedded video images and possibly code and styling (html, css, js and php) + Replies work like they do on reddit + Registration optional + No database needed + Registerd users can create their own boards \ No newline at end of file diff --git a/fboard/includes/header.php b/fboard/includes/header.php new file mode 100644 index 0000000..558b59c --- /dev/null +++ b/fboard/includes/header.php @@ -0,0 +1,6 @@ + + + +

fBoard

+ + diff --git a/fboard/index.php b/fboard/index.php new file mode 100644 index 0000000..536ae86 --- /dev/null +++ b/fboard/index.php @@ -0,0 +1,8 @@ + + + + + + diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..96221fd --- /dev/null +++ b/install.sh @@ -0,0 +1,2 @@ +cp ./fboard /srv/www/htdocs -r +chmod 777 /srv/www/htdocs/fboard -R \ No newline at end of file