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
47
48
49
50
|
<?php $date = date("Y-m-d",time()); if($_SERVER['REMOTE_ADDR']=='58.151.27.172'){ $do_test = 0; }
if($mode_inc=='order_info'){ // »óǰ°áÁ¦ ¾È³»¸àÆ® if($date>='2020-01-02' || 1==$do_test){ ?> <tr> <td colspan="4" class="">2020³â 01¿ù 01ÀϺÎÅÍ Ä«µå°áÁ¦ °¡´É ¿î¿µÃ¼Á¦¿Í ºê¶ó¿ìÀú°¡ Á¦ÇÑ µË´Ï´Ù. <a href='http://mjsoft.co/html/millennium/notice_pay_system.php' target="_blank"><b>[°ü·ÃÁ¤º¸È®ÀÎ]</b></a></td> </tr> <?php } } if($mode_inc=='order_js'){ // »óǰ°áÁ¦ Â÷´Ü js if($date>='2020-01-02' || 1==$do_test){ //if($_SERVER['REMOTE_ADDR']=='58.151.27.172'){ if($_SESSION['platform']=='Win32' || $_SESSION['platform']=='WinVista'){ ?> alert('Á¤ºÎ±â°ü(±ÝÀ¶°¨µ¶¿ø,KISA,Çѱ¹Á¤º¸ÀÎÁõ)¿¡¼ °áÁ¦Á¤º¸Á¦ÇÑ Á¤Ã¥À¸·Î ÀÎÇØ¼ ±¸ ¿î¿µÃ¼Á¦(OS)¹× ºê¶ó¿ìÀú¿¡¼ÀÇ °áÁ¦½Ã½ºÅÛÀÌ Á¦Çѵ˴ϴÙ.\n°áÁ¦¸¦ À§Çؼ ¿î¿µÃ¼Á¦¿Í ºê¶ó¿ìÀú¸¦ ¾÷±×·¹À̵å ÇϽñ⠹ٶø´Ï´Ù.\n°ü·ÃÁ¤º¸ ÆäÀÌÁö·Î À̵¿ ÇÕ´Ï´Ù.'); window.open("http://mjsoft.co/html/millennium/notice_pay_system.php"); return; <?php } } }
if($mode_inc=='point_info'){ // Æ÷ÀÎÆ® ¾È³»¸àÆ® if($date>='2020-01-02' || 1==$do_test){ ?> <tr> <td colspan="4">2020³â 01¿ù 01ÀϺÎÅÍ Ä«µå°áÁ¦ °¡´É ¿î¿µÃ¼Á¦¿Í ºê¶ó¿ìÀú°¡ Á¦ÇÑ µË´Ï´Ù. <a href='http://mjsoft.co/html/millennium/notice_pay_system.php' target="_blank"><b>[°ü·ÃÁ¤º¸È®ÀÎ]</b></a></td> </tr> <?php } } if($mode_inc=='point_js'){ // Æ÷ÀÎÆ® Â÷´Ü js if($date>='2020-01-02' || 1==$do_test){ //if($_SERVER['REMOTE_ADDR']=='58.151.27.172'){ if($_SESSION['platform']=='Win32' || $_SESSION['platform']=='WinVista'){ ?> alert('Á¤ºÎ±â°ü(±ÝÀ¶°¨µ¶¿ø,KISA,Çѱ¹Á¤º¸ÀÎÁõ)¿¡¼ °áÁ¦Á¤º¸Á¦ÇÑ Á¤Ã¥À¸·Î ÀÎÇØ¼ ±¸ ¿î¿µÃ¼Á¦(OS)¹× ºê¶ó¿ìÀú¿¡¼ÀÇ °áÁ¦½Ã½ºÅÛÀÌ Á¦Çѵ˴ϴÙ.\n°áÁ¦¸¦ À§Çؼ ¿î¿µÃ¼Á¦¿Í ºê¶ó¿ìÀú¸¦ ¾÷±×·¹À̵å ÇϽñ⠹ٶø´Ï´Ù.\nºÎµæÀÌ È¯°æÀ¸·Î ÀÎÇØ¼ Æ÷ÀÎÆ®ÃæÀüÀÌ ºÒ°¡´ÉÇÒ°æ¿ì °èÁ¼۱ÝÀ» ÀÌ¿ëÇϼŵµ µË´Ï´Ù.\n°ü·ÃÁ¤º¸ ÆäÀÌÁö·Î À̵¿ ÇÕ´Ï´Ù.'); window.open("http://mjsoft.co/html/millennium/notice_pay_system.php"); return; <?php } } } ?>
|