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)
-   -   VB image Hosting (https://vborg.vbsupport.ru/showthread.php?t=106127)

Ranma2k 04-18-2006 06:58 PM

i'm going to release a new ver this week or by monday
just what are you looking for Admin actions ?! other than viewing all images ?!

Nathan2006 04-19-2006 12:11 AM

Quote:

Originally Posted by Ranma2k
i'm going to release a new ver this week or by monday
just what are you looking for Admin actions ?! other than viewing all images ?!

Oh, a nice thing would be after you have uploaded an image - the page will automatically go to that page with the image on :)

Another problem I receive is if you upload an image that has:

test-image.JPG and test-image.jpg it does not recognise them as the same extention and will not let you upload

Thanks :)

rareclownfish 04-19-2006 01:44 AM

Quote:

Originally Posted by Ranma2k
in navbar find this :
Code:

<div class="vbmenu_popup" id="vbimghost_menu" style="display:none">
                                        <table cellpadding="4" cellspacing="1" border="0">
                                       
                                        <tr><td class="thead">$vbphrase[vbimghost_title]</td></tr>               
                                        <tr><td class="vbmenu_option"><a href="vbimghost.php?do=myimages">$vbphrase[vbimghost_menushimg]</a></td></tr>
                                        <tr><td class="vbmenu_option"><a href="vbimghost.php?do=upload">$vbphrase[vbimghost_menuupimg]</a></td></tr>
                                        <tr><td class="vbmenu_option"><a href="vbimghost.php?do=userlist">$vbphrase[vbimghost_menulistuser]</a></td></tr>
                                        </table>
                                </div>


and replace it with this
Code:

<div class="vbmenu_popup" id="vbimghost_menu" style="display:none">
                                        <table cellpadding="4" cellspacing="1" border="0">
                                       
                                        <tr><td class="thead">$vbphrase[vbimghost_title]</td></tr>               
                                        <tr><td class="vbmenu_option"><a href="http://www.rareclownfish.com/vbimghost.php?do=myimages">$vbphrase[vbimghost_menushimg]</a></td></tr>
                                        <tr><td class="vbmenu_option"><a href="http://www.rareclownfish.com/vbimghost.php?do=upload">$vbphrase[vbimghost_menuupimg]</a></td></tr>
                                        <tr><td class="vbmenu_option"><a href="http://www.rareclownfish.com/vbimghost.php?do=userlist">$vbphrase[vbimghost_menulistuser]</a></td></tr>
                                        </table>
                                </div>



I added this code and I get a page error,
this is the url for the one that works--- http://www.rareclownfish.com/forums/...hp?do=myimages

and this is the url, when your on the gallery page (this one I get an error for)
http://www.rareclownfish.com/gallery...hp?do=myimages

Ranma2k 04-19-2006 06:24 AM

Quote:

Originally Posted by Nathan2006
Oh, a nice thing would be after you have uploaded an image - the page will automatically go to that page with the image on :)

Another problem I receive is if you upload an image that has:

test-image.JPG and test-image.jpg it does not recognise them as the same extention and will not let you upload

Thanks :)

ok this one is fixed in the new ver
here is what i have added in the new ver that is going to be released

- Fixed the thumbnail working 100 % ok with GD1 & GD2
- the ability to upload multiple files
- admin can control max upload slots for each group
- admin can view images
- Rebuild thumbnail for all images
- fixed some bugs.

if you looking for anything to add please let me know

Ranma2k 04-19-2006 06:25 AM

Quote:

Originally Posted by rareclownfish
I added this code and I get a page error,
this is the url for the one that works--- http://www.rareclownfish.com/forums/...hp?do=myimages

and this is the url, when your on the gallery page (this one I get an error for)
http://www.rareclownfish.com/gallery...hp?do=myimages



are you sure that you changed it .. cus i still see it
if you want me to do it for you please PM me the admin access to your forums

Nathan2006 04-19-2006 06:27 AM

Quote:

Originally Posted by Ranma2k
ok this one is fixed in the new ver
here is what i have added in the new ver that is going to be released

- Fixed the thumbnail working 100 % ok with GD1 & GD2
- the ability to upload multiple files
- admin can control max upload slots for each group
- admin can view images
- Rebuild thumbnail for all images
- fixed some bugs.

