vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Image Hosting (https://vborg.vbsupport.ru/showthread.php?t=93076)

Ranma2k 01-23-2006 05:15 PM

Quote:

Originally Posted by ForYou
ranma,

for now my problem still ,

pleas help

it's almost done i'm going to release it today

rantrave 01-26-2006 04:23 PM

Still no word on the "0" file size......? In the image_host.php, you have an <if> condition that checks for file size, which you've set at 1024.....is this right? Here's what I'm seeing:

HTML Code:

//Do the file already Exist?
                        if (file_exists("$dir/".$host_filename)) {
                                eval(standard_error(fetch_error('imghost_exists')));
                        }
//Is it a vaild extension
                        if (!in_array($host_file_ext,$ext)) {
                                eval(standard_error(fetch_error('imghost_badtype')));
                        }
//Check Filesize
                        if (($host_filesize/1024) > $img_filesize) {
                                eval(standard_error(fetch_error('imghost_toobig')));
                        }
//check for whitespacers
                        if (strrchr($host_filename,' ')) {
                                eval(standard_error(fetch_error('imghost_whitespace')));
                        }


kpr 01-31-2006 06:54 PM

Nice mod thanks for sharing.

Shouzen 09-18-2006 01:29 AM

is this compatible with 3.6.1?

jat1801 12-04-2007 12:11 PM

alejandro, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
how do i fix it im a admin and im activated

cdowns 03-19-2008 01:26 AM

Hi There i am getting this error when uploading

Warning: getimagesize(/home/mastiffb/public_html/forum/images/Sunset.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /image_host.php on line 115
unable to get image size

Can anyone help


All times are GMT. The time now is 09:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01320 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete