Results 1 to 9 of 9
Threaded View
-
29th Nov 2011, 04:28 AM #1OPBannedWebsite's:
Seecure.me[PHP] A simpler way to log into wUpload using PHP and CURL
[PHP] A simpler way to log into wUpload using PHP and CURL
Code:<?php /** * Author: Vick@PHPCanyon.net * Site : www.PHPCanyon.net * Date : 26/11/2011 */ // Variables to Post $username = "vickkumar2011@gmail.com"; $password = "password"; $postvars = array( 'email'=>$username, 'redirect'=>"/", 'password'=>$password, 'rememberMe'=>"1" ); // Do Curl Request $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,'http://www.wupload.com/account/login'); curl_setopt($ch, CURLOPT_POST,1); curl_setopt ($ch, CURLOPT_COOKIEJAR, 'cookie.txt'); curl_setopt($ch, CURLOPT_POSTFIELDS, $postvars); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $result=curl_exec ($ch); curl_close ($ch); // Do Stuff with Results echo $result; ?>
_Vick Reviewed by _Vick on . [PHP] A simpler way to log into wUpload using PHP and CURL A simpler way to log into wUpload using PHP and CURL <?php /** * Author: Vick@PHPCanyon.net * Site : www.PHPCanyon.net * Date : 26/11/2011 */ // Variables to Post Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Curl to Uploaded.to
By skinner in forum Web Development AreaReplies: 18Last Post: 12th Feb 2012, 07:05 AM -
[PHP] Log into WUpload using CURL
By _Vick in forum Web Development AreaReplies: 0Last Post: 25th Nov 2011, 06:58 AM -
Remove Wupload Internal Remote Upload(Wupload to Wupload)?
By jbisana17 in forum File Host DiscussionReplies: 57Last Post: 22nd Nov 2011, 01:26 AM -
Curl IPB help
By xwarlordx in forum Web Development AreaReplies: 3Last Post: 23rd Aug 2011, 06:33 AM -
need help in filesonic/wupload download using curl
By saninokia in forum Web Development AreaReplies: 1Last Post: 30th Jul 2011, 04:11 PM
themaLeecher - leech and manage...
Version 5.05 released. Open older version (or...