query($sql); $saveid = "1"; $super_uid = NULL; if ($objConn->nf() != 0) { $objConn->next_record(); $super_uid = $objConn->f(0); } if ( $super_uid ) { /*ÄíŰ ¼³Á¤*/ if( $saveid == "1") { SetCookie("odid", $userid, time()+3600*24*30, "/"); SetCookie("idsave", "1", time()+3600*24*30, "/"); } else { SetCookie("odid", "", time()+3600*24*30, "/"); SetCookie("idsave", "0", time()+3600*24*30, "/"); } if( $ssl == "1") { SetCookie("odssl", $ssl, time()+3600*24*30, "/"); $PT = "https://"; } else { SetCookie("odssl", "", time()+3600*24*30, "/"); $PT = "http://"; } SetCookie("UID", $userid, 0, "/"); $transferURL = "../raid_stat.html"; printf(""); } else //ÀÎÁõ ½ÇÆÐ { loginError(); } function loginError() { printf(" \n"); die; } ?>