Linux ams-business-5.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 23.254.231.17 & Your IP : 216.73.216.76
Domains :
Cant Read [ /etc/named.conf ]
User : uxvsuhne
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
codiad /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2017-07-04 10:33
php53
[ DIR ]
drwxr-xr-x
2017-07-04 10:33
php56
[ DIR ]
drwxr-xr-x
2017-07-04 10:33
active.php
17
B
-rwxr-xr-x
2013-05-30 09:00
config.php
1.58
KB
-rwxr-xr-x
2016-02-02 04:25
edit.php
3.73
KB
-rwxr-xr-x
2017-01-20 07:16
edit.xml
433
B
-rwxr-xr-x
2016-09-27 05:15
fileindex.php
245
B
-rwxr-xr-x
2015-06-11 07:29
import.php
2.18
KB
-rwxr-xr-x
2017-01-20 07:16
info.xml
2.04
KB
-rwxr-xr-x
2017-01-20 07:05
install.js
924
B
-rwxr-xr-x
2013-05-30 09:00
install.php
5.16
KB
-rwxr-xr-x
2017-01-20 07:16
install.xml
558
B
-rwxr-xr-x
2013-05-30 09:00
md5
3.34
KB
-rwxr-xr-x
2017-01-20 07:16
notes.txt
22
B
-rwxr-xr-x
2013-05-30 09:00
projects.php
68
B
-rwxr-xr-x
2013-05-30 09:00
users.php
105
B
-rwxr-xr-x
2013-05-30 09:00
Save
Rename
<?php /* * Copyright (c) Codiad & Kent Safranski (codiad.com), distributed * as-is and without warranty under the MIT License. See * [root]/license.txt for more. This information must remain intact. */ ////////////////////////////////////////////////////////////////// // CONFIG ////////////////////////////////////////////////////////////////// // PATH TO CODIAD define("BASE_PATH", "[[softpath]]"); // BASE URL TO CODIAD (without trailing slash) define("BASE_URL", "[[domhost]][[relativeurl]]"); // THEME : default, modern or clear (look at /themes) define("THEME", "default"); // ABSOLUTE PATH define("WHITEPATHS", BASE_PATH . ",/home"); // SESSIONS (e.g. 7200) $cookie_lifetime = "0"; // TIMEZONE date_default_timezone_set("America/Chicago"); // External Authentification //define("AUTH_PATH", "/path/to/customauth.php"); ////////////////////////////////////////////////////////////////// // ** DO NOT EDIT CONFIG BELOW ** ////////////////////////////////////////////////////////////////// // PATHS define("COMPONENTS", BASE_PATH . "/components"); define("PLUGINS", BASE_PATH . "/plugins"); define("THEMES", BASE_PATH . "/themes"); define("DATA", BASE_PATH . "/data"); define("WORKSPACE", BASE_PATH . "/workspace"); // URLS define("WSURL", BASE_URL . "/workspace"); // Marketplace //define("MARKETURL", "http://market.codiad.com/json"); // Update Check //define("UPDATEURL", "http://update.codiad.com/?v={VER}&o={OS}&p={PHP}&w={WEB}&a={ACT}"); //define("ARCHIVEURL", "https://github.com/Codiad/Codiad/archive/master.zip"); //define("COMMITURL", "https://api.github.com/repos/Codiad/Codiad/commits");