Sono riuscito a a trovare preconfezionato questo codice credo può funzionare :
Codice:
<?php
//We start sessions
session_start();
/******************************************************
------------------Required Configuration---------------
Please edit the following variables so the members area
can work correctly.
******************************************************/
//We log to the DataBase
mysql_connect('hote', (non so cosa sia) 'username', interessecomune (credo va bene cosi) 'password'); (non devo metterla vero?)
mysql_select_db('my_interessecomune');
//Webmaster Email
$mail_webmaster = 'lazzarolucabigpoint@libero.it';
//Top site root URL
$url_root = 'http://www.example.com/'; (cosa devo mettere?)
/******************************************************
-----------------Optional Configuration----------------
******************************************************/
//Home page file name
$url_home = 'index.php'; (qui devo cambiarlo?)
//Design Name
$design = 'default';
?>
Qui per me diventa arabo...quindi attendo eventuali risposte da parte dei mod
Poi non riesco a capire dove inserire questo codice :
Codice:
--
-- Table structure for table `categories`
--
CREATE TABLE `categories` (
`id` smallint(6) NOT NULL,
`name` varchar(256) NOT NULL,
`description` text NOT NULL,
`position` smallint(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `pm`
--
CREATE TABLE `pm` (
`id` bigint(20) NOT NULL,
`id2` int(11) NOT NULL,
`title` varchar(256) NOT NULL,
`user1` bigint(20) NOT NULL,
`user2` bigint(20) NOT NULL,
`message` text NOT NULL,
`timestamp` int(10) NOT NULL,
`user1read` varchar(3) NOT NULL,
`user2read` varchar(3) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `topics`
--
CREATE TABLE `topics` (
`parent` smallint(6) NOT NULL,
`id` int(11) NOT NULL,
`id2` int(11) NOT NULL,
`title` varchar(256) NOT NULL,
`message` longtext NOT NULL,
`authorid` int(11) NOT NULL,
`timestamp` int(11) NOT NULL,
`timestamp2` int(11) NOT NULL,
PRIMARY KEY (`id`,`id2`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` bigint(20) NOT NULL,
`username` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`avatar` text NOT NULL,
`signup_date` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Qualcuno di voi può prendersi la briga di perdere 5 minuti ad aiutarmi? Grazie e scusate per il repost ma credo che questo servizio forse funziona.
Premetto comunque che prima di procedere con l'hosting attendo il parere di un modoeratore se volete vi posso anche passare il sito da cui mi sono preso il codice.
Grazie per le eventuali risposte.
Con il tasto cerca sono riuscito a trovare solo post attinenti a wordpress e quindi..non sono riuscito a risolvere...se qualcuno di voi può dare consigli sono ben eccetti.
Scusate ancora per gli eventuali errori di battitura non è mia intenzione.