Activity Stream
48,167 MEMBERS
6821 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default [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);
        
    ?>
    add <?=$core->templateVar("linkchecker")?> wherever you want in leftbar.php


    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 same
    Snell 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

  2.   Sponsored Links

  3.     
    #2
    Banned
    Thanks

  4.     
    #3
    Member
    Website's:
    warezxtc.com
    PHP 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>');
    ?>
    Shortened and Optimized

  5.     
    #4
    Member
    Thanks Cyber

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. WGTools Link Checker with Lytebox
    By zac2613 in forum phpBB
    Replies: 3
    Last Post: 14th Dec 2011, 12:31 AM
  2. Wgtools Link Checker Bot?
    By markers99 in forum Webmaster Discussion
    Replies: 3
    Last Post: 15th May 2011, 02:46 PM
  3. any one have wgtools.com link checker for vb 4
    By onel0ve in forum Webmaster Discussion
    Replies: 3
    Last Post: 30th Apr 2011, 02:08 PM
  4. WGTools Link Checker Problem
    By JGM in forum vBulletin
    Replies: 2
    Last Post: 3rd Dec 2010, 01:55 PM
  5. [Addon] WGTools Link Checker
    By el_jentel1 in forum Web Application/Script Support
    Replies: 0
    Last Post: 14th May 2009, 11:22 AM

Tags for this Thread

BE SOCIAL