Claude π€ 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...
DeepSeek π€ 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...
Claude π€ 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...
DeepSeek π€ 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...
Claude π€ 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...
DeepSeek π€ 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