Its not suprising that people are pulling out. SEDO are consistent in a world of inconsistency. Everyday is almost the same hits same clicks and same revenue, HOW IS THAT POSSIBLE?
I have said it before.. SEDO needs to get in PriceWaterHouseCooper and get those Stats Audited, we need transparency. GOOGLE T&C state that third parties can not release the Cost Per Click.. However as we are requesting the Percentage of Payout and statistics and this is what should be audited.
I am about to draft a letter to Google and the German/UK Trading Standards. I have had enough of this BS now its time for action.
To prove my point I urge you all to test for yourself, if you use your own servers then you can try this.. You will be shocked at the results.
PHP:
<?php
srand((double)microtime()*1000000);
$randomnumber = rand(0,2);
$include0 = "<html>
<meta http-equiv=\"refresh\" content=\"0; URL=http://www.sedoparking.com/domainname.com \">
</head>
<body>
</html>";
$include1 = "<html>
<meta http-equiv=\"refresh\" content=\"0; URL=http://www.ndparking.com/domainname.com \">
</head>
<body>
</html>";
$include2 = "<html>
<meta http-equiv=\"refresh\" content=\"0; URL=http://www.parkingsite.com/cs/yourdomainname.com/index.php \">
</head>
<body>
</html>";
if ($randomnumber== "0") {
echo "$include0";
} else if ($randomnumber== "1") {
echo "$include1";
} else if ($randomnumber== "2") {
echo "$include2";
}
?>