Linux ams-business-8.hostwindsdns.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
LiteSpeed
Server IP : 192.236.177.161 & Your IP : 216.73.216.154
Domains :
Cant Read [ /etc/named.conf ]
User : ajzdfbpz
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
todoyu /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-07-04 10:35
php53
[ DIR ]
drwxr-xr-x
2017-07-04 10:35
php56
[ DIR ]
drwxr-xr-x
2017-07-04 10:35
_upgrade.php
2.61
KB
-rw-r--r--
2013-12-01 08:46
_upgrade.xml
819
B
-rw-r--r--
2013-12-01 08:46
changelog.txt
16.32
KB
-rw-r--r--
2013-12-01 08:46
clone.php
5.19
KB
-rw-r--r--
2017-03-11 05:06
db.php
1.19
KB
-rw-r--r--
2013-10-11 07:38
edit.php
4.67
KB
-rw-r--r--
2017-03-11 05:06
edit.xml
433
B
-rw-r--r--
2017-02-11 05:26
fileindex.php
172
B
-rw-r--r--
2013-04-02 08:40
import.php
3.17
KB
-rw-r--r--
2017-03-11 05:06
info.xml
3.18
KB
-rw-r--r--
2017-02-11 05:26
install.js
924
B
-rw-r--r--
2013-04-02 08:40
install.php
5.42
KB
-rw-r--r--
2017-03-11 05:06
install.xml
1.94
KB
-rw-r--r--
2013-12-01 08:46
md5
2
KB
-rw-r--r--
2017-03-11 05:06
notes.txt
90
B
-rw-r--r--
2013-04-02 08:40
system.php
1.37
KB
-rw-r--r--
2013-04-02 08:40
Save
Rename
<?php /**************************************************************************** * todoyu is published under the BSD License: * http://www.opensource.org/licenses/bsd-license.php * * Copyright (c) 2012, snowflake productions GmbH, Switzerland * All rights reserved. * * This script is part of the todoyu project. * The todoyu project is free software; you can redistribute it and/or modify * it under the terms of the BSD License. * * This script 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 BSD License * for more details. * * This copyright notice MUST APPEAR in all copies of the script. *****************************************************************************/ // General system settings Todoyu::$CONFIG['SYSTEM']['name'] = '[[site_name]]'; Todoyu::$CONFIG['SYSTEM']['locale'] = '[[language]]'; Todoyu::$CONFIG['SYSTEM']['email'] = '[[admin_email]]'; Todoyu::$CONFIG['SYSTEM']['mailer'] = ''; // Date and time settings Todoyu::$CONFIG['SYSTEM']['timezone'] = 'America/New_York'; Todoyu::$CONFIG['SYSTEM']['firstDayOfWeek'] = 1; // Command line interface Todoyu::$CONFIG['SYSTEM']['todoyuURL'] = '[[softurl]]'; // Debugging Todoyu::$CONFIG['SYSTEM']['logLevel'] = 3; Todoyu::$CONFIG['SYSTEM']['encryptionKey'] = '[[encryptionKey]]'; ?>