How to know how long user spend on a web site? [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I made a simple website using html and php.
How to save to a separate file:
IP address of user that came to the website
Time each user spent on the website
Thanks

I think it's a good idea to use Cookies in PHP that unique user just has a unique cookie, not Ip.

Related

How can I find backdoors in my WP website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
I am a administrator of a WordPress website.
Some time ago I gave access to the website to a developer for a problem and he solved the problem.
Now I feel like that developer put a backdoor into my website.
My question is, in what files can the backdoor be placed?
Is it only in functions.php file?
What are the ways to deal with it?

Make my page work for certain place [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am under developing a game website i would like to know how to make only certain point of my website to work? and the rest should be disabled!
Assuming you gonna host it on a apache webserver, you could block some directorys with a .htacces file like asked here

Twitter Filtered DM [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm currently trying to write a script to send dm's to my followers who have certain keywords in their bio's.
I already wrote a script in js that will follow everybody who has a certain keyword in their bio.(with the profile card element visible on page)
Any idea where I should start guys?
You should start with followers/list endpoint. Collect your followers data (maybe in database), then filter by keywords and send dm's.

how to open ms office outlook in html [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I use Html, jQuery for web designing. In my page, I have an email id as hyperlink on click of which, Microsoft office outlook should get opened with the email id in To: field and a static text as subject line. Can any one please tell me how to do it. Thanks.
Are you looking for something like that?
Jon Doe
Some examples are available here

Is there a way to control an email service like yahoo using javascript? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am making an open-source addon for firefox and chrome called and I am wondering if there is a way to control an email service like yahoo using javascript?
You can control the look of the page and probably (although I cannot be sure) send and edit messages without having to use the on-page buttons, but you cannot do server-side stuff such as logging into an account from a page without a log-in on it or sending a message from a page other than the email sending page. If you have any specific questions about controlling one specific thing, please add them in the comments, and I may answer them.

Categories