Hi Mariosgr,
This code should hepl you. Please add it in your current active them's functions.php file.
add_filter('wpforo_content_after', function ($content) {
$s = array('gvectors.com');
$r = array('gvectors.net');
return str_replace($s, $r, $content);
}, 999);