GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   ANyone know how to block a domain name (https://gfy.com/showthread.php?t=1104413)

venus 03-26-2013 11:31 PM

ANyone know how to block a domain name
 
Anyone know how to block a domain name in htaccess from sending traffic to your site?

I have a guy, with a bunch of cam sites
http://www.mycam.com
http://www.indianlivesexchat.com
http://www.dacams.com

and some others sending scam signups, stolen credit cards, hoping that I will send out a check before I catch on...has not happened, caught on before I ever sent them a check, they are scamming ccbill sites also, the chargeback I missed had about a dozen ccbill sites on the paper the owner said was not his.

so I want to block the traffic coming from those sites, any idea how?

k0nr4d 03-26-2013 11:32 PM

Quote:

Originally Posted by venus (Post 19547910)
Anyone know how to block a domain name in htaccess from sending traffic to your site?

I have a guy, with a bunch of cam sites
http://www.mycam.com
http://www.indianlivesexchat.com
http://www.dacams.com

and some others sending scam signups, stolen credit cards, hoping that I will send out a check before I catch on...has not happened, caught on before I ever sent them a check, they are scamming ccbill sites also, the chargeback I missed had about a dozen ccbill sites on the paper the owner said was not his.

so I want to block the traffic coming from those sites, any idea how?

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^(.*)(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?mycam(-|.).*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?indianlivesexchat(-|.).*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?dacams(-|.).*$ [NC]
RewriteRule ^(.*)$ - [F,L]

venus 03-26-2013 11:35 PM

thanks much

Quote:

Originally Posted by k0nr4d (Post 19547912)
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^(.*)(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?mycam(-|.).*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?indianlivesexchat(-|.).*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?dacams(-|.).*$ [NC]
RewriteRule ^(.*)$ - [F,L]


venus 03-26-2013 11:41 PM

that didn't work for some reason...blocked everyone

Quote:

Originally Posted by k0nr4d (Post 19547912)
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^(.*)(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?mycam(-|.).*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?indianlivesexchat(-|.).*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?.*(-|.)?dacams(-|.).*$ [NC]
RewriteRule ^(.*)$ - [F,L]


Captain Kawaii 03-26-2013 11:45 PM

For CCBill signups, contact CCBill and give them specific sign up info. Ask their fraud dept to ban him. Ask for his IP address. Contact your host and ask to ban his IPs from your servers. Traceroute his IP back to his host. Inform host and advise you will take appropriate action. Your host should be able to do that with domain names.

venus 03-26-2013 11:49 PM

I found the problem, it was another rewrite I had in my htaccess...

venus 03-26-2013 11:54 PM

most of the signups are from "unknown" in the stats report, so they are not using a hard link usually. the actual signups are coming from all over the country.

Quote:

Originally Posted by Captain Kawaii (Post 19547923)
For CCBill signups, contact CCBill and give them specific sign up info. Ask their fraud dept to ban him. Ask for his IP address. Contact your host and ask to ban his IPs from your servers. Traceroute his IP back to his host. Inform host and advise you will take appropriate action. Your host should be able to do that with domain names.


Captain Kawaii 03-27-2013 12:28 AM

Quote:

Originally Posted by venus (Post 19547929)
most of the signups are from "unknown" in the stats report, so they are not using a hard link usually. the actual signups are coming from all over the country.

Good luck. Its a Nigerian using a CZ server and making it look like that. According to the CZ host. :winkwink:
CCBill helped us sort him out though.

venus 03-27-2013 12:38 AM

its easy to catch the signups as they come in now, I know what I am looking for and I am looking at each new affiliate that signs up. Its just a pain in the ass to have to go in and refund all these people

Quote:

Originally Posted by Captain Kawaii (Post 19547950)
Good luck. Its a Nigerian using a CZ server and making it look like that. According to the CZ host. :winkwink:
CCBill helped us sort him out though.


Captain Kawaii 03-27-2013 01:18 AM

Quote:

Originally Posted by venus (Post 19547959)
its easy to catch the signups as they come in now, I know what I am looking for and I am looking at each new affiliate that signs up. Its just a pain in the ass to have to go in and refund all these people

Absolutely. I feel your pain. We manually check everything now, affiliates, signups... Ugh.
Good luck with it all. Sounds like you have it under control. if you're really Venus, your hella hot. :)

Google Expert 03-27-2013 01:30 AM

why ban domain? what's to stop them from manually entering their affiliate link into browser and doing fake signup?

just ban his account.

JamesM 03-27-2013 03:14 AM

Quote:

Originally Posted by M.A+ (Post 19548013)
why ban domain? what's to stop them from manually entering their affiliate link into browser and doing fake signup?

just ban his account.

this :thumbsup

lagcam 03-27-2013 09:09 AM

Quote:

Originally Posted by M.A+ (Post 19548013)
why ban domain? what's to stop them from manually entering their affiliate link into browser and doing fake signup?

just ban his account.

This. No brainer.

venus 03-27-2013 10:29 AM

that's what they are doing, but if it stops one person then its one less I have to deal with

Quote:

Originally Posted by M.A+ (Post 19548013)
why ban domain? what's to stop them from manually entering their affiliate link into browser and doing fake signup?

just ban his account.


venus 03-27-2013 10:31 AM

actually banning the account is a bad thing to do, they can still use the link to signup, closing the account wont stop them from sending joins, it will stop me from seeing what account it is associated with and then I wont be able to deal with it.

Quote:

Originally Posted by lagcam (Post 19548420)
This. No brainer.



All times are GMT -7. The time now is 04:17 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123