GIF89a;
| Direktori : /home/serb/www/lib/ |
| Current File : /home/serb/www/lib/globals.php |
<?php
/*ini_set( 'error_reporting', E_ALL ^ E_NOTICE );
ini_set( 'display_errors', '0' ); */
//ini_set('display_errors', 'Off');
error_reporting(0);
$servername = "localhost";
$dbname="serb_estservice";
$dbusername = "serb_estuser";
$dbpassword = "service@123";
//End User Information
/*$servername = "localhost";
$dbname="avaluequestblue";
$dbusername = "root";
$dbpassword = "";*/
define('OS_VERSION','WINDOWS');
define('ADMIN_EMAIL' , 'info@avaluequestblue.com');
define('SMTP_FROM_EMAIL', 'no-reply@escortservice.org');
define('SMTP_FROM_NAME', 'Escort Service');
define('SMTP_USER', 'no-reply@escortservice.org');
define('SMTP_PASS', 'escortBoom@');
define('SMTP_SERVER', 'mail.escortservice.org');
define('SMTP_PORT', 25);
$HOST="";
$HOST_NORMAL="";
$featured_ad_day_price_array = array();
$featured_ad_day_price_array['15'] = 15.99;
$featured_ad_day_price_array['30'] = 29.99;
/****/
$flash_total_days = 60;
$flash_amount = 1.99;
$flash_item_name = "Flash post ad for $flash_total_days days";
$fflash_total_days = 60;
$fflash_amount = 10.00;
$fflash_item_name = "Flash featured post ad for $fflash_total_days days";
?>