/**********************************************************************/ /* PHP-Nuke Platinum v.7.6.0 CONFIG [POST] */ /* */ /* To complete the installation of PHP-Nuke Platinum, some files need */ /* to be manually configured. Additionally, optional configuration */ /* steps are included. Such optional steps are those which are stored */ /* in your database. Some 'optional' steps are required if you wish */ /* to use some features, for example; PayPal related]. */ /* */ /* Overall steps: 9 */ /**********************************************************************/ /* Highly recommended - All users do this */ /**********************************************************************/ /* Installation instructions: */ /* Steps to complete: 3 */ /* */ /* 1. HTTP: www.yoursite.com/admin.php?op=Configure */ /* Overview: This will configure your PHP-Nuke Platinum website. */ /* Info: There are a series of feilds on this page. Go through */ /* the fields and change them to reflect your websites */ /* information. */ /* Note: Be sure to fill out 'Site Name:' 'Site URL:' and */ /* 'Administrator Email:' */ /* */ /* 2. Go to: www.yoursite.com/admin.php and click Forums. */ /* Note: Be sure you are logged in as both user and admin. */ /* Overview: This will configure your PHP-Nuke Platinum forums. */ /* Info: When you are in the forum administration, under the */ /* navigation category "General Admin" click */ /* "Configuration". There are a series of feilds on this */ /* page. Go through the fields and change them to reflect*/ /* your websites information. */ /* */ /* 3. HTTP: www.yoursite.com/admin.php?op=adminPanel */ /* Note: Be sure you are logged in as god admin. */ /* Overview: This will protect your IP/username in the database. */ /* Info: Under the "Protect List" box there are 2 feilds. In */ /* these 2 feilds enter your IP and admin account name */ /* respectively and click "Add IP!" */ /* Info: If you are unsure of your IP, go to www.whatismyip.com*/ /* */ /**********************************************************************/ /* Optional - PayPal users only */ /**********************************************************************/ /* Installation instructions: */ /* Steps to complete: 3 */ /* */ /* 1. HTTP: www.yoursite.com/admin.php?op=CartPaymentList */ /* Overview: This will configure your paypal address for the */ /* shopping cart module. */ /* Find: On this page, click PayPal. 'In the PayPal Email:' */ /* field, change it to your PayPal address. */ /* */ /* 2. HTTP: www.yoursite.com/admin.php?op=CartConfig */ /* Overview: This will configure the shopping cart module. */ /* Find: On this page there are a number of fields. Fill all */ /* all fields out to relect your websites information. */ /* Note: Be sure to fill out 'Domain Protocol / URL:' and */ /* 'Administrative Email:' */ /* */ /* 3. HTTP: www.yoursite.com/admin.php?op=Config */ /* Overview: This will configure your donations module to your */ /* PayPal address and configure your PayPal IPN link. */ /* Find: 'PayPal Recieve Email' and change the address to */ /* reflect your PayPal address. */ /* */ /* HTTP: www.paypal.com */ /* Login: Login to your PayPal account and click 'Profile'. */ /* Info: In the profile link on the PayPal website you should */ /* see 2 options: one to enable IPN and one titled */ /* 'Instant Payment Notification (IPN) URL'. In this IPN */ /* URL feild you will enter the URL: */ /* http://www.yoursite.com/modules.php?name=Donations&ipnppd=1 */ /* Be sure to change the link to reflect your domain. */ /* IPN is now enabled. */ /**********************************************************************/ /* Optional - Server problems only */ /**********************************************************************/ /* If you are recieving server errors in relation to the Album module */ /* then there are 3 options to solve the issue: */ /* 1. .htaccess 2. php.ini 3. mainfile.php */ /* */ /* Installation instructions: */ /* Steps to complete: 1 out of a choice of 3 */ /* */ /* 1. CREATE: A .htaccess file with the following contents: */ /* register_globals = On */ /* safe_mode = Off */ /* upload_max_filesize = 2M */ /* UPLOAD: To your PHP-Nuke Platinum root install directory. */ /* */ /* 2. OPEN: php.ini */ /* FIND: register_globals */ /* CHANGE: register_globals = On */ /* FIND: safe_mode */ /* CHANGE: safe_mode = On */ /* FIND: upload_max_filesize */ /* CHANGE: upload_max_filesize = 2M */ /* UPLOAD: Save, upload and overwrite. */ /* */ /* 3. OPEN: /mainfile.php */ /* AFTER: The file credits. */ /* ADD: ini_set("register_globals","1"); */ /* ini_set("safe_mode","0"); */ /* UPLOAD: To your PHP-Nuke Platinum root install directory. */ /* */ /**********************************************************************/ /* Copyright (c) 2004 - 2006 by http://www.techgfx.com */ /* Graeme Allan - Techgfx (goose@techgfx.com) */ /**********************************************************************/ /* All content and includes from this package is intellectual */ /* property of TechGFX.com unless stated otherwise. Replication of */ /* and copyrighted material is a civil and criminal act and */ /* voilations may result in legal action. */ /**********************************************************************/ /* See TechGFX.com for detailed information on the Platinum Suite */ /* */ /* TechGFX: Your dreams, Our imagination */ /**********************************************************************/ /* TechGFX: Corporate Alliance */ /* - NukeMods.com */ /* - PortedMods.com */ /* - Protector.Warcenter.se */ /**********************************************************************/