<?php
include_once "extrasecurity.php";


$host		=	"localhost";	 					// Your host						
$user		=	"username";							// Your Database Username
$pass		=	"password";							// Your Database Password
$tablename	=	"databasename";						// Your Database Name					
$sitelink  	= 	"http://www.yourwebsite.com";	   	// Website URL without end /			
$admin    	= 	"admin";  							// This username will be the master administrator.

$paypal    	= 	"your@paypalaccount.com";  		// Your Paypal (www.paypal.com) email account to get paid with paypal. For using the Phone payment option you have to                                                   check the manual how to configurate						



?>