nyxIn a gallery manager designed to integrate into your existing environment instead of being a site on its own.
It makes use of the php require function in order to blend into the user's website.
It is initiated by placing
Code: Select all
<?php require("nyxIn/index.php"); ?>Changelog
v1.01
- Changed all mysql_ functions to mysqli functions
- Used bcrypt to encrypt user passwords
- Escapes all data
v1.00
- First stable version of nyxIn released
Requirements
- PHP w/ SESSIONS started
- An active MySQL connection
Features
- Extremely easy set up
- Blends right into your website (uses your existing CSS)
- Auto thumbnail creation
- Custom number of columns
- Ability to change thumbnails
- Simple menus
- Easy gallery management
- Password lock galleries
- Batch moving of images
I was hoping to get feedback on this project and intend to continue updating it.
I have the code posted on my website at fuzzicode.com.
I have also uploaded several screenshots.
The page containing the script is http://fuzzicode.com/scripts/nyxIn.
All comments, questions, compliments, suggestions are appreciated.
Thanks!