1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<? session_start(); /* Á¦Ç° Á¤º¸ Ãâ·Â ÆäÀÌÁö
*/ $position = "ÄÄÇ»ÅÍ »ó½Ä"; $page_title = "ÄÄÇ»ÅÍ »ó½Ä"; $sub_title = "Á¦Ç° ÀÚ¼¼È÷º¸±â"; $w_buy_memu = "button10.gif"; require "./inc/config.php"; require "./main_file/header.html";
require_once($ADMIN_DIR . "/upgrade/upgrade_class.php");
$query = "select * from $upgrade_table order by uid desc"; $result = mysql_query($query);
$buy_info = stripslashes($a_row[buy_info]); $rent_info = stripslashes($a_row[rent_info]); ?> <!--Áß¾Ó¸ÞÀκκÐ--> <TABLE height=18 cellSpacing=0 cellPadding=0 width=630 align=center border=0> <TBODY> <TR> <TD width=7><IMG height=18 src="images/bar10.gif" width=7></TD> <TD vAlign=bottom width=623 background="images/bar10_1.gif"> <IMG height=9 src="images/bar10_2.gif" width=5> <FONT color=#ffffff>ÄÄÇ»ÅÍ »ó½Ä</FONT> </TD> </TR> </TBODY> </TABLE> <BR><!--¸ÞÀθ®½ºÆ®ºÎºÐ--> <table align='center' cellSpacing=0 cellPadding=0> <tr> <td><iframe name='l_board' src='/layer_board/layer_board.php?lb_db=webhost&lb_id=computer' width="630" height="500" frameborder="0"></iframe></td> </tr> </table>
<?require "./main_file/footer.html"; ?>
|