Results 1 to 6 of 6
-
10th Dec 2010, 04:47 PM #1OPMember
i need this script
hi
i need php code for upload a image to imagehosting from my hostand get the direct link of my image on imagehost
?
pleaseairedit Reviewed by airedit on . i need this script hi i need php code for upload a image to imagehosting from my hostand get the direct link of my image on imagehost ? please Rating: 5
-
10th Dec 2010, 06:31 PM #2mmm mmm!
Upload an image from where? Your desktop?
HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.
-
10th Dec 2010, 07:49 PM #3OPMember
no bro,with php from my hosting.
i have this code but i got this eror:
Code:$imgpath = $path . "screens/" . $image; $postfields = array(); $postfields['image'] = "@$imgpath"; $postfields['submit'] = "submit"; $page = curl("http://lulzimg.com/app.php", $postfields, ""); preg_match('#http(.*)#', $page, $match); $imglink = trim($match[0]); echo $imglink; echo "<br />";
Code:Fatal error: Call to undefined function curl() in img.php on line 6
-
10th Dec 2010, 07:59 PM #4Respected Member
if you don't have curl try using something like this.
PHP Code:$context = stream_context_create(array(
'http' => array(
'method' => 'POST',
'header' => sprintf("Authorization: Basic %s\r\n", base64_encode($username.':'.$password)).
"Content-type: application/x-www-form-urlencoded\r\n",
'content' => http_build_query(array('status' => $message)),
'timeout' => 5,
),
));
$ret = file_get_contents('http://twitter.com/statuses/update.xml', false, $context);
return false !== $ret;
-
10th Dec 2010, 09:01 PM #5OPMember
what userpass?
upload where?
-
21st Dec 2010, 06:41 PM #6OPMember
any body to help?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] Excellent Matrimonial Script| Complete readymade Matrimony Script Available
By matriscript4u in forum Marketplace (Buy, Sell and Trade)Replies: 0Last Post: 23rd Oct 2012, 02:54 PM -
[Selling] Mp3 Search Engine, File Host, SMS Script, Arcade Script, PDF Search Script, and More!
By Fileze in forum Completed TransactionsReplies: 12Last Post: 13th Mar 2012, 02:23 PM -
[Selling] Rslinkgens Premium link generator script V1 -Most advanced and viral script
By vccshopper in forum Completed TransactionsReplies: 0Last Post: 24th Jun 2011, 08:10 PM -
[Selling] A.A.S. (Adult Automated Script For ClipBucket Video Script)
By tangi in forum Completed TransactionsReplies: 0Last Post: 25th Mar 2011, 12:45 PM -
need text hosting script or link shorter script
By onel0ve in forum General DiscussionReplies: 3Last Post: 16th Jan 2011, 08:26 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...