Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.206
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
dada /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-06 01:46
php53
[ DIR ]
drwxr-xr-x
2024-05-06 01:46
php56
[ DIR ]
drwxr-xr-x
2024-05-06 01:46
php71
[ DIR ]
drwxr-xr-x
2024-05-06 01:46
php81
[ DIR ]
drwxr-xr-x
2024-05-06 01:46
php82
[ DIR ]
drwxr-xr-x
2024-05-06 01:46
.dada_config
14.94
KB
-rw-r--r--
2023-11-20 05:31
.htaccess
788
B
-rw-r--r--
2022-10-04 11:38
Config.pm
60.7
KB
-rw-r--r--
2023-11-20 05:31
_dada_mail_config.js
2.25
KB
-rw-r--r--
2022-10-04 11:38
config.local.php
9.3
KB
-rw-r--r--
2022-10-04 11:38
dada_mail_config.js
2.73
KB
-rw-r--r--
2022-10-04 11:38
fileindex.php
90
B
-rw-r--r--
2022-10-04 11:38
filemanager.config.json
4.93
KB
-rw-r--r--
2022-10-04 11:38
filemanager.php
3.67
KB
-rw-r--r--
2022-10-04 11:38
import.php
3.06
KB
-rw-r--r--
2024-05-02 10:57
info.xml
3.48
KB
-rw-r--r--
2024-05-02 10:25
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
8.56
KB
-rw-r--r--
2024-05-02 10:57
install.xml
1.72
KB
-rw-r--r--
2021-12-23 11:54
md5
6.32
KB
-rw-r--r--
2024-05-02 10:57
notes.txt
1.62
KB
-rw-r--r--
2023-11-20 05:31
wwwindex.php
23
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.editorConfig = function(config) { config.uploadUrl = '[[softurl]]/mail.cgi'; config.imageUploadUrl = '[[softurl]]/mail.cgi'; config.filebrowserBrowseUrl = '[[wwwurl]]/dada_mail_support_files/RichFilemanager/index.html?type=files&rand_string=' + rand_string(); config.filebrowserImageBrowseUrl = '[[wwwurl]]/dada_mail_support_files/RichFilemanager/index.html?type=images&rand_string=' + rand_string(); config.filebrowserFlashBrowseUrl = '[[wwwurl]]/dada_mail_support_files/RichFilemanager/index.html?type=flash&rand_string=' + rand_string(); config.filebrowserUploadUrl = null; config.filebrowserImageUploadUrl = null; config.filebrowserFlashUploadUrl = null; config.removeDialogTabs = 'link:upload;image:Link;image:Upload'; config.height = '30em'; config.fullPage = true; config.startupOutlineBlocks = true; config.allowedContent = true; config.disallowedContent = 'img{width,height}'; config.extraAllowedContent = 'img[alt,border,width,height,align,vspace,hspace,!src];'; config.strinsert_button_label = 'Tags'; config.strinsert_button_title = 'Tags'; config.strinsert_button_voice = 'Tags'; config.extraPlugins = 'strinsert,image2,uploadimage'; config.removePlugins = 'image,exportpdf'; config.toolbar_DadaMail_Admin = [ { name: 'basicstyles', items : [ 'strinsert', 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] }, { name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] }, { name: 'colors', items : [ 'TextColor','BGColor' ] }, '/', { name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] }, { name: 'links', items : [ 'Link','Unlink','Anchor' ] }, { name: 'insert', items : [ 'Image','Table','HorizontalRule','Smiley','SpecialChar' ] }, '/', { name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] }, { name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] }, { name: 'document', items : [ 'Source','Maximize', 'ShowBlocks'] }, ]; }; function rand_string() { return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15); }