I noticed that the login on the front page redirects back to the front page, and the login in the forums redirects back to the forums, for rabidrobotgaming.com when i try and change the redirect for the login on the homepage it changes the login in the forums also, I would like to have ours the same way as your's
what I have currently for the front page:
<?php require_once("SSI.php"); ?>
<?php ssi_login('http://rabidrobotgaming.com/'); ?>
<div align="center">
<?php ssi_logout('http://rabidrobotgaming.com/'); ?>
...