Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.0
Author Message
kmarion
Regular
Regular



Joined: Nov 23, 2003
Posts: 64

PostPosted: Thu Mar 04, 2004 7:35 pm Reply with quote

Why am I getting this message? It in the admin section when I click on IP banning.

Warning: Division by zero in /home/tfssquad/public_html/admin/modules/ip_ban.php on line 84
_IPBANS ()
_IPNONE

Warning: Division by zero in /home/tfssquad/public_html/admin/modules/ip_ban.php on line 167

Both lines reffer to this
Code:
$pagesint = ($totalselected / $perpage);




Code:
 
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu Mar 04, 2004 9:51 pm Reply with quote

The $perpage variable is zero. I don't know the program, but you can try a couple of things
Code:
$pagesint = @(totalselcted/$perpage);

or
if ($perpage) $pagesint = ($totalselected / $perpage);
 
View user's profile Send private message
kmarion







PostPosted: Fri Mar 05, 2004 6:33 pm Reply with quote

Code:
$pagesint = @(totalselcted/$perpage);
Was the fix, Thx (Again) Raven.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.0

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©