I believe everyone has encountered advertising such as GG. How many people clicked it and how to prevent malicious multiple clicks is a very difficult problem. There is no way of knowing even if a large amount of advertising has been deducted. Then, this program is your greatest blessing. After joining this program, every time a user clicks on an advertisement, it will be recorded in the database. It also has a function to prevent malicious clicks. Multiple clicks will automatically stop it. An IP locking function is also added to directly lock the other party’s IP so that the other party cannot click on the advertisement!
Installation method: Transfer all of this program, except the Index.asp file in the root directory, to the directory where advertisements need to be protected against malicious clicks, and correct the database link.
It will be inserted into the file with the advertisement, and onclick="if(CheckClicks(your advertisement ID, use letters and numbers)!= Ok){return false;}" will be inserted into the DIV where the advertisement is located. "Your advertising logo, using letters and numbers" can be replaced with letters and numbers that you can easily identify.
Specifically, you can run Ex.asp to see the effect!
Things to note:
1. This program is not the first version yet, and there may be many problems, especially during installation. Be sure to copy this program to the directory of the required program! Otherwise, the database connection will be abnormal and needs to be modified. . I've become numb to answering these types of questions. . .
2. This program is a free program and is allowed to be used by any user. The copyright belongs to the imitation code station. It is strictly prohibited to be used for sales!
Expand