PHPBB Forum Registration (Editing / Modify)
13-02-2011, 16:31
|
#1
|
|
Use The Force
Join Date: Jan 2004
Location: Swansea
Posts: 1,376
|
PHPBB Forum Registration (Editing / Modify)
Hi. Is there a way to EDIT the PHPBB Forum Registration? My friend runs a 4x4 Club & they have a Forum. Its Admin Approved ONLY (for new Signups) but as of the last 3 - 4 weeks they get 4 a day joining (SPAM/Fake Users).
They use the CODE to type in so it is not just a standard signup.
Is there a way to edit the TEXT on http://www.yoc4x4.co.uk/forum/ucp.php?mode=register (the few Paragraphs of TEXT)
Or add a Extra few Boxes to ask Questions?
It's starting to annoy them them
Cheers
|
|
|
13-02-2011, 16:42
|
#2
|
|
Cable Forum Team
Join Date: Dec 2007
Age: 43
Posts: 16,278
|
Re: PHPBB Forum Registration (Editing / Modify)
I used Recaptcha on mine but even that was broke..
In the end before removing phpbb completely I put it in a joomla wrapper using Jfusion and used the joomla registration as the default with SPAMBOTCHECK plugin (it checks stopforumspam and other websites on login and registration) That reduced spam from 100 a week by 98%
There is also a few people writing mods directly for phpbb3 that checks stopforumspam
http://www.stopforumspam.com/forum/viewtopic.php?id=435
|
|
|
13-02-2011, 17:39
|
#3
|
|
[CENSORED]
Join Date: Apr 2005
Location: Wolverhampton
Age: 33
Services: Virginmedia - BB:XL30 TV:XL V+ Phone:M
Posts: 3,413
|
Re: PHPBB Forum Registration (Editing / Modify)
Currently the only working captcha for phpbb 3 is the Q&A one apparently (included with the default package)
__________________
Help save the world from loosers
Superhub, with a completely wireless network - speedtest result
|
|
|
13-02-2011, 18:28
|
#4
|
|
Cable Forum Team
Join Date: Jun 2003
Age: 48
Services: Moving Goal Posts a speciality
Posts: 15,384
|
Re: PHPBB Forum Registration (Editing / Modify)
Most spammer forum signups will be by bots so anything you put on that register conditions page will get ignored. Even if the signup is a human, the chances of that page getting read in detail by a spammer is very low.
I understand that recatchpa has now been hacked so bots will get past it.
The only current way of minimising signups is to do a variety of Q&A that if there are a different variety of questions the bots might get confused. Couple that with other systems, such as linking to spam check sites and you have a chance, but remember that spam check sites themselves could be messed with perhaps with false entries?
Regretably true prevention requires human intervention.
|
|
|
15-02-2011, 13:10
|
#5
|
|
Use The Force
Join Date: Jan 2004
Location: Swansea
Posts: 1,376
|
Re: PHPBB Forum Registration (Editing / Modify)
Is there a way for me to STOP Signups (ie Only add them Manually) but replink Join link to a HTML page I setup to say email me your 4x4 Make & Model
Cheers
|
|
|
15-02-2011, 13:14
|
#6
|
|
IT Ninja
Join Date: May 2005
Location: Nr Manchester
Age: 34
Posts: 1,109
|
Re: PHPBB Forum Registration (Editing / Modify)
Its been a long time since I used PHPBB but you used to be able to manually verify all new registrations.
|
|
|
15-02-2011, 15:14
|
#7
|
|
Cable Forum Team
Join Date: Dec 2007
Age: 43
Posts: 16,278
|
Re: PHPBB Forum Registration (Editing / Modify)
Quote:
Originally Posted by grandmaster
Its been a long time since I used PHPBB but you used to be able to manually verify all new registrations.
|
Yep, just change BY USER to BY ADMIN in the USER REGISTRATION settings
|
|
|
16-02-2011, 11:39
|
#8
|
|
Use The Force
Join Date: Jan 2004
Location: Swansea
Posts: 1,376
|
Re: PHPBB Forum Registration (Editing / Modify)
Thats how its setup. But the 3x Admins gets 3-5 a day joining & emails sent to Admin with every signup
|
|
|
16-02-2011, 12:41
|
#9
|
|
IT Ninja
Join Date: May 2005
Location: Nr Manchester
Age: 34
Posts: 1,109
|
Re: PHPBB Forum Registration (Editing / Modify)
Turn off registrations all together then.
Create an article on the homepage asking potential users to email the group of admins with the information you require 4x4 type etc.
The admins can then create the legit user and email a temporary password.
Thats what I would look at doing in the first instance.
|
|
|
18-02-2011, 09:57
|
#10
|
|
Use The Force
Join Date: Jan 2004
Location: Swansea
Posts: 1,376
|
Re: PHPBB Forum Registration (Editing / Modify)
Quote:
Originally Posted by grandmaster
Turn off registrations all together then.
Create an article on the homepage asking potential users to email the group of admins with the information you require 4x4 type etc.
The admins can then create the legit user and email a temporary password.
Thats what I would look at doing in the first instance.
|
Hi..
1) How do you Crate the Article though??
2) If Registration is is OFF. How can Admin create new accounts? I cant find any way in PHPBB to do this?
Thanks
|
|
|
18-02-2011, 10:04
|
#11
|
|
Cable Forum Team
Join Date: Dec 2007
Age: 43
Posts: 16,278
|
Re: PHPBB Forum Registration (Editing / Modify)
Create new accounts is a mod..
http://www.phpbb.com/community/viewtopic.php?t=580108
As for a front page article just create a HTML page with the information and then point the .htaccess file to default to that page instead of index.php
Code:
DirectoryIndex filename.html
Where filename.html is the name of your html front page
|
|
|
19-02-2011, 16:25
|
#12
|
|
Use The Force
Join Date: Jan 2004
Location: Swansea
Posts: 1,376
|
Re: PHPBB Forum Registration (Editing / Modify)
Quote:
Originally Posted by Kymmy
Create new accounts is a mod..
http://www.phpbb.com/community/viewtopic.php?t=580108
As for a front page article just create a HTML page with the information and then point the .htaccess file to default to that page instead of index.php
Code:
DirectoryIndex filename.html
Where filename.html is the name of your html front page
|
Idealy I only want to EDIT the JOIN page (if I use the Front Page Article as you explained. All links on website & users bookmarks to mydomain.com/forum will show my HTML then they would have to click a link I add saying "Members Login Here" type of thing?
|
|
|
20-02-2011, 11:23
|
#13
|
|
Cable Forum Team
Join Date: Dec 2007
Age: 43
Posts: 16,278
|
Re: PHPBB Forum Registration (Editing / Modify)
Very true.. You could always remove the register file and replace that with a page stating how to contact an admin to register.. Or use the cookies to only show the HTML page once
I don't though see what you just don't use the stopforumspam check, I've been using it on a different cms for months now and it did stop 98+% of the spam (the one I use checks both registration and login though it is for Joomla) the only issue I've had is that some South African members have tripped it using a mobile connection, once I raised the min frequency for detection it's been fine
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 12:41.
|