MyBB Hacks

Full Version: Thread Image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
I want to use the first image of the post [IMG] [/ IMG] without using attachments. How can I do?
You can't.
Hi to all . I have a problem . I installed this plugin but works only if insert image from my pc . If i use a url give me "Error attaching file for "Thread Image"; Could not open file for writing" . Is the same image . Do you know how i can solve ? Thanks .
Do you mean by URL is, you want to upload it via URL to your server, not hard linking the image?
If you have root permission on your server, ensure the temp directory is writable by the webserver/PHP process.
(12-03-2011 08:27 AM)ZiNgA BuRgA Wrote: [ -> ]If you have root permission on your server, ensure the temp directory is writable by the webserver/PHP process.
How can i ensure this ? Thanks .
I have done an image of error :
[Image: 5e80b2f72d54daf7011f4dd8cbab9.jpg]

Thanks .
I don't know much about server set up. I can't help you much with it. Please wait Yumi/ZiNgA to reply.
Oh, you didn't mention safe mode.
...which is weird, because XThreads falls back to a MyBB dir if safe mode is enabled.

Can you try this?  Make a file 'test.php' somewhere on the server, containing:

PHP Code:
var_dump(ini_get('safe_mode'));

Access this file from your browser and post the output.

(12-06-2011 09:49 AM)ZiNgA BuRgA Wrote: [ -> ]Oh, you didn't mention safe mode.
...which is weird, because XThreads falls back to a MyBB dir if safe mode is enabled.

Can you try this?  Make a file 'test.php' somewhere on the server, containing:

PHP Code:
var_dump(ini_get('safe_mode'));

Access this file from your browser and post the output.

Can you make the file for me ? I'm noob in this field . Thank you very much .
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
Reference URL's