|
Phoenix PHP have new site phoenixphp.net and there is two updated scripts - Onepage gallery and Butterfly online visitors counter.
One-page Gallery v.1.08
One-page Gallery is a image gallery which show your images with
a JPG (JPEG), GIF or PNG extension. One-page Gallery need only one page on your site, do all stuff dynamically in
fly without data bases or thumbs. One-page Gallery is fully customized.
BUG on IIS servers - SOLVED:
Hi, today (17.12.2006) I am solved bug whats comming out on IIS
servers. The troubles is coming up because different servers read different one PHP functions in images.php. Now,
I am tested my script on Linux, IIS and KFWS servers and it works OK.
BUG in text.php - SOLVED:
Hi, today (17.4.2007) I am solved bug what's coming out from text.php.
This file was record in error_log one "PHP Notice" and error_log is all time growing up. This is not in
correlation with basic script, but I am remove this bug and now everything works fine.
Copyright (C) 2006 Wangchuk Sonam
One-page Gallery is free software; you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
One-page Gallery is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free
Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
For newer version
check
http://www.phoenix.frihost.net/onepage/read_me.php
1. Grabs images from all folders included in "images"
folder
2. Shows three types of images - JPG (JPEG), GIF and PNG
3. Show horizontal or vertical menu bar with folder names
4. Does not need MySQL or any other DB
5. Does not need Java or JavaScript enabled
6. And much more...
Installation:
Extract onepage.zip in root folder.
In a new subfolder "onepage" find three files: read_me.htm,
custom.php, GNU License, folder "images" (empty), folder "css" (with onepage.css) and folder "prog"
(with onepage.php, display.php, rotator.php, images.php, frame.php and text.php).
You can instal One-page Gallery on PHP or HTML pages. For PHP
pages you can use few different way. But for both installations (PHP or HTML) first you need to insert folders with
images in "images" folder.
Note:
One-page Gallery using cached images for faster displaying. In some situation when image is just renamed One-page
Gallery didn't display image or didn't display right image. If you want rename some image we are recommend to use
save as option with new name and then delete old image.
Optimize your images for faster download and displaying.
Rename folders with new names. One-page Gallery will sort folders
by name (caps first). For double names use underscore. Some examples:
Folders:
Summer_2006
first_time_in_Japan
Me_and_my_family
autumn
winter
Result:
Me and my family Summer 2006 autumn first time in Japan winter
Note:
You cannot insert images directly in "images" folder.
PHP and HTML installation using iframe:
Good side of this installation type is no jumping page. When you change images and folders all stuff is working in
background. Bad side (if is!) little bit slower downloading of gallery page.
For installation on PHP page you
need to insert this code below on chosen page:
<?php
include $_SERVER["DOCUMENT_ROOT"] . "/onepage/prog/frame.php";
?>
For installation on HTML
page you need to insert this code below on chosen page:
<IFRAME SRC='prog/onepage.php' SCROLLING='no' NAME='onepage' WIDTH='600' HEIGHT='600' FRAMEBORDER='no'>
</IFRAME>
We are offer only this way for installation on HTML pages. Of
course, you need hosting what support PHP scripts, otherwise gallery cannot work.
NOTE for HTML installation:
Change iframe Width and Height independent of values in
custom.php.
If page where you want insert gallery is not in onepage folder you must properly set SRC, too.
NOTE for both installation:
If you want to change positions of folder bar, main display or images bar you can change onepage.php. For some design
changes (what is not presented in custom.php) you need to change settings in onepage.css in "CSS" folder.
PHP installation using one include
function:
This installation is quite simple, too. Good side of this installation is faster displaying. Bad side - user always
must scrolling down if your gallery is not near the top of the page. For this installation just put code below on
your php page:
<?php
include_once $_SERVER["DOCUMENT_ROOT"] . "/onepage/prog/onepage.php";
?>
PHP installation using separate include
functions:
Good side of this installation is better possibility for page design.
First you need on very top of your page insert this code below:
<?php
include_once $_SERVER["DOCUMENT_ROOT"] . "/onepage/custom.php";
include_once $_SERVER["DOCUMENT_ROOT"] . "/onepage/prog/rotator.php";
?>
Second is CSS. Put this code below between <head>
and </head> in HTML code on your page.
<link rel="stylesheet" href="css/onepage.css" type="text/css">
Note:
Set properly "href" if your page is not in onepage folder.
Third step have three components - display.php, images.php
and text.php. You can insert this components on different part of your page. Display.php is main window, images.php
is image bar and text.php is folder bar.
Main window:
<?php include_once $_SERVER["DOCUMENT_ROOT"] . "/onepage/prog/display.php"; ?>
Image bar:
<?php include_once $_SERVER["DOCUMENT_ROOT"] . "/onepage/prog/images.php"; ?>
Folder bar:
<?php include_once $_SERVER["DOCUMENT_ROOT"] . "/onepage/prog/text.php"; ?>
Now, your gallery very near to the end. For last
step open custom.php and customize One-page Gallery according to your preferences. You will find additional instructions
inside custom.php.
Thats all, folks. Have fun!
One-page Gallery v.1.08 is packed in onepage.zip file (16Kb)
Download now
3953 people have downloaded this script
If you use One-page Gallery and would like to help us please rate
it, place a link to us on your website or refer to us in one of good webmaster's forum. Thank you!
Other
scripts:
Linkspider allows other webmasters to trade link with your site, check if your link exist on their site and is it your link hidden somewhere in script, comment, etc.
Butterfly online visitor counter is simple PHP script for counting online visitors on your site.
Fisherman's Slide Show is PHP script that resizes and displays your images with JPG, GIF or PNG extension from chosen directory. It is nice and simple way to create presentations or image gallery on your site.
Chameleon PHP script shows randomly, or in dependent on user's local time, different background images or colors.
Hercules Image Rotator is a PHP script, which rotates your images/banners with a JPG (JPEG), GIF, or PNG extension from any location.
Multi_Download_Counter is PHP script for counting different downloaded items.
Multi_Hit_Counter is PHP script for counting all visitors on different pages.
My_REFERER is PHP script for checking access to favorite web pages (login, contact, etc.).
Please contact us
only about possible bug reports, comments or suggestions!
Home | Contact Us | Partners
|