Results 1 to 8 of 8
-
29th Jun 2011, 01:40 PM #1OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comforums 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.
thanksjokerhacker 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
-
29th Jun 2011, 02:57 PM #2MemberWebsite's:
Elite.SO Defendos.com Motionite.comYou should ask gunda316, he does have a class for this. I have it, but I couldn't find it and I don't have permissions.
-
29th Jun 2011, 04:52 PM #3Member
Build a curl request to login and to post into a board. for every board version you can create own post variables. just look into the sourcecode of a "new thread" page to find your posting variables.
Thats the easiest way I think
-
29th Jun 2011, 04:58 PM #4Respected MemberWebsite's:
DL4Everything.com Soft2050.ingunda is banned
Dont know why
Anyway, install Live Http Headers addon for firefox
First make it login to the forum by posting data using curl and
Then again check the data posted while create new thread in any type of forum
Then post that data using curl again to make a forum poster in php
-
29th Jun 2011, 05:31 PM #5OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.coml0calh0st => thnx for the info br0
uferdamm => i think thats only way bud.
soft2050 => thnx very much for the info, im a lazy person and i do need this tip, i was going to check the hole source code 8|JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
29th Jun 2011, 05:49 PM #6OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comi found a useful way to do like what soft2050 said, but in chrome, and i wanted to share it with you. It's a built in tool, navigate to
Code:chrome://net-internals
JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
29th Jun 2011, 06:29 PM #7OPMemberWebsite'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 Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
11th Sep 2011, 01:32 PM #8Member
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.22 released. Open older version (or...