uawdijnntqw1x1x1
IP : 216.73.216.207
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
.
/
files
/
need-2-delete
/
mini-borishof.ru1
/
local
/
.
/
templates
/
mini
/
js
/
.
/
.
/
script.js
/
/
//Активируем инлайновые скрипты, деактивированные методом подмены type на недействительный в init.php файле $(document).ready(function(){ var _scripts1 = $("html").find("script"), _doc1 = document, _txt1 = "text/delayscript" ; for(var i=0,l=_scripts1.length;i<l;i++){ var _type1 = _scripts1[i].getAttribute("type"); var _src1 = _scripts1[i].getAttribute("src"); if(_type1 && _type1.toLowerCase() ==_txt1 && !_src1) _scripts1[i].parentNode.replaceChild((function(sB1){ var _s1 = _doc1.createElement('script'); _s1.type = 'text/javascript'; _s1.innerHTML = sB1.innerHTML; return _s1; })(_scripts1[i]), _scripts1[i]); } }); $(document).ready(function(){ var _scripts = document.getElementsByTagName("script"), _doc = document, _txt = "text/delayscript" ; for(var i=0,l=_scripts.length;i<l;i++){ var _type = _scripts[i].getAttribute("type"); var _src = _scripts[i].getAttribute("src"); if(_type && _type.toLowerCase() ==_txt && _src) _scripts[i].parentNode.replaceChild((function(sB){ var _s = _doc.createElement('script'); _s.type = 'text/javascript'; _s.src = _src; return _s; })(_scripts[i]), _scripts[i]); } }); console.log('first step'); $(document).ready(function(){ $(".btn-form-popup").click(function(){ let title = $(this).data("title"); console.log(title, $(".fb-services").find(".name").text()) $(".fb-services").find(".name").text(title); $(".fb-services").show(); $('.messages').html(""); }) $(".fb-close").click(function(){ $(".fb-services").hide(); }) $('.btn-order').click(function(){ let name = $('[name="name"]').val(); let phone = $('[name="phone"]').val(); let email = $('[name="email"]').val(); let comment = $('[name="comment"]').val(); let salon = $('[name="salon"]').val(); let conf = $("[name='conf']").prop("checked"); if(conf){ $.ajax({ url: "/ajax/action.php", type: "post", dataType: "json", data: { "name": name, "phone": phone, "email": email, "comment": comment, "salon": salon }, success: function(data){ if(data.result === "1"){ $(".fb-input").hide(); $(".fb-item .btn").hide(); $('.messages').addClass("good"); $('.messages').html("<span style='color: green;'>Сообщение успешно отправлено!</span>"); }else{ $('.messages').html(data.result); } } }); }else{ $('.messages').html("<span style='color:red;'>Поле 'Согласие на использование информации' не заполнено!</span>"); } }); })
/var/./files/need-2-delete/mini-borishof.ru1/local/./templates/mini/js/././script.js