Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
i have a sticky situation here.

i need to remove an annoyance from my forums.

i've locked his account(s), and banned both his IP and email address, but... he's found a way to create a completely new IP any time he wants (and its completely differetn, starting with 200 one time, or 90 another, etc, etc). i continue to ban those, and lock those names, but....

id like to keep him permanently out.

however....

i can NOT shut down new member registration
i do not have FTP access (im "only" the admin/mod)
the forucm can not be upgraded

sooo... i know its more than likely a hopeless case, but, i was wondering if there were any ideas? some rare, samurai, super secret techniques or something?

Sponsored Links
Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
oh yeah... and the reason i posted this here is cuz its a ubb v5.47

Joined: Oct 2000
Posts: 743
Moderator / Code Fixer
Moderator / Code Fixer
Offline
Joined: Oct 2000
Posts: 743
What he's probaby doing is using HTTP proxy's to mask his IP, which is very easy to do. The only think you can do it block these proxys as he tries to use them? Unfortunatley thats all that can be done.


I can't afford a good signature editor frown
Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
heya bassteq... thanks for the reply!!

would banning his base IP number do anything? or can even that be masked (i dunno much about server or network stuff frown )

and, when you say blocking the proxies, do you mean just banning the IP number he's coming in at, at the time? ("the mask" essentially)

Joined: Oct 2000
Posts: 743
Moderator / Code Fixer
Moderator / Code Fixer
Offline
Joined: Oct 2000
Posts: 743
No banning it would do nothing, as all he would do is find another proxy. What a proxy does is tunnel information via another computer (the proxy) so your web server would see a connection from the proxy, not the actual host.

So the persons real IP could be 125.22.55.31
but if he uses a proxy it would be the same IP as the proxys, so in essence you could never see his real IP.

As fo the blocking of proxys, yes I mean block the proxy IP each time u see him trying to use it.


I can't afford a good signature editor frown
Sponsored Links
Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
doh!

so, the only solution is to continue "the dance" and ban him 10 times a day ... sigh... smile

oh well, figured as much. thanks for the help, anyway!!!

Joined: Feb 2000
Posts: 27
Member
Member
Offline
Joined: Feb 2000
Posts: 27
Hi there. So im taking its a demo version of the 5.47 u are using then?

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
no, notta demo. just an olllld board, that hasnt been updated. ...ever, as far as i remember smile

been running since jan of 99, i think.

Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
If he's not to smart you can try getting him out using javascript and cookies.

[code][/code]Put this in your header section.

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
hmm... im intrigued by this...

what exactly will it do?

and izzit gonna interfere with other posters? (it IS a popular board... somethin like 15,000 members).

Sponsored Links
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
I think just him. Just put the username in the code.

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
and it goes in the "header insert" section of the "general settings" CP area, right?

this is sounding better and better! smile

but, still... what exactly is it doing? in laymans (stupidmans) terms.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
It checks if that user has their last username cookie, and if it finds it, it redirects them to the last page they visited. (history - 1)

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
quote:
Originally posted by drkknght:
and it goes in the "header insert" section of the "general settings" CP area, right?

this is sounding better and better! smile

but, still... what exactly is it doing? in laymans (stupidmans) terms.

Yes I am thinking Header Insert. I used to put everything in the header when I was using v5...

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
excellent!

this sounds like just the thing. im relatively certain this individual user is not that computer literate, but even if he is, its still one more deterrant to him.

thank you for your help, guys!!! much appreciated!

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
doh!

everytime i entered this into the header insert section, it would just display the code on the forum pages (looking messed up and out of line)

did i mess up?

Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
You have to put it between javascript tags..

I can not type the javascript tags here because then the board will give an error on me. Put it between these tages:

[SCRIPT LANGUAGE="JavaScript"]

[the code I gave earlier]

[/SCRIPT]

Replace [ for < and ] for >

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
ahhh... stupidity defeated! smile

ill jump on that asap -- thanks again!

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
wuhoo!! seems to have done the trick!! (i think)

i can see that they registered a new name, but havent made any new posts (or, did it not work, because they shouldnt be able to reregister?)

another question -- what if i wanna do this for 2 (or more) users?

does the whole code have to be re-written?

[java]
stuff in here
[/java]

[java]
stuff in here
[/java]

?

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
doh!

either its not working, or, the individual is clearing their cookies each time.

...sigh...

how i wish ips were static!

Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
Hmm... they should not be able to register. I bet they are clearing cookies... >:

If you want to use multiple names replace this:

if (checkname == "[his last used username]")

with this:

if ((checkname == "[his last used username]") || (checkname == "[second username]") || (checkname == "[third username]"))

You can use the same piece of javascript with IP numbers if you use SSI to obtain IP numbers.

Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
If you can post a link to the board you are using it on I can check if the code is working or not.

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
[Pip De Resistance] including the [] is his username? (not public name, if there is this hack for v5.x

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
no no... not including the brackets.

hmm... mebbe thats what i was doing wrong?

there should be no brackets?

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Yup, delete the brackets.

Joined: Nov 2000
Posts: 123
CT Offline
Member
Member
Offline
Joined: Nov 2000
Posts: 123
Yes, the brackets need to go...

It must be the exact username the way he/she is using it on the boards.

You can test it on yourself first. It should work, it works on my boards.

Joined: Nov 2000
Posts: 1,271
Kahuna
Kahuna
Joined: Nov 2000
Posts: 1,271
cool!! im on that now smile

thanks a million for the help, guys!

Joined: Jul 2001
Posts: 1
D1 Offline
Junior Member
Junior Member
Offline
Joined: Jul 2001
Posts: 1
here's a quick solution that hopefully will solve your problems with the person that is acting as an annoyance on your forums.

Do you have the original IP address he connected from? (the one he posted the very first message of annoyance on your forums with). If you have this, you can e-mail it along with the rest of the information/proof of him attacking your boards, to his isp.

Make sure to include logs of the posts he's made while he was going thru the other proxy servers to mask his ip (including date and time). This should work smile


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)