close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

user profile

Thread began 10/25/2012 7:34 pm by Magega49 | Last modified 10/27/2012 8:06 pm by Magega49 | 1312 views | 6 replies

Jason ByrnesWebAssist

you would need to have a column in the user table for account type, lets say for example we name it regType and that we use 1 as the value for a trial account and 2 for the value of a regular account.

you would also need a column for registration date, set the data type for the regDate column to timestamp and the default value of the regDate column to "CURRENT_TIMESTAMP" this will store the current date in that column when a user registers

On the login page, edit the authenticate user behavior, on the Sessions tab, set the regDate and regType columns to store in session variables.


you can then create an authenticate user rule as:

Allow If
Value: click the lightning bolt icon and select the regType session variable
Criteria: =
Compare to: 2

Restrict IF
value:

php:
<?php echo (date("Y-m-d")); ?>


Criteria: >
Compare to:

php:
<?php echo (date("Y-m-d"mktime(000date("m"strtotime($_SESSION['regDate'])),date("d"strtotime($_SESSION['regDate'])) + 30,date("Y"strtotime($_SESSION['regDate']))))); ?>




This rule will allow access if the account type is 2 (we use that for the regular user account). if the account type is 1 (a trial account), it will restrict access if the regDate session + 30 days is greater than the current date.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...