LINKER Structure And File Short Description
=========================================
=============================
1 Directory Structure
=============================
LINKER +-- Doc
+-- function
+-- image
+-- install
+ +-- image
+
+-- lang
+ +-- english
+ +-- german
+ +-- korean
+ +-- norwegian
+ +-- dutch
+ +-- spanish
+ +-- catalan
+ +-- chinese
+ +-- japanese
+ ...
+
+-- manage
+ +-- image
+
+-- template
+ +-- default
+ +-- yahoo
+ +-- photo
+ +-- altavista
+ ...
+
+-- upfile
=============================
2. LINKER - Main directory file
=============================
+ add. php -- Add link .
+ change_lan.php -- Change language.
+ comment.php -- Insert comment.
+ code_view.php -- View linker vote code at another site.
+ cool.php -- View cool site.
+ del.php -- Delete link.
+ del_comment.php -- Delete comment.
+ download.php -- Download file or image.
+ edit.php -- Edit link.
+ ext_search.php -- Extended Search link.
+ imageview.php -- View image.
+ index.php -- View main page.
+ jump.php -- Move link target site.
+ mailling.php -- Join mailling list.
+ new.php -- View new site.
+ pick.php -- View admin support site.
+ review.php -- View review and comment.
+ search.php -- Search link.
+ topkword.php -- View top rated search keyword.
+ vote.php -- Vote link.
=============================
3. Doc
=============================
Inlucde base document( Readme.txt, install.txt. License.txt...)
=============================
4. function
=============================
Environment information files and Class files exist.
+ base_info.php -- Base information saved file.
+ emphasis_info.php -- Emphasis information saved file
+ main_func.php -- Linker main fuction file
+ mysql.php -- Mysql db layer file
+ pass_info.php -- Admin password saved file.
+ search_info.php -- Search information saved file.
+ template.php -- Template Layer file
+ tree.php -- Javascript tree class file.
+ userfield_info.php -- Userfield information saved file.
=============================
5. image
=============================
Base image exist. Linker Banner and small banner etc..
=============================
6. install
=============================
Files connect with installation exist.
=============================
7. lang
=============================
Language files exist
+ u_common.php -- language file for visitor.
+ m_common.php -- language file for admin.
=============================
8. manage
=============================
Administorator area.
=============================
9. template
=============================
One page consist of one template file or some template file.
+ add.html -- Add Link page -- add.php
+ add_sub.html -- Result added link page -- add.php
+ code_view.html -- View vote code -- code_view.php
+ com_row.html -- Parts of comment -- main_func.php
+ comment.html -- Insert comment page -- comment.php
+ comment_error.html -- View comment error message -- comment.php
+ comment_ok.html -- View comment success message -- comment.php
+ cool.html -- View cool link page -- cool.php
+ edit_form.html -- Link edit form page -- edit.php
+ ext_result.html -- Extended search result -- ext_search.php
+ ext_search.html -- Extended search form page -- ext_search.php
+ footer.html -- footer file in all linker page.
+ header.html -- header file in all linker page.
+ here.html -- Location bar in dynamic page
+ here_static.html -- Location var in static page
+ link.html -- Link article -- index.php,new.php, pick.php.....
+ link_bar.html -- Link sort part -- main_func.php
+ mail_small.html -- Mailling list box in main page -- main_func.php
+ main.html -- View main page -- index.php
+ main_col.html -- Parts of category -- index.php
+ menu_bar.html -- Menu bar part in all page
+ new.html -- View new link date -- new.php
+ new_link.html -- _ View new link -- new.php
+ order_nbar.html -- Arrange bar in new,pick,cool page -- new,pick,cool.php
+ order_sbar.html -- Arrange bar search result --search.php, ext_search.php
+ pass_check.html -- Password checking part -- del_comment.php, del.php, edit,php
+ pick.html -- View admin support link -- pick.php
+ review.html -- View review and user comment -- review.php
+ search.html -- Search form page -- search.php
+ search_bar.html -- Search bar part
+ sub_col.html -- View sub page -- index.php
+ submain.html -- View sub category part -- index.php
+ topkword.html -- Cool search keyword page -- topkword.php
+ topkword_small.html -- Cool search keyowrd box in main page-- index.php
+ tree_footer.html -- Bottom part in tree page -- sitemap.php
+ tree_head_java.html -- Header part in java tree page -- sitemap.php
+ tree_head_nomal.html -- Heaer part in normal tree page -sitemap.php
+ validate_email.html -- Email content to link added user -- manage/wait.php
+ vote.html -- Vote page -- vote.php
+ vote_error.html -- Vote error page -- vote.php
+ vote_ok.html -- Vote success page -- vote.php
=============================
8. upfile
=============================
Directory for upload file.
Must give permission 707,777.