One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
nportal.andjemztech.com
/
examAdmin
/
Edit File:
update_doclink.php
<? $subjects = addslashes($subjects); $review = addslashes($review); $description = addslashes($description); $bk_content = addslashes($bk_content); $title= addslashes($title); $author= addslashes($author); $custom1 = addslashes($custom1); $custom2 = addslashes($custom2); $custom3 = addslashes($custom3); $custom4 = addslashes($custom4); $custom5 = addslashes($custom5); $custom6 = addslashes($custom6); $update="UPDATE ebooks SET bk_id='$bk_id', maincatid='$maincatid', ref_no='$ref_no', isbn_no='$isbn_no', bk_no='$bk_no', author='$author', subjects='$subjects', review='$review', description='$description', bk_content='$bk_content', title='$title', year_pub = '$year_pub', custom1='$custom1', custom2='$custom2', custom3='$custom3', custom4='$custom4' WHERE bk_id='$bk_id'"; $results = mysql_query($update) or die(mysql_error()); if (mysql_affected_rows() !=0){ echo "<br><p>Document has been updated!<br><br> Do you want to change the e-format of the document?<br><br> <form action='update_doc2.php' method='post' enctype='multipart/form-data' name='form2'> <input name=\"bk_id\" type=\"hidden\" id=\"bk_id\" value=\"$bk_id\"> <input type='file' name='input_name' /> <input type=\"submit\" name=\"Submit\" value=\"Update Document\"> </form>"; } else{ echo "<p>Sorry, Document was not updated<br> <form> <input type='button' value='back' onClick='window.history.back()'> </form>"; } ?>
Simpan