BooZker
Sep 9 2007, 06:26 AM
I will pay for this. More info on payment on bottom of post.Alright I know just about everything about CSS and Ruby on Rails I know more then enough to make certain apps, but i have never been good at PHP. I do know that this script would be fairly short though. Does anyone know how to make this web photo gallery with PHP only. I don't want MySQL. No need for it. In my root folder I'll make a gallery folder. Inside of that will be photography, illustrations, personal, etc. Inside of those is where I want the script. So there wil be a script for each one, but each will be written the same, or should be written so I can use the exact same script in each folder. In those folder will be a thumbnail and fullsize folder and a index.php file. I do not want the script to resize photos. I have an app on my Mac that makes thumbnails and makes them look like photos and gives them drop shadows, so I do not need it to do that. I just want it to simply do this: Display X amount of thumbnails on the page with the html of CODE <a href="fullsize/*.jpg" rel="lytebox[slideshow]"><img src="*_thumb.png" alt="" /></a> src would be filled in with the thumbnail and alt would be the name of the image. When clicked on the image a Lytebox (a variation of Litebox) will open with a slideshow with the full size image of the thumbnail (i already have that script all set up and works fine just need that rel code put in for each image displayed). I do not need it to even open a full size. So far i do NOT need it to resize and do NOT need it to display images, just get the full size image of the thumbnail. So i want it to display X amount of thumbnail files in thumbs folder onto that index file and when clicked opens the matching larger image from fullsize folder and displays it using lytebox, which is already set up just needs the rel code in the A tag. I only want X amount of images per page and then another page (Example: Page [1] [2] [3] [4]...) I know you do not need MySQL for that. If anyone can make this i can return the favor some how based on how well written the script is. I want it to be able to be placed http://www.boozkerstweaks.trap17.com/oscarg/bio.php in where the text is. So it should fit and be able to be able to just place it there. I can give you a lot of credits or maybe 10-20 USD depending on how easy and well written it is.
Reply
jlhaslip
Sep 9 2007, 07:19 AM
Boozker, I have a php script which reads the Images folder, confirms the presence of the matching Thumbnail in another folder and build a link for use by the Hoverbox Image Gallery. Search the Trap17 for "Hoverbox". I think I posted a tutorial here, but can't seem to find it at the moment. You might be able to modify that script or PM me if you need help with it. *edit* Found it, right where I left it... http://www.trap17.com/forums/index.php?showtopic=41371
Reply
Saint_Michael
Sep 9 2007, 07:20 AM
This might help booze I take a $20  , they are both non MySQL DB gallery scripts Script 1 Helpful GuideScript #2Both of them seem simple enough, but the first one provides a download file with everything in it, which you can fine here. Make sure its not monopoly money  . edit*** NOOO!!!
Reply
BooZker
Sep 9 2007, 07:28 AM
jlhaslip posted first so if i can find the script then ill pay him if he wants and SM you just gave me tutorials! jlhaslip sounds like he has one that doesn exactly what I want. SM the 2nd linked one has way too much code like re sizing, max size for thumbnails and stuff. I don't need all that since all my thumbs are generated already.  good try though I'll see if i can find it jlhaslip!
Reply
truefusion
Sep 9 2007, 06:58 PM
No one mentioned my gallery script.  Just kidding.  Okay, so mine may not have the lightbox thing you want, but it should do the majority of what you want. Here's the link to it, if you want: TrueFusion Gallery. It's no fun making scripts if no one uses them.  I don't want any form of payment, people using my scripts is in itself enough. You don't have to use the image uploader for it. My script was made for easy layout adaption/customization.
Reply
jlhaslip
Sep 9 2007, 07:07 PM
QUOTE(truefusion @ Sep 9 2007, 12:58 PM)  No one mentioned my gallery script.  Just kidding.  Okay, so mine may not have the lightbox thing you want, but it should do the majority of what you want. Here's the link to it, if you want: TrueFusion Gallery. It's no fun making scripts if no one uses them.  I don't want any form of payment, people using my scripts is in itself enough. You don't have to use the image uploader for it. My script was made for easy layout adaption/customization. Nice work, trufusion. I didn't realize this was available.  Scooped.
Reply
BooZker
Sep 10 2007, 04:59 AM
thanks! OK let me go through them and check each one. Whichever one I have to do the least tweaking. Truefusions looks like I'll have to do some tweaking to where it goes when you click on a thumbnail and some of the CSS and then jlhaslip's looks promising, but ill have to really go through the code on what I have to tweak. I don't see a way to set how many per page and then makes a new page. thanks again. I'm going to get some shut eye before bed then tomorrow I'll go through and check them out. How should i pay ? Paypal or credits or what?
Reply
jlhaslip
Sep 10 2007, 05:37 AM
Save them. Last thing I need is more credits. I might need a little gfx work one day...
Reply
Similar Topics
Keywords : php, gallery, php, script
- Seeking Help With Javascript
Need help with drag and drop type script (1)
Browser Compatibility Problem With Firefox - Javascript + Css
Having trouble making a script work right - any suggestions? (3) Hi, Im working on a website, and im trying to make a right-click menu, which opens on right click,
wherever the cursor is, and closes on mouse out. I wrote the code below, and when i ran it in IE it
ran fine, just how i wanted it to work. However in firefox, the menu just opened in the top left. im
presuming this is because it doesnt like my style changing in the javascript. Any ideas, and
suggestions? If i cant make this work, i will just make it so it works slightly differently when
viewev in firefox so that it can just open in one place. All ideas appreciated. ....
Accure Gfx
Accure's Signature-Gallery (1) Welcome to my Gallery. It includes all my signatures ever made
....
How To Make Php Newsletter Script
(3) I have seen a post on here somewhere which shows how to make a simple newsletter php script. I
cvant find it anywhere and I wanted to ask some questions of the author. Does anyone know the one I
mean? Cheers ....
Wordpress Error - Bytes Exausted [resolved]
NextGEN Gallery (7) Hey, I have just gotten my blog up and migrated it from my own webserver. I have fixed up most
problems but one issue remains. When I try to upload an image to NextGEN Gallery I get and error
when it tries to generate a thumbnail. QUOTE Fatal error: Allowed memory size of 33554432 bytes
exhausted (tried to allocate 1992 bytes) in
/home/samlock/public_html/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php on line 183
It does it for EVERY image size, so it's not because of a big image. Help, please.....
Php Guest Online Script
(3) make an index.php copy and paste this code CODE <?php $db_host = "localhost";
$db_user = "root"; $db_pass = ""; $db_name = "test";
$dbc = mysql_connect($db_host, $db_user, $db_pass); $dbs =
mysql_select_db($db_name); $tm = time(); $timeout = $tm -
(30*60);
if($_SERVER["REMOTE_ADDR"]){$ip=$_SERVER["REMOTE_ADDR
"];} else{$ip=$_SERVER["HTTP_X_FORWARDED_FOR"];}....
Gallery Not Working
(2) Alright, the Gallery module from Fantastico always used to work for my site. Now it's suddenly
stopped functioning and I can't even access the control panel for it. My Iframe page linking to
it gives one long error message: QUOTE Error Error (ERROR_STORAGE_FAILURE) : * in
modules/core/classes/GalleryStorage.class at line 226 (GalleryCoreApi::error) * in
modules/core/classes/GalleryStorage.class at line 453 (GalleryStorage::_getConnection) * in
modules/core/classes/Gallery.class at line 202 (GalleryStorage::search) * in
modules/core/classes....
Phpizabi Social Network Script
(1) Hello everyone not been on for AGES! we had net problems and i had to move to qupis and now
I've got problems. I'm making a social networking site using this script and I cant get it
to install Everytime I go to the install page i get this QUOTE Warning: session_start() :
open_basedir restriction in effect. File(/home/kasiks1/tmp) is not within the allowed path(s):
(/home/karlos:/usr/lib/php:/usr/local/lib/php:/tmp) in
/home/karlos/public_html/phpazi/install/index.php on line 1 Fatal error: session_start() : Failed
to initialize storage module: file....
How To Make A View New Post Script?
(5) Ok so i'm still working on the forum software i posted about a while back, but I have no idea
how to do this. I want to make a view new post script, as this is one of the main things that my
forum software dose not have that all other forums have. so does any body have an idea on how i
would do this? Thanks.....
Coppermine Gallery Error
(2) Okay.. so i have my gallery set up at photos.chantellepaige.org and everytime i try to access it i
get this error "Coppermine critical error: Unable to connect to database ! MySQL said: Access
denied for user 'giselle_copp1'@'localhost' (using password: YES)" how do i change
the password etc?? or fix the problem??....
Guessing Php Script
(2) I am looking for: freeware php quess the person in the photo game script....
Webmail Server Script
(2) Hi Guys! A friend of mine came to me asking me to help him write code for his server so that
his clients can go on his site and create a webmail account. I told him I'm not a programmer but
I googled the subject. I ran into SquirrelMail and was impressed with what it could do. Going
through the documentation I saw this QUOTE There are only two requirements for SquirrelMail:
A web server with PHP installed. PHP needs to be at least 4.1.0. Access to an IMAP server which
supports IMAP 4 rev 1. I have php5 running on my XPproSP3 but I don't know....
Login Script For Vbulletin.
(9) For some reason when I try to logon from the main page it doesnt work, it just brings me to the
forums unlogged. Anyone here have any ideas whats wrong with my coding? Heres the webpage:
www.ageofilluminati.com Heres the coding im Using: QUOTE
Forgot password? Register for free! ....
Need Help Installing Dolphin Community Script!
(5) I'm not sure if this is the right place to post this but I really need help in installing the
dolphin community script. I have absolutely no previous experience of scripts or programming. I
would really appreciate if someone could walk me through it step-by-step, or even do it for me by
logging into my cpanel. I have tried to install it my self but I'm a little confused. I'm
sure it won't take very long at all for someone who has done this before.....
Php Downloads Script
(4) I've been looking all over the net for a PHP script which can provide an interface to browse a
downloads database. The database could be powered by MySQL. If you know a script like this, please
post it here. Thanks in advance, Ironchicken.....
Loaing Script
(3) hello, I'm looking for a preloader script for my site. like it will display an loading
image while the site is loading and the once the page has loaded the image will disapear. i tryed
searching for one on google but i could not find one, i think i searched for the worng thing. if
some one knows how to make one or where i can find one that would be great. Thanks....
Invite Script..
(2) I didn't know where else to put it /sad.gif" style="vertical-align:middle" emoid=":("
border="0" alt="sad.gif" /> If moderators find another forum more suitable plz move this one
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I am looking
for some sort of sript or program that let's people on your website invite friends. Like they
put in their Emailadress and mails are send to everyone in their list.. I hope someone can help me
/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Greetzz....
Background Image Swap Script
Change a Background Image based on clock time (15) Background Image Changer Script To swap the background image from your CSS file according to the
Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {
background: url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the
folder, place three images named morning.png, day.png, night.png. 4.) Also, in the same folder,
create an index.php file and copy/paste the following script. CODE <?php $hour =
date('H'); if ($hour < 12 ) { $image =
"morning.png"; } ....
Html Code Tester. Online Script
(15) Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
Current script: CODE <?php //Save this as something like htmltest.php function
CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
input $html_safe=str_replace("<?php"," ",$html_unsafe);
//Starts security measures $html_safe=str_replace("?>","
",$html_sa....
Javascript : No Right Click Script !@
This script will allow you to protect your source coad ! (12) This script will help you to protect your source code Add this to Section of your site
! HTML <script language=JavaScript> var message="Function Disabled!";
/////////////////////////////////// function clickIE4(){ if
(event.button==2){ alert(message); return false; } } function
clickNS4(e){ if
(document.layers||document.getElementById&&!document.all){ if
(e.which==2||e.which==3){ alert(message); return false; } } }
if (docume....
Free Myspace Script?!?
I didn't know that was possible . . . . (3) I was looking for scripts to put on my website one day, and it turned up this!
http://www.phpizabi.net/ It's a free open-source script, and it has most of the qualities of
myspace.com! And best of all, you can mend it the way you want! I might use it, but on one
of my subdomains . . . . My friend already tried it out, he said it works fine! His website is
under construction right now, but I'll give you the link to it when he's done . . .....
Watermark Your Image With Simple Php Script
found it on the net (35) This script was found on the net http://tips-scripts.com/?tip=watermark#tip B&T's Tips &
Scripts site. Just in case the site may not show, I will include the code here: List of things
needed: 1. your image in any format 2. watermark image--in gif format with transparent background 3.
script below with name (i.e. watermark.php) CODE <?php // this script creates a watermarked
image from an image file - can be a .jpg .gif or .png file // where watermark.gif is a mostly
transparent gif image with the watermark - goes in the same directory as this script // ....
Expanding Image Gallery
Images Expanding on a mousover (6) I was looking through wired today, and i noticed :
http://www.hotwired.com/webmonkey/06/08/index2a.html looks like a pretty nifty image gallery
effect, though i noticed that it wont display properly in FireFox. Does anyone have any links or
examples of other image gallery code, i find it pretty fascinating.....
Delay X Seconds In Flash
how to action script that (1) How do i have to do, to tell a frame to wait x seconds after it continues playing? In Macromedia
Flash, of course... Like: CODE stop(); "wait x seconds"; play();
Thanks....
Web Surfing- Script Needed
(2) We all know of anonymouse web surfing, Sites like http://anonymouse.ws/cgi-bin/anon-www.cgi Offer
peope to surf the internet anonymousely, The site has baners and ads showing up and does not support
all links. Does anyone know what script they use or where i could get one from, What script do they
use? Also if anyone jnows how to make my own? I really want this as a addon for my site, So all help
would be appriciated. Thanks, Mbd5882....
[help] Java Script: Window.open
Works with Firefox, not IE (8) CODE <HEAD> var popUpWin=0; function popUpWindow(URLStr) {
if(popUpWin) { if(!popUpWin.closed) popUpWin.close(); }
popUpWin = open(URLStr, 'GunBound Tactics: Screenshots',
'width=820,height=550,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,top=90,left=90')
;; } </HEAD> <BODY> <a
href="javascript:popUpWindow('/f11/clipped.php');"><b>Clips&
#60;/b></a> This is a script for opening a new window. It works ....
Free Weather Feed Script
(1) If you are tired of providing your clients with weather feeds that take visitors off of their site
or slam their site with ads, I finally found one after searching for hours.
Here's a link to a
FREE php script that pulls the feed directly from any airport in the world to your site. It is easy
to customize and has simple, well documented installation instructions.
http://www.mattsscripts.co.uk/mweather.htm
hope you find it helpful... a good one for designers
to archive as you will most likely need it some day for a client.
Check out Matt's other free
scripts....
Php Quiz Script
Make quizzes for your site. (20) Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
doesnt do anything special but I am going to make an email mod for it so that it will email results
to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
editor and paste in the following code. CODE <?php $qid = "Quiz ID-00"; ?>
<html> <head> <title><? echo "Gamers Pub $qid";
?></title> </head> <body> <p><h3><? echo "....
Java Script Drop Down Menu With Css
- a full code for a dynamic drop down (2) Introduction This is a code that I use to dynamically create the drop down menus. First, you have
to edit the following code and put it in your Javascript. Notice : /*** SET BUTTON'S FOLDER HERE
***/. Edit that to your folder. Also, the /*** SET BUTTONS' FILENAMES HERE ***/. This creates a
mouseover when the drop down is activated. Put all your onmouseover images under: oversources = new
array; and your onmouseout images under : upsources. Be sure to set your on and out images above
each other. CODE /*** SET BUTTON'S FOLDER HERE ***/ var buttonFold....
Could Someone Make A Php Script For Me?
Script to manage clans and players (3) Does someone know a script where you can 1. Add clans to a roster 2. Edit clans on a roster 3. Add
players too a clan 4. Edit players 5. Schedule matches 6. Add clan Leaders to manage their own clan
+ members 7. Add members to edit their own information And maybe some sort of scoreboard integrated
where you can put Wins, Draws and loses and that automaticly puts best clans on the top? If there
isnt such a script could someone create 1 for me? (its for a league ^^)....
Looking for php, gallery, php, script
|
|
Searching Video's for php, gallery, php, script
|
advertisement
|
|