Pedigree Point Installation Instructions
Pedigree Point Installation Instructions
Requirements:
PedigreePoint shortcut to homepage, latest information and instructions HINT 1 It is strongly suggested that you read through ALL the instructions on the website and in this manual BEFORE starting. HINT 2 Make sure you have the latest versions of Pedigree Explorer and Pedigree Point before you start as Pedigree Point is still being developed and new features are added frequently the latest versions covered by these instructions are mentioned above. (the full version number of Pedigree Point shows up when you install it)
Install Instructions
Execute the PedPoint1.0.exe file this will create a file at C:\Program Files\PedPoint1.0 to save all your Pedigree Point files into. Open pp_config.pl and change as required
$DatabaseName = "pedpoint"; $DatabaseAccount = "web"; $DatabasePassword = "web"; $DatabaseHost = "localhost"; $nMaxSearchResults = 100; $RequireLogin = 1; Replace pedpoint with the database name supplied by your ISP Replace web with the database account supplied by your ISP Replace web with the password supplied by your ISP Replace localhost with the path to your MySql User Option recommend 100 Require login = 1 No login required = 0 Options: (but suggest you leave as is to start with) "%d %b %Y" = 04 May 2005 '%e/%c/%Y' = 21/5/2005 '%c/%e/%Y' = 5/21/2005 '%d/%m/%Y' = 21/05/2005 '%m/%d/%Y' = 05/21/2005 '%D %b %Y' = 21st May 2005 %b %e %Y' = May 21 2005 defines your search page you can leave as is defines login page you can leave as is Sets the number of generations (starting from parents) to include photo this is prefixed to all photo paths (or store all your photos in a folder called images) Recommended pixel width for photos Sets page to return to after successful login you can leave as is Sets page to go to after unsuccessful login you can leave as is Sets No. of days to keep logfiles Path to Sendmail Replace support\@Breedmate come with your email address. You must include \ before the @
$szPhotoPath = "../images/";
$nPhotoWidth = 150; $szSuccessLoginPage = "../pp_search.htm"; $szFailLoginPage = "../pp_fail_login.htm"; $nDaysToKeepLogs = 60; $szMailProg = "/usr/sbin/sendmail": $szMailRecipient = "support\@breedmate.com" ;
HINT
(Unless instructed otherwise, with updates check new pp_config.pl file and copy new features into your existing pp_config.pl so that you can keep your existing settings)