Page 1 of 1

Posted: Tue Jun 23, 2009 10:03 pm
by bry
Thanks Navaldesign!!!!

Posted: Thu Jun 25, 2009 9:55 pm
by bry
Is there some way to keep any track of member check-ins without doing a data base?? I will be designing a site that will have about 1400 members. There is only one level of membership. There will be a unique member ID and password for each member.

I was trying to think of someway that I could pull stats without a database. For instance, if each login took each member to their own page, then stats from my host server tells me how many hits there were on each page and that info might be useful. However, that puts an extra page in the process for each member (and of course in the website).

Any ideas?? It isn't worth the cost of a data base so it probably isn't worth doing unless someone has a great idea.

Thanks!!!

Posted: Fri Aug 07, 2009 5:26 am
by Navaldesign
Most hosting companies nowdays offer a "Protected Directories" feature through the hosting account control panel. If yours does also, password protect the folder from there. It would be logical to place the relevant pages in the same protected directory.

Re:

Posted: Thu Nov 15, 2012 6:57 am
by adex1
madjamonline wrote:
kees wrote:
madjamonline wrote:...nothing is safe in this world anymore... there will always be a way.

I always make sure that my pwds in php are MD5'd.
madjamonline,

I agree that hashing passwords (md5, sha1) is more secure. I didn't use this technics in order to keep it clear for WebBuilder users.

Of course I and you will understand that NASA will not use my script :wink:
Sorry for the late post! Yeah I agree. I made a suggestion that the password protect in Wb6 should have MySql database support because with all of my members areas, there is soooo much code! I decided I am going to make a professional extension suite for members areas for WB6 so I will be sharing that with you all when it is done. It will have support for remember me functions, admin areas, extra user fields, profile info for user, database support (mysql) and more! Of course it is going to take a while... :wink:
Are you still planning to make the extension or have you make it already?

Re: A Member System in PHP with some extras

Posted: Thu Nov 15, 2012 7:21 am
by Navaldesign
madjamonline no longer is active on this forum (at least from what I know) however,most of these features have been added in the standard WWB login tools.

Re: A Member System in PHP with some extras

Posted: Thu Nov 15, 2012 8:16 am
by adex1
Navaldesign wrote:madjamonline no longer is active on this forum (at least from what I know) however,most of these features have been added in the standard WWB login tools.
Alright thanks. But l will like redirect login username to different page using database (mysql or flatfile or other db). Any idea on how l should do this using above guide?

Re: A Member System in PHP with some extras

Posted: Thu Nov 15, 2012 12:41 pm
by Navaldesign
Set a default Destination page in the "login" tool. All users will be sent to this page.
Then, in this page, add the "Redirect user" tool to define the page where each user will be redirected.

The user will not even know or see that there is a "redirect". He will only see the page he is supposed to see.

OR (better solution):

Use (with MySQL) the DBTS Login tools that allow the administrator to set a specific page (after login) for each user.

Related thread: viewtopic.php?t=29083