/memberlist.php&start=50Решение:
includes/functions.php
В строке
Код: Выделить всё
$select_list .= '<option value="'.append_sid($base_url."&start=".(($i - 1) * $per_page)).'"'.(($i == $on_page) ? 'selected="selected"' : '').'>'.$i.'</option>';Код: Выделить всё
"&start="Код: Выделить всё
"{$url_delim}start="

