1

Topic: [Extension] Another Postimage (External Image Uploader)

Another BBcode tag extension which allow your forum member to upload image file into postimg.org without any bloating javacsript in header or footer. The main purpose is for speed and stability.

Dependency
- Pun BBcode

Download
- https://dl.dropboxusercontent.com/s/wgf … _image.zip

Installation
- Extract the file
- Upload the e_image into your extension dir
- Upload the addform.html into your forum dir
- Install the extension from admin panel, done.

Re: [Extension] Another Postimage (External Image Uploader)

brillent, thats what i was asking for in that topic, but never got it, thanks.

MyFootballCafe.com  is Now Online!

3

Re: [Extension] Another Postimage (External Image Uploader)

Try this extension:
http://punbb.informer.com/forums/topic/ … ge-upload/
It should have the same functionality (it offer uploading files to the same hosting - postimage.org).

4

Re: [Extension] Another Postimage (External Image Uploader)

So before author will fix this extension, you can use this:
http://punbb.informer.com/forums/topic/ … assistant/

Re: [Extension] Another Postimage (External Image Uploader)

seriously..this extension not work with fancy folder.

Page Not found (Error 404):
The requested page new/topic/123/addform.html could not be found.

please help master dimka, keshii, kushi, kanekt!

sorry my BAD english T___T
Have a nice day >.<
(^____^)v

Re: [Extension] Another Postimage (External Image Uploader)

You have to replace document.location.href with ext_info['url'], like this:

<hook id="pun_bbcode_pre_buttons_output"><![CDATA[
    $onclick = 'window.open(\'http://postimage.org/index.php?mode=punbb&amp;lang=english&amp;forumurl=\' + escape(\''.$ext_info['url'].'/\'), \'postimage\', \'resizable=yes,width=500,height=400\');';
    $this->add_button(array('name' => 'Upload Image', 'onclick' => $onclick, 'image' => true));
]]></hook>

And place addform.html not in root, but inside extension folder f.e. /extensions/e_image/addform.html

Complete extension: e_image_fancy_folder.zip

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: [Extension] Another Postimage (External Image Uploader)

@keeshii: wow ur DEWA of simply, yes that working, thxx very 99x much for help big_smile
@podhane: yeah agree! keeshii is ROCK \m/

sorry my BAD english T___T
Have a nice day >.<
(^____^)v