Linux host2.healingcodesinfo.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
Server IP : 69.167.168.125 & Your IP : 216.73.216.208
Domains : 126 Domain
User : christia
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
2021-01-13 19:54
php53
[ DIR ]
drwxr-xr-x
2021-01-13 19:54
php56
[ DIR ]
drwxr-xr-x
2021-01-13 19:54
php71
[ DIR ]
drwxr-xr-x
2021-01-13 19:54
active.php
19
B
-rw-r--r--
2017-07-26 15:30
clone.php
5.1
KB
-rw-r--r--
2019-10-19 14:22
config.php
1.66
KB
-rw-r--r--
2019-10-19 10:23
edit.php
3.85
KB
-rw-r--r--
2019-10-19 14:22
edit.xml
433
B
-rw-r--r--
2016-09-27 13:15
fileindex.php
259
B
-rw-r--r--
2017-07-26 15:30
import.php
2.18
KB
-rw-r--r--
2019-10-19 14:22
info.xml
2.15
KB
-rw-r--r--
2019-10-19 10:23
install.js
924
B
-rw-r--r--
2013-05-30 17:00
install.php
5.25
KB
-rw-r--r--
2019-10-19 14:22
install.xml
1.48
KB
-rw-r--r--
2019-10-19 10:23
md5
3.38
KB
-rw-r--r--
2019-10-19 14:22
notes.txt
357
B
-rw-r--r--
2019-10-19 10:23
projects.php
70
B
-rw-r--r--
2017-07-26 15:30
users.php
107
B
-rw-r--r--
2017-07-26 15: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");