• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Wars, Data huh?

Onizuka

Member
Joined
Jul 5, 2008
Messages
2,291
Reaction score
14
1.

[Error - GlobalEvent Interface]
buffer:onThink
Description:
data/lib/database.lua:60: [Result:getDataInt] Result not set!
stack traceback:
[C]: in Function 'error'
Data/lib/database.lua:60: in function 'getDataInt'
Data/lib/050-function.lua:945: in function 'getGuildsWithWar'
[string "loadBuffer"]:3: in function <[string "loadBuffer"]:2>
[Error - GlobalEvents::think] Couldn't execute event: wars



Huh.?;x


2. I've added a frags counter script to my xampp, Fragsphp into htdocs folder, and in Index.php i've added this

indexphpm.jpg


And it still doesn't show the Frags section on the website? ;o


//Anco
 
Last edited:
Ty Rep+, gone try to solve it my self aswell. Reading those lua scripts atm :(


@ I think I'am missing some files. w/ lol
 
Ty Rep+, gone try to solve it my self aswell. Reading those lua scripts atm :(


@ I think I'am missing some files. w/ lol

Have you posted the SQL files in phpmyadmin?

If you havn't posted in phpmyadmin, just tell me! got them up in my notepad atm

Edit:
PHP:
<div id='account_Submenu' class='Submenu'>
<a rel='nofollow' href='?subtopic=war'>
  <div id='submenu_war' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
    <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    <div id='ActiveSubmenuItemIcon_accountmanagement' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
    <div class='SubmenuitemLabel'>War</div>
    <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
  </div>
</a>
have u added this in layout.php??

Regards, Entral
 
@up thanks, didn't do that. Seems like a lot has changed since 8.4 ;x Last time i remember the only thing you had to do is add it in index lol x
 
Back
Top