16.04.2009, 12:28
Quote:
Originally Posted by n_i_k_i
Cookie, do you have PHP?
Код:
<?php echo file_get_contents('/path/to/samp/server/scriptfiles/bugreport.htm'); ?> |
Код:
Warning: file_get_contents() [function.file-get-contents]: open_basedir restriction in effect. File(/var/www/vhosts/east-south.com/private/Gta/grl/scriptfiles/bugreports.htm) is not within the allowed path(s): (/var/www/vhosts/east-south.com/httpdocs:/tmp) in /var/www/vhosts/east-south.com/httpdocs/bugs.php on line 2 Warning: file_get_contents(/var/www/vhosts/east-south.com/private/Gta/grl/scriptfiles/bugreports.htm) [function.file-get-contents]: failed to open stream: Operation not permitted in /var/www/vhosts/east-south.com/httpdocs/bugs.php on line 2
Path to Scriptfiles: /var/www/vhosts/east-south.com/private/Gta/grl/scriptfiles
Edit: wait a moment.. i try to modify my open_basedir
Edit2: when i change to:
Код:
php_admin_value open_basedir "/var/www/vhosts/east-south.com/private/Gta/grl/scriptfiles:/tmp"