|
|
Hi there,
for ($i=0;$i<500;$i++) {
file_get_contents("somescript");
}
I don't know about this, it seems to me like an invitation to mess with it.
|
|
|
It ain't rocket science, why draw attention to it. |
|
|
This has been brought up a few times, but I've just done a quick search and I can't find many posts on this, but I know Jesse somewhere spoke about maybe adding an event listener for clicks of the 'install' button or similar rather than doing it on the number of times the page is viewed. But anyhow, I agree with Descriptor's post. |
|
|
This information is logged, you could just filter the logs. Web analysis does this by calculating the number of unique hits per day, so certainly there is a way similar to this. Still, number of installs is meaningless when you don't know when it was first uploaded or how often it's been updated. I see install counts go up on scripts that don't even work, I don't know what that means. Also, installs may be linked to from other sites. If this is allowed (?) then those hits should count. |
|
|
Yeah, I just noticed and thought I'd bring it up.
|
|
|
Anything I do can be gamed eventually, but I want to add the click handler that registers that it has been installed ASAP, thanks for bringing it up again. |