ddlmkv3d

Untitled

Dec 30th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. PHP Donation Form - Installation Guide
  2.  
  3.  
  4. Step1 - Edit Config File
  5. General Config
  6. Open: php\include\config\config.php
  7. 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.
  8. Payment Config
  9. Open: php\include\config\config.php
  10. 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.
  11.  
  12.  
  13.  
  14. Step2 - Database
  15. Create Database
  16. You can use MySQL Manager e.g. PHPMyAdmin
  17. Import Database
  18. SQL File: docs\database\donation_form.sql
  19. Step3 - Test - Thats it!
  20. PHP Donation Form | Installation Guide http://localhost:50/cc/donation-form/docs/guide.php
  21.  
  22.  
  23.  
  24. Donation Form
  25. http://localhost:50/cc/donation-form/
  26. Admin Details
  27. http://localhost:50/cc/donation-form/admin.php
  28. u: admin
  29. p: admin
Advertisement
Add Comment
Please, Sign In to add comment