MyBB Community Forums

Full Version: Link Checker Addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Why install our link checker addon?
This addon will be very useful for you and your website's users because they will be able to check multiple download links automatically without going through the hassle of checking each link, they simply click and view the results.

Also, with this addon, you don't have to worry about maintaining or updating, we do all the work, and if there are new filehosts that are becoming popular, we make sure that we add them to our list, there are other link checker addons out there, but most of those use your website's and server resources, which could be expensive, with this addon, none of your resources are used.

Just a simple visit from our link checker bot to check download links.
http://wgtools.com/link-checker-addon/
This addon its for 1.4 Mybb Version can someone provide mod for 1.6.3 Mybb Version
Just edit the plugin file and change the compatibility from 14* to 16*
(2011-04-21, 07:03 PM)Darth Stabro Wrote: [ -> ]Just edit the plugin file and change the compatibility from 14* to 16*

Its not a plugin, its just simple core file edits.
(2011-04-21, 07:07 PM)Yaldaram Wrote: [ -> ]
(2011-04-21, 07:03 PM)Darth Stabro Wrote: [ -> ]Just edit the plugin file and change the compatibility from 14* to 16*

Its not a plugin, its just simple core file edits.

where do i upload this file just on the root site or somewhere else becouse i upload it on my test board and not workin
You have to edit your files as per instructions given inside that zip folder.
(2011-04-21, 07:24 PM)Yaldaram Wrote: [ -> ]You have to edit your files as per instructions given inside that zip folder.

In the zip file its only notepad text file:
####################################################
## 
## Before installing this addon make sure that you
## backup the file you're editing first.
##
####################################################
#
#
Open: inc/class_parser.php
#
#
Find:
#
#

$code = str_replace("  ", '  ', $code);

#
#
Add After:
#
#

$lcurl = 'http://wgtools.com/link-checker/?url=' . urlencode($_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']);
$wglc = ' [<a href="' . $lcurl . '"><strong>Check Download Links</strong></a>]';


#
#
Find:
#
#

.$lang->code.

#
#
Replace with:
#
#

.$lang->code.$wglc.

#
#
Save and upload the file - End of Mod
#
#

Preview:
http://i43.tinypic.com/2jd2byc.png
Yes, that's what I'm saying to open those files and edit them as per instructions. Like open ./inc/class_parser.php file and do the edits as given in the text file.
(2011-04-21, 07:49 PM)Malcolm. Wrote: [ -> ]http://community.mybb.com/thread-72186.html

its workin now thank you guys