PDA

View Full Version : Image uploader script!



$.$
25-05-2006, 06:22 PM
Hi,

Do anyone know any decent image uploading scripts? like tinypic.com, imageshack etc? without needing to login? :)

thanks

- Mike

$.$
25-05-2006, 06:26 PM
yo anyone??? :s

--ss--
25-05-2006, 06:28 PM
hmm heres the script tinypic use :s


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TinyPic Video and Image Hosting</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link REL="stylesheet" TYPE="text/css" HREF="/style.css">
<script type="text/javascript" language="javascript">
<!--

function uploadpics(param) {
param = document.getElementById(param);
param.disabled = true;
param.value="Uploading...";
}

function highlight(field) {
field.focus();
field.select();
}

// -->
</script>
</head>
<body bgcolor="#F0F0F0">
<center>
<br>
<table>
<tr>
<td>

<table width="100%">
<tr>
<td align="left"><a href="http://tinypic.com/"><img src="/images/logo.gif" border="0" alt="TinyPic video and image hosting"></a></td>
<td align="right">
<a class='link' href='http://tinypic.com/videos/'>Videos</a> | <a class='link' href='http://tinypic.com/new/'>Images</a> | <a class='link' href='http://tinypic.com/view/'>Random</a> | <a class='link' href='http://tinypic.com/tags/'>Search</a> | <a class='link' href='http://tinypic.com/verify/'>Verify Link</a> | <a class='link' href='http://tinypic.com/about/'>About</a> | <a class='link' href='http://tinypic.com/promote/'>Link to Us</a> </tr>

</table>
</td>
</tr>
<!-- End Header -->
<tr>
<td align="center">
<form enctype="multipart/form-data" method="post" onSubmit="uploadpics('uploadbutton');">
<input type="hidden" name="direct" value="true">
<input type="hidden" name="action" value="addpic">
<input type="hidden" name="addtype" value="">

<table cellpadding="0" cellspacing="0" border="1" class="roottable" bgcolor="#FFFFFF">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td align="center" colspan=2 ><br>Welcome to Tinypic video and image hosting. You can easily upload, link and share<br>your videos and images on MySpace, eBay, blogs, message boards.<br>&nbsp;</td>
</tr>
<tr><td><table>
<tr>

<td>
<table border=0 align="center">
<tr>
<td align="center">
<table border=0>
<tr>
<td align="center" colspan="2">
<span class="error"><b>*</b></span><a class="link" href="http://video.tinypic.com/"><b><u>Upload your video here!</u></b></a><br>&nbsp;

</td>
</tr>
<tr>
<td align="right"><span class="label">Upload&nbsp;</span></td><td align="left">
<input type="file" name="the_file" size="30"></td>
</tr>
<tr>
<td align="right"><span class="label">Tag</span></td><td align="left">

<input type="text" name="the_tag" size="25" maxlength="30">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="3"></td>
</tr>

<tr>
<td align="center">
<span class="redmedium">Valid image hosting formats: <b>jpg,png,gif,tif</b><br>Images hosted larger than <b>250k</b> are resized</span>
<br><br><br><span class="blackmedium"><b>All images are reviewed. No nudity or offensive images</b></span><br>
<span class="redsmall">(82.5.92.156 logged)</span>

</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center"><input id="uploadbutton" type="submit" name="submit" value="Upload Image"></td>
</tr>
</table></td>

<td width="30">&nbsp;</td>
<td align="center">
<a class="link" href="http://video.tinypic.com/"><u>Upload Video</u></a> | <a class="link" href="/videos/"><u>Newest Videos</u></a><br>&nbsp;
<iframe src="http://video.tinypic.com/mini.php" width="200" height="180" frameborder="0"></iframe>
</td>
</tr>
<tr>

<td align="center" colspan="3">
<script type="text/javascript"><!--
google_ad_client = "pub-6146930545500808";
google_alternate_color = "ffffff";
google_ad_width = 728;
google_ad_height = 90;
google_color_link = "0033cc";
google_color_bg = "ffffff";
google_color_border = "ffffff";
google_ad_format = "728x90_as";
google_ad_channel ="0080590732";
google_ad_type = "text_image";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</td>
</tr>
</table>
</td>
</tr>

