Açıklama Yok

causefx d27c201cc3 Fix Width issue on Desktop, Fixed security on settings.ini.php 10 yıl önce
css d27c201cc3 Fix Width issue on Desktop, Fixed security on settings.ini.php 10 yıl önce
fonts d27c201cc3 Fix Width issue on Desktop, Fixed security on settings.ini.php 10 yıl önce
img a3dc7147f1 Initial Commit 10 yıl önce
js a3dc7147f1 Initial Commit 10 yıl önce
.gitattributes 2797c4e094 :neckbeard: Added .gitattributes & .gitignore files 10 yıl önce
.gitignore 2797c4e094 :neckbeard: Added .gitattributes & .gitignore files 10 yıl önce
README.md ea1a96acd9 forgot to put what default password is. 10 yıl önce
example.ini.php d27c201cc3 Fix Width issue on Desktop, Fixed security on settings.ini.php 10 yıl önce
index.php d27c201cc3 Fix Width issue on Desktop, Fixed security on settings.ini.php 10 yıl önce
settings.php d27c201cc3 Fix Width issue on Desktop, Fixed security on settings.ini.php 10 yıl önce
setup.php a3dc7147f1 Initial Commit 10 yıl önce

README.md

iDashboard-PHP

HTPC Dashboard to load website services, written in PHP

Default Password is "iCauseFX"

Desktop screenshot

Desktop screenshot

Setup

Requirements: A webserver (nginx, Apache, IIS or any other webserver) configured with PHP5 support. parse_ini_file must be allowed in php.ini (default is allowed!)

  • To set it up, clone this repository: git clone https://github.com/causefx/iDashboard-PHP or download the ZIP-file.
  • Place all files on a publically accessible webserver, either directly in the root, or inside a directory called Dashboard or whatever you want it to be called. Please set the correct user permissions on the directory and it's files.

##INSTRUCTIONS

Upload all contents of zip or git pull the zip into the folder you want to have this on your webserver. Set the correct file permission on the files.

Open up the index.php file once everything is uploaded. The script will install and copt the default template over.

Now you can goto settings and change the tabs to whaever you like in whatever order and change your password. Desktop screenshot

Once the cookie expires you will need to login again Desktop screenshot

If you aren't logged in you or any guest will only see your guest enabled tabs Desktop screenshot

##This is just a rough beta...

Verification is done through cookies which I will add another layer of security by adding hash to the cookie. Will be done soon. I need to fix the settings.php to include php die code so it will not be read from outside the server.