Seite 1 von 1

load.php

Verfasst: Mo 13.Sep, 2004 10:08
von Anonymous
When I click on download, it tries to download load.php.
Contents of load.php

Code: Alles auswählen

<br />
<b>Warning</b>:  readfile(media//): failed to open stream: Permission denied in <b>**web root**/load.php</b> on line <b>70</b><br />
I have
phpBB: 2.0.8
DlMod: 2.1.2
PHP with register_globals=on

Verfasst: Di 14.Sep, 2004 09:11
von Anonymous
Newermind - already solved (somehow)

Trie this

Verfasst: Fr 17.Sep, 2004 13:55
von Anonymous
Trie this

# Find in load.php
#########################
include($phpbb_root_path . 'common.'.$phpEx);

# after this fill in:
########################-

//
$id = $_GET["id"];
//


Good luck
Achim