View Single Post
  #28  
Old 15th November 2009, 17:00
payaa payaa is offline
Member
 
Join Date: Nov 2009
Hungary
Posts: 4
Default
Hi there!
This is very very cool stuff, but I've got the Warnings too :(
But don't know why??

Is the reason is that my webmaster don't allow these commands ?
Code:
disk_total_space, diskfreespace, highlight_file, exec, passthru, system, pfsockpen, show_source, getrusage, get_current_user, getmyuid, getmypid, dl, leak, listen, chown, chgrp, realpath, ini_set, alter_ini, tmpfile, link, shell_exec, symlink, sleep, openlog, virtual, mysql_pconnect
:(

Update: now I solved the index.php problem..but there is problem for me the takeupload.php and download.php too :(

download.php
Code:
Warning:  is_file() [function.is-file]: open_basedir restriction in effect. File(/torrents/15.torrent) is not within the allowed path(s): (/var/www/vhosts/xtend.hu/httpdocs:/tmp) in /var/www/vhosts/xtend.hu/httpdocs/download.php on line 25

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xtend.hu/httpdocs/download.php:25) in /var/www/vhosts/xtend.hu/httpdocs/include/functions.php on line 373


takeupload.php
Code:
Warning:  move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/torrents/16.torrent) is not within the allowed path(s): (/var/www/vhosts/xtend.hu/httpdocs:/tmp) in /var/www/vhosts/xtend.hu/httpdocs/takeupload.php on line 182

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/xtend.hu/httpdocs/takeupload.php:182) in /var/www/vhosts/xtend.hu/httpdocs/takeupload.php on line 242


I don't changed anything in both phps. :(

Last edited by payaa; 15th November 2009 at 19:23.
Reply With Quote