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 08-07-2006 03:45 AM

Quote:

Originally Posted by blowndeadline
The watermark feature doesn't seem to be working, either text or image. Plus getting some odd text output at the top when i add an image:
Code:

Warning: imagecreatefromjpeg(/home/user/public_html/vb/imagehosting/144d6bf447a2df.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 176

Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177

Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 177

Warning: imagecreatetruecolor(): Invalid image dimensions in /includes/vbimghost_include.php on line 177

Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 178

Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 178

Warning: imagecopy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 178

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 190

Warning: imagesx(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 199

Warning: imagesy(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 200

Warning: imagestring(): supplied argument is not a valid Image resource in /includes/vbimghost_include.php on line 202

Warning: imagejpeg(): supplied argument is not

Couldn't catch the rest, page refreshed too fast. However, the image is correctly added?!?!? Just no watermark.

Thanks,
Mike

your site url is ?!
and is that in the admincp ?

Ranma2k 08-07-2006 04:32 AM

Please all note that the script requires GD 2.0.1 or later (2.0.28 or later is recommended).

WeArab 08-07-2006 08:29 AM

Hello,

Great add-on, thank you!:D

When VB 3.6.0 would be supported?

Regards,

Arabian

Arab Portal Network
http://www.WeArab.Net/

Ranma2k 08-07-2006 09:41 AM

Quote:

Originally Posted by WeArab
Hello,

Great add-on, thank you!:D

When VB 3.6.0 would be supported?

Regards,

Arabian

Arab Portal Network
http://www.WeArab.Net/

it will be released this week

Eagle Creek 08-07-2006 12:48 PM

I can't find in the screenshots where I can add/change the allowed usergroups.

Cause I only want admins/smods/mods to use this feature.

tandy 08-07-2006 01:36 PM

Quote:

Originally Posted by Ranma2k
can you give me access to the forum and i'll help you with your prbolem

one thing
if you are using windows hosting
set the path as follow
c:/path/to/vb
no trailing slash
and set the name of the directory

also GD should be installed with PHP

Sorry, i found the bug, GD library was disable.
Everything work fine now.

The Chief 08-07-2006 05:57 PM

This is an error I recieved when installing the new version (got this by email)

Quote:

Invalid SQL:
Select imgid,imgfile,imgname,thumbname,imgfilesize,imgwid th,imgheight,imgdate,imgprivate FROM vbimghost Where imgprivate=0 AND userid=11404 ORDER by imgdate LIMIT 0,5;

MySQL Error : Unknown column 'thumbname' in 'field list'
Error Number : 1054
Date : Monday, August 7th 2006 @ 02:39:10 PM
Script : http://forums.myetalk.com/vbimghost....mages&id=11404
Referrer : http://forums.myetalk.com/member.php?u=11404
What's this error??

klaush 08-07-2006 06:11 PM

Quote:

Originally Posted by Ranma2k
under the editor there is only open and Quick upload

do you mean open !? it's the default one in the vbulletin ( open )
As for quick upload it's ( vbimghost_quickup )

Sorry, stupid from me!

Found it! Thanks!

Ranma2k 08-07-2006 08:11 PM

Quote:

Originally Posted by The Chief
This is an error I recieved when installing the new version (got this by email)

Quote:
Invalid SQL:
Select imgid,imgfile,imgname,thumbname,imgfilesize,imgwid th,imgheight,imgdate,imgprivat e FROM vbimghost Where imgprivate=0 AND userid=11404 ORDER by imgdate LIMIT 0,5;

MySQL Error : Unknown column 'thumbname' in 'field list'
Error Number : 1054
Date : Monday, August 7th 2006 @ 02:39:10 PM
Script : http://forums.myetalk.com/vbimghost....mages&id=11404
Referrer : http://forums.myetalk.com/member.php?u=11404

What's this error??

upload the product again chief
and allow the overwrite
it will alter the table to add the field :)

or you can just run the following Quary in your database

Code:

ALTER TABLE " . TABLE_PREFIX . "vbimghost ADD thumbname VARCHAR( 250 ) NOT NULL AFTER imgname
remmber to replace TABLE_PREFIX with the on you set in the config.php

The Chief 08-07-2006 08:54 PM

Quote:

Originally Posted by Ranma2k
upload the product again chief
and allow the overwrite
it will alter the table to add the field :)

or you can just run the following Quary in your database

Code:

ALTER TABLE " . TABLE_PREFIX . "vbimghost ADD thumbname VARCHAR( 250 ) NOT NULL AFTER imgname
remmber to replace TABLE_PREFIX with the on you set in the config.php

Ok, I just did, hope it works out ;)

