MyBB Community Forums

Full Version: imageshack uploader fix this code please :)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i find this code here and it works for mybb 1.4, i tried it for 1.6.7 but doesn't work...could someone fix it for 1.6?? Thank you so much. The code is this i take it HERE :

<br />
<div align=center>
<fieldset>
<table FRAME=border bgcolor="#e6e6e6" border="0"><tr><td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Attachment Pictures  </b><img src="http://reg.imageshack.us/img/iss3.png" align="bottom"></img>
<form action="http://imageshack.us/" method="post" enctype="multipart/form-data" target="_blank">
<input type="hidden" name="MAX_FILE_SIZE" value="1048576">
<input type="hidden" name="aff" value="">
<input type="hidden" name="type" value="blank">
<input type="hidden" name="where" value="iframe">
<input type="file" class="textfield" name="fileupload" size="25">
<input type="submit" value="Upload!"> wait until upload process finish...
</form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>Copy Paste</i> at your post, the second row <b>Thumbnail for forums (1)</b>
</td></tr></table>
</fieldset>
</div> 

i also find this code on imageshack :

<script src="http://imageshack.us/scripts/syndicate/widget.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript">new ImageShackSyndicateWidget({width: "300",height: "110",theme: {shell: {buttonColor: "#3cbbfa",color: "#111111",backgroundColor: "#cccccc",backgroundImage: "",text: "Select photos and videos to upload."}}}).render();</script>

but it doesn't seem to work...i think it need some modifications...
Its very possible that imageshack API have changed since the code was posted. I see it was posted more than 3 and a half years ago.
(2012-05-12, 06:40 PM)crazy4cs Wrote: [ -> ]Its very possible that imageshack API have changed since the code was posted. I see it was posted more than 3 and a half years ago.

ehy thank you for the reply...i know the post is very old...what about the script i found on imageshack ?? Exactly HERE

any chance to get it work?? just copy/paste?

EDIT : i was copy/past the old code in the wrong template...it is old but it worked eheheh and worked also the script taked from imageshack Smile