| Server IP : 180.180.241.3 / Your IP : 216.73.216.25 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/umedia3/login.editcss/ |
Upload File : |
<?php
;
include ("../inc/config.inc.php");
head();
$_REQPERM="editcss";
mn_lib();
if ($issave=="yes") {
$thecss=stripslashes($thecss);
fso_file_write("../css/css.css","w",$thecss);
}
?>
<div align = "center">
<?
pagesection(getlang("แก้ไข CSS ของทั้งโปรแกรม::l::Edit program's CSS"));
?>
<table border = 0 cellpadding = 0 width = 780 align = center cellspacing=0>
<form method=post action="<? echo $PHP_SELF?>">
<input type=hidden name="issave" value="yes">
<tr valign = "top">
<td class=table_head colspan=2> <? echo getlang("แก้ไขตัวเลือก ::l::Edit CSS");?></td>
</tr>
<tr valign = "top">
<td align=center class=table_td colspan=2><TEXTAREA NAME="thecss" ROWS="50" COLS="50" style="width:700; height: 500"><?
$tmp= file_get_contents("../css/css.css");
echo stripslashes($tmp);
?></TEXTAREA></td>
</tr>
<tr valign = "top">
<td colspan=2 align=center><input type=submit value=' Submit '></td>
</tr></form>
</table>
<?
foot();
?>