LOGIN

Benvenuto su Sciax2.it, effettua il Login o Registrati

LpKekkoLp Visualizza Feed RSS

  1. Client

    Di il 26-03-12 alle 10:47
    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']))
    ...