Codice PHP: <?php include('core.php'); include('includes/session.php'); $ssocheck = mysql_query("select * from users where username = '".$rawname."' and password = '".$rawpass."' limit 1") or die(mysql_error()); $ssocheck2 = mysql_fetch_assoc($ssocheck); if($ssocheck2['auth_ticket'] == "") { if(isset($_get['roomid']) && $_get['forwardid'] == "2"){ if(isset($_get['wide'])) ...
<?php include('core.php'); include('includes/session.php'); $ssocheck = mysql_query("select * from users where username = '".$rawname."' and password = '".$rawpass."' limit 1") or die(mysql_error()); $ssocheck2 = mysql_fetch_assoc($ssocheck); if($ssocheck2['auth_ticket'] == "") { if(isset($_get['roomid']) && $_get['forwardid'] == "2"){ if(isset($_get['wide']))