7,22d6 < function ourfile_get_contents($ul) { < $retv=""; < $retv=file_get_contents($ul); < if ($retv == "") { < if (file_exists("./fgc.pyout")) { < unlink("./fgc.pyout"); < } < exec("" . '/' . "usr" . '/' . "local" . '/' . "bin" . '/' . "python3.3 .." . '/' . "Python" . '/' . 'file_get_contents.py "' . $ul . '" > fgc.pyout'); < if (file_exists("./fgc.pyout")) { < $retv=file_get_contents("./fgc.pyout"); < unlink("./fgc.pyout"); < } < } < return $retv; < } < 174c158 < $htmlis="
" . $scriptis . ""; --- > $htmlis="" . $scriptis . ""; 249c233 < $repcont=relative_to_absolute(ourfile_get_contents(str_replace("https:","http:",str_replace("/#/","/~/",str_replace($xrest,"", $wholeu))))); --- > $repcont=relative_to_absolute(file_get_contents(str_replace("https:","http:",str_replace("/#/","/~/",str_replace($xrest,"", $wholeu))))); 343c327 < $repcont=relative_to_absolute(ourfile_get_contents(str_replace("https:","http:",str_replace("/#/","/~/",str_replace($xrest,"", $wholeu))))); --- > $repcont=relative_to_absolute(file_get_contents(str_replace("https:","http:",str_replace("/#/","/~/",str_replace($xrest,"", $wholeu))))); 368c352 < ?> \ No newline at end of file --- > ?>