|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Newcomer Join Date: Oct 2006
Posts: 4
![]() | I was told that this script would eliminate by Google Adsense Ads from being displayed on an Auto-Surf rotator. Reason I need to worry about this is because Google TOS do not allow advertising on AUtosurf rotators, and will cancel Adsense accounts. Will this script prevent my Adsense ads from being displayed if my forum is inserted into an autosurf website without my consent? <?php $domain = $_SERVER['HTTP_HOST']; if('your_domain_here.com'==$domain): ?> Also, is there a PHP script to prevent CLICK BOMBS to my adsense displayed on my HYIP Investment Forum? If so, what is the script? is it PHP based?
__________________ Come visit our investment forum! Maximize your profits, minimize your risks! http://www.puremarketprofits.com |
| |
|
| |||||||
| | #2 |
| Junior Member Join Date: Nov 2006
Posts: 21
![]() | Click bombs cannot be disabled with php script but you can use adsense monitors (can be found with google) to checkout if you are getting a lot of clicks from same ip. If yes the only thing you need to do is send logs from your server to google this will prevent you from being banned. About autosurfs, i guess this script will not work. It will be best to analize your website statistics. If you will find some kind of ip or host who is constantly redirecting people to your site, then you could block it this way: <?php $d = $_SERVER['HTTP_REFERER']; if($d=="autosurf.com") { // block it } ?> |
| |
| | #3 |
| Newcomer Join Date: Sep 2006
Posts: 45
![]() | On which adress can be adsense monitor download?
__________________ DedicatedNOW -Check out reliable hosting with cpanel and plesk control panels. |
| |
| | #4 |
| Newcomer Join Date: Oct 2006
Posts: 29
![]() | It checks that the URL it's being accessed from it being correct. |
| |
| | #5 |
| Senior Member Join Date: Apr 2006 Location: Hull, United Kingdom.
Posts: 317
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Hi there, Why use auto-surf rotators anyway, it does nothing good for your website apart from give you fake hits? Regards, Kieran Taylor. |
| |
| | #6 |
| Junior Member Join Date: Dec 2006
Posts: 70
![]() | |
| |
| | #7 |
| Member Join Date: Dec 2006 Location: United States
Posts: 157
![]() | |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| look at this new script | Stevo | Your directory | 0 | 10-24-2006 10:48 PM |
| C++ Script | ken | Programming | 1 | 10-07-2006 04:35 PM |
| which script are they..? | a1ds | Directories | 1 | 06-21-2006 02:41 AM |
| 100% UNIQUE and CUSTOM arcade script. Start your own arcade script business! | Skribblez | Websites for Sale | 4 | 06-16-2006 05:54 PM |
| Is there such a script...? | redQueen | Programming | 3 | 01-10-2006 06:42 PM |