![]() |
$20 for PHP cURL code that simply uploads a file to zshare
I know it's possible because there are sites that upload to multiple file hosts that do this. I've tried a few ways and I just can't get it to work. There are only 2-3 fields so it shouldn't be too hard for someone experienced with cURL...
|
Hit me up:
ICQ number is 375625511. admin [guess] zodumil [what] net |
Quote:
Anyone else that can get me it quicker: jakezz [at] gmail.com, need this shit ASAP. Edit: payment will be via PayPal. |
Quote:
curl -T <FILENAME> -u <USRNAME>:<PASSWORD> <FTPADDR> etc. |
I wouldn't even open my editor for $20
|
Quote:
|
dont forget to change the user-agent string which they might block
|
If you still need help with this and everything you've tried has been exhausted, hit me up, I'll do it, but obviously for more then $20.
|
I'm sure someone cURL savvy could just copy, paste, and edit some code found on Google (or write their own if they're really good) to POST into zshares couple of fields, hit up my email and make 20 quick bucks, and even think of some usefulness for it themselves, hell I do shit like this for fun sometimes but I just can't get this going.. this is really holding me up mang..
$20 or a free copy of Babelogger V4, whatever it takes, I need this like yesterday.. and it's for a personal project, I'm not trying to pawn some work off on someone honestly :1orglaugh |
I could just get some 14 year old on yahoo answers to do it for free rofl. But coming here first.
|
put it on a coding forum? there are tons
|
Code:
<?php |
actually the code above will work with any file but may not output the download url unless its a certain file because i didnt realise it gives a different format of download url depending on the filetype
what filetype do you plan on uploading ? heres some code to upload an entire directory of images to zshare and it spits out the download links Code:
<?php |
I need this for the mp3 file type, since they stream songs and that's what it's for. I can probably get that myself from here though. If you're using that you might also want to randomize the dl084 in the $url between 001-100 or something too.
Let me know your PayPal also :) |
Hm I tried the first code you put and it only outputs "http://www.zshare.net/download/".. I'm on PHP 4.4.7 maybe that's a problem.
What's the "Expect:" this?: curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); |
$result actually comes up empty altogether.
|
This uploads, but you get output back that looks like this:
if(typeof startUpload == 'function'){ startUpload("c8b4d5dda5f691b39246bed88764de41",0); } curl -v 'http://dl053.zshare.net:3000/uberupload/ubr_link_upload.php' -F '[email protected];type=audio/mpeg&TOS=1' -H 'Expect:' |
Quote:
|
like this
Code:
<?php |
instead of $20 could you buy me a domain obamanutmeg.com and put the words
koolaid + nutmeg = obama |
Fuuuuuuuuck, it's not working. I think it's timing out. Even this is timing out:
$src = file_get_contents("http://dl084.zshare.net:3000/"); but I can use the above on http://www.zshare.net fine, it's just when I try to grab the upload pages that it times out :/ Is your code working for you? |
If file_get_contents does not work, ensure that your server is configured for "allow_url_fopen = On"
|
Quote:
|
Find this:
$url = 'http://dl084.zshare.net:3000/'; Try something like this instead: $url = sprintf('http://dl0%02d.zshare.net:3000/',rand(0,99)); |
Smokey you've tested the code and it works? What PHP version are you running?
|
Yeah, I think zshare is blocking all requests that aren't either zshare.net or localhost.. but http://www.uploadmirrors.com uploads to them somehow..
If I do: $src = file_get_contents("http://dl023.zshare.net:3000/uberupload/ubr_link_upload.php"); die($src); From the server on my computer (localhost) it returns the page right away. However if I try it from any hosting online the page just times out. |
It can't work because JS....
|
I tested the code and it worked.
|
I also tested and it can execute script...
|
Man how the fuck.. maybe it's some PHP setting I have wrong.
|
All times are GMT -7. The time now is 05:15 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc