require_once dirname(__DIR__, 3) . '/data/2sec/chrysalis_db_config.php'; $mysqli9 = @new mysqli( CHRYS_DB_HOST, CHRYS_DB_READ_USER, CHRYS_DB_READ_PASS, CHRYS_DB_CENTRAL ); $sqlabo9 = "select dbase,logo,name,tel,gsm,rue,cp,ville,email,epay,livraison,tva,marques,facebook,shortname,siege,cp2,ville2,chrymail,uid,taux FROM chry__users where uname='".$uuname."'"; $resultabo9 = mysqli_query($mysqli9, $sqlabo9) or die ('Erreur SQL : ' .$sqlabo9 .mysqli_connect_error() ); $abo9 = mysqli_fetch_row($resultabo9); mysqli_free_result($resultabo9); $aboname = addslashes($abo9[2]); $abotel = $abo9[3]; $abogsm = $abo9[4]; $aborue = $abo9[5]; $abocp = $abo9[6]; $aboville = $abo9[7]; $aboabomail = $abo9[8]; $aboshortn = $abo9[14]; $uuid = $abo9[19]; $tauxtva = $abo9[20]; $aboadresse = $aborue.' '.$abocp.' '.$aboville.' '.$abotel; $sqlabo10 = "select shipbe,freeship FROM configabo where client='".$uuid."'"; $resultabo10 = mysqli_query($mysqli9, $sqlabo10) or die ('Erreur SQL : ' .$sqlabo10 .mysqli_connect_error() ); $abo10 = mysqli_fetch_row($resultabo10); mysqli_free_result($resultabo10); $aboship = $abo10[0]; $abofreeship = $abo10[1]; ?>