Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iscreen.apps-dev.fr /
js /
admin /
Delete
Unzip
Name
Size
Permission
Date
Action
addons.js
3.63
KB
-rwxrwxrwx
2019-04-30 18:42
attachments.js
146
B
-rwxrwxrwx
2019-04-30 18:42
attributes.js
5.65
KB
-rwxrwxrwx
2019-04-30 18:42
carrier_wizard.js
25.58
KB
-rwxrwxrwx
2019-04-30 18:42
dashboard.js
10.11
KB
-rwxrwxrwx
2019-04-30 18:42
dnd.js
5.73
KB
-rwxrwxrwx
2019-04-30 18:42
email.js
344
B
-rwxrwxrwx
2019-04-30 18:42
import.js
4.79
KB
-rwxrwxrwx
2019-04-30 18:42
index.php
1.24
KB
-rwxrwxrwx
2019-04-30 18:42
login.js
5.23
KB
-rwxrwxrwx
2019-04-30 18:42
modules-position.js
5.99
KB
-rwxrwxrwx
2019-04-30 18:42
notifications.js
3.85
KB
-rwxrwxrwx
2019-04-30 18:42
orders.js
31.4
KB
-rwxrwxrwx
2019-04-30 18:42
price.js
10.14
KB
-rwxrwxrwx
2019-04-30 18:42
products.js
56.16
KB
-rwxrwxrwx
2019-04-30 18:42
scenes.js
6.88
KB
-rwxrwxrwx
2019-04-30 18:42
themes.js
2.18
KB
-rwxrwxrwx
2019-04-30 18:42
tinymce.inc.js
1.7
KB
-rwxrwxrwx
2019-04-30 18:42
Save
Rename
function tinySetup(config) { if (typeof tinyMCE === 'undefined') { setTimeout(function() { tinySetup(config); }, 100); return; } if(!config) config = {}; //var editor_selector = 'rte'; if (typeof config.editor_selector != 'undefined') config.selector = '.'+config.editor_selector; default_config = { selector: ".rte" , plugins : "colorpicker link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor anchor", browser_spellcheck : true, toolbar1 : "code,|,bold,italic,underline,strikethrough,|,alignleft,aligncenter,alignright,alignfull,formatselect,|,blockquote,colorpicker,pasteword,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,anchor,|,media,image", toolbar2: "", external_filemanager_path: ad+"/filemanager/", filemanager_title: "File manager" , external_plugins: { "filemanager" : ad+"/filemanager/plugin.min.js"}, language: iso, skin: "prestashop", statusbar: false, relative_urls : false, convert_urls: false, entity_encoding: "raw", extended_valid_elements : "em[class|name|id]", valid_children : "+*[*]", valid_elements:"*[*]", menu: { edit: {title: 'Edit', items: 'undo redo | cut copy paste | selectall'}, insert: {title: 'Insert', items: 'media image link | pagebreak'}, view: {title: 'View', items: 'visualaid'}, format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'}, table: {title: 'Table', items: 'inserttable tableprops deletetable | cell row column'}, tools: {title: 'Tools', items: 'code'} } }; $.each(default_config, function(index, el) { if (config[index] === undefined ) config[index] = el; }); tinyMCE.init(config); }