netious wil niet installeren
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?
/* *****************************************************
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>
"
?>
/* *****************************************************
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>
"
?>
- wat is netious?
- wat is het exacte probleem?
- wat is je foutmelding?
- etc..
Gewijzigd op 01/01/1970 01:00:00 door Wout van der Burg
Neem contact op met de maker. Hier kunnen we niets mee..