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

Results 1 to 8 of 8

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    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);

    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
    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