News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

I want to use SMF, BUT..

Started by LostLoves, June 15, 2005, 03:29:20 AM

Previous topic - Next topic

LostLoves

For the moment i use phpbb forum but i like this forum and i want to used.
My problem: i`m use free subdomain with forum includet.
I`m ready to buy domani and hosting from Web.com, but i dont know what i need for this forum.. WEBsilver,store or platinum?.. means what script and webaplication i need for install and use SMF.

[Unknown]

Can you give us more information about the plans you're looking at?

You need at least one MySQL (3.23.4 or higher) database, PHP 4.1.0 or higher, and enough space to store your data.

-[Unknown]

LostLoves

MySQL 3.23 databases, Private CGI-BIN directory,FrontPage 2002 Extensions

Web Applications :PHP 4.3

More information here: http://www.web.com/web_hosting/unix_hosting.html

It`s enough .. or i need more for install SMF ?

Grudge

I'm only a half geek really...

LostLoves

ok.let`s buy :) tks for help and PLS dont delete this topic.

LostLoves

$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" language files in the directory. $dir = dir(dirname(__FILE__) . '/Themes/default/languages'); while ($entry = $dir->read()) { if (substr($entry, 0, 8) == 'Install.') $found[$entry] = ucfirst(substr($entry, 8, strlen($entry) - 12)); } $dir->close(); } // Didn't find any, show an error message! if (empty($found)) { header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); header('Cache-Control: no-cache'); echo ' A critical error has occurred.

This installer was unable to find the installer\'s language file or files. They should be found under:

', dirname($_SERVER['PHP_SELF']) != '/' ? dirname($_SERVER['PHP_SELF']) : '', '/Themes/default/languages

In some cases, FTP clients do not properly upload files with this many folders. Please double check to make sure you have uploaded all the files in the distribution.

If that doesn\'t help, please make sure this install.php file is in the same place as the Themes folder.

If you continue to get this error message, feel free to look to us for support.

Simple Machines '; die; } // Override the language file? if (isset($_GET['lang_file'])) $_SESSION['smf_install_lang'] = $_GET['lang_file']; // Make sure it exists, if it doesn't reset it. if (!isset($_SESSION['smf_install_lang']) || !file_exists(dirname(__FILE__) . '/Themes/default/languages/' . $_SESSION['smf_install_lang'])) { // Use the first one... list ($_SESSION['smf_install_lang']) = array_keys($found); // If we have english and some other language, use the other language. We Americans hate english :P. if ($_SESSION['smf_install_lang'] == 'Install.english.php' && count($found) > 1) list (, $_SESSION['smf_install_lang']) = array_keys($found); } // And now include the actual language file itself. require_once(dirname(__FILE__) . '/Themes/default/languages/' . $_SESSION['smf_install_lang']); $GLOBALS['detected_languages'] = $found; } // Step zero: Finding out how and where to install. function doStep0() { global $txt; // Show a language selection... if (count($GLOBALS['detected_languages']) > 1) { echo '

LostLoves

I have hosting on tiscali( where is problem?):


  Registrazione o trasferimento di un dominio .it .com .net .org .info .biz .co.uk .ws .name .be .tv .to .at .ch .cc. Prima di richiedere il trasferimento, è consigliabile leggere le informazioni contenute nella pagina dedicata. I nomi a dominio .ws e .tv composti da tre caratteri (o inferiori) non sono registrabili. Solo le estensioni .it .com .net .org .info .biz sono trasferibili.

1 GB di spazio FTP in web hosting. Fino a 15 GB di traffico mensile.

21 email** da 100 MB @dominio con 50 alias, accessibili con IMAP, POP, webmail. Le caselle sono complete di gestione contatti, inoltro e risposta automatica. Quali servizi addizionali, sono disponibili l'ampliamento dello spazio della casella e l'antivirus di Tiscali Supermail.

PHP (guida).

MySQL utilizzabile via PHPMyAdmin (guida).

Estensioni di Microsoft Frontpage (guida).

SSI (Server Side Include) (guida).

Statistiche base di accesso (guida); gli utenti esperti possono installare PHP-Stat.

Redirect http.

Gestione online del DNS.

Supporto via e-mail e telefono sulle funzionalità di base.

Estensioni del servizio

E' possibile aumentare il numero di caselle, sottoscrivere spazio addizionale.

** Il numero delle caselle a disposizione comprende la casella di servizio [email protected] creata di default al momento dell'attivazione del servizio. Tale casella può essere comunque associata a un alias a scelta del Cliente, come [email protected] o [email protected]





this is the link for my forum:

http://www.mythicbots.org/forum/install.php

[Unknown]

Unfortunately, your server does not have PHP support.

-[Unknown]

LostLoves

wrong... the server support PHP.. i dont acctivate PHP because i dont know.i need someone, who know this lang..

morph

Well it looks like it supports php or else the install.php page wouldnt show up correctly.. Do you know all your passwords? I don't see wahts wrong..

Coming soon!

[Unknown]

It shows now, it didn't before.

-[Unknown]

LostLoves

 >:( >:( >:( >:( >:(

1.  "Unable to connect to FTP server with this combination of details."

damnit !!!!!!!!!!!!

i use FlashfXp-ftp manager- i`m login whit SAME details( username and password)

2.
SITE CHMOD 777 Settings.php
550 Settings.php: Operation not permitted



what is wrong ?????????

[Unknown]

I'm afraid you'll have to ask your host, I think.

-[Unknown]

LostLoves


LostLoves

FINALY !! yeeeeeesssssssss
i have a SMF  :):)
God bless me :P
now.. i need a theme.. smth mythical theme.any help?

Herman's Mixen

look at the grapics and templates section in this forum ! ;)
Met vriendelijke groet, The Burglar!

 House Mixes | Mixcloud | Any Intelligent fool can make things bigger, more complex, and more violent.
It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Albert Einstein

Former Godfather of our dutch community ;)

LostLoves


Advertisement: