Режим работы: пн — пт 24/7, сб -вс с 10 до 22 по мск.

Уважаемые пользователи, на сайте ведутся технические работы по улучшению качества работы обменника. Стараемся улучшить сервис для Вас!
Оператор online
17.10.2025, 15:33
remove_filter('get_direction_output', 'txtxml_get_direction_output', 10, 3); add_filter('get_direction_output', 'my_txtxml_get_direction_output', 10, 3); function my_txtxml_get_direction_output($ind, $item, $place){ if($ind == 1 and function_exists('get_dirxml_show')){ return get_dirxml_show($ind, $item); } return $ind; }