vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Load and forum abuse (https://vborg.vbsupport.ru/showthread.php?t=194615)

Amit86 10-26-2008 10:14 AM

Load and forum abuse
 
Hello,
I'm having this problem at my forums,
when a member wants to up his "view count" he stand on this thread and keep refreshing,
after a while, it gets my Apache server to stuck, meaning no one can enter forums, this happens on a regular basics, i followed the IP of this member and asked him to stop,
he didn't do it on purpose but i cannot take this risk and need something to block refreshing after X times, is there something that you think can help me?

UKBusinessLive 10-26-2008 10:51 AM

Quote:

Originally Posted by Amit86 (Post 1652992)
Hello,
I'm having this problem at my forums,
when a member wants to up his "view count" he stand on this thread and keep refreshing,
after a while, it gets my Apache server to stuck, meaning no one can enter forums, this happens on a regular basics, i followed the IP of this member and asked him to stop,
he didn't do it on purpose but i cannot take this risk and need something to block refreshing after X times, is there something that you think can help me?

I would place it in the rules that anyone found doing this would be banned.

You asked this guy to stop, he's still doing it, Ban him and make an example of him, the others will think twice after that. :rolleyes:

Amit86 10-26-2008 10:59 AM

Its still off the radar,
I'm sure that after making this public i will have much more case's so im asking if there is something like a mod that i can install for preventing this

punchbowl 10-26-2008 11:06 AM

Install a cache

UKBusinessLive 10-26-2008 12:49 PM

The user presses a button and Javascript opens another window with only the status bar, so there is no refresh button to click

PHP Code:

<script language="JavaScript1.2">  

if (
document.all){  
document.onkeydown = function (){  
var 
key_f5 116// 116 = F5  

if (key_f5==event.keyCode){  
event.keyCode 27;  

return 
false;  
}  
}  
}  

</
script


Hope this helps


All times are GMT. The time now is 07:41 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01658 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete