suffix

suffix
Рейтинг
345
Регистрация
26.08.2010

Where someone can know that it is necessary in your samopisnaya admin to do?

Well, you would think!

Hire charge a specialist in another section of the forum - he will understand for some time.

foxi:
Удаляйте go.php этот атавизм - это сильнейший вред сайту, т.к. его используют для редиректа на чернуху всякую.

Ну зачем же сразу удалять - тем более если ТС редиректы нужны и привык он их так делать ?

Выше уже и fliger и Dreammaker правильно писали что нужно просто запретить редиректы кроме "своих" - вот и всё.

foxi:
Remove go.php this throwback - it is very harmful to the site, as it is used to redirect to any dill.

Well, why just remove - especially if the vehicle is needed and redirects it used them to do so?

Above already fliger and Dreammaker correctly wrote that you just need to disable redirects except "their" - that's all.

foxi:
Remove go.php this throwback - it is very harmful to the site, as it is used to redirect to any dill.

Well, why just remove - especially if the vehicle is needed and redirects it used them to do so?

Above already fliger and Dreammaker correctly wrote that you just need to disable redirects except "their" - that's all.

fliger:
Блокировать нужно по списку разрешенных ссылок (те, что не указаны, блокировать).

Ага, я вот в nginx так сделал:


set $goto_redir 1;
if ($arg_goto ~ "https://ok.ru/clubbabai/") { set $goto_redir 0; }
if ($arg_goto ~ "https%3A%2F%2Fok.ru%2Fclubbabai%2F") { set $goto_redir 0; }
if ($arg_goto ~ "https://www.facebook.com/babai.ru") { set $goto_redir 0; }
if ($arg_goto ~ "https%3A%2F%2Fwww.facebook.com%2Fbabai.ru%2F") { set $goto_redir 0; }
if ($arg_goto ~ "https://vk.com/clubbabai") { set $goto_redir 0; }
if ($arg_goto ~ "https%3A%2F%2Fvk.com%2Fclubbabai") { set $goto_redir 0; }
if ($arg_goto ~ "https://www.instagram.com/clubbabai/") { set $goto_redir 0; }
if ($arg_goto ~ "https%3A%2F%2Fwww.instagram.com%2Fclubbabai%2F") { set $goto_redir 0; }
if ($arg_goto = "") { set $goto_redir 0; }
if ($goto_redir = 1) { return 403; }
fliger:
Block is necessary for the list of permitted references (those that are not listed, block).

Yeah, I'm here with nginx did so:


set $ goto_redir 1;
if ($ arg_goto ~ "https://ok.ru/clubbabai/") {set $ goto_redir 0; }
if ($ arg_goto ~ "https% 3A% 2F% 2Fok.ru% 2Fclubbabai% 2F") {set $ goto_redir 0; }
if ($ arg_goto ~ "https://www.facebook.com/babai.ru") {set $ goto_redir 0; }
if ($ arg_goto ~ "https% 3A% 2F% 2Fwww.facebook.com% 2Fbabai.ru% 2F") {set $ goto_redir 0; }
if ($ arg_goto ~ "https://vk.com/clubbabai") {set $ goto_redir 0; }
if ($ arg_goto ~ "https% 3A% 2F% 2Fvk.com% 2Fclubbabai") {set $ goto_redir 0; }
if ($ arg_goto ~ "https://www.instagram.com/clubbabai/") {set $ goto_redir 0; }
if ($ arg_goto ~ "https% 3A% 2F% 2Fwww.instagram.com% 2Fclubbabai% 2F") {set $ goto_redir 0; }
if ($ arg_goto = "") {set $ goto_redir 0; }
if ($ goto_redir = 1) {return 403; }
Had:
https://seo-akademiya.com/ справа пихай ссылку и жмякай кнопку.

Сервис с кучей багов - не видит фавиконку, не видит главное зеркало в Яндекс и т.п. - так что забейте на эту глючную поделку !

Had:
https://seo-akademiya.com/ right and shoved link zhmyakay button.

Service with a bunch of bug - favicons can not see, can not see the main mirror in Yandex, etc. - so that the drive in this buggy hack!

Had:
Кто сказал это? На сайте нужны обе.

А потом удивляться что это сайт так тормозит :(

Ключи есть в Вебмамтере и Сёчконсоли а для всего остального есть серверная аналитика. В пределе стремящемуся к идеалу на сайте вообще не должно быть кода подгружаемому из вне - это и решение проблемы тормозов и безопасность.

Had:
Who said this? You need both on the site.

And then be surprised that this site so slows down :(

The keys are in Vebmamtere and Sochkonsoli and for the rest there is a server analyst. In the limit of striving for the ideal site there should not be code loaded from the outside - this solution to the problem of brakes and safety.

Всего: 3557