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:
insert_doc.php
<? $subjects = addslashes($subjects); $author = addslashes($author); $title = addslashes($title); $bk_content = addslashes($bk_content); $review = addslashes($review); $description = addslashes($description); $custom1 = addslashes($custom1); $custom2 = addslashes($custom2); $custom3 = addslashes($custom3); $custom4 = addslashes($custom4); $custom5 = addslashes($custom5); $custom6 = addslashes($custom6); $mycode = "$teacherclass_level $teacherclass_no$teacherclass_letter"; $insert="INSERT INTO ebooks (bk_id, maincatid, ref_no, isbn_no, bk_no, author, title, year_pub, subjects, review, description, bk_content, file_name, date_added, custom1, custom2, custom3, custom4, custom5, custom6) VALUES ('$bk_id', '$maincatid', '$ref_no', '$isbn_no', '$bk_no', '$author', '$title', '$year_pub', '$subjects', '$review', '$description', '$bk_content', '$file_name', NOW(), '$custom1', '$custom2', '$custom3', '$custom4', 'valid', '$mycode')"; //echo $insert; $results = mysql_query($insert) or die(mysql_error()); if ($results) { echo "<br><br>Document has been added"; } else { echo "<br><br>Document was not successfully added"; } ?>
Simpan