2
for close site if you mean this:
run this query in the phpmyadmin:
UPDATE `xoops_config` SET `conf_value` = '1' WHERE `conf_name` ='closesite'
UPDATE `xoops_config` SET `conf_value` = '1' WHERE `conf_name` ='use_mysession'
note: if your prefix is different from "xoops" change it to yours