Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme | 2014-04-12 | 1.2 kB | |
tags_addon_for_bookmarks_sqlite_v009_20140414.zip | 2014-04-12 | 8.6 kB | |
bookmarks_sqlite_v009_20140406d_sf.zip | 2014-04-07 | 65.5 kB | |
Totals: 3 Items | 75.2 kB | 0 |
v20140412a - Tag management form This is a very simple bookmarks script that I adapted to my own needs. It would be nice if anyone else found that script useful! Installation instructions: 0.Unzip the main zip file to a folder of your liking. 1.create folder db 2.run setup.php 3.open admin.php and phpliteadmin.php and change username & password 4.unzip tags_addon*.zip on your installation folder. This will create a folder "tags" inside the main program folder 5.open /tags/config.inc.php and change username/password Usage: admin.php is the administraion page index.php is the public viewer page phpliteadmin.php lets you handle your database http://path-to-bookmarks-script/tags/tag_admin.php is used for tag management. To DO: -Security -username and password in a single file -better documentation :) Notes: -This script is based on https://code.google.com/p/php-sqlite-personal-bookmarks-script/ -this script also uses phpliteadmin.php Thanks to the original authors of these scripts :) -This script is NOT made with security in mind -Code is in NO way optimised. It also has bad debug code inside :) Changes: v009_20140406d - Search functions