WGTools.com Link Checker Addon

Status
Not open for further replies.

el_jentel1

Active Member
655
2007
114
0
This addon will allow users to check download links (such as Rapidshare, Megaupload, Netload, Hotfile..etc) located in any page of your website by using the link checker page at wgtools.com.

All supported file hosts are listed in the link checker page. here

Supported Addons:
  • vBulletin
  • phpBB
  • SMF
  • IPB
  • MyBB
  • WCDDL
  • WordPress
  • PHP Addon
  • HTML Form Addon

Download

Does your website have locked content?
Add WGTools.com Link Checker Bot to your site's bot list and give it permission to check links
http://wgtools.com/link-checker-bot/

Discussion thread: http://www.wjunction.com/showthread.php?t=6724

Follow WGTools.com on Twitter!
 
4 comments
vBulletin webmasters:
Best solution for those who want to only place the check links in specific section is:

Find in postbit body:

PHP:
		<!-- message -->
		<div id="post_message_$post[postid]">
			$ad_location[ad_showthread_firstpost_start]
			$post[message]

Add after:
PHP:
<if condition="in_array($thread['forumid'], array(1,2,3))">
<br />[<a href="http://wgtools.com/link-checker/?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]">Check Download Links</a>] 
</if>

array(1,2,3) = the sections you want to show the check links in.

Code:
http://i39.tinypic.com/awrjib.png
 
vBulletin Webmasters:
If you're using vBulletin and you have private sections then you need to edit "/includes/xml/spiders_vbulletin.xml" and add the following:

PHP:
<spider ident="WGToolsBot">
  <name>WGTools.com [LinkChecker]</name>
  <info>http://wgtools.com/link-checker-bot/</info>
</spider>

Also, install "KX - Spider Permissions" to control bots permissions:
- vBulletin 3.8.x: http://www.vbulletin.org/forum/showthread.php?t=196420
- vBulletin 3.7.x: http://www.vbulletin.org/forum/showthread.php?t=196418

Make sure that you give the bot permissions to view threads, go to ACP -> vBulletin Options -> KX - Spider -> Select yes on view threads.
 
phpBB3 Webmasters:
To add WGTools.com link checker bot to view private sections, go to:
ACP -> System -> Spiders/Robots

Then click on "Add Bot", and add the following:

Code:
Bot name: WGTools.com [LinkChecker]
Agent Match: WGToolsBot/1.0

Make sure that you give the bots usergroup permission to view topics, in ACP edit the bot usergroup's permissions and enable view topics.
 
Status
Not open for further replies.
Back
Top