E-Mails anschauen auf der eigenen Homepage?

Code:
Warning:  main(./conf.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/tualexx/ordner/index.php on line 12
 
 Fatal error:  main(): Failed opening required './conf.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/tualexx/ordner/index.php on line 12

Das ist die index.php
 
Hallo!

So wie es aussieht, hast Du dir vermutlich nicht die Installationsanleitung durchgelesen:
Installdoc hat gesagt.:
3) Change into the 'nocc' directory, make changes to the
config file (conf.php.dist) and save the new one to conf.php
(remove .dist in the file name)
'conf.php.dist' contains a large number of default values
that you'll need to configure for your system, such as
the default IMAP/POP3 server, whether or not users can pick a
different server, etc...
The file is fairly well documented, so you should be able to pick
out what you need to change fairly easily.
Be sure to check the '$prefs_dir' is writable by the user the
webserver is running as.
Die Fehlermeldung ist jedenfalls eindeutig..... die Datei und/oder der Ordner kann nicht gefunden werden.

Gruss Dr Dau
 
Code:
Warning: dl() has been disabled for security reasons in /usr/export/www/vhosts/funnetwork/hosting/tualexx/ordner/conf.php on line 295

Was soll das heissen?

[EDIT]
Zeile 295 schaut so aus:
PHP:
	if (!dl('imap.so'))
 
php.net hat gesagt.:
dl -- Lädt eine PHP-Erweiterung (Extension) zur Laufzeit
Und deine Fehlermeldung besagt dass die Funktion dl() deaktiviert ist..... steht dir also nicht zur Verfügung.

Diese Info liefert dir aber auch phpinfo().
Du wirst also weiter suchen müssen.

Funpic.de ist nicht wirklich die "optimale" Umgebung für Entwickler.
funpic.de hat gesagt.:
disable_functions
fsockopen, pfsockopen, proc_open, proc_nice, proc_terminate, proc_close, proc_get_status, shell_exec, exec, passthru, system, popen, highlight_file, diskfreespace, disk_free_space, disk_total_space, show_source, php_uname, ini_alter, ini_restore, ini_set,getrusage, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak
 
Übersetzung:
Die Funktion [phpf]dl[/phpf] wurde aus Sicherheitsgründen deaktiviert.

In einfach:
Du kannst diese Funktion auf diesem Server nicht verwenden.

Gruß hpvw
 
kennt ihr nen server wo das aktiviert ist? Und überhaupt einen besseren?
Sollte wenns geht auch nichts kosten ;)

Mfg Alex
 
Zurück