Results 1 to 10 of 27
-
11th Dec 2010, 11:52 AM #1OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.com[REQ]lulzimg upload with php
hey,
i need an idea to upload pics to lulzimg with php.
thnxjokerhacker Reviewed by jokerhacker on . [REQ]lulzimg upload with php hey, i need an idea to upload pics to lulzimg with php. thnx :) Rating: 5JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
11th Dec 2010, 11:55 AM #2Just Another Coder
joker the site itself is in php now what is ur idea?
-
11th Dec 2010, 11:57 AM #3OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comno i want to upload to lulzimg automatically in my php script
JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
11th Dec 2010, 12:00 PM #4Retired NinJaWebsite's:
loledhard.comU can get a rough idea on how to do that from below link. If u have little knowledge about PHP then u can do it
http://www.besthostingforums.com/sho...35&postcount=8
You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!
-
11th Dec 2010, 12:01 PM #5MemberWebsite's:
Elite.SO Defendos.com Motionite.comAsk CM or lifetalk, they have an external system.
-
11th Dec 2010, 12:08 PM #6OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comyep thnx! thats wat i needed
PHP Code:$img = postHost("http://www.lulzimg.com/upload.php?submit=lulz&url=http://thetvdb.com/banners/$match[0]", "", "");
//echo $img;
preg_match_all("/http:\/\/lulzimg.com\/[a-z0-9]+\/[a-z0-9A-Z.]+/", $img, $matches);
$imageUrl = $matches[0][1];
return $imageUrl;
JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
11th Dec 2010, 12:42 PM #7Member
I have coded a simpole script for that. It can be setup using curl. Use POST.
Have a look
http://178.162.175.31/lulzimg.php
-
11th Dec 2010, 12:58 PM #8OPMemberWebsite's:
tehMoviez.com 0Senes.com GeekFaceGames.comgreat! can i get the code plz?
JokerHacker Blog
JokerHacker PHP coding Service // back again!
CurlAxel PHP Download Accelerator
hardly remembering the milk :p
-
11th Dec 2010, 01:33 PM #9Member
Sure here you go-
<form action="" method="post">
<p>
<br /><input width="80" name="imglinks"><br />
</p>
<p>
<input type="submit" value="Go ON!" />
</p>
</form>
<?php
if (!empty($_POST['imglinks']))
{
$ch = curl_init();
$imglinks=$_POST['imglinks'];
curl_setopt($ch, CURLOPT_URL,"http://www.lulzimg.com/upload.php?submit=lulz&url=$imglinks");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_BINARYTRANSFER, 1);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie);
$data = curl_exec($ch);
curl_close($ch);
preg_match_all("/http:\/\/lulzimg.com\/[a-z0-9]+\/[a-z0-9A-Z.]+/", $data, $matches);
$break[]=$matches[0];
echo "LULZ Share Link -";
echo $break[0][0];
echo "</br>";
echo "Direct Layout Links -";
echo $break[0][1];
echo "</br>";
echo "LULZ!! - Automan@KWWHunction";
}
?>
-
11th Dec 2010, 01:52 PM #10MemberWebsite's:
LulzIMG.com chtbx.com RapidPremium.Net ReleaseLeech.com RLSLeech.com NinjaRobotPirateZombieNazi.comGood stuff guys.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Can anyone upload the lulzimg.app
By Mr.Mirchi in forum Technical Help Desk SupportReplies: 0Last Post: 26th Jun 2012, 11:58 AM -
lulzimg down
By jackamitsingh in forum General DiscussionReplies: 9Last Post: 21st Jan 2012, 02:13 PM -
lulzimg is down for me for 1 hr ?
By djkelaj in forum General DiscussionReplies: 1Last Post: 11th Jan 2012, 02:53 PM -
LulzImg API (sort of) Upload Example
By Lifetalk in forum Web Development AreaReplies: 4Last Post: 10th Dec 2011, 02:59 PM -
lulzimg is down for me..?
By NoChanCe in forum General DiscussionReplies: 1Last Post: 30th May 2011, 04:58 AM
themaPoster - post to forums and...
Version 5.38 released. Open older version (or...