/*tattoo file*/ //server $server = 'paradaimucom.bluedominomysql.com'; /*$user = 'para'; $pass = 'z1w00ld';*/ $user = 'para2'; $pass = 'Son12.sba!'; $db = 'paradiamuserv'; $phd = 'mysql:host=paradaimucom.bluedominomysql.com; dbname=paradiamuserv'; /*Owner defined var queries*/ $mysqli = mysqli_connect($server, $user, $pass, $db); $verify_usr_sql = "SELECT * FROM site_personality"; $verify_usr_res = mysqli_query($mysqli, $verify_usr_sql) or die(mysqli_error($mysqli)); if (mysqli_num_rows($verify_usr_res) < 1) { $Alarm_display_block = "Unable to load Personality or Personality has been Corrupted! Contact Administrator!"; $Alarmed = "Y"; $Alarm_EU_handler = "sleep.php"; $Alarm_EU_msg = "The site is down for service."; } else { $get_sql = "SELECT * FROM site_personality WHERE extern_acct = 'PARA01588'"; $get_res = mysqli_query($mysqli, $get_sql) or die(mysqli_error($mysqli)); while ($info = mysqli_fetch_array($get_res)) { $auto_approve = stripslashes($info['auto_approve']); $send_emails = stripslashes($info['send_emails']); $brand_img = stripslashes($info['brand_img']); $enable_log = stripslashes($info['enable_log']); $purge_mod = stripslashes($info['purge_mod']); $f_del_mod = stripslashes($info['f_del_mod']); $f_del = stripslashes($info['f_del']); $pg_ref = stripslashes($info['pg_ref']); $owner_email = stripslashes($info['owner_email']); $gentle_title= stripslashes($info['gentle_title']); $brand_site_name = stripslashes($info['brand_site_name']); // non edit $foot_msg_social = stripslashes($info['foot_msg_social']); $foot_msg_default = stripslashes($info['foot_msg_default']); $use_smedia = stripslashes($info['use_smedia']); } } mysqli_free_result($verify_usr_res); //mysqli_free_result($get_res); mysqli_close($mysqli); /* //hard coded vars $auto_approve = "Y"; $send_emails = "Y"; $opt_intv = "Y"; $brand_img_OR = "sm_fcat.jpg"; $jseek_notify = "Y"; $jseek_stat_view = "Y"; $jseek_login = "Y"; $hr_email_prof = "lcadrin@jfwhite.com"; $hr_email_craft = ""; $hr_email_noreplay = "careers@jfwhite.com"; $owner_email = "jthompson@jfwhite.com"; $gentle_title = "J.F. White Job Application"; $brand_site_name = "FatCat DB"; $job_default = "Y"; // Y = "ANY" to be filled in auto matically N= would be a text field. Job module turned on might withc this to off */ $help_email = "j.thompson@paradaimu.com"; //account info $product = "tomato"; //primary product purchased $secproduct = "tomato"; $tattoo_extern_acct = "JFWH01701"; //seasoning $Na2CrO4 = "'na2cro4'+'2012'+'nacl'"; /*This section has the working folders. After writing, testing, debuging and "make it pretty" change the varibles to the customer's actual website*/ $home_site = "paradaimu";//their homesite whatever (.com) $tld = "com";//.com .net .us $home_folder = "/EN_us/";// "home folder" $management_folder = "/EN_us/csp/"; //management files $tools_folder = "/EN_us/csp/tools/"; //tools files $scripts = "/EN_us/scripts/"; //scripts that perform maintance or actions. keep this from spiders $media = "/EN_us/media/"; //pictures and stuff $css_files = "/EN_us/media/css/"; //css files $upload_dest = "/EN_us/csp/tools/upload"; //where your customers places their media files and their site $ver = "F6"; $pp_code = "billing@paradaimu.com"; //$pp_code = "redheadthompson@yahoo.com"; ################################# footer sw ########################## if ($use_smedia == "Y"){ $footer = $foot_msg_social; }else{ $footer = $foot_msg_default; } ###################################################################### // Technical info $ca_core_ver = "3.5.5045"; //carun,phpver, mysqlver $ca_config_ver = "1.3.1300"; $ca_product_code = "2.5001.11.pdb"; $serial_num = md5("'$tattoo_extern_acct'"+"'$ca_core_ver'"); //other includes and options /*auto approval if selected as Y CitricAcid Tomato will bypass the manual approval process and auto update as apporved */ ?>