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)

Zweeper 05-19-2006 07:36 AM

is there also a watermark function?

Ranma2k 05-19-2006 07:46 AM

Quote:

Originally Posted by Zweeper
is there also a watermark function?

yes there is
in the next release which scheduled this weekend or Monday :)

Zweeper 05-21-2006 12:43 PM

ah, nice =)

cartooner 05-24-2006 03:59 AM

I still am using the 1.2 version. I'm waiting for my Forum to be moved to new server to do this upgrade. But I have a question.

Is there a way so when a member clicks on Imagehost that it opens in a new window.

And I'm confused about the info needed in config.php file. Is the forumpath the path to the forum files, from the root of the server?? or is the path start with the root of the forum??

Ranma2k 05-24-2006 05:45 AM

Quote:

Originally Posted by cartooner
I still am using the 1.2 version. I'm waiting for my Forum to be moved to new server to do this upgrade. But I have a question.

Is there a way so when a member clicks on Imagehost that it opens in a new window.

And I'm confused about the info needed in config.php file. Is the forumpath the path to the forum files, from the root of the server?? or is the path start with the root of the forum??

yes there is a way you just ajust the templates for the target of the url to be _blank

as for the config.php the path should be from the root of the server ..

Ranma2k 05-24-2006 05:46 AM

Quote:

Originally Posted by Ranma2k
yes there is
in the next release which scheduled this weekend or Monday :)

I'm sorry to say that i had some server issues that i'm using as a test for my script and i had to reinstall it again

there some modification need to be done but it will be released soon

sorry about the delay

cartooner 05-24-2006 06:36 AM

Quote:

Originally Posted by Ranma2k
yes there is a way you just ajust the templates for the target of the url to be _blank

as for the config.php the path should be from the root of the server ..


I tried doing it with target url.._blank

<td id="vbimghost" class="vbmenu_control"><a
href="#vbimghost" target="_blank">Image Hosting</a>
<script type="text/javascript">
vbmenu_register("vbimghost");</script></td>

and it still doesn't open in a new window.. this is on Navbar template. That's the only on that needs to be changed right??

Ranma2k 05-24-2006 03:10 PM

No not that

do the following in navbar change ..
replace this

PHP Code:


<!-- Image Host Popup -->
                <
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="$vboptions[bburl]/vbimghost.php?do=myimages">$vbphrase[vbimghost_menushimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=upload">$vbphrase[vbimghost_menuupimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=userlist">$vbphrase[vbimghost_menulistuser]</a></td></tr>
                    </
table>
                </
div>
                <!-- / 
Image Host Popup --> 

whith this :

PHP Code:

<!-- Image Host Popup -->
                <
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="$vboptions[bburl]/vbimghost.php?do=myimages" target="_blank">$vbphrase[vbimghost_menushimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=upload" target="_blank">$vbphrase[vbimghost_menuupimg]</a></td></tr>
                    <
tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=userlist" target="_blank">$vbphrase[vbimghost_menulistuser]</a></td></tr>
                    </
table>
                </
div>
                <!-- / 
Image Host Popup --> 


kr580 05-27-2006 08:02 PM

Is there any way to make this so guests can upload as well?

Ranma2k 05-28-2006 05:18 AM

Quote:

Originally Posted by kr580
Is there any way to make this so guests can upload as well?

Yes just allow the usergroup ( not registred / not loged in ) to upload

there is a fix to show it to the public
i'm just cleaning the new ver and it should be up today
i prefer if you use the new ver

Ranma2k 05-28-2006 01:27 PM

Quote:

Originally Posted by kr580
Is there any way to make this so guests can upload as well?

Ok the new ver is out
You can use this for your need

Darat 05-28-2006 04:12 PM

It seems there is a bug with this latest version, the "BB Code url" seems to be wrong.

I upgraded from 1.3.something and all the "BB Code url" links now look like this:

https://vborg.vbsupport.ru/external/2006/05/1.png

Is that what they should look like?

Ranma2k 05-28-2006 04:31 PM

Quote:

Originally Posted by Darat
It seems there is a bug with this latest version, the "BB Code url" seems to be wrong.

I upgraded from 1.3.something and all the "BB Code url" links now look like this:

[url='http://forums.randi.org/vbimghost.php?do=displayimg&imgid=305'][img]https://vborg.vbsupport.ru/external/2006/05/1.png[/img][/url]

Is that what they should look like?

it's not a bug
and the result should look like :

https://vborg.vbsupport.ru/external/2006/05/1.png

Ranma2k 05-28-2006 04:38 PM

Quote:

Originally Posted by Darat
It seems there is a bug with this latest version, the "BB Code url" seems to be wrong.

I upgraded from 1.3.something and all the "BB Code url" links now look like this:

[url='http://forums.randi.org/vbimghost.php?do=displayimg&imgid=305'][img]https://vborg.vbsupport.ru/external/2006/05/1.png[/img][/url]

Is that what they should look like?

One more thing
you can customise it from the templates ..(vbimghost_imagebit, vbimghost_displayimg)

dirtycrow 05-28-2006 05:18 PM

how do we get back the orignal link to [img] code? the BB Code url code is pretty much universally hated by my users.

please help! thanks! (awesome upgrade BTW!)

rmxs 05-28-2006 06:53 PM

Installed byt.....

i get some lines with error after REBUILD THUMBS

Code:

Warning: imagecreatefromjpeg(/imagehosting/3447a052a82dde.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a052a82dde.jpg' for writing in /includes/vbimghost_include.php on line 61

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



Also its possible the link on navbar to be visible only to groups that have permission??

kr580 05-28-2006 07:54 PM

Quote:

Originally Posted by Ranma2k
Ok the new ver is out
You can use this for your need

Thanks, but I'm not sure how to let the guests upload. I change their permissions but it still gives me the 'no permission' error page.

Would be great if you could assist me.

moonclamp 05-28-2006 08:36 PM

Just installed this, Thank You ... everything is working fine except

admincp/vbimghost.php?do=members and admincp/vbimghost.php?do=thumbs don't seem to work. I have the server path set correctly in includes/config.php

EDIT: it seems ok in firefox, just not in ie

Also what does setting images as private do? Guests can still see them

kr580 05-28-2006 08:42 PM

Quote:

Originally Posted by moonclamp
Just installed this, Thank You ... everything is working fine except

admincp/vbimghost.php?do=members and admincp/vbimghost.php?do=thumbs don't seem to work. I have the server path set correctly in includes/config.php

Also what does setting images as private do? Guests can still see them

Now that you mention it I have the same problem with the do=thumbs/members

And setting them as private/public hides/shows them on forums/vbimghost.php?do=userlist, but doesn't hide the actual image if you use the direct URL. Just the listing.

moonclamp 05-28-2006 08:47 PM

Quote:

Originally Posted by kr580
Now that you mention it I have the same problem with the do=thumbs/members

I've noticed that it works ok in firefox

Quote:

Originally Posted by kr580
And setting them as private/public hides/shows them on forums/vbimghost.php?do=userlist, but doesn't hide the actual image if you use the direct URL. Just the listing.

Ah I see, well I guess I'm gonna edit the template for this then.

I want to use this into a completely "private locker" system where nobody can see anyone else's images unless they are hotlinked.

kr580 05-28-2006 09:03 PM

Quote:

Originally Posted by moonclamp
I've noticed that it works ok in firefox

Not for me. :surprised: I click them and it just brings me to a blank page. There should be an actual page, right?

moonclamp 05-28-2006 09:13 PM

Quote:

Originally Posted by kr580
Not for me. :surprised: I click them and it just brings me to a blank page. There should be an actual page, right?

Maybe I'm having cache issues. Did you add the full server path to your forums in config.php first?

kr580 05-28-2006 09:19 PM

Quote:

Originally Posted by moonclamp
Maybe I'm having cache issues. Did you add the full server path to your forums in config.php first?

It appears not. I've never had an issue with it. I'm not sure what it would be. :ermm: it's mainsite/nflnow/forums ... '/home/users/public_html/nflnow/forums'? I don't think I've ever had to use it.

moonclamp 05-28-2006 09:19 PM

Quote:

Originally Posted by kr580
I don't think I've ever had to use it.

No nor me, well not in config anway, but it's in the instructions.

Mine is /home/accountname/public_html/domainfolder/forums

acco 05-28-2006 09:23 PM

Thanks installed fine
Seems to be fine in firefox as well as IE for me.

kr580 05-28-2006 09:38 PM

Quote:

Originally Posted by moonclamp
No nor me, well not in config anway, but it's in the instructions.

Mine is /home/accountname/public_html/domainfolder/forums

Meh. I put in that line but editied to my setup ... still no work. I don't completely get how this stuff (php stuff) works so if someone doesn't tell me my exact thing I am clueless. :speechless: I'll ask my host.

kr580 05-28-2006 10:05 PM

Welp, the path was right and it still doesn't work.

So. How do i get admincp/vbimghost.php?go=members/thumbs to work and how do I allow guests to upload?

Ranma2k 05-29-2006 05:08 AM

Quote:

Originally Posted by kr580
Welp, the path was right and it still doesn't work.

So. How do i get admincp/vbimghost.php?go=members/thumbs to work and how do I allow guests to upload?

What Error does it give you when you access these !?

can you give me access to your forums so i can see where is the problem ?!

Ranma2k 05-29-2006 05:12 AM

Quote:

Originally Posted by dirtycrow
how do we get back the orignal link to [img] code? the BB Code url code is pretty much universally hated by my users.

please help! thanks! (awesome upgrade BTW!)

in vbimghost_imgbits

find
Code:

        <tr>
                <td class="alt1">$vbphrase[vbimghost_imgflink]</td>
                <td class="alt2"><input type="text" value="[img]$vbimghost[thumbpath][/img]"></td>
        </tr>

replace it with
Code:

        <tr>
                <td class="alt1">$vbphrase[vbimghost_imgflink]</td>
                <td class="alt2"><input type="text" value="https://vborg.vbsupport.ru/"></td>
        </tr>

or you can just add this

Code:

        <tr>
                <td class="alt1">$vbphrase[vbimghost_imgflink]</td>
                <td class="alt2"><input type="text" value="https://vborg.vbsupport.ru/"></td>
        </tr>

under the first code

and it should work with you

Ranma2k 05-29-2006 05:17 AM

Quote:

Originally Posted by rmxs
Installed byt.....

i get some lines with error after REBUILD THUMBS

Code:

Warning: imagecreatefromjpeg(/imagehosting/3447a052a82dde.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a052a82dde.jpg' for writing in /includes/vbimghost_include.php on line 61

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



Also its possible the link on navbar to be visible only to groups that have permission??

can you give me the images that give that error ?


also yes you just need to add the condition in the navbar template

Ranma2k 05-29-2006 05:20 AM

Quote:

Originally Posted by kr580
Now that you mention it I have the same problem with the do=thumbs/members

And setting them as private/public hides/shows them on forums/vbimghost.php?do=userlist, but doesn't hide the actual image if you use the direct URL. Just the listing.

if you want to completely hide the image you'll need to edit the vbimghost.php file and add acondtion when you view the images

if you need it let me know and i'll tell you how

Darat 05-29-2006 09:00 AM

Quote:

Originally Posted by Ranma2k
it's not a bug
and the result should look like :

https://vborg.vbsupport.ru/external/2006/05/1.png

But it seems to post the thumbnail into the post not the actual image i.e.

https://vborg.vbsupport.ru/external/2006/05/2.jpg

And adds the link to the vbImage host - whereas previously the bbcode produced an [img] tag filled in with the actual picture so my members could post the actual image into their posts with a quick copy & paste. Now to do that they have to cut the image address out of the URL link and then add it into a [img] tag, makes it much less user friendly.


(Ignore the above - I hadn't read the rest of the thread and Ranma2k kindly answers my question in this post - again thank Ranma2k.)

Ranma2k 05-29-2006 09:26 AM

Quote:

Originally Posted by Darat
But it seems to post the thumbnail into the post not the actual image i.e.

https://vborg.vbsupport.ru/external/2006/05/2.jpg

And adds the link to the vbImage host - whereas previously the bbcode produced an [img] tag filled in with the actual picture so my members could post the actual image into their posts with a quick copy & paste. Now to do that they have to cut the image address out of the URL link and then add it into a [img] tag, makes it much less user friendly.


(Ignore the above - I hadn't read the rest of the thread and Ranma2k kindly answers my question in this post - again thank Ranma2k.)

well based on the request that i recived that the image should be displayed on a page related to the forums
i changed the mod to show the thumps insted of the complete image and when you click on the thumb it will redirect you to the image page which will show the actual image and some inforamtion

How ever i modified the hack and reupload it again (ver 1.3.1a ) you can download that and just import the xml
and will display the links as shown this the following attached

rmxs 05-29-2006 09:28 AM

Quote:

Originally Posted by Ranma2k
can you give me the images that give that error ?


also yes you just need to add the condition in the navbar template

Its not one image now i have some images uploaded and i get this...

Code:

Warning: imagecreatefromjpeg(/imagehosting/3447a0844871d3.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0844871d3.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a0844a9806.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0844a9806.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a0728f0d0a.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0728f0d0a.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a07291836f.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a07291836f.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a0729a013e.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0729a013e.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/2249447a0b5c30c42.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_2249447a0b5c30c42.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/1891447a0ef481a3b.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_1891447a0ef481a3b.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/1891447a0ef4a3cf3.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_1891447a0ef4a3cf3.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/244447a90587b2bc.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_244447a90587b2bc.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Can you give me the condition plz so only the members with access can view the link to navbar?
Now i make it only register members can see the link byt i dont know how to make it only for group with access..

(About The error everything work fine only when i rebuild thumbs)I disable for the time..(the Thumbs)

Ranma2k 05-29-2006 09:30 AM

give me access tour fourms ..
and i want to know what causes that problem

Ranma2k 05-29-2006 09:32 AM

Quote:

Originally Posted by rmxs
Its not one image now i have some images uploaded and i get this...

Code:

Warning: imagecreatefromjpeg(/imagehosting/3447a0844871d3.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0844871d3.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a0844a9806.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0844a9806.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a0728f0d0a.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0728f0d0a.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a07291836f.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a07291836f.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/3447a0729a013e.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_3447a0729a013e.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/2249447a0b5c30c42.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_2249447a0b5c30c42.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/1891447a0ef481a3b.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_1891447a0ef481a3b.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/1891447a0ef4a3cf3.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_1891447a0ef4a3cf3.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Warning: imagecreatefromjpeg(/imagehosting/244447a90587b2bc.jpg): failed to open stream: No such file or directory in /includes/vbimghost_include.php on line 53

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

Warning: imagejpeg(): Unable to open '/imagehosting/thum_244447a90587b2bc.jpg' for writing in /includes/vbimghost_include.php on line 61

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

Can you give me the condition plz so only the members with access can view the link to navbar?
Now i make it only register members can see the link byt i dont know how to make it only for group with access..

(About The error everything work fine only when i rebuild thumbs)I disable for the time..(the Thumbs)

OK

YOU DID NOT set the forum path in the Config File
ONLY that can cause the problem when you try to rebuild the thumbs in the admin CP

what did you set the fourm path in the config file to ?!

Darat 05-29-2006 10:46 AM

Quote:

Originally Posted by Ranma2k
well based on the request that i recived that the image should be displayed on a page related to the forums
i changed the mod to show the thumps insted of the complete image and when you click on the thumb it will redirect you to the image page which will show the actual image and some inforamtion

How ever i modified the hack and reupload it again (ver 1.3.1a ) you can download that and just import the xml
and will display the links as shown this the following attached

Service above and beyond the call of duty! Thanks!

moonclamp 05-29-2006 11:13 AM

Quote:

Originally Posted by Ranma2k
What Error does it give you when you access these !?

No error, clicking on admincp/vbimghost.php?go=members/thumbs does nothing at all, no errors, nothing happens.

However it does work for the main admin (userid 1). The admin account it doesn't work on is userid 9 (user 9 has super admin permissions set in config.php too)

Quote:

Originally Posted by Ranma2k
can you give me access to your forums so i can see where is the problem ?!

I'm not the only admin on the forum in question so the decision to give access is out of my hands.

Ranma2k 05-29-2006 11:23 AM

Quote:

Originally Posted by moonclamp
No error, clicking on admincp/vbimghost.php?go=members/thumbs does nothing at all, no errors, nothing happens.

However it does work for the main admin (userid 1). The admin account it doesn't work on is userid 9 (user 9 has super admin permissions set in config.php too)

I'm not the only admin on the forum in question so the decision to give access is out of my hands.

For the access

Go to the vbimghost.php in the admincp folder
and remove the following lines :

Code:

if(!is_member_of($vbulletin->userinfo,6)){
        print_no_permission();
}


this will work with you all

Darat 05-29-2006 11:23 AM

Sorry but seem to have another problem - the images are being altered in size when uploaded; the file uploaded was 10x8 gif!

https://vborg.vbsupport.ru/external/2006/05/3.gif

!


All times are GMT. The time now is 11:34 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.02499 seconds
  • Memory Usage 1,944KB
  • 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
  • (8)bbcode_code_printable
  • (2)bbcode_php_printable
  • (29)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