if you looking for anything to add please let me know

That looks great!:D

dirtycrow 04-19-2006 06:36 AM

Quote:

Originally Posted by Ranma2k
ok this one is fixed in the new ver
here is what i have added in the new ver that is going to be released

- Fixed the thumbnail working 100 % ok with GD1 & GD2
- the ability to upload multiple files
- admin can control max upload slots for each group
- admin can view images
- Rebuild thumbnail for all images
- fixed some bugs.

if you looking for anything to add please let me know

sounds AWESOME! can't wait. thanks for all the hard work! :banana:

RS_Jelle 04-19-2006 09:52 AM

Quote:

Originally Posted by Ranma2k
if you looking for anything to add please let me know

The ability to add a description or keywords and a search function for them (it's in my previous post in this thread) :)

I don't know if this is possible?

NoRespect 04-20-2006 01:15 AM

Quote:

Originally Posted by Ranma2k
Did you revert the templates !?

Revert my whole navbar template? No, because I have other hacks..

I did update them though. Everything works except uploading a pic.

It will check dimensions and sizes, and the directory imagehosting is 777.

:confused:

Ranma2k 04-20-2006 07:50 AM

Quote:

Originally Posted by NoRespect
Revert my whole navbar template? No, because I have other hacks..

I did update them though. Everything works except uploading a pic.

It will check dimensions and sizes, and the directory imagehosting is 777.

:confused:

if you want me to help you give me access to the adminc cp and i'll help you solve the problem

Ranma2k 04-20-2006 07:59 AM

Quote:

Originally Posted by RS_Jelle
The ability to add a description or keywords and a search function for them (it's in my previous post in this thread) :)

I don't know if this is possible?

well maby in the release after :)

klaush 04-20-2006 12:30 PM

Well, let me say, that this hack is one of the useful hacks even for a board that has photography as main content. So users are allowed to host their photos on our server without using 3. party hosting services.

In that way we use this stuff.

Thanks for...! :-)

One thing more is to say that the support from the coder is fantastic and not how to notice in some hacks which were released here the coder is after a short time no longer available for his own stuff.

Once again, thanks for your great work on this!

dlee 04-21-2006 12:59 PM

Is there an update realease date? I was going to install here today but decided not to since I read that there was going to be another update.

Ranma2k 04-21-2006 02:39 PM

Quote:

Originally Posted by dlee
Is there an update realease date? I was going to install here today but decided not to since I read that there was going to be another update.

yes there is a new release in the next 2 days

dlee 04-21-2006 03:18 PM

awesome thanks for all the hard work, looks like it is exactly what I need.

rareclownfish 04-22-2006 05:40 PM

Quote:

Originally Posted by Ranma2k
are you sure that you changed it .. cus i still see it
if you want me to do it for you please PM me the admin access to your forums


Maybe I'm saying somthing wrong here.
Let me try again. Whenever I click on the FORUM and then click on the VBimaging it works fine. When I click on Gallery and the gallery page is up and them click on VBimaging I get the error page.
http://www.rareclownfish.com/gallery...hp?do=myimages

All I want is when my users are surfing forum or gallery they can click from anywhere on the board and get a working link to the image hosting.
Thanks

Ranma2k 04-22-2006 05:47 PM

Quote:

Originally Posted by rareclownfish
Maybe I'm saying somthing wrong here.
Let me try again. Whenever I click on the FORUM and then click on the VBimaging it works fine. When I click on Gallery and the gallery page is up and them click on VBimaging I get the error page.
http://www.rareclownfish.com/gallery...hp?do=myimages

All I want is when my users are surfing forum or gallery they can click from anywhere on the board and get a working link to the image hosting.
Thanks

yes i know that

it's just a small edit in the navbar and it will work :)

Ranma2k 04-23-2006 07:50 PM

Quote:

Originally Posted by rareclownfish
Maybe I'm saying somthing wrong here.
Let me try again. Whenever I click on the FORUM and then click on the VBimaging it works fine. When I click on Gallery and the gallery page is up and them click on VBimaging I get the error page.
http://www.rareclownfish.com/gallery...hp?do=myimages

All I want is when my users are surfing forum or gallery they can click from anywhere on the board and get a working link to the image hosting.
Thanks

