Results 1 to 8 of 8
Hybrid View
-
29th Jun 2011, 06:29 PM #1OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comjust finished vb login function using KWWH lolz
PHP Code:function vblogin($host ,$user, $pass, $cookiesfile) {
$posturl = "http://$host/login.php?do=login";
$postvars = "vb_login_username=$user&vb_login_password=$pass&cookieuser=1&s&do=login&vb_login_md5password=" . md5($pass) . "&vb_login_md5password_utf=" . utf8_encode(md5($pass));
$ch = curl_init($posturl);
curl_setopt($ch, CURLOPT_POST ,1);
curl_setopt($ch, CURLOPT_REFERER ,"http://$host/login.php?do=login");
curl_setopt($ch, CURLOPT_POSTFIELDS ,$postvars);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION ,1);
curl_setopt($ch, CURLOPT_HEADER ,1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER ,1);
curl_setopt($ch, CURLOPT_COOKIEJAR ,dirname(__FILE__).'/'.$cookiesfile);
curl_exec($ch);
curl_close($ch);
}
jokerhacker Reviewed by jokerhacker on . forums posting using php hey, is there anyone who can help me to find some php functions to post to various types of forums, i don't need it completely ready, i just dont wonna start from nothing. thanks Rating: 5JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
11th Sep 2011, 01:32 PM #2Member
jokerhacker, awesome work. waiting "poster" function
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
nobody is posting on my forums :((
By thecompgame in forum Webmaster DiscussionReplies: 13Last Post: 5th Sep 2011, 03:28 AM -
Need Few Gfx [for posting gfx and other forums...]
By xtone in forum Graphics AreaReplies: 0Last Post: 1st Sep 2011, 02:57 PM -
i need forums for Posting :)
By PA$$!oN in forum Community CooperativeReplies: 15Last Post: 29th Mar 2011, 06:37 PM -
Posting in 20 Forums
By play_avi in forum Community CooperativeReplies: 23Last Post: 18th Mar 2011, 02:06 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...