Auto train joiners are really killing my server: Domain %CPU %MEM Mysql Processes thefriendtrain.com 10.16 25.78 0.5 How would you guys try to block train joiners from joing your train? I tried using .htaccess, by these two lines: RewriteCond %{HTTP_REFERER} ^(.*)pages(.*)$ RewriteCond %{HTTP_REFERER} ^(.*)train-joiner(.*)$ Is there another way from blocking a website from doing damanga? Such as this one - http://www.layoutcodes.net/train-joiner/
Nope, I tried using block domain names in cpanel, but that didn't work either. Most are using Iframes in their auto train joiners, so we need to find a code to block the iframes
a quick job in JS will break you out of the iframe...not sure if that's what you are looking for or not..
Yes, that's what I'm looking for. How do you do it? Would the page still load if it breaks the auto trainer from it?