Description
Details
A comprehensive list of 8,500+ categories for phpLinkDirectory (phpLD) directory script. The list is compatible with phpLD version 3.x to version 4.x. That is the list and associated SQL statements will work for all phpLinkDirectory versions from 3.0 to 4.0, versions in between and beyond (that is version 4.x). The categories come in the form of SQL script, in other words, SQL category dump. The script is ready to be run on any SQL browser or tool such as MySQL query browser. We have the largest and in-depth collection of phpLD categories available on the net and this list is part of our comprehensive collection.
The SQL script is a set of SQL INSERT commands that will automatically create the category structure for your brand new phpLD directory. All you need is to load the script contents on to your tool (e.g. MySQL QueryBrowser) script window and execute. The detail loading or installation instruction is included in the pakage.
This category dump is three levels deep and based on dmoz categories. Number of categories in each of the levels are:
File cat-level-1.sql (1st Level) - 17 Categories
File cat-level-2.sql (2nd Level) - 667 Categories
File cat-level-3.sql (3rd Level) - 7896 Categories
Total categories - 8580 Categories
Each successive upper level is optional. For example if you want your directory to be setup only two levels deep you simply do not install the 3rd-level SQL script file (cat-level-3.sql).
Structure
Details
The list inserts values in the following fields:
- ID
- TITLE
- CACHE_TITLE
- TITLE_URL
- CACHE_URL
- PARENT_ID
- STATUS
- META_KEYWORDS
Others
Additional Information
File Format | MySQL Script |
---|---|
Format Details |
The package contains list as a set of SQL INSERT Command statements doing the following: |
Total Records |
This category dump is three levels deep and based on dmoz categories. Number of categories in each of the levels are: File cat-level-1.sql (1st Level) - 17 Categories |
Additional Info |
Background FAQs:
If you have set up a new web directory using phpLD script, the first thing you will need before anyone can submit to your directory is a list of categories, sub-categories and sub-sub-categories and so on. Adding categories to your web directory is a tedious job. You may be able to manage creating 25 categories manually in 10 minutes. But how about creating 8,500 categories? Here is a time saver solution for you. |
Keywords | phpld, category, dump, phpld4, categories, directory, web |
Key Phrases | phpld category dump, phpld4 categories, categories dump phpld, web directory categories, web directory |
Specific Terms and Condition | Unauthorized copying, distribution and use of this product is strictly prohibited. You can purchase and download this product from www.eBusinessGems.com. You can use this product for your own purpose. You are not entitled to resell it. If you find this product being distributed or sold from any other store, please immediately inform [email protected]. Thank you. |
Sample
Details
INSERT INTO `PLD_CATEGORY` `ID`, `TITLE`, `CACHE_TITLE`, `TITLE_URL`, `CACHE_URL`, `PARENT_ID`, `STATUS`, `META_KEYWORDS`) VALUES (1147, 'Trading', 'Arts: Music: Trading', 'Trading', 'index.php?c=1147', 55, 2, 'Trading'); INSERT INTO `PLD_CATEGORY` (`ID`, `TITLE`, `CACHE_TITLE`, `TITLE_URL`, `CACHE_URL`, `PARENT_ID`, `STATUS`, `META_KEYWORDS`) VALUES (1148, 'Vocal', 'Arts: Music: Vocal', 'Vocal', 'index.php?c=1148', 55, 2, 'Vocal'); INSERT INTO `PLD_CATEGORY` (`ID`, `TITLE`, `CACHE_TITLE`, `TITLE_URL`, `CACHE_URL`, `PARENT_ID`, `STATUS`, `META_KEYWORDS`) VALUES (1149, 'Weblogs', 'Arts: Music: Weblogs', 'Weblogs', 'index.php?c=1149', 55, 2, 'Weblogs');