Hi, iam able to display my ad in http://thankyouspammers.com but iam not able to validate it. Its always showing as: Ads not found on http://thankyouspammers.com/ Please help ., Regards., sarathy.s
Hi shawn, i have removed that code now. But still i cant validate. The code run from a footer file named as footer.php. I get this error: Account not not yet activated. | Site failed automatic validation as of 2005-01-14 (make sure URL and site type is correct - if everything is correct, make a request in the forum for assistance).
No it's not. Look at your footer file: http://thankyouspammers.com/footer.php It's in JavaScript (which will not work if someone does not have JavaScript enabled).
Excellant shawn. Thanks for the help. I will take a look into it now Sighz, i think still it shows the same problem. What i did was., installed the nucleus blog, and converted all files to html and installed a skin. The footer files are at the skin folder called by skins/sinorca/footer.php The skins contains 5 divisions., main , archive, archivelis and 2more. Each module calls the footer file. The footer.php contains the following content for calling: <script src ='/art.php'></script> and art.php contains the following content: =========================================== <?php ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo "document.write('<center>');"; echo "document.write(\"<p class=\'hpcatlistlink\' style=\'line-height: 17px;\'><font class=\'genlinks1\'><b>Sponsors :</b></font> <br><br>\");"; echo "document.write('$ad_network[0]');"; echo "document.write(\" \");"; echo "document.write('$ad_network[1]');"; echo "document.write(\" \");"; echo "document.write('$ad_network[2]');"; echo "document.write(\" \");"; echo "document.write('$ad_network[3]');"; echo "document.write(\" \");"; echo "document.write('$ad_network[4]');"; echo "document.write(\" \");"; echo "document.write('</center>');"; ?> ========================================= so as to work with html files. And it works, but is not getting validated. Regards., Sarathy.s