I don't know how to install the sendcard php script. What should i write into the script make this work? I've made frostax_sendcard database in cPanel X and i have uploaded the whole site and such. So, how do I install the script?
// Enter your database details
$dbhost = "??????????";
$dbdatabase = "?????????";
$dbuser = "?????????";
$dbpass = "????????";
// Choose your database file
$dbfile = "db_mysql.php";
// How long you want the postcard kept for in seconds e.g. 1209600 = 14 days!
// You can work it out using the following formula:
// {num of days} x 24 x 3600 = num of seconds.
// So 21 days is: 21 x 24 x 3600 = 1814400
$kept = 30 * 24 * 3600;
// Name of the table the postcards are stored in
$tbl_name = "sendcard";
// Enter your database details
$dbhost = "??????????";
$dbdatabase = "?????????";
$dbuser = "?????????";
$dbpass = "????????";
// Choose your database file
$dbfile = "db_mysql.php";
// How long you want the postcard kept for in seconds e.g. 1209600 = 14 days!
// You can work it out using the following formula:
// {num of days} x 24 x 3600 = num of seconds.
// So 21 days is: 21 x 24 x 3600 = 1814400
$kept = 30 * 24 * 3600;
// Name of the table the postcards are stored in
$tbl_name = "sendcard";