Business Gifts - Kamala Harris - Debt Consolidation - Property in Spain - PT Cruiser

PDA

View Full Version : Paranoid about coop ad signature


Nitin M
Aug 23rd 2004, 9:14 pm
I would like to suggest getting rid of the string that trails the ad HTML:

<!-- an-hl -->

It is too easy for Google to identify pages with this and penalize sites in the network. Today the network may not be big enough to think Google is paying attention, but this string just makes it too easy to identify sites in the network. Better safe than sorry.

I assume this is used to validate the existence of the ad? If that is the purpose, how about allowing each account to define their own string under account settings, to help guide the validation routine?

schlottke
Aug 23rd 2004, 10:04 pm
I don't think that will be a problem - that would be like google banning sites for being part of a web circle.

digitalpoint
Aug 24th 2004, 12:05 am
It's already one of the planned things for the future. Not allowing per account specification, but a "code jumping" system if you will. Sort of how car alarms work, where it changes automatically on occasion.

Not that I really think there is anything wrong or sneaky about the ad network though.

tivnet
Aug 30th 2004, 3:40 pm
A couple of suggestions:

1. About the tag (I also think that it's not very good to have common identifier of ad network):

You can use something like md5( 'DigitalPoint' . $_SERVER['HTTP_HOST']; ) instead of 'an-hl'. This way it will always be different - yet you can auto-validate the tag.

2. Instead of the $p = substr ('../../../../../../../../../../', 0, $i * 3); construction, why not to have:$ad_file = $_SERVER['DOCUMENT_ROOT'] . '/ad_network_ads.txt';

Thank you

( Just placed ad code to www.lena.karpinsky.com - Original Abstract Paintings )

tivnet
Sep 1st 2004, 9:22 am
Another solution is to put a code that inserts the ad signature only if the request comes from the digitalpoint server (by IP or by checking user agent).
if ( $_SERVER['HTTP_USER_AGENT'] == 'digitalpoint-validate' ) {
print $the_comment_tag;
}

tivnet
Sep 9th 2004, 5:54 pm
Funny, I expected a reply to my posts...

yonnermark
Sep 10th 2004, 4:36 am
Not that I really think there is anything wrong or sneaky about the ad network though
With respect, it doesn't really matter what we think about the network. Google may think differently.

schlottke
Sep 10th 2004, 5:36 am
Whats wrong with it? All of the links are perfectly visable and clickable.

digitalpoint
Sep 10th 2004, 7:52 am
The ad network is nothing more than that... an ad network. I would find it hard to believe that Google starts penalizing sites for running banner ads (or any ad type for that matter).