Well after a long ass teamviewer session we got things kinda fixed. I'll mark this as solved!
The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.
With blank page errors you don't really know what the issue is, so what I usually do is I edit my initiate.php file. Add this to the second line right after the opening <?php tag. More often then not, once you reload the page errors will show up on the blank page.
ini_set('display_errors',1);
It is probably fine now, after a certain amount of time without posting your account goes inactive, all you have to do is make a post and you can continue using the site
This is a real simple edit of your skin's boardindexTemplate.Find this: {parse js_module="board"}{parse variable="sidebar_enabled" default="$show_side_blocks"}and replace with this:{parse js_module="board"}{parse variable="sidebar_disabled" default="$show_side_blocks"} In general, this works for all 3.1.x, 3.2.x, 3.3.x and 3.4.x skins and probably more.