Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PHP Donation Form - Installation Guide
- Step1 - Edit Config File
- General Config
- Open: php\include\config\config.php
- array(1. "site_url"=> "http://www.yourdomain.com/donation-form/", // Trailing slash must be there2. "demo_mode"=> true, // email will be disabled3. "currency"=> 'USD', 4. "database" => array(5. 'host'=>'localhost', // Your DB Host6. 'user'=>'root', // DB User7. 'password'=>'root', // DB Password8. 'db'=>'donation_form' // Database9. )10. );11.
- Payment Config
- Open: php\include\config\config.php
- array(1. 'paypal' => array2. (3. //PayPal Business Email4. 'merchant_email' => '[email protected]',5. 6. // PDT Token from PayPal - Check PayPal Website Preference Settings7. 'pdt_auth_code' => 'XXzsgLIK23zrz_FEDP2sYYXXjd9xi4YiXSTz9IFloD9uGOE2Q3jlhdyJkvq'8. ) 9. );10.
- Step2 - Database
- Create Database
- You can use MySQL Manager e.g. PHPMyAdmin
- Import Database
- SQL File: docs\database\donation_form.sql
- Step3 - Test - Thats it!
- PHP Donation Form | Installation Guide http://localhost:50/cc/donation-form/docs/guide.php
- Donation Form
- http://localhost:50/cc/donation-form/
- Admin Details
- http://localhost:50/cc/donation-form/admin.php
- u: admin
- p: admin
Advertisement
Add Comment
Please, Sign In to add comment