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)

007 11-30-2005 04:41 PM

Seems like a lot of people are uninstalling. Is there a better option out there that you are switching to?

EasyTarget 11-30-2005 05:03 PM

dunno, if you find one let me know :p

MissKalunji 11-30-2005 05:10 PM

Quote:

Originally Posted by 007
I'd love to use this but from what people are saying, it looks like there are still a lot of problems with it? Can anyone confirm if it is working correctly on 3.5.1 or not?


i confirm mine working perfectly

KingKory 12-07-2005 08:03 PM

I was able to get this working just fine.

One thing not mentioned in the installation instructions is updating the "Image Hosting" vB Settings. He talked about the usergroup permissions, but not the vB Settings.

You need to point to the phyiscal drive on your host's server.

Quote:

Originally Posted by EasyTarget
cool hack, I hope you can keep working on it or that someone will continue it.

had a bug that after I saved a usergroup setting at 0 for filesize that I couldn't change it after that. No matter what I set it at later the upload page would still show 0.

You need to be sure that each of your user groups has their filesize set to > 0.

h_kakashi 12-09-2005 09:25 AM

Is there any way to prevent users from seeing each others files ?

loneranger 12-09-2005 05:58 PM

you need to delete the file in the includes/xml/bitfield_imghost think thats what it is called haven't got access to files yet sorry about your problems

Quote:

Originally Posted by ThePimp
How do you completely uninstall this?

I have Uninstalled the product, however it leaves some fields in the UserGroup Manager that cause an error if I try to update the group now.

See Attachment


meissenation 12-11-2005 02:32 AM

I'm still having a problem getting past the 0KB file size problem that others have mentioned. I've gone in through phpMyAdmin and have put everyone's file size to higher than 0, but alas it still doesn't work. It still says 0KB. Any other ideas?

nexus851 12-11-2005 11:16 PM

i installed it and it's working almost perfect except for 1 last thing which probably everyone has the same problem with...

