📁
SKYSHELL MANAGER
PHP v8.2.30
Create
Create
Path:
root
/
home
/
qooetu
/
costes.qooetu.com
/
Name
Size
Perm
Actions
📁
.well-known
-
0755
🗑️
🏷️
🔒
📁
2e19d9
-
0755
🗑️
🏷️
🔒
📁
6b114
-
0755
🗑️
🏷️
🔒
📁
Modules
-
0755
🗑️
🏷️
🔒
📁
app
-
0755
🗑️
🏷️
🔒
📁
assets
-
0755
🗑️
🏷️
🔒
📁
bootstrap
-
0755
🗑️
🏷️
🔒
📁
cgi-bin
-
0755
🗑️
🏷️
🔒
📁
config
-
0755
🗑️
🏷️
🔒
📁
css
-
0755
🗑️
🏷️
🔒
📁
database
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
nbproject
-
0755
🗑️
🏷️
🔒
📁
public
-
0755
🗑️
🏷️
🔒
📁
resources
-
0755
🗑️
🏷️
🔒
📁
routes
-
0755
🗑️
🏷️
🔒
📁
storage
-
0755
🗑️
🏷️
🔒
📁
tests
-
0755
🗑️
🏷️
🔒
📁
uploads
-
0755
🗑️
🏷️
🔒
📁
vendor
-
0755
🗑️
🏷️
🔒
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.23 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
COOKIE.txt
0.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
X7ROOT.txt
0.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
defaults.php
1.29 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
engine.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
813.08 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
features.php
11.28 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
googlecfb82e09419fc0f6.html
0.05 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php0
1.56 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
inputs.php
0.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
kurd.html
1.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
library.php
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
min.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
p.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
php.ini
0.04 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
product.php
1.78 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
qpmwztts.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.32 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
tovmbkwh.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
tyyffovi.php
0.74 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
veoxv.html
1.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: search_replace.js
EditArea.prototype.show_search = function(){ if(_$("area_search_replace").style.visibility=="visible"){ this.hidden_search(); }else{ this.open_inline_popup("area_search_replace"); var text= this.area_get_selection(); var search= text.split("\n")[0]; _$("area_search").value= search; _$("area_search").focus(); } }; EditArea.prototype.hidden_search= function(){ /*_$("area_search_replace").style.visibility="hidden"; this.textarea.focus(); var icon= _$("search"); setAttribute(icon, "class", getAttribute(icon, "class").replace(/ selected/g, "") );*/ this.close_inline_popup("area_search_replace"); }; EditArea.prototype.area_search= function(mode){ if(!mode) mode="search"; _$("area_search_msg").innerHTML=""; var search=_$("area_search").value; this.textarea.focus(); this.textarea.textareaFocused=true; var infos= this.get_selection_infos(); var start= infos["selectionStart"]; var pos=-1; var pos_begin=-1; var length=search.length; if(_$("area_search_replace").style.visibility!="visible"){ this.show_search(); return; } if(search.length==0){ _$("area_search_msg").innerHTML=this.get_translation("search_field_empty"); return; } // advance to the next occurence if no text selected if(mode!="replace" ){ if(_$("area_search_reg_exp").checked) start++; else start+= search.length; } //search if(_$("area_search_reg_exp").checked){ // regexp search var opt="m"; if(!_$("area_search_match_case").checked) opt+="i"; var reg= new RegExp(search, opt); pos= infos["full_text"].substr(start).search(reg); pos_begin= infos["full_text"].search(reg); if(pos!=-1){ pos+=start; length=infos["full_text"].substr(start).match(reg)[0].length; }else if(pos_begin!=-1){ length=infos["full_text"].match(reg)[0].length; } }else{ if(_$("area_search_match_case").checked){ pos= infos["full_text"].indexOf(search, start); pos_begin= infos["full_text"].indexOf(search); }else{ pos= infos["full_text"].toLowerCase().indexOf(search.toLowerCase(), start); pos_begin= infos["full_text"].toLowerCase().indexOf(search.toLowerCase()); } } // interpret result if(pos==-1 && pos_begin==-1){ _$("area_search_msg").innerHTML="<strong>"+this.escapeHTML(search)+"</strong> "+this.get_translation("not_found"); return; }else if(pos==-1 && pos_begin != -1){ begin= pos_begin; _$("area_search_msg").innerHTML=this.get_translation("restart_search_at_begin"); }else begin= pos; //_$("area_search_msg").innerHTML+="<strong>"+search+"</strong> found at "+begin+" strat at "+start+" pos "+pos+" curs"+ infos["indexOfCursor"]+"."; if(mode=="replace" && pos==infos["indexOfCursor"]){ var replace= _$("area_replace").value; var new_text=""; if(_$("area_search_reg_exp").checked){ var opt="m"; if(!_$("area_search_match_case").checked) opt+="i"; var reg= new RegExp(search, opt); new_text= infos["full_text"].substr(0, begin) + infos["full_text"].substr(start).replace(reg, replace); }else{ new_text= infos["full_text"].substr(0, begin) + replace + infos["full_text"].substr(begin + length); } this.textarea.value=new_text; this.area_select(begin, length); this.area_search(); }else this.area_select(begin, length); }; EditArea.prototype.area_replace= function(){ this.area_search("replace"); }; EditArea.prototype.area_replace_all= function(){ /* this.area_select(0, 0); _$("area_search_msg").innerHTML=""; while(_$("area_search_msg").innerHTML==""){ this.area_replace(); }*/ var base_text= this.textarea.value; var search= _$("area_search").value; var replace= _$("area_replace").value; if(search.length==0){ _$("area_search_msg").innerHTML=this.get_translation("search_field_empty"); return ; } var new_text=""; var nb_change=0; if(_$("area_search_reg_exp").checked){ // regExp var opt="mg"; if(!_$("area_search_match_case").checked) opt+="i"; var reg= new RegExp(search, opt); nb_change= infos["full_text"].match(reg).length; new_text= infos["full_text"].replace(reg, replace); }else{ if(_$("area_search_match_case").checked){ var tmp_tab=base_text.split(search); nb_change= tmp_tab.length -1 ; new_text= tmp_tab.join(replace); }else{ // case insensitive var lower_value=base_text.toLowerCase(); var lower_search=search.toLowerCase(); var start=0; var pos= lower_value.indexOf(lower_search); while(pos!=-1){ nb_change++; new_text+= this.textarea.value.substring(start , pos)+replace; start=pos+ search.length; pos= lower_value.indexOf(lower_search, pos+1); } new_text+= this.textarea.value.substring(start); } } if(new_text==base_text){ _$("area_search_msg").innerHTML="<strong>"+this.escapeHTML(search)+"</strong> "+this.get_translation("not_found"); }else{ this.textarea.value= new_text; _$("area_search_msg").innerHTML="<strong>"+nb_change+"</strong> "+this.get_translation("occurrence_replaced"); // firefox and opera doesn't manage with the focus if it's done directly //editArea.textarea.focus();editArea.textarea.textareaFocused=true; setTimeout("editArea.textarea.focus();editArea.textarea.textareaFocused=true;", 100); } }; EditArea.prototype.escapeHTML = function (data) { return String(data). replace(/&/g, "&"). replace(/'/g, "'"). replace(/"/g, """). replace(/</g, "<"). replace(/>/g, ">"); };
Save