diff -r 5c3c1b82fea2 -r e8da4f096fde details.php --- a/details.php Thu Jul 01 14:17:07 2010 +0000 +++ b/details.php Thu Jul 01 15:31:13 2010 +0000 @@ -190,7 +190,11 @@ } else if ($status == "urlerror") { print "
You have entered an malformed url. Please use this format: http://www.yourwebsite.com
"; - } + } else if ($status == "urlerror-2") + { + print "
You have entered the example url: http://www.yourwebsite.com which is provided as an example. Please enter a valid url
"; + } + ?>