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)
-   -   Tech question (https://gfy.com/showthread.php?t=36370)

Rose 08-02-2001 04:47 PM

Tech question
 
I run small non adult board,and have problem with one idiot lately.He SPAM my board with idiotic messages.As soon as I ban his IP
he uses another Proxy server and continue
posting.He uses mainly Japanese Proxies.
Is there anyway to find out his real IP?
Thanks I am not too good with this IP shit.

whoreans 08-02-2001 04:49 PM

this guy is really a pain in the ass..

i wouldnt know how to stop him from fucking around neither..

but i would email the owner of the proxy holder and let them know whats going on.

Wizzo 08-02-2001 04:50 PM

Are you using the same board software as us?

Rose 08-02-2001 05:00 PM

No I am not Wizzo.
Yes I tried to e-mail proxies few times,
but no response.He uses only foreign ones.

Rose 08-02-2001 05:07 PM

I tried to track that guy for few hours today.
mail.massathens.gr (195.167.71.2)
This as far as I could track him.
Greek Proxy

Theo 08-03-2001 04:20 AM

yeap, this is a greek proxy. This proxy belongs to an advertising company. Their mails are [email protected],[email protected]
but i don't think they can do many things to stop the guy if he's Greek(I doubt) because the majority of internet surfers here use modems=dynamic IPs. The best thing you have to do is to ignore him for a while, he will get tired being an asshole and will stop.
What's the url of the board?

BigDaddy 08-03-2001 06:48 AM

Quote:

Originally posted by Rose:
No I am not Wizzo.

There can only be one Wizzo.


brocklanders 08-03-2001 08:03 AM

Can you ban the first 2 sets of his IP address? For example: 195.167.xxx.xxx

Even with a dynamic IP, the first 2 sets usually don't change from what I have been told.

Tuzz 08-03-2001 09:08 AM

If you can manage to resolve his main proxy IP, and your BBS is written in Perl, Just place this line at the beginning of whatever subroutine makes posts

print "Piss Off" if ($ENV{'REMOTE_ADDR'} =~ /195\.167\.\d+\.\d+/);

substituting actual numbers for the hard numbers in the regex (195 and 167).

Something similar would also work for PHP.

Of course the "Piss Off" message can be changed to anything you like. lol

This avenue is much easier on server recources than .htaccess blocking or redirect.

------------------
Bob
3x-x.com
Gallery Quest

Rose 08-03-2001 12:36 PM

Can you ban the first 2 sets of his IP address? For example: 195.167.xxx.xxx
Even with a dynamic IP, the first 2 sets usually don't change from what I have been told.

---------------------------
Yes I can ban anything I want, and I did.
But he just moves on and use anotyher proxy.
There is 1 000's of them on the net.

-=HUNGRYMAN=- 08-03-2001 12:42 PM

Quote:

Originally posted by Rose:
No I am not Wizzo.

--------------------------------------------------------------------------------
Originally posted by BigDaddy:
There can only be one Wizzo.


HAHAHAHAHA
And thank God for that !!!

------------------
http://www.exxxtrememedia.com/embut.gif A boneprone Family Member http://bbs.gofuckyourself.com/board/biggrin.gif

[This message has been edited by -=HUNGRYMAN=- (edited 08-03-2001).]

Robert 08-03-2001 02:53 PM

time for PHP gurus http://bbs.gofuckyourself.com/board/smile.gif

Rose, try this

if ($HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"] != ""):
$IP = $HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"];
$host = @gethostbyaddr($HTTP_SERVER_VARS["HTTP_X_FORWARDED_FOR"]);
endif;

Hope that will do the job

------------------
Smashing Thumbs TGP

[This message has been edited by Robert (edited 08-03-2001).]


All times are GMT -7. The time now is 03:28 AM.

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