Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.149.237.146
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
elibrary /
template /
default /
parts /
Delete
Unzip
Name
Size
Permission
Date
Action
_home.php
10.57
KB
-rw-rw-rw-
2022-06-06 23:22
_member.php
1.83
KB
-rw-rw-rw-
2020-04-03 21:33
_modal_advanced.php
3.86
KB
-rw-rw-rw-
2020-04-03 21:33
_modal_topic.php
4.95
KB
-rw-rw-rw-
2020-04-03 21:34
_navbar.php
6.77
KB
-rw-rw-rw-
2022-06-06 22:14
_other.php
1.32
KB
-rw-rw-rw-
2020-04-03 21:34
_result-search.php
3.2
KB
-rw-rw-rw-
2020-04-03 21:35
_search-form.php
3.56
KB
-rw-rw-rw-
2020-04-03 21:35
footer.php
6.03
KB
-rw-rw-rw-
2022-06-06 23:22
header.php
4.97
KB
-rw-rw-rw-
2020-04-03 21:36
Save
Rename
<?php /** * @Created by : Waris Agung Widodo (ido.alit@gmail.com) * @Date : 2019-01-30 20:58 * @File name : _member.php * @Last modified by: yysofiyan * Last modified time: 2020-03T10:29:27+07:00 */ ?> <div class="modal fade" id="adv-modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <form class="modal-content" action="index.php" method="get"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Advanced Search</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="row"> <div class="col"> <div class="form-group"> <label for="adv-titles">Title</label> <input type="text" name="title" class="form-control" id="adv-titles" placeholder="Enter title"> </div> </div> <div class="col"> <div class="form-group"> <label for="adv-author">Author(s)</label> <input type="text" name="author" class="form-control" id="adv-author" placeholder="Enter author(s) name"> </div> </div> </div> <div class="row"> <div class="col"> <div class="form-group"> <label for="adv-subject">Subject(s)</label> <input type="text" name="subject" class="form-control" id="adv-subject" placeholder="Enter subject"> </div> </div> <div class="col"> <div class="form-group"> <label for="adv-isbn">ISBN/ISSN</label> <input type="text" name="isbn" class="form-control" id="adv-isbn" placeholder="Enter ISBN/ISSN"> </div> </div> </div> <div class="row"> <div class="col"> <div class="form-group"> <label for="adv-coll-type">Collection Type</label> <select name="colltype" class="form-control" id="adv-coll-type"><?php echo $colltype_list; ?></select> </div> </div> <div class="col"> <div class="form-group"> <label for="adv-location">Location</label> <select id="adv-location" name="location" class="form-control"> <?php echo $location_list; ?></select> </div> </div> </div> <div class="row"> <div class="col"> <div class="form-group"> <label for="adv-gmd">GMD</label> <select id="adv-gmd" name="gmd" class="form-control"><?php echo $gmd_list; ?></select> </div> </div> <div class="col"></div> </div> </div> <div class="modal-footer"> <button type="submit" name="search" value="search" class="btn btn-primary">Find Collection</button> </div> </form> </div> </div>