Can anyone help me with this? I need to make a script which gives a user +1 click everytime someone clicks a personalized link. Also, I want the script to disallow the same IP to click it more than once within a 15 minute period.
I already have a login system made but I need to add the thing where it gives the link to you when you sign up. The only problem I am going to have it how to "give" the user +1 clicks and do the 15 minute period thing.
For the disallowing clicking within 15 minute period someone came up with the idea to get the time the link was clicked and then do olddate - currentdate = $x; then do $x >= 15 and then echo that they clicked the link and whatever else. Can someone maybe make a little script like that because I don't know how to retreive a time only date.
Also, for the +1 click, I was thinking of using Javascript but since I don't know that, I might have to use PHP. I was also thinking of how to do it; I came up with updating a mysql table everytime it was clicked but I am not sure about that. Any ideas on what I can do?
Sorry that I don't have anything to offer as my PayPal is empty and anything else I can give is too much.. So if any of you could be nice and help, that would be appreciated.
I already have a login system made but I need to add the thing where it gives the link to you when you sign up. The only problem I am going to have it how to "give" the user +1 clicks and do the 15 minute period thing.
For the disallowing clicking within 15 minute period someone came up with the idea to get the time the link was clicked and then do olddate - currentdate = $x; then do $x >= 15 and then echo that they clicked the link and whatever else. Can someone maybe make a little script like that because I don't know how to retreive a time only date.
Also, for the +1 click, I was thinking of using Javascript but since I don't know that, I might have to use PHP. I was also thinking of how to do it; I came up with updating a mysql table everytime it was clicked but I am not sure about that. Any ideas on what I can do?
Sorry that I don't have anything to offer as my PayPal is empty and anything else I can give is too much.. So if any of you could be nice and help, that would be appreciated.







