PDA

View Full Version : PHP Gallery



Luno1599
25-11-2007, 04:52 PM
Hey

Dose anyone know where i can get a php gallery from where you upload image into a filder called /images/ and it will automaticly make thumb nails for them and when u click on them they open in full?

Dan

Jordy
25-11-2007, 05:12 PM
http://bolgallery.free.fr/

Sounds exactly what you need ;)

Luno1599
25-11-2007, 05:38 PM
Thats 100%
+rep thanks alot mate!

Luno1599
25-11-2007, 06:04 PM
I need some help, i have an error and done know why
http://portfolio.masterhostuk.com/gallery/

Dan

Jamesy
25-11-2007, 06:23 PM
check whats on those lines and google them. Usually fixes can be found :)

Luno1599
25-11-2007, 06:41 PM
check whats on those lines and google them. Usually fixes can be found :)

Not working, can onlyone help me?

Luno1599
30-11-2007, 09:03 PM
Still looking for some help with this script as it dosent work :(

Beau
30-11-2007, 09:08 PM
Getting a 404 upon going to the location of your script...

Luno1599
30-11-2007, 09:20 PM
give me a min ill post a link

[EDIT:]
http://www.masterhostuk.com/gallery/index.php (http://www.masterhostuk.com/gallery/index.php)

Luno1599
30-11-2007, 10:04 PM
cant edit about lol

Dose anyone know any other image gallerys... all i want is for it to show the images in the files like

/images/gambia ----> File in there that will show all the images

Beau
30-11-2007, 10:13 PM
Change the PHP include from:



include('bolGallery.php');


To:



include('./bolGallery.php');


Is the bolGaller.php file in the gallery directory?

Luno1599
01-12-2007, 11:02 AM
I have done that there is no errors but theres no images showing lol

Beau
01-12-2007, 11:04 AM
There are images in your gallery directory... Right? I tested this using installation instructions, works fantastically.

Luno1599
01-12-2007, 11:08 AM
:S i must be doing something wrong :S, can u send me the directory in a zip?

Dan

Beau
01-12-2007, 11:11 AM
Deleted it off my localhost sorry, it's messy enough without extra stuff lying around.

Copy and paste the code you're using.

Luno1599
01-12-2007, 11:18 AM
<?
include("gallery.php");
bolGallery("images/", 5, 80, 50);
?>This is on view.php

Pic of directory
http://img132.imageshack.us/img132/9977/50660836ro8.jpg

Gallery.php is the scrip off the site

Beau
01-12-2007, 11:23 AM
<?
include("gallery.php");
bolGallery("./images", 5, 80, 50);
?>


Try that.

Luno1599
01-12-2007, 11:32 AM
No, check the error now
http://www.masterhostuk.com/gallery/2/view.php

Want to hide these adverts? Register an account for free!