Simple Machines Community Forum

SMF Support => Language Specific Support => EspaƱol (Spanish) => Topic started by: diabolik_082 on March 27, 2005, 05:21:29 PM

Title: smf intalacion error!
Post by: diabolik_082 on March 27, 2005, 05:21:29 PM
bueno ya subi mi foro pero ala hora de crear el admin sale una pagina desordenada codigos por todas partes.. y me sale kon errory algokomo esto

$v) $_POST[$k] = addslashes($v); } // This is really quite simple; if ?delete is on the URL, delete the installer... if (isset($_GET['delete'])) { @unlink(__FILE__); if (isset($_SESSION['installer_temp_ftp'])) { if (file_exists(__FILE__)) { $ftp = new ftp_connection($_SESSION['installer_temp_ftp']['server'], $_SESSION['installer_temp_ftp']['port'], $_SESSION['installer_temp_ftp']['username'], $_SESSION['installer_temp_ftp']['password']); $ftp->chdir($_SESSION['installer_temp_ftp']['path']); $ftp->unlink('install.php'); $ftp->close(); } unset($_SESSION['installer_temp_ftp']); } // Now just redirect to a blank.gif... header('Location: http://' . (isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME'] . ':' . $_SERVER['SERVER_PORT']) . dirname($_SERVER['PHP_SELF']) . '/Themes/default/images/blank.gif'); exit; } // Force a step, defaulting to 0. $_GET['step'] = (int) @$_GET['step']; } // Load the list of language files, and the current language file. function load_lang_file() { global $txt; $found = array(); // Make sure the languages directory actually exists. if (file_exists(dirname......
(__FILE__) . '/Themes/default/languages')) { // Find all the "Install" ...................... ya y hay mas  y bueno  k pyuedo hacer subir de nuevo toooo! o k?
Title: Re: smf intalacion error!
Post by: [darksteel] on March 27, 2005, 05:51:00 PM
sube nuevamente el install.php
Title: Re: smf intalacion error!
Post by: Omar Bazavilvazo on March 28, 2005, 05:48:51 PM
a como veo, tu servidor no soporta php, o se subio mal.

como dice darksteel, sube nuevamente todos los archivos

ja ne!