Results 1 to 4 of 4
-
14th Feb 2010, 12:12 PM #1OPMember
[WCDDL v2]WGTools Link Checker
Copy the following code in a file and save it as wcddl_lc.php and paste the file in the modules folder
PHP Code:<?php
/*BEGIN_INFO
WGTools Link Checker<br>
END_INFO*/
if(!defined("WCDDL_GUTS"))
exit;
$download = $core->fetchDownload(true);
global $core;
$lcurl = 'http://wgtools.com/link-checker/?url=' . $download['url'];
$wglc = '<a target="_blank" href="' . $lcurl . '"><strong>Check Download Links</strong></a>';
$core->setTemplateVar("linkchecker",$wglc);
?>
Codes are from WGTools Link Checker, I've just managed to make it into a module.
After I've done this that I've noticed that there was a WGTools Link Checker addon for WCDDL v1 but I don't know if it's the sameSnell Reviewed by Snell on . [WCDDL v2]WGTools Link Checker Copy the following code in a file and save it as wcddl_lc.php and paste the file in the modules folder <?php /*BEGIN_INFO WGTools Link Checker<br> END_INFO*/ if(!defined("WCDDL_GUTS")) exit; $download = $core->fetchDownload(true); global $core; Rating: 5
-
14th Feb 2010, 12:12 PM #2Banned
Thanks
-
14th Feb 2010, 12:27 PM #3MemberWebsite's:
warezxtc.comPHP Code:<?php
/*BEGIN_INFO
WGTools Link Checker
END_INFO*/
if(!defined('WCDDL_GUTS')) exit;
$download = $core->fetchDownload(true);
global $core;
$core->setTemplateVar('linkchecker', '<a target="_blank" href="http://wgtools.com/link-checker/?url='.$download['url'].'"><strong>Check Download Links</strong></a>');
?>
-
14th Feb 2010, 12:28 PM #4OPMember
Thanks Cyber
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
WGTools Link Checker with Lytebox
By zac2613 in forum phpBBReplies: 3Last Post: 14th Dec 2011, 12:31 AM -
Wgtools Link Checker Bot?
By markers99 in forum Webmaster DiscussionReplies: 3Last Post: 15th May 2011, 02:46 PM -
any one have wgtools.com link checker for vb 4
By onel0ve in forum Webmaster DiscussionReplies: 3Last Post: 30th Apr 2011, 02:08 PM -
WGTools Link Checker Problem
By JGM in forum vBulletinReplies: 2Last Post: 3rd Dec 2010, 01:55 PM -
[Addon] WGTools Link Checker
By el_jentel1 in forum Web Application/Script SupportReplies: 0Last Post: 14th May 2009, 11:22 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...