Jnerocorp Posted October 3, 2009 Share Posted October 3, 2009 http://joeyelectric.com/demos/pagerank also comment on anything that should be added -thanks Link to comment https://forums.phpfreaks.com/topic/176413-test-my-advanced-pagerank-site/ Share on other sites More sharing options...
Coreye Posted October 3, 2009 Share Posted October 3, 2009 Cross Site Scripting: You can submit ">code in the website field. I would check to make sure it's a valid domain name. Link to comment https://forums.phpfreaks.com/topic/176413-test-my-advanced-pagerank-site/#findComment-929885 Share on other sites More sharing options...
Jnerocorp Posted October 3, 2009 Author Share Posted October 3, 2009 how would I come about doing this? Link to comment https://forums.phpfreaks.com/topic/176413-test-my-advanced-pagerank-site/#findComment-929907 Share on other sites More sharing options...
darkfreaks Posted October 3, 2009 Share Posted October 3, 2009 use something like htmlpurifier to filter html input and output. Link to comment https://forums.phpfreaks.com/topic/176413-test-my-advanced-pagerank-site/#findComment-929912 Share on other sites More sharing options...
Jnerocorp Posted October 4, 2009 Author Share Posted October 4, 2009 well i bought a few domains for the script DNRank.INFO DNCheck.INFO DNChecker.INFO MyDomainPagerank.com I also added a new logo -John Link to comment https://forums.phpfreaks.com/topic/176413-test-my-advanced-pagerank-site/#findComment-930092 Share on other sites More sharing options...
darkfreaks Posted October 4, 2009 Share Posted October 4, 2009 what did you use to filter your thing? alot better than last time i scanned i t had 77 failures now your down to 0 failures and 77 warnings. anyhow do you have a function to make sure it is a valid url like so? <?php function isValidURL($url) { return preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i', $url); } ?> Link to comment https://forums.phpfreaks.com/topic/176413-test-my-advanced-pagerank-site/#findComment-930333 Share on other sites More sharing options...
Recommended Posts