When you set permissions to 'yes' to moderate in usergroup, then you can delete the uploaded images, however if you set to 'no' to moderation, then when you try to delete, it will bring up a 'white blank' screen... obviously, this problem needs attention... (i think it's a problem in the root .PHP files) please check into it and let us know how to fix this error...

John P.

MissKalunji 12-12-2005 04:35 PM

is there a module for vbadvanced?

meissenation 12-18-2005 01:35 AM

Quote:

Originally Posted by meissenation
I'm still having a problem getting past the 0KB file size problem that others have mentioned. I've gone in through phpMyAdmin and have put everyone's file size to higher than 0, but alas it still doesn't work. It still says 0KB. Any other ideas?

Weirdly enough, all of the sudden it started working. I haven't changed one thing since then, so I'm not sure why it's working all of the sudden. :nervous: Now I'm getting some error messages, but I'll read through this thread as i'm sure it was mentioned before.

aggiefan 12-20-2005 02:49 AM

I have installed this modification here: http://www.aggiefans.com/forums/imag...hp?do=uploader

And on IE (and IE only) its spanning too far over. Anybody have any ideas?

Ranma2k 12-23-2005 12:39 AM

Quote:

Originally Posted by nexus851
i installed it and it's working almost perfect except for 1 last thing which probably everyone has the same problem with...

When you set permissions to 'yes' to moderate in usergroup, then you can delete the uploaded images, however if you set to 'no' to moderation, then when you try to delete, it will bring up a 'white blank' screen... obviously, this problem needs attention... (i think it's a problem in the root .PHP files) please check into it and let us know how to fix this error...



John P.

To fix this error go to image_host.php

find the line 213 in that file
PHP Code:

if ($permissions['imghost'] & $vbulletin->bf_ugp_imghost['canadmin']){ 

and change it to

PHP Code:

if ($permissions['imghost'] || $vbulletin->bf_ugp_imghost['canadmin']){ 

when i first installed it i had to fix alot of errors in it to make it work ..
now everything working fine and i'm updaing on it to add more functions ..
actully i changed alot :P

but a nice hack :)

yessir 12-23-2005 01:03 AM

Quote:

Originally Posted by Ranma2k
when i first installed it i had to fix alot of errors in it to make it work ..
now everything working fine and i'm updaing on it to add more functions ..
actully i changed alot :P

but a nice hack :)

Care to share?

Ranma2k 12-23-2005 01:09 AM

Quote:

Originally Posted by roscoe36
Care to share?

sure if the owner agree

sonata 12-24-2005 12:53 PM

I can't get it to work with VB 3.5.1. All I see is a blank white page. Does this hack work with VB 3.5.1?

Ranma2k 12-26-2005 05:11 PM

Quote:

Originally Posted by sonata
I can't get it to work with VB 3.5.1. All I see is a blank white page. Does this hack work with VB 3.5.1?

yes it also work with 3.5.2

ForYou 12-29-2005 04:01 PM

Hello ,

Why i get blank page , when i need to upload there is Blank page , 3.5.2 !!

Why this problem comes

Jake25 12-31-2005 11:02 PM

I have the strangest thing.
Run VB 3.5.2. Uploaded all correctly, created the folder/set permissions/ect..
Uploaded the product file via manage products, set correct settings via VBoptions->imagehosting, set it up so Admins/Mods/ect can upload images.

Everything is perfect, except..

There's no "imagehosting" hyperlink" on my menu bar.. There's no place to actually go and upload anything (although, there could be, but it's not showing up anywhere)

No one would no I even had the hack in place..

Any ideas on this?
I re-upped everything twice to make sure it wasnt on my end.

If I manually type in my url with the image_host.php extension, it works. Ha.
I suppose I'm going to have to somehow add it in somewhere (which I'm not exactly sure how to add to the menu bar)
Any help would be appreciated.

Cheers, Jake

Ranma2k 01-03-2006 05:37 AM

Quote:

Originally Posted by Jake25
I have the strangest thing.
Run VB 3.5.2. Uploaded all correctly, created the folder/set permissions/ect..
Uploaded the product file via manage products, set correct settings via VBoptions->imagehosting, set it up so Admins/Mods/ect can upload images.

Everything is perfect, except..

There's no "imagehosting" hyperlink" on my menu bar.. There's no place to actually go and upload anything (although, there could be, but it's not showing up anywhere)

No one would no I even had the hack in place..

Any ideas on this?
I re-upped everything twice to make sure it wasnt on my end.

If I manually type in my url with the image_host.php extension, it works. Ha.
I suppose I'm going to have to somehow add it in somewhere (which I'm not exactly sure how to add to the menu bar)
Any help would be appreciated.

Cheers, Jake

yes you have to add the code in your nav bar template

Please read the Install.txt file for instruction

Ranma2k 01-03-2006 05:38 AM

If somone can list all the problems with the script and i'll try to fix it for everyone

ForYou 01-03-2006 07:31 AM

Hello ,

why i got the blank page when i install the image host on vb 3.5.2 ,

Regards

Ranma2k 01-03-2006 10:31 AM

Quote:

Originally Posted by ForYou
Hello ,

why i got the blank page when i install the image host on vb 3.5.2 ,

Regards

can you tell me more about your problem ..
what url or when do you get the white page ?

ForYou 01-03-2006 03:51 PM

Hello ,

the blank page appeare for me when i click

http://www.dardasha.net/montada/imag....php?do=images

and here

http://www.dardasha.net/montada/imag...hp?do=uploader

but when i click here it's open easy

http://www.dardasha.net/montada/img_...l.php?do=users

please help if you can !!

REgards

Ranma2k 01-04-2006 07:14 AM

Quote:

Originally Posted by ForYou
Hello ,

the blank page appeare for me when i click

http://www.dardasha.net/montada/imag....php?do=images

and here

http://www.dardasha.net/montada/imag...hp?do=uploader

but when i click here it's open easy

http://www.dardasha.net/montada/img_...l.php?do=users

please help if you can !!

REgards

make sure you have the following templates
imghost_view and imghost_upload


PS: long time no see Mobde3 :) guess who am i :) ?

