SBCLinks 0.5 review

Download
by rbytes.net on

SBC is a collection of scripts consisting in several PHP scripts for webpages that have the following objetives in common: · Easy

License: MIT/X Consortium License
File size: 0K
Developer: Francisco G
0 stars award from rbytes.net

SBC is a collection of scripts consisting in several PHP scripts for webpages that have the following objetives in common:

Easy to use and install.
Fully customizable.
Commented code in order newbies to learn some PHP.
XHTML 1.0 compliant
Fast and simple.

It can be very easily integrated in any Web site just by including "sbclinks.php" after configuring it.

SBCLinks is a PHP/MySQL script that lets you run your link/download directory. At the moment it has implemented only a hits counter. If I see that people is interested in this stuff, I will implement some other cool features such as:

Vote system.
Broken link reports
Link reviews.

Installation:

mysqladmin -u root -p create sbc
mysql -u root -p sbc < sbclinks.sql

now edit config.php and change the variables.

Add new categories and links and it should work loading the URL in the browser.

When you import the database to MySQL, you can remove sql directory.

Usage:

Using SBCLinks is very easy. The only thing that you have to do is installing phpMyAdmin and add links and categories.

When you add a category, if it "pid" field is 0, it will hang at the root of the directory. If "pid" is the "id" of another category, it will hang at that category... it's very easy. For that root categories, there is a field called "icon" that will load an image for that category in img/ directory. There is also a "descr" field to add a description of that category. If you add subcategories, leave this
fields in blank.

When you add a link, in the field "pid" you must enter the ID of the parent category where you want to hang that link.

If you add a link to a webpage, insert "0" in field "kind".
If you add a link to a file, insert "1" in the field "kind".

SBCLinks 0.5 keywords