Jump to content
MakeWebGames

Recommended Posts

Posted

ok ok i am asking for alot of help sorry but this 1 i would like to learn how to soret because i keep getting it.... ok so here is is the problem

Warning: Division by zero in /home/badboys/public_html/header.php on line 136

 

$_SESSION['attacking']=0;
}   <----line 136
$enperc=(int) ($ir['energy']/$ir['maxenergy']*100);
Posted

Re: Division by zero????? help please

Open the database, check your users table where your character is and check the 'maxenergy' column

the problem is that $ir['maxenergy'] == 0

Posted

Re: Division by zero????? help please

Try posting a bit more code.

It could be your server files, thus sessions are not set.

Or it could be attack.php that doesnt set the session.

Posted

Re: Division by zero????? help please

will int(11) No 0

maxwill int(11) No 0

brave int(11) No 0

maxbrave int(11) No 0

maxenergy int(11) No 0

hp int(11) No 0

maxhp int(11) No 0

lastrest_life int(11) No 0

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...