ForYou 01-04-2006 01:20 PM

:) ,

Sir Ranma ,

When i see your name , I was remeber member from years , I hope you are that member Ranma , do you remeber dardasha :) !!

any way , about my qustion ,

can you put me the temp , because i was see the temp correct ,

Regards

ForYou 01-04-2006 01:30 PM

Hello ,

I have attmempted, for an hour, to figure this problem out but I cannot. It seems that I am not sure what the image_host.php script requires and I cannot figure out why it is blank.

What I do know is that when you attempt to call that URL it gives an error that is not seen on the screen:

# telnet 209.10.75.97 80
Trying 209.10.75.97...
Connected to 209.160.75.97.
Escape character is '^]'.
GET http://www.dardasha.net/montada/imag...hp?do=uploader
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>301 Moved Permanently</TITLE>
</HEAD><BODY>
<H1>Moved Permanently</H1>
The document has moved <A HREF="http://www.dardasha.net/montada/image_host.php?do=uploader">here</A>.<P>
<HR>
<ADDRESS>Apache/1.3.34 Server at www.dardasha.net Port 80</ADDRESS>
</BODY></HTML>
Connection closed by foreign host.

This could be coming from the montada/includes/functions.php script but I don't know why its happening

please help

Ranma2k 01-04-2006 05:10 PM

Quote:

Originally Posted by ForYou
Hello ,

I have attmempted, for an hour, to figure this problem out but I cannot. It seems that I am not sure what the image_host.php script requires and I cannot figure out why it is blank.

What I do know is that when you attempt to call that URL it gives an error that is not seen on the screen:

# telnet 209.10.75.97 80
Trying 209.10.75.97...
Connected to 209.160.75.97.
Escape character is '^]'.
GET http://www.dardasha.net/montada/imag...hp?do=uploader
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>301 Moved Permanently</TITLE>
</HEAD><BODY>
<H1>Moved Permanently</H1>
The document has moved <A HREF="http://www.dardasha.net/montada/image_host.php?do=uploader">here</A>.<P>
<HR>
<ADDRESS>Apache/1.3.34 Server at www.dardasha.net Port 80</ADDRESS>
</BODY></HTML>
Connection closed by foreign host.

This could be coming from the montada/includes/functions.php script but I don't know why its happening

please help

Yes mobd3 it's me
Did you check the templates
Cuz it appears that you site is not even generating the HTML code from the templates


if you need me to help you with the secript i can E-mail me and i'll fix it for you


enjoy

StarGame 01-04-2006 05:29 PM

I KEEP GETTING THIS:
Warning: getimagesize(/home/username/public_html/images/Under-The-Bridge-750.jpg): failed to open stream: No such file or directory in /image_host.php on line 115
unable to get image size

What can be done???

Ranma2k 01-04-2006 09:33 PM

Quote:

Originally Posted by StarGame
Now my forums are down.. this script is FULL OF BUGS.. Thanks alot..
And thats it for the forums, coz of you i am shutting them down, to much bloody hassle. what a waste of ?90 & 7 months and 1000+ users.

o.O that's really strange

well i'm thinking of creating another one in fact i did start on one :)
will have it ready within a week or two

MissKalunji 01-04-2006 10:33 PM

Quote:

Originally Posted by StarGame
Now my forums are down.. this script is FULL OF BUGS.. Thanks alot..
And thats it for the forums, coz of you i am shutting them down, to much bloody hassle. what a waste of ?90 & 7 months and 1000+ users.

cause of who?

