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

Направления обменов
Оператор online
28.10.2025, 16:00
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; }