Jump to content

This topic is 8115 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Is there a simple way to record who enters the database? I have a database on the web and would like to keep track of when my clients visit it. I could create a separate database where this information is stored if that is necessary. I know the logs are one way, but it is too cumbersome. What I would like to create is something like: Client name that visits and the date and time visited.

Thanks in advance - Sam

Posted

You could use the [FMP-Log] CDML code to append some text into the info log file. You get to decide what text is appended.

Posted

You can log the IP and/or domain.

If you do log-in system, you can have even more statistics, e.g. logfile with all movements of visitors with inlines.

  • 2 weeks later...
Posted

Hi, Sam! Your Q is ringing bells in my head and I think I remember associating that with an [FMP-inlineaction]... maybe as an example of how to use an inline action in a tutorial or in the CDML tools reference.

I think you can use an inline action to access a 2nd database and write to it with your currentuser, date, time, etc. and info or whatever as Anatoli suggests.

sorry for the late reply

This topic is 8115 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.