Firefox PHP

Phorum with member protected posts!

Posted by iecstec 
Phorum with member protected posts!
November 22, 2000 10:59PM
I modified Phorum tu support member protected forums with the following features:

- User Authentication from table in MySQL
- Once user logs in, then they are permitted to post
- User name not permitted to change unless they update profile.

User registration is not supported on this program but you can use the form processing script of your preference. I will add that feature later.

Check the file docs/login.txt for reference of the changes made to the original Phorum.
Comments are welcome.

---added by vulpes---

we make this hack fully working, so he moved it to finished hack's section

---added by vulpes---


Regards,
Jesus
RE: question
November 25, 2000 01:21AM
The message variables shoud go something like this:

$lLoginTitle = "Type your login name and password to post at the forum";
$lLoginMsg = "Login name";
$lLoginPasswd = "Password";
$lFormLogin = "Send";
$lForumLogin = "Login";
$lForumLogout = "Logout";
$lLoginMessage = "Login to post";
$lLoginError = "Incorrect username or password. Please try again";
$lLoginOk = "Now you can post yor message at the forum";
$lRegisterMsg = "Not yet registered user?";
$lRegisterBtn = "Register";
i delited all mesages cause i dont think we need them all anyway all discussion will be in Finished Hacks section code u can found in there too. URL [www.pch.f2s.com]
Sorry, you do not have permission to post/reply in this forum.