@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
admin
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/popup_frame.php
<? include"./_setup.php"; $row = $mysql->row("adw_pop_manager", "*", "where num='$num'", 0); $content = stripslashes(html_entity_decode($row[content])); $backimg = ($row[selback]) ? $row[selback] : $row[upback]; echo" <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='ko' lang='ko'> <head> <meta http-equiv='Content-Type' content='text/html; charset=euc-kr' /> <title>°ü¸®ÀÚ¸ðµå</title> <style type='text/css'> body {margin:0px; padding:0px} div.popup-Content {font:12px ±¼¸²; width:$row[size_w]px; height:$row[size_h]px; background-image:url($backimg); background-repeat:no-repeat;} div.popup-Content p, div.popup-Conten P {margin:2px 0px;} </style> </head> <body> <div class='popup-Content'>$content</div> </body> </html>"; ?>