• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ Feature Requests (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Under attack by trolls!

This forum is now locked as we will no longer be developing the v1.x branch

Moderators: OldWolf, re*s.t.a.r.s.*2

Topic locked
5 posts • Page 1 of 1

Postby HeroicLife » Tue Feb 21, 2006 9:00 pm

A troll has discovered my chat room and is ruining it for everyone. I know moderation is an upcoming feature, but is there any way to deal with him NOW? Can I get this IP address from the data store?
HeroicLife
Member
 
Posts: 17
Joined: Tue Feb 21, 2006 8:55 pm
Top

Postby phpfreechat » Tue Feb 21, 2006 9:12 pm

currently non, there is no way ... sorry :(
However, moderation is in top priority.

Maybe a quick workaround is to defined a .htaccess password protection for your chat. And then give this access only to peoples you want.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby HeroicLife » Tue Feb 21, 2006 10:52 pm

I wrote some ugly code to log all connections to a file, and ban users by IP. I'll share it if someone wants it.
HeroicLife
Member
 
Posts: 17
Joined: Tue Feb 21, 2006 8:55 pm
Top

Postby Nemako » Wed Feb 22, 2006 9:27 am

If your want to allow/deny only people with a defined IP address you can use a simple .htaccess file
Code: Select all
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName AccesRestreint
AuthType Basic

<limit GET POST>
 order deny,allow
 deny from all
 allow from .myschool.com
 allow from 10.0.0.1
</Limit>
Nemako
Nemako
Member
 
Posts: 44
Joined: Fri Feb 10, 2006 1:52 pm
  • Website
Top

Postby softwareNerd » Thu Feb 23, 2006 4:42 pm

A feature idea would allow an architecture form which others can build plug ins. E.g., if one had a single class that supported:
- validate new user
- validate nick change

The default implementation could pretty much be blank for now.

An IPB (or phpBB) custom-version of such a class might do more:
- Validate new User: Validate against IPB tables, allowing only registered users, or allowing only users from certain groups. Disallow requests from certain IPs, and so on

- Validate nick change: Disallow a nick that clashes with another user's even if case is changed. Disallow a nick that is the member name of another IPB member
softwareNerd
Member
 
Posts: 17
Joined: Thu Feb 23, 2006 4:00 pm
Top


Topic locked
5 posts • Page 1 of 1

Return to Feature Requests (v1.x)

Who is online

Users browsing this forum: No registered users and 6 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub