PDA

View Full Version : vBPicGallery - vBulletin Extension


Pages : 1 2 3 4 5 [6]

RZ500
10-11-2005, 07:04 PM
I hav it 90% in Spanish now, but I cant find the file for year make model and that stuff, any gide?

RZ500
10-11-2005, 07:05 PM
This is how I have my config:

<?php
// vBPicGallery 4.3.5 Release revision 5
// Copyright 2005 noppid @ www.lakecs.com

// set this to 1 to store vbgarage images in the filesystem.
// set this to 0 to store vbgarage images in the DataBase.
$vbpg_use_fs = 0;

// path to files folder, include the trailing slash. Folder must be set 777 for FS mode.
// this must be set to use a watermark too. If using DB mode a read only folder is ok.
$vbpg_path = "/vbpg_images/";

// set this to 1 to enable watermarking of full size images
$vbpg_use_wm = 1;

// set the name of the watermark file. It must be uploaded to the folder you set $vbg_path to point to.
// you must use a .png file.
$vbpg_wm = "watermark.png";

// water mark position
// set this to 0 for top center of image OR set this to 1 for bottom center of image
$vbpg_position = 1;

Greg
10-11-2005, 07:11 PM
If you use cpanel, the file path should be...

/home/ACCOUNT_LOGIN_NAME/vbpg_images/

This is assuming the folder is above public_html.

Greg
10-11-2005, 07:12 PM
So my file is wrong? :)

It appears to have a white background.

RZ500
10-11-2005, 07:16 PM
If you use cpanel, the file path should be...

/home/ACCOUNT_LOGIN_NAME/vbpg_images/

This is assuming the folder is above public_html.
Sorry I do not understand, but my forum is:

http://www.7000rpm.com/forum/vbpg_images/

Greg
10-11-2005, 07:44 PM
Sorry I do not understand, but my forum is:

http://www.7000rpm.com/forum/vbpg_images/

/vbpg_images/ is a top level directory. You need the proper path to your home folder.


I have fixed the transparent background watermark issue. I tested png-8 and png-24, both interlaced and non-interlaced and it seems to be working.

I will post Rev 6. The upgrade will be to replace vBPicGallery.php only.

gamerfreak
10-11-2005, 07:45 PM
i wish to purchase this hack i only have $19 in my paypal.

if u will accept that please pm me info on how to buy the script.

RZ500
10-12-2005, 09:34 AM
Noppid:

Sorry but I'm still confused, I do not undestand the mining of:
/home/ACCOUNT_LOGIN_NAME/vbpg_images/
Is Account the name of my user to acces the server or the path to the file like it is now:
http://www.7000rpm.com/forum/vbpg_images/

Greg
10-12-2005, 09:48 AM
Noppid:

Sorry but I'm still confused, I do not undestand the mining of:
/home/ACCOUNT_LOGIN_NAME/vbpg_images/
Is Account the name of my user to acces the server or the path to the file like it is now:
http://www.7000rpm.com/forum/vbpg_images/

You have to use a sever file path. Not a web http// path to access the images.

Yes the account name of your user goes where ACCOUNT_LOGIN_NAME.

Your path would be /home/ACCOUNT_LOGIN_NAME/public_html/forum/vbpg_images/

Ncturnal
10-12-2005, 10:42 AM
Your account login name is most likely what you use to login to cpanel with.

RZ500
10-12-2005, 10:46 AM
I understand now, tanks, but is still not working, you think it mught be a problem of what you are going to fix? do you have an image that it works so I can test it.

Greg
10-12-2005, 10:48 AM
I understand now, tanks, but is still not working, you think it mught be a problem of what you are going to fix? do you have an image that it works so I can test it.


Here's one I tested with.

RZ500
10-12-2005, 10:51 AM
My directory is working fine, now I have it like you said, no more errors in config. but even with your file not working.

Greg
10-12-2005, 11:05 AM
Did you upload the vbpicgallery.php in Rev 6 of the download area?

Ncturnal
10-12-2005, 11:07 AM
This is working fine on mine as of Revision 6.

http://www.mr2board.com/forums/vbpicgallery.php?do=big&p=116

My path specified is /home/mr2forum/public_html/forums/vbpg_images/

The http://www.whatever.com path you are using is not valid. You need the path as if you were sitting on the server....like C:\Program Files\etc, only in Linux it's something like /home/accountname/forums The account name you got from your host.

If you go into admincp; Maintenance, and search for _SERVER["DOCUMENT_ROOT"], you'll see the path with the account name in it.

RZ500
10-12-2005, 11:10 AM
Did you upload the vbpicgallery.php in Rev 6 of the download area?
Sorry I'm geting use to the site, where is the download area? :)

Be pacient please :) I'm lerning :)

Greg
10-12-2005, 11:11 AM
Top of this page. vBPicGallery (http://www.cpurigs.com/forums/forumdisplay.php?f=32)

Greg
10-12-2005, 11:15 AM
I'm going to close this thread. Please start a new thread for each new issue anyone has.

Thanks