85c85 < if ($startword == "") $startword = strtolower(file_get_contents("http://" . $_SERVER['SERVER_NAME'] . str_replace(":443/PHP","/PHP",str_replace(":80/PHP","/PHP",(":" . $_SERVER['SERVER_PORT'] . "/PHP"))) . "/surprise.php?min=10&max=10")); --- > if ($startword == "") $startword = strtolower(file_get_contents("http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/PHP/surprise.php?min=10&max=10")); 141c141 < $wordis = file_get_contents("http://" . $_SERVER['SERVER_NAME'] . str_replace(":443/PHP","/PHP",str_replace(":80/PHP","/PHP",(":" . $_SERVER['SERVER_PORT'] . "/PHP"))) . "/surprise.php?huh=" . $pw . ""); --- > $wordis = file_get_contents("http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/PHP/surprise.php?huh=" . $pw . ""); 172c172 < td { border: 4px outset green; background-color: lightgray; text-decoration:none; cursor:pointer; } --- > td { border: 4px solid green; background-color: white; } 316c316 <
--- >