$settings['site_folder'] |
If your your home directory is as linkman folder "http://example.com/linkman/" = "linkman" leave as is.
"http://example.com/my/path/linkman/" = "my/path/linkman"
"http://www.somewere.com" = "" . No slash at start or trailing slash, if set correctly images will work in the home page & admin.php
Default = $settings['site_folder'] = 'linkman';
|
$settings['apass'] |
This will be your password for the admin panel. Change it from thedefault password admin. Use only letters a-Z, A-Z and numbers 0-9, PASSWORD MUST BE CHANGED
|
$settings['web_title'] |
Links page templates meta tag Title, cutomize the page title eg "Links page by Linkman PHPjunkyard"
|
$settings['web_desc'] |
Links page templates meta tag Description, cutomize the page description eg "Links page by Linkman PHPjunkyard"
|
$settings['web_keyw'] |
Links page templates meta tag Keywords, cutomize the page keywords with commas eg "Links, linkman, PHPjunkyard"
|
$settings['link_info'] |
Your link code at base of link page for the url eg "Linkman Mod"
|
$settings['link_desc'] |
Your link code at base of link page for the description eg "Linkman Extreme Linkman Extreme Version 0.08 by PCaccesseries Parts"
|
$settings['custom_message'] |
Custom message for anyone adding there site example below eg "Do not submit Sites like: Erotic, Gamble, Pills, ect"
|
$settings['autosubmit'] |
Setting this to 1 (recommended) will require entering a "security number" in order to successfully
submit a new link to LinkMan. I have added this to prevent SPAMing LinkMan. Set to 0 if you want to disable the security number check.
RECOMMENDED SETTING: $settings['autosubmit']=1;
|
$settings['filter_sum'] |
This variable is used in the preventing automated
submissions and is just a little trick that should make it all even more reliable. The idea is to set this
to some random sequence of chars and numbers, for example dhjx72js. It doesn't really matter how long it is,
but you should use only chars (a-zA-Z) and digits (0-9). Don't leave the default value
(as it would loose the whole point), set it to something of your own. Examples would be
g3oyf98, p9ak85i, h398dgf and similar. Again, DO NOT USE these examples, just type some chars of your own!
|
$settings['notify'] |
If set to 1 you will receive an e-mail notification at your admin e-mail address
every time a new link is added to your LinkMan. Set to 0 if you don't want to be notified.
|
$settings['admin_email'] |
Your e-mail address where new entry notifications will be sent. Only required if $settings['notify'] is set to 1.
|
$settings['max_links'] |
Set to the maximum links you will allow submitted. For better performance please set an appropriate
limit (50 works fine on most servers). Once this limit is reached no new links can be submitted (unless some are deleted).
|
$settings['clean'] |
If set to 1 the "straight" URLs will appear as links (example: http://www.somesite.com).
If set to 0 redirects will be used (example: http://www.yourdomain.com/linkman/go.php?url=http://www.somesite.com).
|
$settings['add_to'] |
If set to 0 new listings will appear to the top of the page. If you want new listings to appear below old listings
set this variable to 1.
|
$settings['links_rel_nofollow'] |
If set to 0 the recip links page will not be checked. Else if set to 1 check the
recip link page to make sure the words nofollow or noindex exist on there links page, if detected the submission will be blocked
|
 $settings['homepage_rel_nofollow'] |
If set to 0 the homepage links page will not be checked. Else if set to 1 check the
recip link page to make sure the words nofollow or noindex exist on there home page, if detected the submission will be blocked, turned off by default = $settings['homepage_rel_nofollow']=0;
|
$settings['nofollow_rules'] |
Filter check nofollow rules set file name default nofollow-rules.txt This is the file used by $settings['links_rel_nofollow'] & $settings['homepage_rel_nofollow'].
|
$settings['robots-check'] |
This settings has not been implemented. Future release should have this running. Setting this will have no effect
|
$settings['homepage-check'] |
Check if the home page has a link to the links page. This is a stringent setting, please decided what would suites you best, this setting should be turned off if you are unsure.
This setting should become a industry standard for all link exchange programs in the future.
|
$settings['bad_word_filter'] |
Would you like a bad word filter to stop Erotic, Gamble, Pills, sites. If set to 0 disables this settings, set to 1 enables it.
|
$settings['user_agents'] |
Would you like to track the user agents & the page they came from to your links page. If set to 0 disables this settings, set to 1 enables it.
|
$settings['web_thumbs'] |
Enable webpage thumbnails results. If set to 0 disables this settings, set to 1 enables it.
|
$settings['thumb_url'] |
URL used to retreive the ThumbShots results, you can use your own service here
Default = $settings['thumb_url']='http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r=';
|
$settings['page_rank'] |
Enable google page rank check results. If set to 0 disables this settings, set to 1 enables it.
|
$settings['pagerank_url'] |
URL for the page rank check, you can use your own service here
Default = $settings['pagerank_url']='http://www.pcaccessoriesparts.com/
cgi-bin/linkman-pr.cgi?bfop=5rdbfop6&s=';
|
$settings['linkfile'] |
File where all the link data will be stored (advanced users only). You may leave this as it is.
|
$settings['css_style'] |
Name of the css file store in the images folder
|
$settings['wordchecker'] |
Name of the badwords filter stored in the admin folder. This is the wordlist used to block bad sites subbmitting errotic etc, you may like to inspect the wordlist as you feel fit. Exact matches only are used.
|
$settings['agent_file'] |
Name of the user agents & reffer page log file stored in the admin folder
|
$settings['max_useragent'] |
Maxium amout of user agent stings stored to file, default 200, this setting is really required.
|
$settings['current_version'] |
Automatic live update to check you have current version. If set to 0 disables this settings, set to 1 enables it.
|
$settings['site_url'] |
This setting does not need changing, unless you are having problems that your url is not appearing in the source code. This can be changed , eg $settings['site_url']= 'http://www.example.com';
|
Save and close the settings.php file.