- fixed post2session bug - fixed problem of www detection in reciprocal link - fixed missing rid in new link details mail - changed query_string parameter `page` to `ldr_page` 0.6.4: 2010-01-03 Bugfixes, New features Bugfixes: - fixed javascript include path problem - fixed setlocale(LC_MESSAGES,...) problem - fixed IE css for flags - fixed cronjob language problem - fixed Stop button in link-distance check in manage-links.php - fixed w3c validation errors in ldr_links.php's javascript - fixed Google index checking - fixed missing urlencode for login redirect - fixed missing css stylesheet in emails New features: - added thumbshots of links - added Google index check in link distance's every step - added links for the URL-s in manage-links.php - Old links has been splitted to Active and Inactive links section in manage.php - added link for validating reciprocal links in manage-links.php - added link for validating reciprocal links in emails - added stream_context for all url fetching function ------------------------------------------------------------------------------- 0.6.3: 2009-07-22 Bugfixes, New features Bugfixes: - fixed 'no href="..."' problem - fixed commented out reciprocal links problem New features: - news config option: links_show_category_root - added flags for changing language ------------------------------------------------------------------------------- 0.6.2: 2009-02-23 Internationalization, Translation, Languages ------------------------------------------------------------------------------- 0.6.1: 2009-02-16 Bugfixes Bugfixes: - fixed many php warnings - added missing files to zip ------------------------------------------------------------------------------- 0.6: 2008-12-08 Bugfixes, New checks, New features New features: - email_sender_verification Bugfixes: - fixed email_sender_verification problem if server's SMTP port is blocked ------------------------------------------------------------------------------- 0.5.8: 2007-12-14 Bugfixes, New checks, New features New features: - check meta robots html tag - button to stop link-distance validation - option to upload and resize logos and present them next to the website_title in links page (links_logo_size). - categories: meta_description, meta_keywords, description for better SEO - PageRank display in links pages (links_show_pagerank) - site_lang Bugfixes: - fixed problem with links that have no reciprocal links. - in link distance validation skipping files that have non-textual content-type - fixed problems with categories that have special characters in their name - fixed reciprocal link checks when the url is not in the same... (domain/host/...) - fixed manage-links page html injection (with htmlspecialchars) - fixed manage-links category display for the root category (cid=2) ------------------------------------------------------------------------------- 0.5.7: 2007-12-12 SEO friendly categories, PageRank, lot of new checks, bugfixes. Changes: Renamed config options: - site_link_target => links_target - site_linkdr_txt => site_linkdr_txt_file - site_max_links => links_max_links_per_page - site_url => exploded to site_url_scheme, site_url_hostname, site_url_domain, site_url_path - site_linkdr_url => site_url_linkdr_path - reciprocal_allow_postfix => reciprocal_link_allow_postfix - reciprocal_case_sensitive => reciprocal_link_case_sensitive - reciprocal_id_prefix => reciprocal_link_id_prefix - reciprocal_id_required => reciprocal_link_id_required - reciprocal_tolerance_treshold => reciprocal_link_max_not_found - reciprocal_max_link_distance => reciprocal_url_max_link_distance, new value: off Bugfixes: - fixed encoding issues - fixed shcedule notification emails - fixed "Cannot modify header information" issues - fixed false "not indexed by Google" message - fixed reciprocal environment check New Features: - new config section: general - new config section: reciprocal_link - new config section: reciprocal_url - new config option: general_pagerank_app - new config option: general_pagerank_app_param - new config option: general_robots_txt - new config option: links_show_categories - new config option: links_category_dir - new config option: reciprocal_link_www - new config option: reciprocal_link_trailing_slash - new config option: reciprocal_url_indexed_by_google - new config option: site_session_name - link_distance column added to reciprocal_links table + to manage-links.php - PageRank images displayed - SEO friendly static categories - pages within categories finally works (links_max_links_per_page) - check robots.txt ------------------------------------------------------------------------------- 0.4: 2007-07-15 Link-Distance!!! Changes: - Config option: form_position is renamed to links_form_position. Bugfixes: - install.php: the changes made by 0.2->0.3 upgrade also made in the install script. - email verification code fine-tuned - added ldr_php4.php for PHP 4.x compatibility New Features: - New config option: links_form_position: the old form_position is moved to a new section: links. It also has a new option: none. - New config option: form_select_category: if set the addlink form has a drop-down menu to select category. - Link-distance check (experimental): now the reciprocal_max_link_distance option is active. By default it is set to 1. Be very careful if you want to change it to a higher value, it can take a lot of time to check new links and it can take lot of memory on your server. ------------------------------------------------------------------------------- 0.3: 2007-07-12 Many bugfixes and new features. Changes: - manage.php renamed to manage-links.php - cid (category id) field in both linkdr_categories, linkdr_links table is increased by one. You should adjust your scripts to this if you used for example ldr_category(X). Bugfixes: - manage-links.php: links are correctly shown in New links, Old links, Non-validated links New Features: - New menu: "Manage Categories" for adding categories - New config option: reciprocal_case_sensitive: if set checks will be case sensitive - New config option: reciprocal_allow_postfix: if set reciprocal links can be longer than your site_url. This enables people to add a link to a page in your site. ------------------------------------------------------------------------------- 0.2: 2007-02-11 Many bugfixes and new features. Bugfixes: - E-mail validation - '" characters are now valid in forms - flush problem New Features: - Html email with more information in Subject. - 3-way link exchange (more than one reciprocal link) only shows links that has all reciprocals in place. - updates link details (title, description, url) from other site's linkdr.txt file - linkdr.txt is a writeable file that's updated by settings. (Need to set site_linkdr_txt variable in setup to the absolute path of linkdr.txt, that should be reachabe in the DOCUMENT_ROOT, for example: http://www.example.come/linkdr.txt) ------------------------------------------------------------------------------- 0.1: 2007-01-20 Initial version. Features: - sheduled reciprocal link validation