Version: 1.00, by Link-results
Developer Last Online: Mar 2011
Category: Administrative and Maintenance Tools -
Version: 4.x.x
Rating:
Released: 02-28-2011
Last Update: Never
Installs: 8
Code Changes Additional Files
No support by the author.
LF-KS |Legal Forum - Kill SEO (companies) Mark as installed, if you use it
Hello Everyone,
What is LF-KS:
LF-KS creates for you two solutions:
SEO companies stop accepting the direct link to their customers - without your permission
Can stop the prosecution of illegal downloads link - because the link is not direct
Explanations: LF-KS is a solution to kill all the SEO companies that write your content in advance of their customers' sites.
It is likely that any website owner forums and blogs are trying to promote their site through the messages on your website.
LF-KS makes you a simple solution.
This makes auto change link to a search engine.
This way, SEO companies will no longer find your forum interest, because they do not receive a direct link to the site they want to publish (without your permission)
Of course you can determine who you allow
You can determine which domains you confirm!
Changes the direct links for illegal downloads.
Nobody wants to accept a claim that a user wrote a link for download violates copyright (eg songs, movies, etc.).
LF-KS - creates a distance between your site and the download servers sites, by changing the links to search engine result, your forum becomes a legitimate laws, and it will be possible to come to you with complaints about breaches link
Installing: step 1
In ACP - vBulletin Options
Settings -> Options -> Help BB Code Settings
Yes on : Add nofollow attribute to URL BB Code
Insert 2 domain on : URL nofollow domain Whitelist
Your-domain.com
link-results.com (Otherwise the link will remain true after the change)
* And other links with your permission
step 2:
Open file : class_bbcode.php ( in includes folder)
FIND:
PHP Code:
// standard URL hyperlink
ADD ABOVE
PHP Code:
////////////////////////////////////////////// link-results start
if ($is_external)
{
if ($text[12]==$rightlink[12] && $text[13]==$rightlink[13] && $text[15]==$rightlink[15] && $text[16]==$rightlink[16])
{
$rightlink='http://link-results.com/?lid='.urlencode(str_replace('=', '-56A', base64_encode($rightlink)));
$text=$rightlink;
}
else
{
$rightlink='http://link-results.com/?lid='.urlencode(str_replace('=', '-56A', base64_encode($rightlink)));
}
}
////////////////////////////////////////////// link-results end