</table>
</td>
</tr>
</table>
</form>
</td>
</tr>
<!-- Begin Footer-->
<tr>

<td align="center"><span class="blacksmallbold">Copyright &copy; 2004-2006 TinyPic, a <a class="link" href="http://photobucket.com">Photobucket Image and Video Hosting</a> company</span></td>
</tr>
</table>
</center>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-245455-4";
urchinTracker();
</script>
</body>

</html>

$.$
25-05-2006, 06:31 PM
That wont help :s

Dan Williamson.
25-05-2006, 06:31 PM
hmm heres the script tinypic use :s


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TinyPic Video and Image Hosting</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link REL="stylesheet" TYPE="text/css" HREF="/style.css">
<script type="text/javascript" language="javascript">
<!--

function uploadpics(param) {
param = document.getElementById(param);
param.disabled = true;
param.value="Uploading...";
}

function highlight(field) {
field.focus();
field.select();
}

// -->
</script>
</head>
<body bgcolor="#F0F0F0">
<center>
<br>
<table>
<tr>
<td>

<table width="100%">
<tr>
<td align="left"><a href="http://tinypic.com/"><img src="/images/logo.gif" border="0" alt="TinyPic video and image hosting"></a></td>
<td align="right">
<a class='link' href='http://tinypic.com/videos/'>Videos</a> | <a class='link' href='http://tinypic.com/new/'>Images</a> | <a class='link' href='http://tinypic.com/view/'>Random</a> | <a class='link' href='http://tinypic.com/tags/'>Search</a> | <a class='link' href='http://tinypic.com/verify/'>Verify Link</a> | <a class='link' href='http://tinypic.com/about/'>About</a> | <a class='link' href='http://tinypic.com/promote/'>Link to Us</a> </tr>

</table>
</td>
</tr>
<!-- End Header -->
<tr>
<td align="center">
<form enctype="multipart/form-data" method="post" onSubmit="uploadpics('uploadbutton');">
<input type="hidden" name="direct" value="true">
<input type="hidden" name="action" value="addpic">
<input type="hidden" name="addtype" value="">

<table cellpadding="0" cellspacing="0" border="1" class="roottable" bgcolor="#FFFFFF">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td align="center" colspan=2 ><br>Welcome to Tinypic video and image hosting. You can easily upload, link and share<br>your videos and images on MySpace, eBay, blogs, message boards.<br>&nbsp;</td>
</tr>
<tr><td><table>
<tr>

<td>
<table border=0 align="center">
<tr>
<td align="center">
<table border=0>
<tr>
<td align="center" colspan="2">
<span class="error"><b>*</b></span><a class="link" href="http://video.tinypic.com/"><b><u>Upload your video here!</u></b></a><br>&nbsp;

</td>
</tr>
<tr>
<td align="right"><span class="label">Upload&nbsp;</span></td><td align="left">
<input type="file" name="the_file" size="30"></td>
</tr>
<tr>
<td align="right"><span class="label">Tag</span></td><td align="left">

<input type="text" name="the_tag" size="25" maxlength="30">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="3"></td>
</tr>

<tr>
<td align="center">
<span class="redmedium">Valid image hosting formats: <b>jpg,png,gif,tif</b><br>Images hosted larger than <b>250k</b> are resized</span>
<br><br><br><span class="blackmedium"><b>All images are reviewed. No nudity or offensive images</b></span><br>
<span class="redsmall">(82.5.92.156 logged)</span>

</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center"><input id="uploadbutton" type="submit" name="submit" value="Upload Image"></td>
</tr>
</table></td>

<td width="30">&nbsp;</td>
<td align="center">
<a class="link" href="http://video.tinypic.com/"><u>Upload Video</u></a> | <a class="link" href="/videos/"><u>Newest Videos</u></a><br>&nbsp;
<iframe src="http://video.tinypic.com/mini.php" width="200" height="180" frameborder="0"></iframe>
</td>
</tr>
<tr>

