MAC address getting traced? sorry but I call BS on that.... read this article for further info > http://ask-leo.com/can_a_mac_address_be_traced.html If anything google can map your IP or C block to detect invalid clicks.... not to even mention they can detect most of the proxy servers out there but tracing a MAC? gimme a break....
if u have multiple accounts, log in via different dynamic ips. and log in say at least a few hours apart. Or u can fix one static ip per account. I always make it a habit to clear my cookies everytime i close my browser. Too many clicks from one ip will be flagged of course. Direct clicks ... then you will have to learn to mix ur traffic from all sources. And not just direct clicks. U must also have blanked traffic to help. Hit and run clicks. It happens but just not make it too often. There are also click exchanges that u can use. Or go for impressions. Always remember to rotate ur post links and not just use ur principle URL. CTR ? I keep it max of 3% and let it fluctuate from 1-3% per day. Always ensure u are indexe by Google, Alexa and all other sites b4 doing anything. And do social bookmarking as well creating a min. of 50-200 backlinks on high PR sites. Just gradually increase the backlinks as ur site ages.
It 's seem to hard get MAC address from client script. I have a code below: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Getting MAC Address From Javascript(IE Only)</title> <script language="javascript"> function showMacAddress(){ var obj = new ActiveXObject("WbemScripting.SWbemLocator"); var s = obj.ConnectServer("."); var properties = s.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration"); var e = new Enumerator (properties); var output; output='<table border="0" cellPadding="5px" cellSpacing="1px" bgColor="#CCCCCC">'; output=output + '<tr bgColor="#EAEAEA"><td>Caption</td><td>MACAddress</td></tr>'; while(!e.atEnd()) { e.moveNext(); var p = e.item (); if(!p) continue; output=output + '<tr bgColor="#FFFFFF">'; output=output + '<td>' + p.Caption; + '</td>'; output=output + '<td>' + p.MACAddress + '</td>'; output=output + '</tr>'; } output=output + '</table>'; document.getElementById("box").innerHTML=output; } </script> </head> <body> <input type="button" value="Show MAC Address" onclick="showMacAddress()" /> <div id="box"> </div> </body> </html> HTML: I tested on IE8, FireFox 3.6 and Chrome ! It's not worked !
Yes i know that how Google detects invalid clicks again im listening same hat Google also detects hardware ip also ...