Previous Thread
Next Thread
Print Thread
Hop To
#181100 03/20/2007 1:34 PM
Joined: Jun 2006
Posts: 32
newbie
newbie
Joined: Jun 2006
Posts: 32
Hello - We are having problems with spam showing up with Anonymous as the member name. Since all members need to be OK'ed, how are these jokers getting past this, and how do we stop it?
Thanks!
JB

Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
Humm that is strange?


BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Mark S #181103 03/20/2007 1:52 PM
Joined: Jun 2006
Posts: 32
newbie
newbie
Joined: Jun 2006
Posts: 32
Not sure what you mean by this - Does this happens all the time and UBB is very hackable, or it is actually strange....?

Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
No thats strange,

your saying that you have memebership to be approved.

So its got to be strange.
I doubt its "Very Hackable"


BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Mark S #181108 03/20/2007 1:59 PM
Joined: Jun 2006
Posts: 32
newbie
newbie
Joined: Jun 2006
Posts: 32
Anyone know of any clues I could look for in the members list to maybe filter out these yahoos?
Thanks -

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
What version are you currently running? Older versions did have a few ways for innovative users to post on user only forums.

Rick #181184 03/20/2007 10:33 PM
Joined: Jun 2006
Posts: 32
newbie
newbie
Joined: Jun 2006
Posts: 32
Hi Rick - It's UBB.threads™ 6.5.1.1
Cheers
JB

Joined: Oct 2006
Posts: 67
journeyman
journeyman
Joined: Oct 2006
Posts: 67
In my UBB.threads 6.0.1 i had the same problem as you. The problem was, if using unicode characters, the browser translated it into real digits.

Instead of register with "ABC" you could use
Code
  "ABC",
so it looked like there were 2 users with the username "ABC"

Try add this code to adduser.php
Code
$Username = html_entity_decode($Username);
       $Username = str_replace("&","",$Username);
       $Username = str_replace("#","",$Username);
       $Username = str_replace(";","",$Username);
       $Username = str_replace("%","",$Username);


trosfrihed.dk
Custom Ubb 7.5.2
arentzen #181269 03/21/2007 10:45 PM
Joined: Jun 2006
Posts: 32
newbie
newbie
Joined: Jun 2006
Posts: 32
Hi Peter - I'm not sure that this solves our problem. We just want to keep spammers from hacking in, avoiding our registration que. We have been very successful using the que as a way to filter out spammers, until this.......
Cheers
JB

Joined: Oct 2006
Posts: 67
journeyman
journeyman
Joined: Oct 2006
Posts: 67
Hi JB
If you wants to avoid spammers from register, I think the only solution is captcha. I have implemented a captcha for registration and guest postings.

If you, or others users, wants a description how to implement a captcha, let me know.
You can see my captcha here. It's not the world most secure captcha, but it have kept my forum free from spamregistrations and spamposts.


trosfrihed.dk
Custom Ubb 7.5.2
Joined: Oct 2006
Posts: 67
journeyman
journeyman
Joined: Oct 2006
Posts: 67
If anyone needs a guide to captcha, take a look at ubbdev


trosfrihed.dk
Custom Ubb 7.5.2

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
Who's Online Now
1 members (Ruben), 427 guests, and 142 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)