No, i suggest installing a fresh copy of the theme again and start all over. Then try adding the edit below:
Find:
<div id="wrapper">
<div id="topbar">';
Replace with:
<div id="wrapper">
<div class="text-tab">
<b>IP Servera:</b> 193.192.59.151:7777 • <a href="http://www.anylinkthatyouwish.com" target="_blank"><b>YOUR FORUM NAME</b></a> • <a href="http://www.facebook.com/pages/linktoyourfbpage" target="_blank"><b>Your FB Page Name</b></a>
</div>
<div id="topbar">';
Somewhere in index.css:
.text-tab {
background: #1a1a1a url(../images/bar-bg.png) repeat-x;
line-height: 20px;
text-align: right;
padding: 0 10px;
}