suffix

suffix
Рейтинг
339
Регистрация
26.08.2010
skapunker:
and secondly, a typical farm, as expected

I have not asked you, Mr. Troll :)

donc:
а информационник - 99,9% всегда говно.

У меня информационник.

Вот сегодняшняя статья:

https://www.babai.ru/articles/istoriya-o-tom-kak-poyavilas-dusya.html

Тоже к 99,9% отнесёте ? :(

donc:
and informatsionnik - 99.9% always shit.

I informatsionnik.

Here are today's article:

https://www.babai.ru/articles/istoriya-o-tom-kak-poyavilas-dusya.html

Too, to 99.9% will carry? :(

Откуда кто-то может знать что надо в вашей самописной админке делать ?

Ну сами-то подумайте !

Нанимайте платно специалиста в другом разделе форума - он разберётся за какое-то время.

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; }
Всего: 3551