| Author |
Message |
geodude
Nuke Cadet


Joined: Sep 25, 2006
Posts: 3
|
Posted:
Fri Oct 06, 2006 7:29 pm |
  |
How do I fix this? I have already tried changing
| Code: |
| if ($numrow >= 5) { |
but it did not work, the page just hung and would never load. Is there any way to disable this error? |
|
|
   |
 |
arnoldkrg
Major


Joined: Aug 03, 2003
Posts: 937
Location: United Kingdom
|
Posted:
Sat Oct 07, 2006 12:26 pm |
  |
The fix does work. Someone else reported this same problem after making the fix. His page just hung. It turned out that he was using his CPanel file editor to make the code changes and the editor was causing the problem. You must use a decent text editor to make any edits to PHP files. I use Crimson Editor |
_________________
 |
|
     |
 |
geodude
Nuke Cadet


Joined: Sep 25, 2006
Posts: 3
|
Posted:
Sat Oct 07, 2006 12:33 pm |
  |
I am using Notepad ++ and it does not work. |
|
|
   |
 |
arnoldkrg
Major


Joined: Aug 03, 2003
Posts: 937
Location: United Kingdom
|
Posted:
Sat Oct 07, 2006 11:30 pm |
  |
Well that is your answer. Notepad and wordpad are designed for windows applications and put invisible characters in your edits. These can be interpreted in windows applications but they are not understood by Unix applications (most web servers) and they will hang your page. |
_________________
 |
|
     |
 |
geodude
Nuke Cadet


Joined: Sep 25, 2006
Posts: 3
|
Posted:
Sun Oct 08, 2006 8:02 am |
  |
Thanks! Downloading crimson |
|
|
   |
 |
lexsd
Nuke Cadet


Joined: May 30, 2006
Posts: 2
|
Posted:
Mon Apr 16, 2007 1:50 pm |
  |
Sir,
I am getting the same error (Sorry, too many page loads in so little time!). I have tried to change the number from 4-5 several times and no luck. I am using dreameaver has my editor. The site was working then all of a sudden this error. Please advice what i should do.
Thanks a lot... |
|
|
   |
 |
hue
Support Mod


Joined: Apr 18, 2003
Posts: 368
Location: Ohio
|
Posted:
Mon Apr 16, 2007 2:06 pm |
  |
| lexsd wrote: |
Sir,
I am getting the same error (Sorry, too many page loads in so little time!). I have tried to change the number from 4-5 several times and no luck. I am using dreameaver has my editor. The site was working then all of a sudden this error. Please advice what i should do.
Thanks a lot... |
This is a new anti-flood system that has been implemented with the 8.0 release. To help solve this , give this a try .
Go to your includes folder and find this file -- > ipban.php . Open that up and towards the bottom find this
| Code: |
| if ($numrow >= 3) { |
Change the 3 to something like 7 . Save the file and overwrite your other one .
As always, before making any changes to your files , make backups |
_________________ Go Go Buckeyes!! |
|
    |
 |
cliffro
Nuke Soldier


Joined: Nov 05, 2004
Posts: 12
|
Posted:
Sun Aug 19, 2007 3:00 pm |
  |
| hue wrote: |
| lexsd wrote: |
Sir,
I am getting the same error (Sorry, too many page loads in so little time!). I have tried to change the number from 4-5 several times and no luck. I am using dreameaver has my editor. The site was working then all of a sudden this error. Please advice what i should do.
Thanks a lot... |
This is a new anti-flood system that has been implemented with the 8.0 release. To help solve this , give this a try .
Go to your includes folder and find this file -- > ipban.php . Open that up and towards the bottom find this
| Code: |
| if ($numrow >= 3) { |
Change the 3 to something like 7 . Save the file and overwrite your other one .
As always, before making any changes to your files , make backups |
Hello, I've tried this fix for my sites "Your Account" Module and it doesn't appear to work, I've tried using three different editors, cpanel/filemanager, HTMLKit, and CrimsonEditor.
Any ideas? I'd really like to use that module |
|
|
   |
 |
|
|