The code looks like this:
Code: Select all
foreach ($_REQUEST as $key => $value) {if ($key) {$p="$p&$key=$value";}}
$p=preg_replace("/^\&/","?",$p);
$html=implode('',file("http:/server.domain.ch/cgi-bin/tor.cgi$p"));
print "$html";Code: Select all
Warning: file("http://server.domain.ch/cgi-bin/tor.cgi?login=xxx&pw=xxxx&title=Das Höhere Lehramt&subtitle=&eid=91&value=Das höhere Lehramt (HLA) ist die Ausbildung, die absolviert
(..............much more text....)
in /du1v2/users/sub/www/index.php on line 3
Warning: Bad arguments to implode() in /du1v2/users/sub/www/index.php on line 65How could I make this work, even with such long arguments (or images)?