本文介绍了阻止新会员?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好:


我有一个论坛,我们有100名会员,我们希望阻止任何新的会员资格。我想写一个会阻止任何新会员资格的查询,我需要一点帮助。


这就是我所拥有的

表是phpbb_users

字段名称是 user_id 注意这个使用id是自动生成的


这应该是sql还是php。

如果有我们批准的新成员,还需要更改这个。


谢谢

nomad

Hello everyone:

I have a forum in which we have 100 members and we wish to block out any new memberships. I was thinking of write a query that would block out any new memberships and I need a little help doing this.

this is what i have
the table is phpbb_users
the field name is user_id note this use id is made automatically

Should this be a sql or a php.
Would also need to change this if there is a new member that we approve.

thanks
nomad

推荐答案




从未想过这一点,但它可能影响数据库。

有一个我可以使用的预制黑客。我只是觉得我的理想会更好。


nomad

Never thought of that, but it might effect the db.
There is a premade hack that I can use. I just thought my ideal would be better.

nomad




我不明白它会如何影响数据库 - 你需要做的就是删除最终用户注册的内容,这就是用于注册的PHP代码。


祝你好运!


问候。

I don''t understand how it would affect the DB - all you need to do is remove what the end-user would use to sign up, and that is the PHP code used for the sign up.

Good luck!

Regards.


这篇关于阻止新会员?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 13:38