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

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1.     
    #11
    Member
    Finally got it guys.

    Thanks to deliteblogger, Lifetalk, Mr Happy, devNULL.

    Note:
    Hats off to deliteblogger and Lifetalk for your dedication.


    Final Output:


    this works only if we added the file url in php code......

    How to automate this in wordpress......

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    HQMoviZ.us Football-Videos.info
    a better looking code
    <?php
    if (isset(
    $_GET['url'])){
    $link = $_GET['url']; //change this to POST based if you want to.
    $id = explode("/", $link);
    $id = trim($id[4]);

    $url = "http://api.filesonic.com/link?method=getInfo&ids=$id&format=json";

    $page = file_get_contents($url);
    $page = json_decode($page, TRUE);
    $status = trim($page['FSApi_Link']['getInfo']['response']['links']['0']['status']);
    echo
    $link . " --- " . $status;
    }
    ?>

  4.     
    #13
    It begins...
    Quote Originally Posted by torrfriend View Post
    Finally got it guys.

    Thanks to deliteblogger, Lifetalk, Mr Happy, devNULL.

    Note:
    Hats off to deliteblogger and Lifetalk for your dedication.


    Final Output:


    this works only if we added the file url in php code......

    How to automate this in wordpress......
    Automating this in Wordpress requires quite a bit of coding. You'd have to parse the links in the posts, check them, then edit them to reflect the status. As Happy said, it can be done, but it'll take a while and the testing is frustrating. In that regard, unfortunately, you're on your own.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Filesonic Single Link vs Splitted Link
    By piratebay in forum File Host Discussion
    Replies: 4
    Last Post: 14th Apr 2011, 04:53 AM
  2. Link Checking Bot Required
    By orbofdarkness in forum vBulletin
    Replies: 8
    Last Post: 4th Jan 2011, 05:49 PM
  3. pbpBB3 Link Checking Bot
    By CyberKing321 in forum phpBB
    Replies: 7
    Last Post: 15th Aug 2010, 08:26 PM
  4. New link checking site similiar to tubenow
    By boris in forum Webmaster Discussion
    Replies: 0
    Last Post: 6th Oct 2009, 12:51 AM
  5. Replies: 14
    Last Post: 24th Oct 2008, 09:41 AM

Tags for this Thread

BE SOCIAL