<td align="center" colspan="3">
<script type="text/javascript"><!--
google_ad_client = "pub-6146930545500808";
google_alternate_color = "ffffff";
google_ad_width = 728;
google_ad_height = 90;
google_color_link = "0033cc";
google_color_bg = "ffffff";
google_color_border = "ffffff";
google_ad_format = "728x90_as";
google_ad_channel ="0080590732";
google_ad_type = "text_image";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</td>
</tr>
</table>
</td>
</tr>

</table>
</td>
</tr>
</table>
</form>
</td>
</tr>
<!-- Begin Footer-->
<tr>

<td align="center"><span class="blacksmallbold">Copyright &copy; 2004-2006 TinyPic, a <a class="link" href="http://photobucket.com">Photobucket Image and Video Hosting</a> company</span></td>
</tr>
</table>
</center>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-245455-4";
urchinTracker();
</script>
</body>

</html>



That is only the HTML and the CSS for the webpage of Tinypic, you can't see the PHP and mySQL code on the source as everybody would be able to rip scripts then and it would put most PHP development out of business. You could try a few sites such as.

http://pixel2life.com (http://pixel2life.com)
http://devshed.com (http://devshed.com)
http://sitepoint.com (http://sitepoint.com)
http://w3schools.com (http://w3schools.com)

Learn how to code the actual PHP and intergrate it with mySQL so you can modify the script very easily.

Mr.Sam
25-05-2006, 06:31 PM
search for one on
http://www.pixel2life.com

Sygon.
25-05-2006, 06:33 PM
That is only the HTML and the CSS for the webpage of Tinypic, you can't see the PHP and mySQL code on the source as everybody would be able to rip scripts then and it would put most PHP development out of business. You could try a few sites such as.

http://pixel2life.com (http://pixel2life.com)
http://devshed.com (http://devshed.com)
http://sitepoint.com (http://sitepoint.com)
http://w3schools.com (http://w3schools.com)

Learn how to code the actual PHP and intergrate it with mySQL so you can modify the script very easily.

I bet ur dan :)

www.techtuts.com :)

Flauvo
25-05-2006, 06:35 PM
I bet ur dan :)

www.techtuts.com :)

Agree'd

I believe it's Dan.


I wouldnt make an uploader, because basically your copying other peoples ideas.

Come up with a unique idea or use an idea which will take off, i.e-not this one

--ss--
25-05-2006, 06:38 PM
That wont help :s


soz im a noob :(

Edited by ---MAD--- (forum moderator): Please do not pointless post, thanks :).

Sygon.
25-05-2006, 06:42 PM
Agree'd

I believe it's Dan.


I wouldnt make an uploader, because basically your copying other peoples ideas.

Come up with a unique idea or use an idea which will take off, i.e-not this one

Ilove inspiring people :)

$.$
25-05-2006, 06:43 PM
dduno whos dan but thanks for the links.

- Mke

--ss--
25-05-2006, 06:47 PM
Ilove inspiring people :)
Eg you :)

Edited by ---MAD--- (forum moderator): Please do not pointless post, thanks :).

Flauvo
25-05-2006, 06:50 PM
Ilove inspiring people :)

Thats what you live for isnt it?

Edited by ---MAD--- (forum moderator): Please stay on topic, thanks :).

$.$
25-05-2006, 06:52 PM
Does anyone know how to show the like [img] code or <img> code?

Sygon.
25-05-2006, 07:31 PM
Well what you would do when its uploaded ud say



<textarea>$thenlikethevariableforthefilename


and what does tht dude mean eg u

Jamie.
25-05-2006, 07:58 PM
and what does tht dude mean eg u
errr emmmm uuhhhh dno :S

Edited by ---MAD--- (forum moderator): Please do not pointless post, thanks :).

Mr.Sam
25-05-2006, 08:09 PM
I bet ur dan :)

www.techtuts.com :)

Posts: 10
Gender: Female
Rep Power: 0

;)

however he may be just disguising himself..?

Edited by ---MAD--- (forum moderator): Please do not pointless post, thanks :).

Jamie.
25-05-2006, 08:13 PM
Posts: 10
Gender: Female
Rep Power: 0

;)

however he may be just disguising himself..?
:o sneakative :P

Edited by ---MAD--- (forum moderator): Please do not pointless post, thanks :).

Want to hide these adverts? Register an account for free!