Jump to content

Recommended Posts

Posted

I have a very nuisance pecker-head that keeps registering. I need to have his IP address blocked. Is there a way to do this?

Every time I delete his registration, he signs up with a new username, but it is always in the same format. This time his username is RerminiErer RerminiErerOC. It is really starting to tick me off as it has happened 15 times in the last 4 days now. Can someone help me? Nabeel, if you are reading this, I am on Fivedev. If I need to open a support ticket on this problem, I will. Someone please send help my way ASAP.

  • Moderators
Posted

Jeff,

I made a custom IP Ban system for my VA that I'm opening soon, and it works well, but a lot of core files to change.

It's just a B.S. when people sign up with many different IP's. Possibly, he's using many different proxies.

But if it's the same IP, I think Fivedev has CPanel and you should able to ban him.

Go to Cpanel, and look for something that has IP Deny Manager or other, and add in the IP that he used. Then he should stop.

  • Moderators
Posted

you can do following in the .htacces

iff he uses 1 ip

order allow,deny

deny from xxx.xx.x.x

allow from all replace the xxx with the correct ip

Posted

you can do following in the .htacces

iff he uses 1 ip

order allow,deny

deny from xxx.xx.x.x

allow from all replace the xxx with the correct ip

Ive had issues with the HTaccess files. kAcars doesnt like it at all.

  • Moderators
Posted

Ive had issues with the HTaccess files. kAcars doesnt like it at all.

i have the htaccas files on 4 servers with kacars no problems with that

Posted

In case that someone gets a hold of a members acct. info that they still can't have access to the Admin Center. Just a little added security.

  • 2 weeks later...
Posted

This problem with the registrar keeps changing his IP Address. Is there any more options I can take to keep this A hole from continuing to register?

Posted

Here is his last ones I recorded. They were all from Poland (they are from a new location now).

deny from 178.137.160.108

deny from 46.63.202.61

deny from 31.178.7.2

Posted

By the looks of it he is using a proxy. Try using this:

RewriteEngine on

RewriteCond %{HTTP:VIA} !^$ [OR]

RewriteCond %{HTTP:FORWARDED} !^$ [OR]

RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]

RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]

RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR]

RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]

RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]

RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$

RewriteRule ^(.*)$ - [F]

copy & paste into your site’s root htaccess file. Upload to your server, and test it’s effectiveness via the proxy service(s) of your choice. It may not be perfect, but compared to blacklisting a million proxy domains, it’s lightweight, concise, and very effective ;)

Posted

or in extreme iff you know its only from polland just block all connections from polland

Terrible idea. Don't ever block an entire country because one person uses a couple of IP addresses there...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...