Coppermine 1.3.0 FAQ
FAQ for Coppermine Photo Gallery v1.3.0
For credits and copyrights, see Coppermine documentation
There are always the same questions asked on the support forums for Coppermine Photo Gallery; that's why we decided to start a little FAQ on this issues.
Table of contents:
- Installation
- Upload
- Error messages
- Setup / Administration
- Add-ons / Modifications / Hacks
- I'm running my own server
- Coppermine Support board
Installation
What are the minimum requirements for the use of Coppermine 1.3.0 ?
What's GD and how can I get it?
GD is a graphical library which enables PHP to do image manipulation. You can download it at www.boutell.com/gd/. You will need to recompile PHP on (L)Unix systems, depending on your setup Apache as well. Most recent versions of PHP come with GD - go for a package. On most windows systems, you can just enable it in the php.ini file. (this can of course only be done if you're running your own server; if you're with a webhost: find out if your webspace has gd; if not: ask your webhost if you can have it or get another webhost).
What's ImageMagick and how can I get it?
ImageMagick is a graphical library for image manipulation. You can download it at imagemagick.org. There are sources available for Unix, Linux, Mac and Windows executables, as well as binary packages for various server operating systems. You can only install ImageMagick if you are running your own server, or you have shell access to it - you can not install ImageMagick if you're webhosted.
How do I find out which version of PHP I have?
create a blank file named "info.php", put this code into it: <?php phpinfo(); ?>, upload this file to your webserver and run it in your browser (e.g. http://www.yourdomain.com/info.php). In the very first line it should say "PHP Version X.Y.Z"
Please note: leaving info.php on your server might be a security risk; either delete it after use or move it into a password protected directory!
In cpg1.3.0 (or better), there's a phpinfo file (phpinfo.php) within the coppermine folder (you'll have to be logged in as admin though) - simply point your browser to http://yourdomain.tld/your_coppermine_folder/phpinfo.php .
How do I find out which version of GD I have?
create a blank file named "info.php", put this code into it: <?php phpinfo(); ?>, upload this file to your webserver and run it in your browser (e.g. http://www.yourdomain.com/info.php). Look for a table like this:
gd
| GD Support | enabled |
| GD Version | 1.6.2 or higher |
| FreeType Support | enabled |
| FreeType Linkage | with TTF library |
| JPG Support | enabled |
| PNG Support | enabled |
| WBMP Support | enabled |
Please note: leaving info.php on your server might be a security risk; either delete it after use or move it into a password protected directory!
In cpg1.3.0 (or better), there's a phpinfo file (phpinfo.php) within the coppermine folder (you'll have to be logged in as admin though) - simply point your browser to http://yourdomain.tld/your_coppermine_folder/phpinfo.php .
What's the difference between GD1 and GD2?
GD2 will create pictures with better quality (intermediate and thumbnails).
Here's an example taken from w-nailer: about resizing (Original pic size: 1024 x 768 pixels): |
 |  |