OK install the new ver
and it should solve your problem

just make sure you reedit the navbar as it shown in the readme.txt file

rareclownfish 04-23-2006 09:54 PM

thanks will try it.

Works great thank again.

NR Fatal 04-24-2006 12:44 AM

ok, I made the update, now I viewed my images threw the admincp and I deleted an image of mine like this and when I deleted it I got this error.
Warning: unlink(/imagehosting/24439aed369b82.jpg): No such file or directory in /admincp/vbimghost.php on line 279

also, I have a question for ya. In you readme.txt, you say
Step 1a (Config.php) [VERY IMPORTANT]
Make sure that you have set the correct path for the $config['Misc']['forumpath'] if you don't know the path contact your host.
if you don't set it the admin part of the script won't be functional at all. What file do I set this to?
because my line in the config.php is just = ' '

Ranma2k 04-24-2006 06:07 AM

Quote:

Originally Posted by NR Fatal
ok, I made the update, now I viewed my images threw the admincp and I deleted an image of mine like this and when I deleted it I got this error.
Warning: unlink(/imagehosting/24439aed369b82.jpg): No such file or directory in /admincp/vbimghost.php on line 279

also, I have a question for ya. In you readme.txt, you say
Step 1a (Config.php) [VERY IMPORTANT]
Make sure that you have set the correct path for the $config['Misc']['forumpath'] if you don't know the path contact your host.
if you don't set it the admin part of the script won't be functional at all. What file do I set this to?
because my line in the config.php is just = ' '

you should set the
$config['Misc']['forumpath'] in the config file

this variable should have the absolute path to the forums
for example

if your host is using cpanel in linux most of the paths will look like this

/home/username/public_html/forums


where the username is the your account username
and the forums is the vbulliten directory


also you can view it from the cpanel menu
when you use the File Manager drill to the forums directory and try to edit any file
you should find the complete path in the top of the editing box

Nathan2006 04-24-2006 01:07 PM

Thank you very much for the update Ranma2k:)


The only problem I'm getting is when I try to upload a file it says

Quote:

no file selected
Do you know what is causing this?

Thanks for any help :)

Makaveli105 04-24-2006 03:36 PM

I installed this, then I was getting that getimagesize error I was getting before and you fixed. So I removed the getimagesize part of the vbimghost.php. Then I upload and it says its all good n stuff. Takes me to the page for me to get my img code..And it looks like this..

EDIT: was stretching the screen..
Screenshot: http://www.hiphoprelated.com/hosted/screen.gif

Ranma2k 04-24-2006 03:42 PM

Quote:

Originally Posted by Nathan2006
Thank you very much for the update Ranma2k:)


The only problem I'm getting is when I try to upload a file it says



Do you know what is causing this?

Thanks for any help :)

Yes make sure you fill the first input ^_^ first

Ranma2k 04-24-2006 03:43 PM

Quote:

Originally Posted by Makaveli105
I installed this, then I was getting that getimagesize error I was getting before and you fixed. So I removed the getimagesize part of the vbimghost.php. Then I upload and it says its all good n stuff. Takes me to the page for me to get my img code..And it looks like this..

EDIT: was stretching the screen..
Screenshot: http://www.hiphoprelated.com/hosted/screen.gif

eh..
ok pm me the ftp / admin account and i'll fix it for you again ^_^

dlee 04-24-2006 03:59 PM

So here's the latest of issues with this. When I install it on a default style it works great. However when I install it on a style that I am currently using on the board instead of making a link in the current navbar for the logged in user it creates a whole new navbar. So now I have 2 nav bars. Is there any way to correct this so I just get a link in the current navbar?

dlee 04-24-2006 05:05 PM

Update: I have resolved the issue. There were other templates that the older style was using such as "header" that needed to be modified in order to view the option in the navigation bar. Thanks for the awesome product btw, your hard work is always appreciated.

Ranma2k 04-24-2006 05:19 PM

Quote:

Originally Posted by dlee
Update: I have resolved the issue. There were other templates that the older style was using such as "header" that needed to be modified in order to view the option in the navigation bar. Thanks for the awesome product btw, your hard work is always appreciated.

