Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I'm a little confused on how I should be tracking user engagement on a website. Specifically one that is made with WordPress.
So far I've looked into Google analytics and that seems to be a viable option. But I haven't found a clear answer to if I am able to track the activity of a specific user.
The goal is to be able to reward users for spending time on the site and interacting with it. All current users have account.
Is it possible to track a specific user's activity on a site using Google analytics?
Also, it seems that there may be a way to do this manually without google analytics. However I do not have much experience with building websites.I suspect it involves a lot of PHP which I am unfamiliar with.
Thank you!
The first place you should look is https://wordpress.org/plugins/ There are plugins for Google Analytics, stats, tracking, etc.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Recently I have a few websites frequently being hacked by hacker. Once it is being hacked, the hacker will upload a series of "hacker" files into the server root folder. After I cleaned the website, it will happen again several months later. This happen repeat again and again.
The problem is I don't know how the website is being hacked. Is it possible for us to use Laravel log to do the tracing of hacking? If yes, how can we do it?
Your problem sounds like XSS issues: cross-scripting via any kind of input fields or parameters passed in the URL and/or form POST that are not protected.
The other aspect if to check if the different passwords are strong enough.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Is there any way to determining profile visitors in Instagram?
if answer is no, how this app doing this.
Is there any way to determining profile visitors in Instagram?
No. There is no sign of anything that would allow that in the API documentation
if answer is no, how this app doing this.
It appears to generate fake data in order to scam people.
From the page itself:
InstaView calculates all your Instagram activity and get data for each users who has interacted with you recently.
You can't really tell what this app actually "calculates". Beside that it says "most accurate way to find out Who Viewed Your Profile" which shows that determining the exact amount probably isn't possible at all ..
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
My website's traffic increases suddenly in a high rate. I checked my visitors list and found static.reverse.softlayer.com. This has been happening for last few weeks but I did not notice it then. I searched about static.reverse.softlayer.com and found horrible stories. How can I prevent anything like static.reverse.softlayer.com (if it is liable) which increases traffic.
I am also worried about my website's security. Please help me.
This is a company which creates just a lot of traffic, block it via .htaccess
deny from 5.10.83.0/25
To add some information: the IP-Range 5.10.83.0 - 5.10.83.127 is owned by softlayer.com, but used by ahrefs.com. And this is a SEO service which checks websites for money or smthg, im not rly sure, but the best decision you can do is block iz.
Other Softlayer IPs
50.22.0.0/15
50.97.0.0/16
66.228.112.0/20
67.228.0.0/16
74.86.0.0/16
75.126.0.0/16
173.192.0.0/15
174.36.0.0/15
208.43.0.0/16
208.101.0.0/18
108.168.128.0/17
159.253.128.0/19
It's up to you to restrict them all or not.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Ahoy,
I would like to create a simple commercial web application that would analyze traffic on the fan page. Is it acceptable to generate a list of the most active users along with their first and last name? Of course, this data would come from the Facebook Graph.
I have already read the Facebook Platform Policies and I'm still not sure :(
Best,
BA
Here in Portugal I've seen a lot of big registered marks doing that, but usually they do retrieve "names" of people through an application that someone explicits that allows those data to be used in the future.
According to Facebook Rules, once users insert their data in their platform, it can be used by the system, and once you are using the system... you could be using the data?
It is a kind of a controversial discussion.
In the part of Facebook I think you can get a Yes. In the part of really be legal to do that, you should ask a lawyer about your country laws.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
This is a general questions regarding building a website with user generated content. A new website will start with no content, then visitors to the site will not want to visit it again because there is no content for them to view.
For example, a review site like Yelp has no reviews will not have return visitors! How do you solve this?
You need to offer some reason to be there besides the reviews or whatever user-generated content you're trying to integrate into the site. Yelp is a site that searches for restaurants and lists them by type and location, that is the main service which it provides. Offer the user-generated content as a secondary reason to come, then when the user-generated content starts to come in, slowly incorporate it more and more until it becomes the core of the site.
People will only visit your site if they get something out of it, even if it is something as simple as displaying their input in an interesting way.
Your question is off topic I think on every site on the network right now, but for what it's worth, the approach this very site (and the Q&A network that came out of it) took was that of a closed beta - accessible only to a select circle of people - that would seed the site with content.
See e.g. Area 51: Asking the First Questions
The Stack Overflow blog has many references to avoiding building "Ghost Towns". They're not the only voice on the subject, but they have obviously been very successful with this approach.