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

Results 1 to 8 of 8
  1.     
    #1
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com

    Question 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
    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: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com
    You 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.

    Defendos BETA3 Released! Thread - Official Website

  4.     
    #3
    Member
    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

  5.     
    #4
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    gunda 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

  6.     
    #5
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    l0calh0st => 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|

  7.     
    #6
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    i 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
    and click on delete all to get all events purged and submit the form you want and go back to events tab. All connections and sessions infos are found there

  8.     
    #7
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    just 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($chCURLOPT_POST      ,1);
     
    curl_setopt($chCURLOPT_REFERER      ,"http://$host/login.php?do=login");
     
    curl_setopt($chCURLOPT_POSTFIELDS    ,$postvars);
     
    curl_setopt($chCURLOPT_FOLLOWLOCATION  ,1); 
     
    curl_setopt($chCURLOPT_HEADER      ,1);
     
    curl_setopt($chCURLOPT_RETURNTRANSFER  ,1);
     
    curl_setopt($chCURLOPT_COOKIEJAR  ,dirname(__FILE__).'/'.$cookiesfile); 
     
    curl_exec($ch);
     
    curl_close($ch);


  9.     
    #8
    Member
    jokerhacker, awesome work. waiting "poster" function

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. nobody is posting on my forums :((
    By thecompgame in forum Webmaster Discussion
    Replies: 13
    Last Post: 5th Sep 2011, 03:28 AM
  2. Need Few Gfx [for posting gfx and other forums...]
    By xtone in forum Graphics Area
    Replies: 0
    Last Post: 1st Sep 2011, 02:57 PM
  3. i need forums for Posting :)
    By PA$$!oN in forum Community Cooperative
    Replies: 15
    Last Post: 29th Mar 2011, 06:37 PM
  4. Posting in 20 Forums
    By play_avi in forum Community Cooperative
    Replies: 23
    Last Post: 18th Mar 2011, 02:06 PM

Tags for this Thread

BE SOCIAL