the scripts uses only it's templates
the navbar edit is only to add the menu
it doesn't create anoter navbar :)


Hope you enjoy it and let me know if you need anything ^_^

dlee 04-24-2006 05:34 PM

Check this out, no browses!

https://vborg.vbsupport.ru/

What do you think?

Ranma2k 04-24-2006 06:10 PM

Quote:

Originally Posted by dlee
Check this out, no browses!

http://www.potatowned.com/media/issue1.JPG

What do you think?

first thing you still using old ver !
2nd that is not a second menu your menu increased the height since there is no space left in width :)
change your screen resolution and you won't see that problem :)

dlee 04-24-2006 06:35 PM

Oh no hold on. I just made the width of the browser window smaller so when I took a screenshot of the image it would not mess up this forum when I posted in it.

Like I said before, i fixed that problem. The link and the popup menu looks great in the navbar. But when I go to "upload image" there are no browse buttons in the page. Look at "image to upload:" there is nothing afterwards. Your screenshot shows that there should be 5 boxes in there that I can browse out to images in order to upload them but those buttons aren't there.

Ranma2k 04-24-2006 07:52 PM

Quote:

Originally Posted by dlee
Oh no hold on. I just made the width of the browser window smaller so when I took a screenshot of the image it would not mess up this forum when I posted in it.

Like I said before, i fixed that problem. The link and the popup menu looks great in the navbar. But when I go to "upload image" there are no browse buttons in the page. Look at "image to upload:" there is nothing afterwards. Your screenshot shows that there should be 5 boxes in there that I can browse out to images in order to upload them but those buttons aren't there.

your using the old file upload the one in the zip file

Nathan2006 04-24-2006 07:57 PM

Quote:

Originally Posted by Ranma2k
Yes make sure you fill the first input ^_^ first

Do you mean in the config.php file in the inclues folder?

I have added the path to this code:

$config['Misc']['forumpath'] ='/home/XXXXX/public_html/';

PHP Code:

 // ******** FULL PATH TO FORUMS DIRECTORY ******
 // On a few systems it may be necessary to input the full path to your forums directory
 // for vBulletin to function normally. You can ignore this setting unless vBulletin
 // tells you to fill this in. Do not include a trailing slash!
 // Example Unix:
 //   $config['Misc']['forumpath'] = '/home/users/public_html/forums';
 // Example Win32:
 //   $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] ='/home/XXXXX/public_html/'


Ranma2k 04-24-2006 08:09 PM

Quote:

Originally Posted by Nathan2006
Do you mean in the config.php file in the inclues folder?

I have added the path to this code:

$config['Misc']['forumpath'] ='/home/XXXXX/public_html/';

PHP Code:

 // ******** FULL PATH TO FORUMS DIRECTORY ******
 // On a few systems it may be necessary to input the full path to your forums directory
 // for vBulletin to function normally. You can ignore this setting unless vBulletin
 // tells you to fill this in. Do not include a trailing slash!
 // Example Unix:
 //   $config['Misc']['forumpath'] = '/home/users/public_html/forums';
 // Example Win32:
 //   $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] ='/home/XXXXX/public_html/'


yes it's the config.php in the includes folder

if that the path .. then yes
but remove the last '/'

it should be
$config['Misc']['forumpath'] ='/home/XXXXX/public_html';

Makaveli105 04-24-2006 08:19 PM

PMed you Ranma2k, thanks :D

Ranma2k 04-24-2006 08:31 PM

Quote:

Originally Posted by Makaveli105
PMed you Ranma2k, thanks :D

working on it :)
looks like i'm going to do an update :P

Ranma2k 04-24-2006 08:53 PM

Quote:

Originally Posted by Makaveli105
PMed you Ranma2k, thanks :D

Done it's working fine :)

Makaveli105 04-24-2006 09:12 PM

Thanks alot :D

klaush 04-24-2006 09:38 PM

Just updated and it is not working:

"no file selected" is the error when trying uploading a file.

Ranma2k 04-24-2006 10:17 PM

Quote:

Originally Posted by klaush
Just updated and it is not working:

"no file selected" is the error when trying uploading a file.

make sure that you use the first input field


All times are GMT. The time now is 01:07 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.02177 seconds
  • Memory Usage 1,868KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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