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

Results 1 to 3 of 3
  1.     
    #1
    Banned
    Website's:
    WExplain.com

    Default vBulletin Post Grabber

    Preview:
    Code: 
    <?php
    /*
        vBulletin Post Grabber
        version 1.0
        Coded by Luke
        http://www.wexplain.com
    */
    class vBulletin
    {
        function login($url, $username, $password){
            $data="do=login&url=%2Findex.php&vb_login_md5password=" . md5($password) . "vb_login_username=$username&cookieuser=1";
            $ch = curl_init();
            curl_setopt ($ch, CURLOPT_URL, $url."/login.php?do=login");
            curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)");
            curl_setopt ($ch, CURLOPT_TIMEOUT, '10');
            curl_setopt($ch, CURLOPT_POST, 1);
            curl_setopt($ch,CURLOPT_POSTFIELDS,$data);
            curl_setopt($ch, CURLOPT_COOKIEJAR, "/tmp/" . $username . ".txt");
            curl_setopt($ch, CURLOPT_COOKIEFILE, "/tmp/" . $username . ".txt");
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
            curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
            $store = curl_exec ($ch);
            curl_close($ch);
            return $store;
        }
    ?>
    Full CODE:
    http://www.wexplain.com/tools/16-vbu...t-grabber.html
    Yopak Reviewed by Yopak on . vBulletin Post Grabber Preview: <?php /* vBulletin Post Grabber version 1.0 Coded by Luke http://www.wexplain.com */ class vBulletin { Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    mgforce.folderland.com
    how to use this ?

  4.     
    #3
    Banned
    Website's:
    WExplain.com
    You have to fill in the variables.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Advance Post Generator (With IMDB Grabber)
    By WaReZ in forum Webmaster Resources
    Replies: 4
    Last Post: 26th Dec 2011, 04:59 AM
  2. Replies: 13
    Last Post: 21st Sep 2011, 03:09 PM
  3. Replies: 15
    Last Post: 30th Apr 2011, 06:05 PM
  4. Replies: 27
    Last Post: 30th Apr 2011, 06:05 PM
  5. Post grabber
    By persnalid in forum Web Development Area
    Replies: 8
    Last Post: 9th Dec 2010, 07:48 AM

Tags for this Thread

BE SOCIAL