digi duck
04-03-2007, 08:41 PM
Hi there,
As the title says i want to upload images off My site (http://gamesigs.co.uk) to imageshack.us with the click of a button. Currently i have this script installed,which is off imageshacks tools but it looks messy and i dont like it:
<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70">Update your browser for ImageShack.us!</iframe>
What i want to do is the same as this website: http://www.addletters.com/disneyland-sign-generator.htm
I would like both the upload and the download button on my site which is also an image generator. Could you please help me create the code to do this?
There code is this:
<a href="http://www.addletters.com/pictures/disneyland-sign-generator/disneyland-sign-generator.php?sign=YOUR MESSAGE MAGICALLY APPEARS HERE!&icon=&save=1"><img src="img/download.png" alt="Download Your Picture" /></a>
<a href="http://www.imageshack.us/transload.php?url=http%3A%2F%2Fwww.addletters.com%2Fpictures%2Fdisneyland-sign-generator%2Fdisneyland-sign-generator.php%3Fsign%3DYOUR+MESSAGE+MAGICALLY+APPEARS+HERE%21%26icon%3D"><img src="img/upload.png" alt="Upload Your Picture to Imageshack Free Hosting" />
this is the code i thought i might have to put in:
<a href="http://www.gamesigs.co.uk/creation.php?color={$_GET[color]}&name={$_GET[name]}&line2={$_GET[line2]}&centre={$_GET[centre]}&x={$_GET[x]}&y={$_GET[y]}&angle=$_GET[angle]&font={$_GET[font]}&size={$_GET[size]}&color_r={$_GET[color_r]}&color_g={$_GET[color_g]}&color_b={$_GET[color_b]}\"><img src="img/download.png" alt="Download Your Picture" /></a>
<a href="http://www.imageshack.us/transload.php?url=href="http://www.gamesigs.co.uk/creation.php?color={$_GET[color]}&name={$_GET[name]}&line2={$_GET[line2]}&centre={$_GET[centre]}&x={$_GET[x]}&y={$_GET[y]}&angle=$_GET[angle]&font={$_GET[font]}&size={$_GET[size]}&color_r={$_GET[color_r]}&color_g={$_GET[color_g]}&color_b={$_GET[color_b]}\"><img src="img/upload.png" alt="Upload Your Picture to Imageshack Free Hosting"
But it doesn't work? Please help
Thanks
As the title says i want to upload images off My site (http://gamesigs.co.uk) to imageshack.us with the click of a button. Currently i have this script installed,which is off imageshacks tools but it looks messy and i dont like it:
<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank&size=30" scrolling="no" allowtransparency="true" frameborder="0" width="280" height="70">Update your browser for ImageShack.us!</iframe>
What i want to do is the same as this website: http://www.addletters.com/disneyland-sign-generator.htm
I would like both the upload and the download button on my site which is also an image generator. Could you please help me create the code to do this?
There code is this:
<a href="http://www.addletters.com/pictures/disneyland-sign-generator/disneyland-sign-generator.php?sign=YOUR MESSAGE MAGICALLY APPEARS HERE!&icon=&save=1"><img src="img/download.png" alt="Download Your Picture" /></a>
<a href="http://www.imageshack.us/transload.php?url=http%3A%2F%2Fwww.addletters.com%2Fpictures%2Fdisneyland-sign-generator%2Fdisneyland-sign-generator.php%3Fsign%3DYOUR+MESSAGE+MAGICALLY+APPEARS+HERE%21%26icon%3D"><img src="img/upload.png" alt="Upload Your Picture to Imageshack Free Hosting" />
this is the code i thought i might have to put in:
<a href="http://www.gamesigs.co.uk/creation.php?color={$_GET[color]}&name={$_GET[name]}&line2={$_GET[line2]}&centre={$_GET[centre]}&x={$_GET[x]}&y={$_GET[y]}&angle=$_GET[angle]&font={$_GET[font]}&size={$_GET[size]}&color_r={$_GET[color_r]}&color_g={$_GET[color_g]}&color_b={$_GET[color_b]}\"><img src="img/download.png" alt="Download Your Picture" /></a>
<a href="http://www.imageshack.us/transload.php?url=href="http://www.gamesigs.co.uk/creation.php?color={$_GET[color]}&name={$_GET[name]}&line2={$_GET[line2]}&centre={$_GET[centre]}&x={$_GET[x]}&y={$_GET[y]}&angle=$_GET[angle]&font={$_GET[font]}&size={$_GET[size]}&color_r={$_GET[color_r]}&color_g={$_GET[color_g]}&color_b={$_GET[color_b]}\"><img src="img/upload.png" alt="Upload Your Picture to Imageshack Free Hosting"
But it doesn't work? Please help
Thanks