Ranma2k 08-07-2006 09:37 PM

Quote:

Originally Posted by The Chief
Ok, I just did, hope it works out ;)

let me know how it goes

The Chief 08-08-2006 01:02 AM

All seems to work fine.

Would it be possible to display the number of views of the images, and then display the top 10 images on another page or something? :D

Let us know if this is possible!

Thanks much!! :)

Charles
myetalk.com

Eagle Creek 08-08-2006 01:08 AM

Quote:

Originally Posted by Eagle Creek
I can't find in the screenshots where I can add/change the allowed usergroups.

Cause I only want admins/smods/mods to use this feature.

Anyone?

Ranma2k 08-08-2006 04:48 AM

Quote:

Originally Posted by Eagle Creek
Anyone?

Ah .. sorry i didn't include it in the screenshot

here it is attached
you can control each usergroup

Ranma2k 08-08-2006 04:51 AM

Quote:

Originally Posted by The Chief
All seems to work fine.

Would it be possible to display the number of views of the images, and then display the top 10 images on another page or something? :D

Let us know if this is possible!

Thanks much!! :)

Charles
myetalk.com

yes it's posible .. and will include it in the next release

So next release will have
1- remote server hosting.
2- comment system.
3- statics ( number of views )

anyone want to add anything !?

Kmaster 08-08-2006 05:01 AM

Quote:

Originally Posted by Ranma2k
yes it's posible .. and will include it in the next release

So next release will have
1- remote server hosting.
2- comment system.
3- statics ( number of views )

anyone want to add anything !?

great addtion features, plz do it.

Eagle Creek 08-08-2006 12:18 PM

Quote:

Originally Posted by Ranma2k
Ah .. sorry i didn't include it in the screenshot

here it is attached
you can control each usergroup

Thankyou!

toolblast 08-08-2006 01:18 PM

Wow Ranma2k. Thats all I have to say.

This is the quality of a commercial hack and is exactly what I was looking for. Photopost is way too cluttered with crap. Your gallery is perfect... gives member's their own gallery, easy to use, nice interface, solid coding.

I applaude you my friend.

Darat 08-08-2006 01:38 PM

Been using this for a long time and my members pretty much require it - has anyone upgrade from 3.5.4 to 3.6 with this installed?

toolblast 08-08-2006 01:44 PM

I was about to ask the same question...

I have 3.6 installed and I am about to install this hack... but I am not sure if it will work and dont want to install it if it isn't.

You meantioned that you were going to port this hack to 3.6? Does it require a port or can this current version run fine on 3.6?

The Chief 08-08-2006 04:19 PM

Quote:

Originally Posted by Ranma2k
yes it's posible .. and will include it in the next release

So next release will have
1- remote server hosting.
2- comment system.
3- statics ( number of views )

anyone want to add anything !?

Lookin good, like I said, also something to see the top views, maybe a picture rating? :D

Thanks much once more!!

Charles
myetalk.com

Ranma2k 08-08-2006 05:58 PM

Quote:

Originally Posted by Darat
Been using this for a long time and my members pretty much require it - has anyone upgrade from 3.5.4 to 3.6 with this installed?

dart ver 1.0 for 3.6 will be released tomorrow

Ranma2k 08-08-2006 06:00 PM

Quote:

Originally Posted by toolblast
I was about to ask the same question...

I have 3.6 installed and I am about to install this hack... but I am not sure if it will work and dont want to install it if it isn't.

You meantioned that you were going to port this hack to 3.6? Does it require a port or can this current version run fine on 3.6?

well in order to upgrade you'll need to have 1.4.1 installed
that way you can uninstall the hack without losing the date
then you can install ver 1.0

there is no much diffrence you can actully use 1.4.1 to install it on ver 3.6.0 you'll just need to redo the thumbnails :)

toolblast 08-08-2006 06:54 PM

Quote:

Originally Posted by Ranma2k
well in order to upgrade you'll need to have 1.4.1 installed
that way you can uninstall the hack without losing the date
then you can install ver 1.0

there is no much diffrence you can actully use 1.4.1 to install it on ver 3.6.0 you'll just need to redo the thumbnails :)


Im confused... why would I install 1.4.1 and then install an older version, 1.0?

I haven't installed this hack yet, I am waiting for your 3.6 port of it. Once you release the port tomorrow, I will be sure to be the first one to install it on my 3.6 test forum :)!

PM me when you release the 3.6 port, thanks!

Ranma2k 08-08-2006 07:21 PM

Quote:

Originally Posted by toolblast
Im confused... why would I install 1.4.1 and then install an older version, 1.0?

I haven't installed this hack yet, I am waiting for your 2.6 port of it. Once you release the port tomorrow, I will be sure to be the first one to install it on my 2.6 test forum :)!

PM me when you release the 2.6 port, thanks!

i'm talking about the people who upgraded from 3.5.x with vbimghost intsalled and moved to 3.6.0

toolblast 08-08-2006 07:26 PM

Alright sure :)

Ya, I just did a fresh 3.6 install... no 3.5


btw.. in my last post I meant '3.6' not '2.6' lol.

Blindchild02 08-09-2006 04:35 AM

hm.... any idea how to have the quality be perfect after an upload? it seems to get a bit grainy, i have the quality set to 100

TomasDR 08-09-2006 05:05 AM

Quote:

Originally Posted by toolblast
Alright sure :)

Ya, I just did a fresh 3.6 install... no 3.5


btw.. in my last post I meant '3.6' not '2.6' lol.

I personally did a fresh install on 3.6 (since I uninstalled every hack before upgrading), everything seems to work except for viewing public user images which isn't a big problem for me since 99% of my user's pictures are set to private to post in threads. Though pictures are still viewable through the admincp.

I use this as an alternative to other photo hosting sites.

Also as a second note I am working on code right now to give to Ranma2k to allow the uploader to choose between two watermarks (light vs. dark) based on the picture at the request of my members.

TomasDR 08-09-2006 05:08 AM

Quote:

Originally Posted by Blindchild02
hm.... any idea how to have the quality be perfect after an upload? it seems to get a bit grainy, i have the quality set to 100

Turn off resizing completely and see if the picture is still grainy, depending on the reduction %, that could cause distortion.

Blindchild02 08-09-2006 05:09 AM

resizing is off

tandy 08-09-2006 06:31 AM

2 simples questions.
How do you switch from normal to filmstrip?
How and where do you see the last 5 ones?

Ranma2k 08-09-2006 06:33 AM

Quote:

Originally Posted by tandy
2 simples questions.
How do you switch from normal to filmstrip?
How and where do you see the last 5 ones?

all can be done from the vbimghost options

Ranma2k 08-09-2006 11:29 AM

port to vb 3.6.0 is out
https://vborg.vbsupport.ru/showthread.php?p=1048212

Blindchild02 08-09-2006 12:09 PM

Quote:

Originally Posted by Blindchild02
hm.... any idea how to have the quality be perfect after an upload? it seems to get a bit grainy, i have the quality set to 100

any help ranma?

Ranma2k 08-09-2006 04:13 PM

Quote:

Originally Posted by Blindchild02
any help ranma?

what the settting for thumbs / resizing / watermark that you use ?

tbradham 08-09-2006 04:15 PM

Awesome!! Many, many thanks, this is a huge improvement and a great hack!

A couple of questions:



What is the filmstrip?

In my memberinfo the five images is wider than the screen, is there a way to show smaller thumbnails?

How can I get the last five uploads on another page, like www.usjeeps.com?

Again, thanks for all of your hard work.

Blindchild02 08-09-2006 04:16 PM

Quote:

Originally Posted by Ranma2k
what the settting for thumbs / resizing / watermark that you use ?

i dont use thumbnails, i dont have resize on, and my watermark is a PNG:
http://www.carchops.com/imagehosting...termark123.png

Ranma2k 08-09-2006 04:23 PM

Quote:

Originally Posted by tbradham
Awesome!! Many, many thanks, this is a huge improvement and a great hack!

A couple of questions:



What is the filmstrip?

In my memberinfo the five images is wider than the screen, is there a way to show smaller thumbnails?

How can I get the last five uploads on another page, like www.usjeeps.com?

Again, thanks for all of your hard work.

thee images in the filmstrip uses the tumbnails

go to admincp set the with/hieght for the thumbnail in the options and redo the thumbnails for all the images so it can work good with the film strip

Ranma2k 08-09-2006 04:24 PM

Quote:

Originally Posted by Blindchild02
i dont use thumbnails, i dont have resize on, and my watermark is a PNG:
http://www.carchops.com/imagehosting...termark123.png

hmm this strange ..
can you show me the original image and the one uploaded

Blindchild02 08-09-2006 04:30 PM

Original:
https://vborg.vbsupport.ru/

Mine:
https://vborg.vbsupport.ru/

look around the back rim, you can see its grainy


All times are GMT. The time now is 11:35 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.02240 seconds
  • Memory Usage 1,848KB
  • 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
  • (3)bbcode_code_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