Block Causing extremely High Hit Volume - Loop?
Viper_iii
Joined: 2002-12-31
Posts: 56 |
Posted: Thu, 2006-01-05 23:43 |
I have had this working and recently had to deny because of excessive traffic.... I denied the site the ability to redirect to itself apparently...LOL It has eliminated my max mysql requests problem with postnuke and that is now solved... but now My random block won't work... is the code not clean? is it getting into a constant loop of some sort? It had approximately 30k hits from itself with merely 1300 visitors so far... wtf.. what have I done... Using Postnuke 761 My exact code below (what am I doing incorrectly? - Hid the URL but not like its rocket science) if (pnModAvailable('Gallery')) include("http://xxx.url.xxx/modules.php?op=modload&name=Gallery&file=index&include=block-random.php"); else echo ' '; |
|
Posts: 56
can this be a direct link to the block-random.php? Like Below?
just tested... Nope won't work...
http://beta.food.ods.org this is just my proving ground for my server...
I seems that this script is causing 3-10 Hits per hit on my webpage... My host is shutting down access to Mysql for too many requests because the site is going over the 50k per hour. I have to go in and delete the Mysql user and re-add it.. then it resets the counter and the page is again accessible..
The site in question is http://www.oceanodunes.org this is the live site...
Posts: 1
same applies for me, also changed my site (vakanties) now and no gallery anymore. Still want to get it back in the future so hope someone can fix this. )
Posts: 1
I'm also having these problems on my site, hope you will find a solution. I'm looking into other options.