netious instalt niet

Pagina: 1
Acties:
  • 47 views sinds 30-01-2008

  • kyacom
  • Registratie: December 2004
  • Laatst online: 25-08-2025
ik kan met dit script niks doen om netious te installeren en op het forum van netious krijg je ook geen info , weet iemand waar de fouten hier zitten ?

<?

/* *****************************************************
CMS + service configuration script
****************************************************** */

if (!isset($action)) $action="0";

echo "
<html>
<title>Configuration script</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
</head>
<body>
<center>
<h2>If you haven't created the DB yet, please do it now. Otherwise the script won't work.</h2><br />
<b>The configuration script inserts into it 3 tables: 'mycmsadmin', 'pages', and 'style'. If you later decide to create your own RSS feeds, two further tables, 'rsschannel' and 'rssitem' will be created (by the CMS scripts); the news module adds another table - 'news'; user management - 'usergroup', 'user' and 'tos'; forum - 'bb' and 'bbresp'. Depending on the functions used, the maximum number of tables for version 0.4 of the scripts is 11.</b><br /><br /><br />";

if ($action=="1") echo "<b style=\"color:red\">The passwords or e-mail addresses did not match!</b>";
echo "
<form action='configuration.php' method='post'>
<table width=600>
<tr>
<td>
Host name (for the DB to connect):
</td>
<td>
<input type=\"text\" name=\"host_name\" size=\"40\" />
</td>
</tr>
<tr>
<td>
DB User name:
</td>
<td>
<input type=\"text\" name=\"user_name\" size=\"40\" />
</td>
</tr>
<tr>
<td>
DB Password:
</td>
<td>
<input type=\"password\" name=\"password\" size=\"40\" />
</td>
</tr>
<tr>
<td>
Repeat the password:
</td>
<td>
<input type=\"password\" name=\"password1\" size=\"40\" />
</td>
</tr>
<tr>
<td>
DB Name:
</td>
<td>
<input type=\"text\" name=\"db_name\" size=\"40\" />
</td>
</tr>
<tr>
<td>
URL of the folder in which the service should be stored (e.g. 'http://www.mydomain.com/myservice')
</td>
<td>
<input type=\"text\" name=\"this_url\" value=\"http://\" size=\"40\" />
</td>
</tr>
<tr>
<td>
Name of the directory in which the CMS (control panel) should be stored (do not create it):
</td>
<td>
<input type=\"text\" name=\"cms_dir_name\" value=\"cms\" size=\"40\" />
</td>
</tr>


<tr>
<td>
Password to the CMS:
</td>
<td>
<input type=\"password\" name=\"cms_password\" size=\"40\" />
</td>
</tr>
<tr>
<td>
Repeat:
</td>
<td>
<input type=\"password\" name=\"cms_password1\" size=\"40\" />
</td>
</tr>
<tr>
<td>
Your e-mail address (the configuration information will be sent to you after successful configuration):
</td>
<td>
<input type=\"text\" name=\"email\" size=\"40\" />
</td>
</tr>
<tr>
<td>
Repeat e-mail:
</td>
<td>
<input type=\"text\" name=\"email1\" size=\"40\" />
</td>
</tr>
<tr>
<td>
Include the Contact form in the service as default and use my e-mail as the contact e-mail (You can postpone it).
</td>
<td>
<input type=\"checkbox\" checked=\"checked\" name=\"incl_contact\" size=\"40\" />
</td>
</tr>
<tr>
<td colspan=2 align=center>
<input type=submit value=\"Configure the service\" />
</td>
</tr>
</table>
</form>
</center>
</body>
</html>
"


?>


  • whoami
  • Registratie: December 2000
  • Laatst online: 21:21
Sorry, maar dit topic heeft eigenlijk niets met programming te maken.
In dit forum gaat het over problemen die je tegenkomt bij het zelf programmeren; hier kunnen we geen support geven op scripts die je ergens vandaan gehaald hebt, en het is hier ook zeker niet de bedoeling dat we een stuk code (zelf geschreven of niet) gewoon voor jou gaan debuggen.

https://fgheysels.github.io/


Dit topic is gesloten.