/    Sign up×
Community /Pin to ProfileBookmark

How can I do this:

If “Link” is clicked 10 times from different IP Addresses, “Link” disapears?

Thanks

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@YelgnidrocApr 11.2009 — Record each click in a database, then use mysql count(*) and GROUP BY ip_addresss to see if clicked 10 times or mores, if so don't display the link
Copy linkTweet thisAlerts:
@taylormahApr 12.2009 — Record each click in a database, then use mysql count(*) and GROUP BY ip_addresss to see if clicked 10 times or mores, if so don't display the link[/QUOTE]

But how would that check connection coming from a specific ip or from different ip addresses?
Copy linkTweet thisAlerts:
@MindzaiApr 12.2009 — The GROUP BY takes care of that. If >10 rows are returned you know that >10 IP addresses have clicked the link.
×

Success!

Help @comptech520 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...