T O P I C R E V I E W |
Testa |
Posted - 01 Oct 2011 : 15:54:59 Hi,
is possible use the php login extension to protect a "phpbb3" forum?
I need use the forum to exchange information with only few people, so i prefer not use the registration field of forum. 
Thanks |
7 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 05 Oct 2011 : 10:31:16 Good! |
Testa |
Posted - 04 Oct 2011 : 18:38:18 Thanks Dav, you are the best. Just yesterday night i study the code generated by DHTML and i try a solution like your reply.
It's very usefull.
You can see the result at this page: http://www.assistudioperboni.it/ForumAssistudioPerboni-phpBB3/index.php
a provvisory uid is "pippo" and password is "pluto".
thanks again 
|
s.dav |
Posted - 04 Oct 2011 : 10:11:03 Testa,
you forgot a file: 1- write a login page (with the login extension) 2- write the secureindex page (with the SecurePage extension and setup users) 3- copy the code contained in the "secureindex" page on the very-top code of the index.php page of the forum 4- copy 2 files (php-login_Extension1checkLogin.php and php-secure-index_Extension1inc_security.php, names can be different)
the login page will call the "checkLogin" page and if correct this will call the "secureIndex" so both are important 5- eventually copy all the generated files into the same folder of the index.php file |
joneq |
Posted - 03 Oct 2011 : 06:03:27 try this
http://codecanyon.net/item/simple-secure-login/155308
ask over in code canyon if it will work--they might know |
Testa |
Posted - 02 Oct 2011 : 23:43:09 Thanks Joneq. Phpbb has a lot of groups managment and identity, but i need of something less complicated. I need a page for protect the access to phpbb forum with a password, so in phpbb i don't need to register user and manage login. It's a request of a friend for his site...
Dav, please help me to understand: wich piece of page i need? Phpbb is based on an index.php page that is totally accessible.
I've tried to put a string at the top of index.php page for include the "SecureIndex_Extension1inc_security.php", but this don't works. Let me tell about my experiment: - I have create a page containing the extension "php-login" named "login.php". - I have create a SecureIndex.php page. - I have copied at the top of index.php page of the forum (note that the phpbb forum is in another directory of site), the code "<?php include("./SecureIndex_Extension1inc_security.php"); ?>" . - i have copied into the same directory of the forum the file named "SecureIndex_Extension1inc_security.php". All this don't works... Sure i have make a mistake, but i don't understand where. 
Thanks. |
joneq |
Posted - 02 Oct 2011 : 22:11:21 I can't believe that phpbb does not have user management sufficient for your use
http://www.phpbb.com/support/documentation/3.0/adminguide/acp_groups.php
something like this is nice and more secure than a forum
http://codecanyon.net/item/project-management-application-php-ajax/339841?WT.ac=category_item&WT.seg_1=category_item&WT.z_author=CodeGeeks
there are others --search codecanyon for user management -- project management
want free project management
if you use cpanel go into cpanel and look for softaculous or whatever script installation tool you have. look for project management on the left side--I used taskfreak for a while and had no problems.
use good password is all--no immediate back and forth conversations is all
this is instant for $5 http://www.tufat.com/s_flash_chat_chatroom.htm
never used it myself--there are free chat scripts i am sure
you can add it to phpbb
http://forum.tufat.com/forumdisplay.php?f=30 |
s.dav |
Posted - 02 Oct 2011 : 19:02:46 I'm not an expert of PHPBB but I suppose it is possible to include a piece of page into every page of the forum. If this is possible you can. |