take it easy man...ONE mod cant mess up your forum......explain or pm me i'll help you the best i can

iTaLiAnBoY165 01-05-2006 12:26 AM

can some one help me .i am getthing the mesaage error

Code:

Warning: getimagesize(/home2/diablo86/public_html/forums/uploads/images/AVATARDIABLO.jpg): failed to open stream: No such file or directory in /image_host.php on line 115

bkaul 01-05-2006 01:06 AM

I'm getting the same error. From my IIS log, it looks like it's trying to get a file called function.getimagesize ...
Quote:

Warning: getimagesize(/hosted/images/screenie2-upload.jpg) [function.getimagesize]: failed to open stream: No such file or directory in \image_host.php on line 115
unable to get image size
Quote:

2006-01-05 03:00:29 192.168.1.1 POST /boards/image_host.php do=upload 80 - 192.168.1.254 Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.8)+Gecko/20051111+Firefox/1.5 200 0 0
2006-01-05 03:00:39 192.168.1.1 GET /boards/function.getimagesize - 80 - 192.168.1.254 Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.8)+Gecko/20051111+Firefox/1.5 404 0 2
I'm using IIS 6 on Windows 2003, with PHP 5.0.5 and MySQL 4.1.13-nt. Any ideas?

bkaul 01-05-2006 01:10 AM

Ah, figured it out - have to use a Windows style path in the vBulletin setting when running on a Windows server - it's a file path, not a web path:
/hosted/images -> x:\Inetpub\wwwroot\hosted\images
Works fine now.

bkaul 01-05-2006 01:14 AM

A possible useful enhancement would be to do a thumbnail gallery when allowing large images to be uploaded, rather than displaying them all full-sized. Nice extension even as is though :)

iTaLiAnBoY165 01-05-2006 02:06 AM

so whould be the best option ???
to solve this problem.!!

StarGame 01-05-2006 07:43 AM

I have finaly fixed the forums WOOOOOOOOOOOOOOOOOOOOOOO!!! sorry i got stressed i have not gone to bed in a long time LOL :) but i will not be using this script.. its has to many bugs in it to have on the new versions.

VBUsers 01-05-2006 08:53 AM

i dont see the fix for this but i cant change the file size allowed from 0 and also my Allowed to upload doesnt change when i set a different amount. can anyone help me with these errors?

Uploading Rules:
- Max filesize: 0 KB
- Allowed extension(s): .gif, .jpg, .png, .bmp
- Max width: 500
- Max Height: 500
- No whitespace in filename.
- Allowed to upload : 100 images
- Images you have uploaded: 0 images

ForYou 01-05-2006 09:06 AM

Hello Ranma ,

Please if you can help me don't leat , please ,

Regards

VBUsers 01-06-2006 07:09 AM

Quote:

Originally Posted by lowandloudinc
i dont see the fix for this but i cant change the file size allowed from 0 and also my Allowed to upload doesnt change when i set a different amount. can anyone help me with these errors?


Uploading Rules:
- Max filesize: 0 KB
- Allowed extension(s): .gif, .jpg, .png, .bmp
- Max width: 500
- Max Height: 500
- No whitespace in filename.
- Allowed to upload : 100 images
- Images you have uploaded: 0 images


anybody?? please help thanks

cartooner 01-07-2006 02:41 AM

Quote:

Originally Posted by Ranma2k
o.O that's really strange

well i'm thinking of creating another one in fact i did start on one :)
will have it ready within a week or two


Ranma, I was thinking about installing ImageHost, but if you on have one in a week or two maybe it'd be better to wait.???

2 questions, when I go to install a hack like this, do I need to shut down Forum??

And could you explain a bit what the bitfield.rebuild.php file goes, and if that's installed to?? I'm a bit new to all this. But I did do my first upgrade last night and went good.


All times are GMT. The time now is 05:50 PM.

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.01525 seconds
  • Memory Usage 1,850KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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