GD 1.8.4: ImageCreate ImageCopyResized 128 x 96 pixels | GD 2.0.1: ImageCreateTrueColor ImageCopyResampled 128 x 96 pixels |
Upgrading GD lib when coppermine is already installed will therefor not affect the pictures which are already created, but only new ones. You can not upgrade nor install GD lib unless you're running your own webserver - only your webhost can!
What are the steps to get Coppermine running?
as stated in the readme:
- Download Coppermine
- Unzip it to your harddrive
- Upload the stuff to your server
- chmod the folders "include" and "albums" for the script (the webserver, that is) to have read/write access
- point your browser to http://www.yoursite.com/coppermine/install.php and follow the directions of the install file (basically the mySQL-tables will be created there and the config table will be filled with default values)
- after successfull installation, delete install.php from your webserver
- point your browser to http://www.yoursite.com/coppermine/ , log in as admin, admin mode and do the config job (customizing your coppermine)
- Play around, toy a little, test if everything works
- Publish your site by linking it (e.g. from your homepage)
How can I install ImageMagick or GD?
You can only install ImageMagic or GD if you're running your own server or if you have at least shell access to your webserver. If you're hosted by a webhost you can only contact your webhost and ask them to install it for you or choose another webhost.
I'm short on webspace. Is there a "minimum install"?
This is of course a contradiction in terms: running a gallery page usually means you will need a lot of webspace for your pics, but if you only want to publish some pics and have little webspace left, there are some files that don't have to be uploaded or can be removed if not needed. It is however recommended that only experienced users create a minimum install; when in doubt, go for the full install.
- Remove all languages that you don't need (if your users are all from the same country).
It's recommended that you keep English anyway even if your users use another language, just for you as admin to be able to temporarily switch to English.
Delete all files in the lang-subfolder of your coppermine install except yourlanguage.php (e.g. if you're using french, delete all files but /lang/french.php and /lang/french-utf-8.php).
Webspace that can be saved (maximum): 2.9 MB
- Remove all language files that come with an encoding you don't need
You'll notice that for each language there are two files in the lang-folder: yourlanguage.php and yourlanguage-utf-8.php. You will need the utf-8 files only if you chose "Unicode(utf-8)" in "Character encoding" on your config page. Using Unicode (utf-8) will display the gallery in the language your page visitor has set in his browser. If you haven't chosen Unicode (utf-8) in coppermine config, it's safe to delete all language files with "utf-8" in their filenames from the lang folder.
Webspace that can be saved (maximum): 1.7 MB
- Remove all unnecessary themes
Remove all themes you won't use from your themes folder. If you're using a customized theme, it's recommended to leave the classic/default theme in place for administrative purposes.
Example: if you're using the theme "Eyeball" that comes with coppermine, you can safely delete the sub-folders "classic", "fruity", "hardwired", "igames", "mac_ox_x", "project_vii", "rainy_day", "styleguide" and "water_drop" from your themes folder.
Webspace that can be saved (maximum): 1 MB
- Remove the docs folder
The docs folder contains documents that are meant to help you set up and administer coppermine, but it doesn't have to be on your webserver. You can safely delete the docs folder from your webserver (or even don't upload it in the first place), but it's strongly recommended to keep the docs folder on your local machine for reference.
Webspace that can be saved (maximum): 0.5 MB
- Remove bridge files
The bridge files are being used for integration of coppermine with a bulletin board software like phpBB, YaBB SE, SMF etc. If you're not using bbs integration at all it is safe to delete the whole bridge folder from your webserver (or not upload it in the first place). If you are using bbs integration, you will have to keep the bridge file that corresponds to the bbs you're using - it's safe to delete all other bridge files that exist inside the bridge folder.
Webspace that can be saved (maximum): 137 KB
- Remove the flags
If you're not going to use the "select language by flags" option from the coppermine menu, it's safe to delete the flags folder (/your_coppermine_folder/images/flags/). If you are using the flags option, you can of course delete all flags you don't use at all.
Webspace that can be saved (maximum): 80 KB
- Remove files that are needed for install or upgrade only
Once Coppermine has been installed and is "up-and-running", you can safely delete the files that are needed for installing only: from the coppermine root folder, delete install.php, installer.css, update.php, upgrade-1.0-to-1.2.php. You can delete the folder "sql" as well.
If you want to update/upgrade your coppermine install later (once a new version comes out), you will of course have to re-upload the update files and the sql folder to your webserver.
Webspace that can be saved (maximum): 73 KB
Summary: a minimum install of coppermine will need approx. 3.3 MB of webspace.
Upload
General Upload Troubleshooting
When troubleshooting uploads in CPG 1.3, you are advised to change the upload settings in the Groups console to 'Single uploads only' and to activate 'Debug mode' in the Config console. Changing this setting negates some of the error masking done in the multiple upload setting. This will allow you to access more detailed error messages.
First and foremost: check your permissions on the /albums, /albums/userpics, and /albums/edit directories. All should be 777 or 755.
If you don't know what we mean when we write 777 or 755, you need to do a Google search on UNIX file permissions. Windows has a similar set of file permissions. You can usually set these permissions using your FTP client.
For those of you who skim over statements written in red letters, I will repeat to try to get your attention:
Yes, we are writing about something that could apply to YOU.
We repeat -- check your permissions on the /albums, /albums/userpics, and /albums/edit directories. All should be 777 or 755.
Yes, we want you to check the permissions of each folder even if you think you have already done this. Yes, we mean it.
Please keep in mind that HTTP uploads are limited by the restrictions placed upon them in PHP's configuration.
Things to check:
- max_input_time- 60 seconds is the default time limit for uploading files.
This time limit includes the time it takes for the files to upload, so if you exceed this limit, the file will not even parse, and the browser will not get a response. You can workaround this by trying to upload smaller or fewer files, or you can try uploading over broadband. The best solution, of course, is to increase the time limit to something more in line with your needs.
- upload_max_filesize - 2MB is the default limit for individual files.
- post_max_size - 8MB is the default limit for post requests.
- memory_limit - 8MB is the default size.
- PHP's LimitRequestBody - 512KB default limit. (mainly an issue on Redhat/Apache systems. Found in /etc/http/conf.d)
In general, upload_max_filesize < post_max_size < memory_limit in order for uploads to function properly. Coppermine may warn you if a file exceeds upload_max_filesize, but it cannot warn you if the total size of all the files exceeds the post limit or the memory limit.
- file_uploads This determines whether or not PHP will allow file uploads. It must be set to On.
- upload_tmp_dir This specifies the temporary directory where PHP stores uploaded files.
The most common issue caused by this setting is an open_basedir warning. In this situation, your server administrator has restricted the files that PHP can work with to a certain directory. If he does not create and specify a temporary directory within the open_basedir restriction, PHP will attempt to use the OS temporary directory, and it will be rebuffed by the open_basedir restriction.
Some notes about the different types of upload mechanisms available in CPG 1.3:
Multiple HTTP uploads are designed to handle a small number of files, and have been capped at 10. Therefore, they are not really suited for large numbers of files unless you have control over your php.ini configuration.
If you are looking to upload in excess of 15 or 20 files at a time, you should consider the batch add process or the XP_Publisher utility. Each has its own drawbacks and advantages.
The batch add process is fast, but it puts quite a load on the server and may experience timeouts. The XP Publisher utility is slower, but it limits the load on the server. Also, it avoids many of the pitfalls caused by the php.ini configuration by uploading each file in the set as an individual post request.
Error Messages
When installing I get the error Fatal error: Call to undefined function: imagecreatefromjpeg() in /include/picmgmt.inc.php on line 168. What does that mean?
This error means that the version of PHP installed on your server has no support for the GD image library.
If the ImageMagick suite is installed on your server you can try to use it, else you have to complain to your webhost (the GD image library is now a standard component of PHP and should normally be installed de facto). Coppermine won't run without gd or image magick.
When installing I get the error Warning: mkdir(dummy) [function.mkdir]: Permission denied in /your/path/to/coppermine/install.php on line 126. What does that mean?
The script must have the right to create and delete files.
- on *nix/linux-webservers:
chmod the coppermine directory (and all subdirectories) to 755 (rwxr-xr-x). To find more about chmod: check some of these fine chmod tutorials
- on Windows/IIS:
Check if the user the webserver runs the php-scripts under (usually called IUSR) has sufficient rights to read, execute, change, delete in the Coppermine folder. To find out how, ask your webhost or read the server manual if you're running the server yourself.
- on Windows/Apache:
Check the account Apache runs under an set the rights in the file-system.
I get the error "Warning: Empty Delimiter in search.inc.php line 33". What can I do?
Edit the file include/search.inc.php
Look for the line with
$charset = $CONFIG['charset'] == 'language file' ? $lang_charset : $CONFIG['charset'];
Replace it with :
$charset = $CONFIG['charset'] == 'language file' ? $GLOBALS['lang_charset'] : $CONFIG['charset'];
I get the error Zero Sized Reply during install. What can I do?
Some users experienced this error message during install:
While trying to retrieve the URL: http://yoursite.com/coppermine/install.php
The system returned:
Zero Sized Reply
Reason:
The remote server did not reply any data for this request.
Please try again later
It's unknown why this happens so far - those who have this error simply can't use Coppermine (sorry for that). If you have got an idea what causes this error (and possibly can come up with a solution), please visit the support board and clue us in!
I have the error message Warning: Undefined index: SCRIPT_NAME in /www.your-domain.com/include/init.inc.php on line 90. What can I do?
Try to edit the file include/init.inc.php:
change
$PHP_SELF = isset($HTTP_SERVER_VARS['REDIRECT_URL']) ? $HTTP_SERVER_VARS['REDIRECT_URL'] : $HTTP_SERVER_VARS['SCRIPT_NAME'];
to
$PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];
When a user tries to upload a picture I get the error message Impossible to move somepic.jpg to albums/userpics/ | Warning: move_uploaded_file(/tmp/phpezCYKr) [function.move-uploaded-file]: failed to create stream: Operation not permitted. What's wrong?
You should contact the admin of your webhost because usually you can't change the location of the temporary directory for file uploads yourself (it is part of PHP configuration) .
If the open basedir restriction is in effect on your site then the temp directory for file uploads should be one that you can access.
When uploading I get the error Warning: Undefined variable: HTTP_POST_VARS in include/init.inc.php on line 43. What can I do?
Check if your version of PHP fullfills the minimum requirements for Coppermine. If your version is 4.1.0 or better, then this error is probably caused by a misconfiguration of your server, so Coppermine isn't to blame in the first place. If the server isn't yours to configure properly (that is: if you're with a webhost), you can try this workaround (at your own risk):
Edit the file "init.inc.php" and look for
$PHP_SELF = isset($HTTP_SERVER_VARS['REDIRECT_URL']) ? $HTTP_SERVER_VARS['REDIRECT_URL'] : $HTTP_SERVER_VARS['SCRIPT_NAME'];
Replace it with
$PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];
Setup / Administration
How can I include a link in an album description or the caption of a pic?
Coppermine understands the following bbCodes (the same bbCodes that are used by phpBB) in image and album description:
| code |
output |
[b]bold text[/b] | bold text |
[i]italic[/i] | italic |
[url=http://www.foo.com/bar.html]URL text[/url] | URL text |
[email]user@domain.tld[/email] | user@domain.tld |
I don't want to show the last uploads on the start page. How do I edit what's shown on the start page of coppermine?
- login as admin into your CPG
- click on "Admin Mode" if it is not already enabled
- Click on Config in the "Admin Menu"
- under "Album list view" use the above provided keywords:
- 'breadcrumb': navigation inside the gallery (e.g. "home > category > subcategory > album")
- 'catlist': category list
- 'alblist': album list
- 'random': random pictures (leaving random pictures "on" for huge galleries with more than 10,000 pics might result in performance problems; switch random "off" in this case)
- 'lastup': last uploads
- 'topn': most viewed
- 'toprated': top rated
- 'lastcom': last comments
- 'lasthits': last viewed
- 'anycontent': inserts php-generated content that has to reside within the file 'anycontent.php' into the index page. Can be used to include banner-rotation scripts or similar.
(e.g. catlist/alblist/random,2/lastup,2 means "category list, album list, 2 rows of random pics, 2 rows of last uploads")
How do I remove/edit the bottom line "Powered by Coppermine" ?
You mustn't remove the line - it's part of the deal: you're allowed to use Coppermine on your site, but the line stays! It's more than justified to give credit where credit is due; be glad you're able to use such a great piece of software for free.
You are allowed to change the way the line looks by editing the CSS class to make it fit into the design of your site; edit /themes/yourtheme/style.css, look for the class "Footer" and change it as you wish.
Note: don't ask stupid questions on removing this line in the Coppermine Photo Gallery Support Board - your posting will be deleted!
I want to buy a license for Coppermine (and get rid of the "Powered by Coppermine" line). How?
As Coppermine itself is based on OpenSource software published under GNU/GPL (which allows the modification of the code, but disallows to sell the code, modified or not), you can not purchase a version of coppermine with the credit line removed. Read the file COPYING that comes with the distribution of Coppermine for details.
I don't want to use the feature XYZ of Coppermine. How can I remove it?
Just remove the link; edit /themes/yourtheme/theme.php, look for the feature you want to remove and comment out the HTML code.
Example: if you want to remove the ecard-feature, just look for
<td align="center" valign="middle" class="navmenu" width="48">
<a href="{ECARD_TGT}" title="{ECARD_TITLE}">
<img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
</td>
and replace it with
<!--<td align="center" valign="middle" class="navmenu" width="48">
<a href="{ECARD_TGT}" title="{ECARD_TITLE}">
<img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
</td>-->
How do I add a custom header/footer to Coppermine?
There are these files to look for:
- if you want to add static html-content (for example your site logo), edit /themes/yourtheme/template.html - add/remove anything you want, but be sure to leave everything in that is in brackets.
- if you want dynamic content (or want to add PHP-code), edit the file /themes/yourtheme/theme.php
- if you want the edit the color scheme of a theme to match the "look-and-feel" of your site, edit /themes/yourtheme/style.css
- if you know PHP (at least a little) and want to use PHP-includes, look for function pageheader in /themes/yourtheme/theme.php and edit change it like this:
function pageheader($section, $meta = '')
{
global $CONFIG, $THEME_DIR;
global $template_header, $lang_charset, $lang_text_dir;
if(empty($custom_header)){
include('/path/your_file.php');
static $custom_header = ob_get_contents();
ob_clean();
}
header('P3P: CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"');
user_save_profile();
$template_vars = array(
'{LANG_DIR}' => $lang_text_dir,
'{TITLE}' => $CONFIG['gallery_name'].' - '.$section,
'{CHARSET}' => $CONFIG['charset'] == 'language file' ? $lang_charset : $CONFIG['charset'],
'{META}' => $meta,
'{GAL_NAME}' => $CONFIG['gallery_name'],
'{GAL_DESCRIPTION}' => $CONFIG['gallery_description'],
'{MAIN_MENU}' => theme_main_menu(),
'{ADMIN_MENU}' => theme_admin_mode_menu(),
'{CUSTOM_HEADER}' => $custom_header,
);
echo template_eval($template_header, $template_vars);
}
You will need to add a new field {CUSTOM_HEADER} in your template.html file.
How do I create an album that anyone can add photos to?
(assuming you have already created at least one category with at least one album where the uploads should go to):
- log in as admin
- admin mode
- Groups
- Group name "anonymous" - give them quota and upload rights
- Album list
- choose category
- next to the appropriate album, click on "properties"
- turn "Visitors can upload pictures" to "yes" and click "update album"
- provide an upload link in your navigation if it's not already there (check /themes/yourtheme/theme.php)
How can I backup my coppermine database?
There's no built-in backup solution for coppermine available yet. Meanwhile, backup your directory/file structure via good old ftp and use a tool like phpMyAdmin to backup the database (many webhosts that offer mySQL also offer a pre-installed version of phpMyAdmin - go for that!). PhpMyAdmin is easy to install: just download the distribution, unzip it to your harddrive, edit one config file and upload it to your server.
Here's a small "howto backup a database with phpMyAdmin":
- get the software, install it (remember to password-protect it)
- point your browser to the location you installed it on
- click your database name in the left frame
- in "View dump (schema) of database" select the table(s) you want to back up (press CTRL to select more than one table)
- mark "Structure and data"
- check "Save as file"
- check "zipped"
- DON'T check "Add 'drop table'" - your database will be erased, if you do
- press "go"
- save the file on your harddisk (depending on the speed of your connection this could take a while)
The fullsize-pic doesn't pop up when clicking on the intermediate size pic. What's wrong?
You probably over-edited your template: you'll definitely need the line <script type="text/javascript" src="scripts.js"></script> inside /themes/yourtheme/template.html to make the pop-up window work...
The <head>-part of your template file should look like this:
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
{META}
<link rel="stylesheet" href="themes/default/style.css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
- just check the default theme that comes with coppermine if you're unsure.
How can I let unregistered users see the thumbnails only, but not the actual pictures?
Edit displayimage.php and add
if (!USER_ID) cpg_die(ERROR, 'You need to register to access this page', __FILE__, __LINE__);
just before
/**************************************************************************
* Local functions definition
**************************************************************************/
How can I prevent other sites linking directly to the pictures in my gallery instead of the gallery page?
Prevent "hotlinking" by creating a .htaccess file in the albums folder and adding this:
SetEnvIfNoCase Referer "^http://www.yourdomian.com/" locally_linked=1
SetEnvIfNoCase Referer "^http://yourdomain.com/" locally_linked=1
SetEnvIf Referer "^$" locally_linked=1
<FilesMatch "\.(gif|png|jpe?g)$">
Order Allow,Deny
Allow from env=locally_linked
</FilesMatch>
This will only work on linux/unix and only if you're allowed to do that by your webhost or if you run your own server!
I tried to change the language on the config page, but it doesn't work. What's wrong?
"Character encoding" is probably set (or has been set sometime ago) to UTF-8 on your config page.
When UTF-8 is selected, Coppermine chooses your language file based on your browser configuration and stores the value in a cookie. This overrides the value stored in the CONFIG.
To fix that:
- Set "Character encoding" to Default (language file)
- Then call the script with http://yoursite.com/coppermine_dir/index.php?lang=xxx (this will reset the cookie)
How do I let guests, not only registered users to put comments on pictures?
- log in as admin
- admin mode
- groups
- "Anonymous" - "Can post comments" - "yes"
- Apply modifications
To change the settings by album (above steps must have been made):
- log in as admin
- admin mode
- In Category view, click on the album
- Properties
- "Permissions for this album" - "Visitors can post comments" - "Yes"
- "Update album"
I can't upload with the upload feature. What's wrong?
If you get the error message No picture was uploaded. If you have really selected a picture to upload, check that the server allows file uploads..., check if there's a problem with HTTP uploads on your server - they may have been disabled or improperly configured. In phpinfo(), check that "file_uploads" is ON, "upload_max_filesize" is something like 2M and "upload_tmp_dir" is a valid directory!
How do I change the order of categories?
- log in as admin
- admin mode
- categories
- use the "arrow up"- and "arrow down"-buttons to change the order of categories
I can't delete a certain picture with ftp. What can I do?
It is not Coppermine that doesn't let you delete the picture, it is your FTP server. The problem is due to the configuration of your server. Try to delete your picture from within the script.
If PHP on your server runs under the user nobody then all files created by any PHP script (this is not specific to Coppermine) will be owned by nobody. There is no way to change that.
0777 should not be the default mode for directories because it may be completely unsafe, if your gallery is running on a shared server and PHP safe mode is not enabled, anybody having an account on the server can possibly delete your pictures. There have been several threads on this issue on the Menalto Gallery forum and several users have seen their gallery hacked and destoyed because of that. This issue is not specific to Photo galleries, it applies to all PHP scripts that create directories. Provided you have write access to a directory, you can delete any file it contains, even if you don't have write access to the file itself.
I prefer to have 20 persons complaining LOUDLY and REPEATINGLY that they have to contact their sysadmin to uninstal Coppermine, that this is an issue and possibly switching to another gallery because of that rather than 1 person complaining that all his pictures have been erased.
If you disagree spend you time reading :
http://www.zend.com/manual/function.mkdir.php
http://www.zend.com/manual/function.chmod.php
rather than posting in this forum.
It is the decision of the sysadmin to run PHP as an Apache module and the fact that all files/dir created by PHP be owned by nobody for instance is the result of this decision. So sysadmins should not complain when you ask them to remove some files or directory.
On the webhost this site is running on, everything works fine when directory are created with mode 755 and all files/dir created by PHP are owned by the chezgreg user which is the user I use when connecting by FTP. Also if one of the file/directory on my site has a mode of 777, the server will shutdown my site and send me an email warning me that this is unsafe.
Greg |
I can't upload big pics. What's wrong?
The max. size of pics is limited by various settings - to find out why you can't upload big picks, check the following:
- make sure you have enough webspace left (remember that you need space for the full size pic, the intermediate size pic and the thumbnail!)
- when logged in as admin check your "Group" settings: the groups (even the admin group!) have limits that can be configured there
- Browser time-out: commonly-used Internet Explorer has a time-out function: if your upload isn't finished within a certain period, the browser will time-out (applies especially to dial-up connections)
- There's a maximum limit set up in the PHP config of your server. If you're with a webhost there's little you can do, but if you're running your own server, check php.ini and look for LimitRequestBody - this value (in bytes) in the max upload allowed by php/html
I can't login to Coppermine. What's wrong?
This is most likely a cookie issue:
- If you're running Internet Explorer 6, you'll have to enable the acceptance of cookies. Click on "Tools" - "Internet Options" - "Privacy" and add your site to the list of sites that are trusted, or set the slider to a lower level.
- Sometimes IE will not handle Cookies properly. Close your browser, try deleting all local cookies manually and start your browser again
- Check if you're running a software that interferes with acceptance of cookies like personal firewalls (ZoneAlarm, Tiny, Cookie Washer etc.) and turn them off to see if cookies are accepted then
- Try using another browser (like Opera, which is rather small to download and can be removed easily). It's a generally a good idea to have some different browsers on your local machine to check if your site is displayed correctly not only in your favourite browser
- If you're using subdomains and the dev version of coppermine or some mod on a different subdomain (like gallery.yoursite.com and board.yoursite.com) this could also cause problems: a subdomain is a different domain (in fact foo.com and bar.com are subdomains of the tld ".com", so regarding cookies they are as different domains as bbs.yoursite.com and comics.yoursite.com). Of course you can "hack some sense" into the scripts, but usually bbs are hard to trick to make them more hack-proof.
How can I move an album from one category to another?
- log in as admin
- admin mode
- click on a category
- click "Properties" of the album you want to move
- in the dropdown box next to "Album category", choose the category you want to move the album to
- click "Update album"
How can I change the sorting order of the albums?
By default the album appear in the order they were created. If you want to adjust the sorting order, do this:
- log in as admin
- "admin mode"
- "Albums"
- choose a category in the dropdown list
- highlight an album by clicking on it once
- use the up
and down
buttons to change the position
- click "apply modifications"
- Confirm the message "Are you sure you want to make these modifications ?" with "OK"
I don't use the intermediate pictures anymore. How can I delete them to gain disk space?
How do albums and folders work in coppermine?
- When you create an album, it is a 'virtual' album. Coppermine doesn't create a folder for this album on the server's hard drive, it leaves the pictures where they are on the server, and uses the database to know which pic belongs in which album. You can move pics from album to album, but this is all done in the database, the pics are never moved on the server.
- When you upload by html, using the 'upload' link, coppermine places the pic (and the thumb and normal size copies) in the 'userpics' directory.
- When you upload by ftp, you should place the pics in a folder you create, within the 'albums' folder, but not in the 'userpics' folder. You can create as many folders/sub-folders here as you want. You can call these folders anything you want, but we recommend mirroring the category/album structure you have created on the site, for eae of use.
- When you batch add, coppermine asks you what album you want to put the pics in, but it leaves the pics where they are on the server.
How can I move albums from one category to another?
- log in as admin
- admin mode
- create categories (using category manager from admin menu)
- go to the index page of your gallery
- click "Properties" next to the album thumbnail
- From the dropdown list "Album category", choose the category the album should go to
- Click "Update Album"
Add-ons / Modifications / Hacks
How can I change the order of the pics when editing them?
By default, the pics are shown alphabetically when you edit them. To change the sorting order to "by date", edit editpics.php and change
$result = db_query("SELECT * FROM {$CONFIG['TABLE_PICTURES']} WHERE aid = '$album_id' ORDER BY filename LIMIT $start, $count");
to
$result = db_query("SELECT * FROM {$CONFIG['TABLE_PICTURES']} WHERE aid = '$album_id' ORDER BY pid LIMIT $start, $count");
How can I create a menu that's shown on the right side of the gallery?
When the template.html is read, it is split in 2. What is before the {GALLERY} tag is output by the pageheader function, what is after by the pagefooter function.
If your menu is in the "footer" you need to modify your theme.php file
$template_vars = array(
'{LANG_DIR}' => $lang_text_dir,
'{TITLE}' => $CONFIG['gallery_name'].' - '.$section,
'{CHARSET}' => $CONFIG['charset'] == 'language file' ? $lang_charset : $CONFIG['charset'],
'{META}' => $meta,
'{GAL_NAME}' => $CONFIG['gallery_name'],
'{GAL_DESCRIPTION}' => $CONFIG['gallery_description'],
'{MAIN_MENU}' => theme_main_menu(),
'{ADMIN_MENU}' => theme_admin_mode_menu()
);
echo template_eval($template_header, $template_vars);
will become
$template_vars = array(
'{LANG_DIR}' => $lang_text_dir,
'{TITLE}' => $CONFIG['gallery_name'].' - '.$section,
'{CHARSET}' => $CONFIG['charset'] == 'language file' ? $lang_charset : $CONFIG['charset'],
'{META}' => $meta,
'{GAL_NAME}' => $CONFIG['gallery_name'],
'{GAL_DESCRIPTION}' => $CONFIG['gallery_description'],
);
echo template_eval($template_header, $template_vars);
and
echo $template_footer;
will become
$template_vars = array(
'{MAIN_MENU}' => theme_main_menu(),
'{ADMIN_MENU}' => theme_admin_mode_menu()
);
echo template_eval($template_footer, $template_vars);
How can I send a user directly to his private album once he logs in?
edit
login.php
and search for
pageheader($lang_login_php['login'],"<META http-equiv=\"refresh\" content=\"3;url=$referer\">");
and add before it
$referer = 'index.php?cat='.(FIRST_USER_CAT+$USER_DATA['user_id']);
How can I prevent unregistered user from viewing the gallery?
edit
displayimage.php
and search for
/**************************************************************************
* Local functions definition
**************************************************************************/
and add before it
if (!USER_ID) cpg_die(ERROR, 'You need to register to access this page', __FILE__, __LINE__);
How can I display the name of the uploader with the picture info?
Warning: this is quite a complicated hack for a newbie to perform!
Edit displayimage.php and search for:
$info[$lang_picinfo['Filename']] = htmlspecialchars($CURRENT_PIC_DATA['filename']);
add after it:
$info[$lang_picinfo['Username']] = htmlspecialchars($CURRENT_PIC_DATA['user_name']);.
Then open /include/functions.inc.php and search for following in function get_pic_data():
if($select_columns != '*') $select_columns .= ', title, caption';
and replace it with:
if($select_columns != '*') $select_columns .= ', title, caption, user_name';.
After that search for:
$result = db_query("SELECT $select_columns from {$CONFIG['TABLE_PICTURES']} WHERE aid='$album' $approved $ALBUM_SET ORDER BY $sort_order $limit");
and replace it with:
$result = db_query("SELECT $select_columns from {$CONFIG['TABLE_PICTURES']} AS p LEFT JOIN {$CONFIG['TABLE_USERS']} AS u ON u.user_id = p.owner_id WHERE p.aid='$album' $approved $ALBUM_SET ORDER BY $sort_order $limit");
Then you have to add the language string for the username. Open /lang/yourlang.php and search for:
$lang_picinfo = array(
and add after that:
'Username' => 'Username',
Also you need to execute this query in MySQL (with a tool like phpMyAdmin):
ALTER TABLE `cpg11d_pictures` ADD INDEX ( `owner_id` );
(If your table_prefix is not cpg11d_ then you need to change it in the query)
How do I enable clickable links in custom user fields?
edit displayimage.php and change
$info[$CONFIG['user_field'.$i.'_name']] = make_clickable($CURRENT_PIC_DATA['user'.$i]);
into
$info[$CONFIG['user_field'.$i.'_name']] = bb_decode($CURRENT_PIC_DATA['user'.$i]);
In order to allow the use of BBCodes in custom fields: you can then have something like
[url]http://www.somesite.com/foo/bar.php?whatever=42[/url]
or
[url=http://www.somesite.com/foo/bar.php?whatever=42]link to some site![/url]
in your custom user fields (which of course have to be enabled first in the config page)
How can I sort the thumbnails by user defined (custom) fields?
- edit /includes/functions.inc.php
change
$sort_array = array('na' => 'filename ASC', 'nd' => 'filename DESC', 'da' => 'pid ASC', 'dd' => 'pid DESC');
to
$sort_array = array(
'na' => 'filename ASC',
'nd' => 'filename DESC',
'da' => 'pid ASC',
'dd' => 'pid DESC',
'f1a' => 'user1 ASC',
'f1d' => 'user1 DESC',
'f2a' => 'user2 ASC',
'f2d' => 'user2 DESC',
'f3a' => 'user3 ASC',
'f3d' => 'user3 DESC',
'f4a' => 'user1 ASC',
'f4d' => 'user1 DESC'
);
- edit /themes/yourtheme/theme.php
- change
// The sort order options are not available for meta albums
if ($sort_options){
$param = array(
'{ALBUM_NAME}' => $album_name,
'{AID}' => $aid,
'{PAGE}' => $page,
'{NAME}' => $lang_thumb_view['name'],
'{DATE}' => $lang_thumb_view['date'],
'{SORT_NA}' => $lang_thumb_view['sort_na'],
'{SORT_ND}' => $lang_thumb_view['sort_nd'],
'{SORT_DA}' => $lang_thumb_view['sort_da'],
'{SORT_DD}' => $lang_thumb_view['sort_dd'],
);
to
// The sort order options are not available for meta albums
if ($sort_options){
$param = array(
'{ALBUM_NAME}' => $album_name,
'{AID}' => $aid,
'{PAGE}' => $page,
'{NAME}' => $lang_thumb_view['name'],
'{DATE}' => $lang_thumb_view['date'],
'{SORT_NA}' => $lang_thumb_view['sort_na'],
'{SORT_ND}' => $lang_thumb_view['sort_nd'],
'{SORT_DA}' => $lang_thumb_view['sort_da'],
'{SORT_DD}' => $lang_thumb_view['sort_dd'],
// Exxodus Sorting
'{FIELD1}' => $CONFIG['user_field1_name'],
'{FIELD2}' => $CONFIG['user_field2_name'],
'{FIELD3}' => $CONFIG['user_field3_name'],
'{FIELD4}' => $CONFIG['user_field4_name'],
// Exxodus Sorting
);
- modify the lines after $template_thumb_view_title_row like this:
// HTML template for title row of the thumbnail view (album title + sort options)
// Exxodus (Adding Sorting by UserField)
$template_thumb_view_title_row = <<<EOT
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
<td><img src="images/spacer.gif" width="1"></td>
<td class="sortorder_cell">
<table height="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="sortorder_options">{NAME}</td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=na" title="{SORT_NA}">&+&</a>/</span></td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=nd" title="{SORT_ND}">&-&</a></span></td>
</tr>
<tr>
<td class="sortorder_options">{DATE}</td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=da" title="{SORT_DA}">&+&</a>/</span></td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=dd" title="{SORT_DD}">&-&</a></span></td>
</tr>
</table>
</td>
<td><img src="images/spacer.gif" width="10"></td>
<td class="sortorder_cell">
<table height="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="sortorder_options">{FIELD1}</td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f1a">&+&</a>/</span></td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f1d">&-&</a></span></td>
</tr>
<tr>
<td class="sortorder_options">{FIELD2}</td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f2a">&+&</a>/</span></td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f2d">&-&</a></span></td>
</tr>
</table>
</td>
<td><img src="images/spacer.gif" width="10"></td>
<td class="sortorder_cell">
<table height="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="sortorder_options">{FIELD3}</td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f3a">&+&</a>/</span></td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f3d">&-&</a></span></td>
</tr>
<tr>
<td class="sortorder_options">{FIELD4}</td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f4a">&+&</a>/</span></td>
<td class="sortorder_options"><span class="statlink">
<a href="thumbnails.php?album={AID}&page={PAGE}&sort=f4d">&-&</a></span></td>
</tr>
</table>
</td>
</tr>
</table>
EOT;
How do I enable IPTC support?
edit /includes/picmgmt.inc.php and search for
$imagesize = getimagesize($image);
replace with:
$imagesize = getimagesize($image,&$info);
$iptc = iptcparse($info["APP13"]);
if (is_array($iptc)) {
$caption.=$iptc['2#120'][0];
$title.=$iptc['2#105'][0];
(is_array($iptc['2#025'])) && ($keywords.=implode(" ", $iptc['2#025']));
}
This hack hasn't been tested, use at your own risk...!
How can I add some output directly before the line "Powered by Coppermine"?
Edit /themes/yourtheme/theme.php, look for echo $template_footer and add the stuff you want to output in a line before it, like print '<span class="footer"><a href="http://www.mylink.com/foo.htm">My Link</a></span>';
Common PHP errors and how to get rid of them...
There are a lot of people (especially PHP newbies) that post questions like I get the error "Parse error: parse error in XXX" and don't know what to do about it. That's why I translated this list of common errors (and a solution how to fix them) from the original german article in Dr. Web :
- Parse error: parse error in C:\Apache\htdocs\read.php on line 8 - This error message refers to an error in the PHP syntax. You probably forgot to end a line with ; or you have too many brackets opened or closed ({).
- Fatal error: Call to unsupported/undefined function ... in C:\Apache\htdocs\read.php on line 8 - This error means that the function your script was going to use isn't defined in the current PHP version with modules, or if yo're using user-defined functions that your function hasn't been defined yet (this is usually caused if you forgot to include the function definition).
- Warning: Wrong parameter ... for ... in C:\Apache\htdocs\read.php on line 8 - you have handed over too many (or the wrong) parameters to the function. If it's a built-in php-function, check the manual; if it's a user-defined function, check your code.
- Warning: Cannot add header information - header was already sent ... in C:\Apache\htdocs\read.php on line 4 - you had some text output first (e.g. the doctype declaration or <html>) and called the function header() afterwards. This is most often the case when using cookie stuff. Remember you can not use header() twice!
- Parse error: parser stack overflow in C:\Apache\htdocs\read.php - PHP is out of memory - this usually happens if you built an eternal loop, especially when using include statements.
- Warning: fopen("file.txt","r+") - No such file or directory - the requested file or directory doesn't exist. Check the spelling (accuracy counts here).
- SAFE MODE Restriction in effect. The script whose uid is 531 is not allowed to access... - The safe mode is switched on. Some functions in the upload systems can't be used. Usually your webhost has put safe mode in place (often not correctly configured). Try switching silly_safe_mode on.
Can I rename template.html to template.php to include PHP code in my template?
No, this is simply not the way coppermine works; for "normal" pages the name of the extension tells the webserver wether the file should be parsed by the PHP interpreter. The template files within the themes folder are not being parsed this way - the extension .html was just chosen to make editing easier. You can not have PHP code in the template file, no matter how you name it - that's it!
How can I prevent users from saving (stealing) my pictures?
You can not completely prevent users from stealing your pics - that's the way the www works: if a picture is being displayed in the browser, the user already has a copy of it on his hard drive. There are however some methods to make it harder for newbie users to steal your pics:
I'm running my own server
How do I enable gd on my Windows server?
GD 1.x 2.x are normally part of all standard PHP distributions under Windows
To check if you have it, go to the directory where you installed PHP, go to the "extensions" subdir and see if you have a file named "php_gd2.dll".
Sometimes you also need to edit your php.ini file (located in windows directory normally) and remove the ";" that is at the beggining of the line:
extension=php_gd2.dll (at the end of the file). This will cause PHP to load the GD2 extension.
Whenever you make changes to php.ini, remember that you may need to restart your webserver.
ImageMagick it quite complicated to use under Windows
Greg
How do I enable ImageMagick on my Windows server?
ImageMagick is quite complicated to set up on Windows. There are several things to be taken into account. The Coppermine support board is not the right place to ask for help on installing it, as it deals with Coppermine, not "How to set up a server" (most people on the Coppermine boards don't run their own webserver, but they have webspace by a webhost). Instead, try to find support boards on the internet that deal with this special topic.
Coppermine Support board
These are (alas) not-so-frequently-asked-questions on the support board. Before posting on the Support board (or, in fact, any board), please read this:
I don't know PHP/mySQL...
No problem with that, everyone has been a newbie once he started, but: please don't start each and every posting by stating "I'm a newbie", "I don't know anything about PHP" etc.
Mostly, one can tell that by your question itself, no need to apologize...
I've posted my question a while ago, but nobody answers. What the...?
The support board is not a hotline. Although there are many visitors to the site, only a few do actually support - on a free, voluntary base. We don't get paid for it, we have a life, a job, a family. We are away sometimes.
If you don't get an answer to your question:
- make sure you have given us enough time to react (days, not hours!)
- maybe nobody knows the answer to your problem
- maybe your question has been asked very often
- maybe your posting has been rude or impolite and you're ignored for that reason
- maybe you requested a feature that requires a lot of coding, and none of those who are able to do it have a need for the feature
How should I write my question?
If you have a question, make sure you provide as much information as possible:
- a link to your gallery is most often the only way to help - provide it with your question, or even better: edit your profile on the support board and enter the url of your page there!
- when addressing server issues, make sure to provide information on your server (OS, server, PHP version, mySQL version, gd lib version, safe mode on/off?). Most information can be retrieved by phpinfo()
- if it's a client issue, give us information at least to your client's OS and browser
- Give us a screenshot, if necessary
- use a proper subject line: state in the subject line what your question is actually about! Most supporters are reluctant to answer to a posting that has a silly subject line like "I have a question" or "Install problem" or "feature request" or "help me pleeeeaaaase"
I've run into trouble. What should I do first (before posting on the board)?
- read the readme that comes with the coppermine distribution
- read the documentation
- read this FAQ
- Search the support board
- enable debug mode (log in as admin, admin mode, config, debug mode)
- choose the right support board: if you're running the phpnuke-port of coppermine, don't post in the support board for the standalone version and vice versa
Hey, by looking at your profile I can see you're German/French/Whatever. Can I post a question in that language?
Please do not post in another language than English - this way, others may benefit from your question (and the answer), too. Don't be afraid to write "bad english" - no one will laugh at you, and most visitor's first language isn't english either! There's a german support board available at http://forum.the-service.de/ - use it if you' not able to write in English!
May I email/pm/im you for support?
No you mustn't! Post your question on the Coppermine support board (publicly) - if we (the community) don't find a solution and I have the time and I want to I'll email/pm/im you!
Who are you anyway?
We are a group of people who decided to form a team to develop Coppermine further - check the team page for details...
This FAQ is a work in progress, please contribute in the Coppermine Photo Gallery Support Board (don't contact me to ask for fixes of your Coppermine install). Please report any bugs, typos etc.
Check the online-version of this document for updates!
Have fun!
GauGau (aka Joachim Mueller) - coppermine dev team
Powered by Sourceforge.net
lisa bonet topless lisa bonet topless
spoke atom masturbation before sex masturbation before sex
was expressed sophia bush porn pics sophia bush porn pics
two persons doityourself dildo doityourself dildo
of truth situationally blondes and tits blondes and tits
wall catch mount otk spanking and romance otk spanking and romance
Management found getting hard cocks getting hard cocks
thought of as superior to sexiest naked woman sexiest naked woman
includes numerous unique naked suntanning photos naked suntanning photos
ball yet dolph lundgren nude dolph lundgren nude
difference within sneeky upskirts sneeky upskirts
neurology or afrikan booty afrikan booty
oxygen sugar death jewis pussy jewis pussy
your philosophy playboy real sex playboy real sex
true during hundred five looking down shirts tits looking down shirts tits
contemporary connotative grandmothers pussy grandmothers pussy
and then gave us cysts anal cysts anal
many direct nervous virgins first time nervous virgins first time
naturalized epistemology back thick sexy women banged thick sexy women banged
about infinity kateryne natural boobs kateryne natural boobs
individuals who were abby titmuss porn abby titmuss porn
true beliefs amounted sex with dog pic sex with dog pic
that idealist and realist sexual white wives sexual white wives
mentioned and their bat in anal bat in anal
The science of medicine nude koreans nude koreans
Lectures in however latex webcams for free latex webcams for free
home read hand drawn together xxx drawn together xxx
experience score apple kosovo tina porn kosovo tina porn
business personal finance pron animate pron animate
no most people my over hentai flcl hentai flcl
released a single lauren hewett nude lauren hewett nude
continued exposure vaness hodges nude vaness hodges nude
Now I'm bored patricia wettig nude photos patricia wettig nude photos
then resorted either teen farm fuck teen farm fuck
I may add that donkey sex videos donkey sex videos
with reference britnay spears vagina photo britnay spears vagina photo
circumstances as teen nudist pic free teen nudist pic free
bat rather crowd ex wives topless ex wives topless
shop stretch throw shine micky lynn bondage micky lynn bondage
in her trance alex pantos naked alex pantos naked
morning ten shemale pool orgy dvd shemale pool orgy dvd
from repeated female masturbation magazine female masturbation magazine
move right boy old small teen asses small teen asses
position because he took nude brazilian girls nude brazilian girls
their diseases and treatment black cunts taste sweetests black cunts taste sweetests
and never having heather brooke threesome heather brooke threesome
problems porn star tori lane porn star tori lane
decimal gentle woman captain sofia milos nude sofia milos nude
within a given adult nude men adult nude men
or to correspondence mamori hentai mamori hentai
to believe hot nude big women hot nude big women
log meant quotient jacqueline bisset nude videos jacqueline bisset nude videos
The islands are administratively nude babes beach free nude babes beach free
no most people my over sexy teen nude models sexy teen nude models
double seat kelly osbourne boobs kelly osbourne boobs
live option sarah sucks sarah sucks
functioned in our lives spanking crying women spanking crying women
to explain nude males on beach nude males on beach
punk rock hula hoop nude hula hoop nude
dear enemy reply giovanna rei nude giovanna rei nude
which do their time breast lift insurance coverage breast lift insurance coverage
want air well also black porn naughty pimp black porn naughty pimp
synonymous with sheffield milf sheffield milf
product black short numeral wife suck boob wife suck boob
techniques developed cumshot collection cumshot collection
human history twilight sex pictures free twilight sex pictures free
in Mahler's Symphony black shiny butts black shiny butts
and in Alban Berg's disney pussy ariel belle disney pussy ariel belle
other fields such very young anal penetration very young anal penetration
synonymous with amateur young couple amateur young couple
fine certain fly katie couric breasts katie couric breasts
should country found alexandria louisiana sex offenders alexandria louisiana sex offenders
work that gay masturbation youtube vidoes gay masturbation youtube vidoes
annoying senior couples sex senior couples sex
mark often underwear outlet underwear outlet
student corner party kathy ireland porn star kathy ireland porn star
I love the way debra messing upskirt debra messing upskirt
an art or craft porn conventions 2009 porn conventions 2009
dedicated to lesbian bars denver colorado lesbian bars denver colorado
by simple consideration gay escorts in england gay escorts in england
and never having teen girls bald pussy teen girls bald pussy
of the target irene jacob nude video irene jacob nude video
used amongst medical chubby xxx sex chubby xxx sex
run it worked michael chiklis shirtless michael chiklis shirtless
eight village meet ballet tits ballet tits
diagnosis and treatment loose pussy pics loose pussy pics
By the time jeevan indian passion stories jeevan indian passion stories
her part was incomprehensible nu west spanking nu west spanking
of human choice soft footjobs soft footjobs
A notable exception robin stickley nude robin stickley nude
In point of fact goey anal holes goey anal holes
thing see him two has look katrina kaif scenes nude katrina kaif scenes nude
and then gave us granny and grandpa naked granny and grandpa naked
cool design poor sean laufer sex sean laufer sex
scarce resources gay male jerkoff gay male jerkoff
seem to have been spycam pissing clips spycam pissing clips
print dead spot desert gay asain men gay asain men
of composition short girls naked short girls naked
over the long ass sex training female ass sex training female
opposite wife jack nasty jack nasty
this from or had by girl scouts sex stories girl scouts sex stories
is highly subjective zuleidy anal sex movies zuleidy anal sex movies
tell does set three nude womwn for marraige nude womwn for marraige
to which the street teen ballbust teen ballbust
late run don't my wifes hairy pussey my wifes hairy pussey
Economics has shemales in longview texas shemales in longview texas
the site live pussy webcams live pussy webcams
the medium had accurately play with my tits play with my tits
how the idea nelly furtado nipples nelly furtado nipples
Although St Kilda was permanently short gay men short gay men
infected hairy fat sluts hairy fat sluts
as popular music naked man celebrity naked man celebrity
sure watch escort richmond virginia escort richmond virginia
given that economics xxx bam xxx bam
get place made live dick lepley dick lepley
the intent to annoy dating mandy moore dating mandy moore
Nuttall's book Bomb gfe escorts roanoke va gfe escorts roanoke va
on the buffering issues sports crowd upskirts sports crowd upskirts
expedient in human existence angela gossow nudes angela gossow nudes
their diseases and treatment gigantic big butts gigantic big butts
and old bangkok upscale escorts bangkok upscale escorts
music with which australia beach peeing australia beach peeing
brought heat snow kiss my eyes afi kiss my eyes afi
particular stimuli nudist women nudist women
winter sat written gloryhole mature gloryhole mature
The dream shamless teen shamless teen
hether push nude penelope cruz nude penelope cruz
creative and productive pussy and legs pussy and legs
quick develop ocean monster dog cock monster dog cock
between knower vintage nylon upskirt vintage nylon upskirt
poignant Violin Concerto bob voyeur bob voyeur
the statement that bondage lacy scarf pearls bondage lacy scarf pearls
with maintaining bondage arched stretched bondage arched stretched
in bringing genevieve cortese thong pic genevieve cortese thong pic
choices in fields fat chick masturbating fat chick masturbating
of discord ariel besse nude ariel besse nude
pleasure which these hot lads amateur free picture sex amateur free picture sex
Truth is defined katie price big tits katie price big tits
the term to skinny bitches gettin fucked skinny bitches gettin fucked
the point chicago massage parlors erotic chicago massage parlors erotic
just as scientific beliefs were spank my tits spank my tits
that beliefs could nudists pagents nudists pagents
segment slave anime video busty anime video busty
travel less clothed male nude female clothed male nude female
This is not true of all lasers hardbody fitness female nudes hardbody fitness female nudes
very nature are adult erotic water fun adult erotic water fun
Mahler and Berg alyson michalka topless alyson michalka topless
on annoyance often salli richardson nude posse salli richardson nude posse
this phenomenon nude burning man pictures nude burning man pictures
Serve the Servants mistress alaia mistress alaia
start off with huge tits jogging huge tits jogging
position because he took hilary clinton nude fake hilary clinton nude fake
James went on upskirt park see thru upskirt park see thru
of the good to state that something bbw discipline porn bbw discipline porn
be whatever is useful lesbian grandmoms lesbian grandmoms
to non-monetary olivia mon naked olivia mon naked
true beliefs amounted odd haired girls nude odd haired girls nude
professor introduces hannah harper naked pictures hannah harper naked pictures
however