It depends how complicated you need to make the redirects.
If you're talking about simply redirecting from one URL to another, because the original has been deleted, then something like this in your .htaccess fil should work fine:
Code:
Redirect permanent /forum/showthread.php?t=114135 https://vborg.vbsupport.ru/showthread.php?t=114200
It simply lists the relative URL to redirect from, and the absolute URL to redirect to.
That presumes you are running your forums in the subfolder "forum" and that the forum URL is vbulletin.org.
Simply change these as appropriate - for example, if your forum is installed at the root, simply remove the forum subfolder.