[an error occurred while processing this directive]
FAQ - Frequently asked questions
- How does Adremover work?
- Why should I use Adremover on my site?
- What is the solution to common problems with the script?
- Can I use Adremover together with Doublelinker?
- For which pages are the ads removed?
If you have any other questions, e-mail us at linkback@starmail.com
[an error occurred while processing this directive]
Answers
-
How does Adremover work?
The Adremover script analyzes each click on the page. If one of the ads were clicked, three things happen:
1. The advertisement link opens in a new window.
2. A cookie is written on the visitors computer, indicating that one of the ads have been clicked.
3. The original page is reloaded, but this time without the ads.
The cookie has a specified duration (default 24 hours), and if the visitor returns to the page during this
time, no ads are shown.
Top
-
Why should I use Adremover on my site?
Everybody (maybe except the advertisers) hate ads. If you promise your visitors they will get rid of the ads,
they will be more motivated to click them. It is mainly clicks that pay, just showing the ads has little
value for the advertiser, so this feature may also attract more advertisers.
Top
-
What is the solution to common problems with the script?
| Problem | Solution |
| The page is not reloaded when clicking on the ad. |
Be sure to include
target="_blank"
in the ad link, so the ad page opens in a new window. Example:
<a href="http://linkback.spites.com/" target="_blank">Ad text</a>
|
| The ads are not shown properly. |
If the HTML code for the ad includes apostrophes (') or backslashes (\),
these characters must be prepended with a backslash, i.e. "\'" and "\\",
inside the adMessage function.
For example, the HTML code:
<a href='http://linkback.spites.com/' target='_blank'>Ad text</a>
must be included as
adMessage('<a href=\'http://linkback.spites.com/\' target=\'_blank\'>Ad text</a>')
|
Top
-
Can I use Adremover together with Doublelinker?
No, the two scripts cannot be used on the same page.
Top
-
For which pages are the ads removed?
When a visitor clicks on an ad on a page that includes the Adremover script,
ads will be removed on that page. But the cookie is also valid for all the
other pages on the same path (and sub-paths), presuming they also include
the Adremover script.
Top
|
[an error occurred while processing this directive]