Linux sea-business-23.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 : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
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
2019-10-20 10:14
php53
[ DIR ]
drwxr-xr-x
2019-10-20 10:14
php56
[ DIR ]
drwxr-xr-x
2019-10-20 10:14
php71
[ DIR ]
drwxr-xr-x
2019-10-20 10:14
active.php
19
B
-rw-r--r--
2017-07-26 18:30
clone.php
5.1
KB
-rw-r--r--
2019-10-19 17:22
config.php
1.66
KB
-rw-r--r--
2019-10-19 13:23
edit.php
3.85
KB
-rw-r--r--
2019-10-19 17:22
edit.xml
433
B
-rw-r--r--
2016-09-27 16:15
fileindex.php
259
B
-rw-r--r--
2017-07-26 18:30
import.php
2.18
KB
-rw-r--r--
2019-10-19 17:22
info.xml
2.15
KB
-rw-r--r--
2019-10-19 13:23
install.js
924
B
-rw-r--r--
2013-05-30 20:00
install.php
5.25
KB
-rw-r--r--
2019-10-19 17:22
install.xml
1.48
KB
-rw-r--r--
2019-10-19 13:23
md5
3.38
KB
-rw-r--r--
2019-10-19 17:22
notes.txt
357
B
-rw-r--r--
2019-10-19 13:23
projects.php
70
B
-rw-r--r--
2017-07-26 18:30
users.php
107
B
-rw-r--r--
2017-07-26 18:30
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"); // Allows to overwrite the default language define("LANGUAGE", "[[language]]"); // 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");