Просмотр файла exit.php
<?php
// MyForum - Сервис форумов
// Copyright © A'lex и KO. All Rights Reserved
// По всем вопросам обращайтесь на email admin@zagruz.org или в асю 376920428
include 'config.php';
include 'functions.php';
mysql_query("UPDATE {$table}{$f}_users SET BSID='00000000', FSID='0000000000000000' WHERE FSID='sid'");
header("Location: index.php?f=$f&w=$w");
mysql_close($lnk);
?>