How to Include code to limit the amount of clicks,
something as an example:
if (unique clicks > = 5 ) {
echo ' page expired clicks ' ;
}
who can help me?
Limit count clicks?
Re: Limit count clicks?
In count.php you can add something like just ABOVE line
Code: Select all
if ($ccount_database[$id]['U'] > 5) {die('Link expired');}
Code: Select all
// Check for excluded IP
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Limit count clicks?
Thank you so much
; D
success
Solved
; D
success
Solved