Results 1 to 3 of 3
-
14th Oct 2009, 05:02 PM #1OPBannedWebsite's:
WExplain.comvBulletin 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; } ?>
http://www.wexplain.com/tools/16-vbu...t-grabber.htmlYopak 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
-
14th Oct 2009, 05:51 PM #2MemberWebsite's:
mgforce.folderland.comhow to use this ?
-
14th Oct 2009, 06:29 PM #3OPBannedWebsite's:
WExplain.comYou have to fill in the variables.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Advance Post Generator (With IMDB Grabber)
By WaReZ in forum Webmaster ResourcesReplies: 4Last Post: 26th Dec 2011, 04:59 AM -
Wprojects Tool: Advanced grabber and generate a BBcode post automatically!
By wprojects in forum Webmaster ResourcesReplies: 13Last Post: 21st Sep 2011, 03:09 PM -
Advance Post Generator 1.2 (IMDB Grabber | Dual Output | Preview Post)
By WaReZ in forum Webmaster ResourcesReplies: 15Last Post: 30th Apr 2011, 06:05 PM -
Advance Post Generator 1.1 (IMDB Grabber | Posting Buttons | Save Post)
By WaReZ in forum Webmaster ResourcesReplies: 27Last Post: 30th Apr 2011, 06:05 PM -
Post grabber
By persnalid in forum Web Development AreaReplies: 8Last Post: 9th Dec 2010, 07:48 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...