Results 1 to 9 of 9
-
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
-
29th Nov 2011, 05:07 AM #2MemberWebsite's:
0DayBlog.com ParadiseW.net Blog4Whores.com FilmsTube.orgSorry for asking, but why we need this?
-
29th Nov 2011, 06:46 AM #3MemberWebsite's:
sborg.usCan be used as an example for logging into other sites too
Consider this as a snippet/tutorial.
V3g3ta | Halcyon | Abhi
-
29th Nov 2011, 10:08 AM #4OPBannedWebsite's:
Seecure.me
-
29th Nov 2011, 11:37 AM #5Member
btw logging in to filesonic works the same way, you just have to change the url. Makes more sense than wupload, which is dying right now..
-
29th Nov 2011, 11:44 AM #6It begins...
http://api.wupload.com/doc
http://api.filesonic.com/doc
Use the API where you can. It's faster, and the overhead is lower.
-
29th Nov 2011, 12:02 PM #7(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comWhat LT said.
Also, I see how you're thinking but newbies will not learn. They expect full scripts that work out of the box with fancy GUIs, they have no idea what to do with snippets.Projects:
WCDDL - The Professional DDL Script
Top Secret Project: In Development - ZOMG
ImgTrack - Never Have Dead Images Again!
-
29th Nov 2011, 12:09 PM #8It begins...
+1 Jmz.
Unless they are willing to learn; something you will find is quite the rarity in this forum.
-
29th Nov 2011, 12:17 PM #9Too busy :|Website's:
L337Fx.com BeastieBay.net
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
themaRegister - register to forums...
Version 3.54 released. Open older version (or...