can someone help me with this error in Jewels Bank error occurs when add chaos in Jewels Bank?
$flags = "<img width='20px' height='15px'src='http://flags.fmcdn.net/data/flags/normal/". strtolower(geoip_country_code_by_addr(geo_data(), $select_ip['IP'])).".png'/> ";
$flags = "<img width='20px' height='15px'src='/imgs/flags/". strtolower(geoip_country_code_by_addr(geo_data(), $select_ip['IP'])).".png'/> ";
Easiest fix is:HELLO r00tme how do I prevent from creating 2 equal accounts one with lowercase letters and the other with uppercase letter?
$sql="SELECT * FROM MEMB_INFO WHERE memb___id='".$name."'";
$name = strtoupper($name);
$sql="SELECT * FROM MEMB_INFO WHERE UPPER(memb___id)=UPPER('".$name."')";
$acc = strtoupper($acc);
$acc = clean_post($_POST['account']);
mssql_query("SELECT memb___id FROM MEMB_INFO WHERE UPPER(memb___id)='". $acc ."' OR mail_addr='". $mail ."'")
mssql_query("SELECT memb___id FROM MEMB_INFO WHERE UPPER(memb___id)=UPPER('". $acc ."') OR mail_addr='". $mail ."'")