author | Dan |
Sat, 10 Nov 2007 20:52:05 -0500 | |
changeset 254 | 2b48ca9ce4d3 |
parent 252 | 96b72228bda0 |
child 266 | 917dcc6c4ceb |
permissions | -rw-r--r-- |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
2 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
3 |
/* |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
4 |
* Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
5 |
* Version 1.1.1 |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
6 |
* Copyright (C) 2006-2007 Dan Fuhry |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
7 |
* install.php - handles everything related to installation and initial configuration |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
8 |
* |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
9 |
* This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
10 |
* as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
11 |
* |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
12 |
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
13 |
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
14 |
*/ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
15 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
16 |
@include('config.php'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
17 |
if( ( defined('ENANO_INSTALLED') || defined('MIDGET_INSTALLED') ) && ((isset($_GET['mode']) && ($_GET['mode']!='finish' && $_GET['mode']!='css')) || !isset($_GET['mode']))) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
18 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
19 |
$_GET['title'] = 'Enano:Installation_locked'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
20 |
require('includes/common.php'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
21 |
die_friendly('Installation locked', '<p>The Enano installer has found a Enano installation in this directory. You MUST delete config.php if you want to re-install Enano.</p><p>If you wish to upgrade an older Enano installation to this version, please use the <a href="upgrade.php">upgrade script</a>.</p>'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
22 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
23 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
24 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
25 |
define('IN_ENANO_INSTALL', 'true'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
26 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
27 |
define('ENANO_VERSION', '1.1.1'); |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
28 |
define('ENANO_CODE_NAME', 'Germination'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
29 |
// In beta versions, define ENANO_BETA_VERSION here |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
30 |
|
240
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
31 |
// This is required to make installation work right |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
32 |
define("ENANO_ALLOW_LOAD_NOLANG", 1); |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
33 |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
34 |
if(!defined('scriptPath')) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
35 |
$sp = dirname($_SERVER['REQUEST_URI']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
36 |
if($sp == '/' || $sp == '\\') $sp = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
37 |
define('scriptPath', $sp); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
38 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
39 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
40 |
if(!defined('contentPath')) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
41 |
$sp = dirname($_SERVER['REQUEST_URI']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
42 |
if($sp == '/' || $sp == '\\') $sp = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
43 |
define('contentPath', $sp); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
44 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
45 |
global $_starttime, $this_page, $sideinfo; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
46 |
$_starttime = microtime(true); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
47 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
48 |
// Determine directory (special case for development servers) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
49 |
if ( strpos(__FILE__, '/repo/') && file_exists('.enanodev') ) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
50 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
51 |
$filename = str_replace('/repo/', '/', __FILE__); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
52 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
53 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
54 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
55 |
$filename = __FILE__; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
56 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
57 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
58 |
define('ENANO_ROOT', dirname($filename)); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
59 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
60 |
function is_page($p) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
61 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
62 |
return true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
63 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
64 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
65 |
require('includes/wikiformat.php'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
66 |
require('includes/constants.php'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
67 |
require('includes/rijndael.php'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
68 |
require('includes/functions.php'); |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
69 |
require('includes/dbal.php'); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
70 |
require('includes/lang.php'); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
71 |
require('includes/json.php'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
72 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
73 |
strip_magic_quotes_gpc(); |
238 | 74 |
|
75 |
// |
|
76 |
// INSTALLER LIBRARY |
|
77 |
// |
|
78 |
||
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
79 |
$neutral_color = 'C'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
80 |
|
238 | 81 |
function run_installer_stage($stage_id, $stage_name, $function, $failure_explanation, $allow_skip = true) |
82 |
{ |
|
83 |
static $resumed = false; |
|
84 |
static $resume_stack = array(); |
|
85 |
||
86 |
if ( empty($resume_stack) && isset($_POST['resume_stack']) && preg_match('/[a-z_]+((\|[a-z_]+)+)/', $_POST['resume_stack']) ) |
|
87 |
{ |
|
88 |
$resume_stack = explode('|', $_POST['resume_stack']); |
|
89 |
} |
|
90 |
||
91 |
$already_run = false; |
|
92 |
if ( in_array($stage_id, $resume_stack) ) |
|
93 |
{ |
|
94 |
$already_run = true; |
|
95 |
} |
|
96 |
||
97 |
if ( !$resumed ) |
|
98 |
{ |
|
99 |
if ( !isset($_GET['stage']) ) |
|
100 |
$resumed = true; |
|
101 |
if ( isset($_GET['stage']) && $_GET['stage'] == $stage_id ) |
|
102 |
{ |
|
103 |
$resumed = true; |
|
104 |
} |
|
105 |
} |
|
106 |
if ( !$resumed && $allow_skip ) |
|
107 |
{ |
|
108 |
echo_stage_success($stage_id, "[dbg: skipped] $stage_name"); |
|
109 |
return false; |
|
110 |
} |
|
111 |
if ( !function_exists($function) ) |
|
112 |
die('libenanoinstall: CRITICAL: function "' . $function . '" for ' . $stage_id . ' doesn\'t exist'); |
|
113 |
$result = @call_user_func($function, false, $already_run); |
|
114 |
if ( $result ) |
|
115 |
{ |
|
116 |
echo_stage_success($stage_id, $stage_name); |
|
117 |
$resume_stack[] = $stage_id; |
|
118 |
return true; |
|
119 |
} |
|
120 |
else |
|
121 |
{ |
|
122 |
echo_stage_failure($stage_id, $stage_name, $failure_explanation, $resume_stack); |
|
123 |
return false; |
|
124 |
} |
|
125 |
} |
|
126 |
||
127 |
function start_install_table() |
|
128 |
{ |
|
254 | 129 |
echo '<table border="0" cellspacing="0" cellpadding="0" style="margin-top: 10px;">' . "\n"; |
240
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
130 |
ob_start(); |
238 | 131 |
} |
132 |
||
133 |
function close_install_table() |
|
134 |
{ |
|
135 |
echo '</table>' . "\n\n"; |
|
240
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
136 |
ob_end_flush(); |
238 | 137 |
} |
138 |
||
139 |
function echo_stage_success($stage_id, $stage_name) |
|
140 |
{ |
|
141 |
global $neutral_color; |
|
142 |
$neutral_color = ( $neutral_color == 'A' ) ? 'C' : 'A'; |
|
143 |
echo '<tr><td style="width: 500px; background-color: #' . "{$neutral_color}{$neutral_color}FF{$neutral_color}{$neutral_color}" . '; padding: 0 5px;">' . htmlspecialchars($stage_name) . '</td><td style="padding: 0 5px;"><img alt="Done" src="images/good.gif" /></td></tr>' . "\n"; |
|
240
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
144 |
ob_flush(); |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
145 |
flush(); |
238 | 146 |
} |
147 |
||
148 |
function echo_stage_failure($stage_id, $stage_name, $failure_explanation, $resume_stack) |
|
149 |
{ |
|
150 |
global $neutral_color; |
|
254 | 151 |
global $lang; |
238 | 152 |
|
153 |
$neutral_color = ( $neutral_color == 'A' ) ? 'C' : 'A'; |
|
154 |
echo '<tr><td style="width: 500px; background-color: #' . "FF{$neutral_color}{$neutral_color}{$neutral_color}{$neutral_color}" . '; padding: 0 5px;">' . htmlspecialchars($stage_name) . '</td><td style="padding: 0 5px;"><img alt="Failed" src="images/bad.gif" /></td></tr>' . "\n"; |
|
240
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
155 |
ob_flush(); |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
156 |
flush(); |
238 | 157 |
close_install_table(); |
158 |
$post_data = ''; |
|
159 |
$mysql_error = mysql_error(); |
|
160 |
foreach ( $_POST as $key => $value ) |
|
161 |
{ |
|
162 |
$value = htmlspecialchars($value); |
|
163 |
$key = htmlspecialchars($key); |
|
164 |
$post_data .= " <input type=\"hidden\" name=\"$key\" value=\"$value\" />\n"; |
|
165 |
} |
|
166 |
echo '<form action="install.php?mode=install&stage=' . $stage_id . '" method="post"> |
|
167 |
' . $post_data . ' |
|
168 |
<input type="hidden" name="resume_stack" value="' . htmlspecialchars(implode('|', $resume_stack)) . '" /> |
|
254 | 169 |
<h3>' . $lang->get('meta_msg_err_stagefailed_title') . '</h3> |
238 | 170 |
<p>' . $failure_explanation . '</p> |
254 | 171 |
' . ( !empty($mysql_error) ? "<p>" . $lang->get('meta_msg_err_stagefailed_mysqlerror') . " $mysql_error</p>" : '' ) . ' |
172 |
<p>' . $lang->get('meta_msg_err_stagefailed_body') . '</p> |
|
173 |
<p style="text-align: center;"><input type="submit" value="' . $lang->get('meta_btn_retry_installation') . '" /></p> |
|
238 | 174 |
</form>'; |
175 |
global $template, $template_bak; |
|
176 |
if ( is_object($template_bak) ) |
|
177 |
$template_bak->footer(); |
|
178 |
else |
|
179 |
$template->footer(); |
|
180 |
exit; |
|
181 |
} |
|
182 |
||
183 |
// |
|
184 |
// INSTALLER STAGES |
|
185 |
// |
|
186 |
||
187 |
function stg_mysql_connect($act_get = false) |
|
188 |
{ |
|
189 |
static $conn = false; |
|
190 |
if ( $act_get ) |
|
191 |
return $conn; |
|
192 |
||
239
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
193 |
$db_user =& $_POST['db_user']; |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
194 |
$db_pass =& $_POST['db_pass']; |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
195 |
$db_name =& $_POST['db_name']; |
238 | 196 |
|
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
197 |
if ( !preg_match('/^[a-z0-9_-]+$/', $db_name) ) |
239
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
198 |
{ |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
199 |
$db_name = htmlspecialchars($db_name); |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
200 |
die("<p>SECURITY: malformed database name \"$db_name\"</p>"); |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
201 |
} |
238 | 202 |
|
203 |
// First, try to connect using the normal credentials |
|
204 |
$conn = @mysql_connect($_POST['db_host'], $_POST['db_user'], $_POST['db_pass']); |
|
205 |
if ( !$conn ) |
|
206 |
{ |
|
207 |
// Connection failed. Do we have the root username and password? |
|
208 |
if ( !empty($_POST['db_root_user']) && !empty($_POST['db_root_pass']) ) |
|
209 |
{ |
|
210 |
$conn_root = @mysql_connect($_POST['db_host'], $_POST['db_root_user'], $_POST['db_root_pass']); |
|
211 |
if ( !$conn_root ) |
|
212 |
{ |
|
213 |
// Couldn't connect using either set of credentials. Bail out. |
|
214 |
return false; |
|
215 |
} |
|
239
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
216 |
unset($db_user, $db_pass); |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
217 |
$db_user = mysql_real_escape_string($_POST['db_user']); |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
218 |
$db_pass = mysql_real_escape_string($_POST['db_pass']); |
238 | 219 |
// Create the user account |
220 |
$q = @mysql_query("GRANT ALL PRIVILEGES ON test.* TO '{$db_user}'@'localhost' IDENTIFIED BY '$db_pass' WITH GRANT OPTION;", $conn_root); |
|
221 |
if ( !$q ) |
|
222 |
{ |
|
223 |
return false; |
|
224 |
} |
|
225 |
// Revoke privileges from test, we don't need them |
|
226 |
$q = @mysql_query("REVOKE ALL PRIVILEGES ON test.* FROM '{$db_user}'@'localhost';", $conn_root); |
|
227 |
if ( !$q ) |
|
228 |
{ |
|
229 |
return false; |
|
230 |
} |
|
231 |
if ( $_POST['db_host'] != 'localhost' && $_POST['db_host'] != '127.0.0.1' && $_POST['db_host'] != '::1' ) |
|
232 |
{ |
|
233 |
// If not connecting to a server running on localhost, allow from any host |
|
234 |
// this is safer than trying to detect the hostname of the webserver, but less secure |
|
235 |
$q = @mysql_query("GRANT ALL PRIVILEGES ON test.* TO '{$db_user}'@'%' IDENTIFIED BY '$db_pass' WITH GRANT OPTION;", $conn_root); |
|
236 |
if ( !$q ) |
|
237 |
{ |
|
238 |
return false; |
|
239 |
} |
|
240 |
// Revoke privileges from test, we don't need them |
|
241 |
$q = @mysql_query("REVOKE ALL PRIVILEGES ON test.* FROM '{$db_user}'@'%';", $conn_root); |
|
242 |
if ( !$q ) |
|
243 |
{ |
|
244 |
return false; |
|
245 |
} |
|
246 |
} |
|
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
247 |
mysql_close($conn_root); |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
248 |
$conn = @mysql_connect($_POST['db_host'], $_POST['db_user'], $_POST['db_pass']); |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
249 |
if ( !$conn ) |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
250 |
{ |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
251 |
// This should honestly never happen. |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
252 |
return false; |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
253 |
} |
238 | 254 |
} |
255 |
} |
|
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
256 |
$q = @mysql_query("USE `$db_name`;", $conn); |
238 | 257 |
if ( !$q ) |
258 |
{ |
|
259 |
// access denied to the database; try the whole root schenanegan again |
|
260 |
if ( !empty($_POST['db_root_user']) && !empty($_POST['db_root_pass']) ) |
|
261 |
{ |
|
262 |
$conn_root = @mysql_connect($_POST['db_host'], $_POST['db_root_user'], $_POST['db_root_pass']); |
|
263 |
if ( !$conn_root ) |
|
264 |
{ |
|
265 |
// Couldn't connect as root; bail out |
|
266 |
return false; |
|
267 |
} |
|
268 |
// create the database, if it doesn't exist |
|
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
269 |
$q = @mysql_query("CREATE DATABASE IF NOT EXISTS `$db_name`;", $conn_root); |
238 | 270 |
if ( !$q ) |
271 |
{ |
|
272 |
// this really should never fail, so don't give any tolerance to it |
|
273 |
return false; |
|
274 |
} |
|
239
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
275 |
unset($db_user, $db_pass); |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
276 |
$db_user = mysql_real_escape_string($_POST['db_user']); |
0f1b353570a7
Fix a comparison logic SQL error in lang.php; fix attempt to call mysql_real_escape_string() in install without a working DB connection
Dan
parents:
238
diff
changeset
|
277 |
$db_pass = mysql_real_escape_string($_POST['db_pass']); |
238 | 278 |
// we're in with root rights; grant access to the database |
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
279 |
$q = @mysql_query("GRANT ALL PRIVILEGES ON `$db_name`.* TO '{$db_user}'@'localhost';", $conn_root); |
238 | 280 |
if ( !$q ) |
281 |
{ |
|
282 |
return false; |
|
283 |
} |
|
284 |
if ( $_POST['db_host'] != 'localhost' && $_POST['db_host'] != '127.0.0.1' && $_POST['db_host'] != '::1' ) |
|
285 |
{ |
|
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
286 |
$q = @mysql_query("GRANT ALL PRIVILEGES ON `$db_name`.* TO '{$db_user}'@'%';", $conn_root); |
238 | 287 |
if ( !$q ) |
288 |
{ |
|
289 |
return false; |
|
290 |
} |
|
291 |
} |
|
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
292 |
mysql_close($conn_root); |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
293 |
// grant tables have hopefully been flushed, kill and reconnect our regular user connection |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
294 |
mysql_close($conn); |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
295 |
$conn = @mysql_connect($_POST['db_host'], $_POST['db_user'], $_POST['db_pass']); |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
296 |
if ( !$conn ) |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
297 |
{ |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
298 |
return false; |
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
299 |
} |
238 | 300 |
} |
301 |
else |
|
302 |
{ |
|
303 |
return false; |
|
304 |
} |
|
305 |
// try again |
|
251
275c70f80137
Merged in the low-level DBAL fix involving dashes in the database name from stable
Dan
diff
changeset
|
306 |
$q = @mysql_query("USE `$db_name`;", $conn); |
238 | 307 |
if ( !$q ) |
308 |
{ |
|
309 |
// really failed this time; bail out |
|
310 |
return false; |
|
311 |
} |
|
312 |
} |
|
313 |
// connected and database exists |
|
314 |
return true; |
|
315 |
} |
|
316 |
||
317 |
function stg_drop_tables() |
|
318 |
{ |
|
319 |
$conn = stg_mysql_connect(true); |
|
320 |
if ( !$conn ) |
|
321 |
return false; |
|
322 |
// Our list of tables included in Enano |
|
323 |
$tables = Array( 'categories', 'comments', 'config', 'logs', 'page_text', 'session_keys', 'pages', 'users', 'users_extra', 'themes', 'buddies', 'banlist', 'files', 'privmsgs', 'sidebar', 'hits', 'search_index', 'groups', 'group_members', 'acl', 'search_cache', 'tags', 'page_groups', 'page_group_members' ); |
|
324 |
||
325 |
// Drop each table individually; if it fails, it probably means we're trying to drop a |
|
326 |
// table that didn't exist in the Enano version we're deleting the database for. |
|
327 |
foreach ( $tables as $table ) |
|
328 |
{ |
|
329 |
// Remember that table_prefix is sanitized. |
|
330 |
$table = "{$_POST['table_prefix']}$table"; |
|
331 |
@mysql_query("DROP TABLE $table;", $conn); |
|
332 |
} |
|
333 |
return true; |
|
334 |
} |
|
335 |
||
336 |
function stg_decrypt_admin_pass($act_get = false) |
|
337 |
{ |
|
338 |
static $decrypted_pass = false; |
|
339 |
if ( $act_get ) |
|
340 |
return $decrypted_pass; |
|
341 |
||
342 |
$aes = new AESCrypt(AES_BITS, AES_BLOCKSIZE); |
|
343 |
||
344 |
if ( !empty($_POST['crypt_data']) ) |
|
345 |
{ |
|
346 |
require('config.new.php'); |
|
347 |
if ( !isset($cryptkey) ) |
|
348 |
{ |
|
349 |
return false; |
|
350 |
} |
|
351 |
define('_INSTRESUME_AES_KEYBACKUP', $key); |
|
352 |
$key = hexdecode($cryptkey); |
|
353 |
||
354 |
$decrypted_pass = $aes->decrypt($_POST['crypt_data'], $key, ENC_HEX); |
|
355 |
||
356 |
} |
|
357 |
else |
|
358 |
{ |
|
359 |
$decrypted_pass = $_POST['admin_pass']; |
|
360 |
} |
|
361 |
if ( empty($decrypted_pass) ) |
|
362 |
return false; |
|
363 |
return true; |
|
364 |
} |
|
365 |
||
366 |
function stg_generate_aes_key($act_get = false) |
|
367 |
{ |
|
368 |
static $key = false; |
|
369 |
if ( $act_get ) |
|
370 |
return $key; |
|
371 |
||
372 |
$aes = new AESCrypt(AES_BITS, AES_BLOCKSIZE); |
|
373 |
$key = $aes->gen_readymade_key(); |
|
374 |
return true; |
|
375 |
} |
|
376 |
||
377 |
function stg_parse_schema($act_get = false) |
|
378 |
{ |
|
379 |
static $schema; |
|
380 |
if ( $act_get ) |
|
381 |
return $schema; |
|
382 |
||
383 |
$admin_pass = stg_decrypt_admin_pass(true); |
|
384 |
$key = stg_generate_aes_key(true); |
|
385 |
$aes = new AESCrypt(AES_BITS, AES_BLOCKSIZE); |
|
386 |
$key = $aes->hextostring($key); |
|
387 |
$admin_pass = $aes->encrypt($admin_pass, $key, ENC_HEX); |
|
388 |
||
389 |
$cacheonoff = is_writable(ENANO_ROOT.'/cache/') ? '1' : '0'; |
|
390 |
||
391 |
$schema = file_get_contents('schema.sql'); |
|
392 |
$schema = str_replace('{{SITE_NAME}}', mysql_real_escape_string($_POST['sitename'] ), $schema); |
|
393 |
$schema = str_replace('{{SITE_DESC}}', mysql_real_escape_string($_POST['sitedesc'] ), $schema); |
|
394 |
$schema = str_replace('{{COPYRIGHT}}', mysql_real_escape_string($_POST['copyright'] ), $schema); |
|
395 |
$schema = str_replace('{{ADMIN_USER}}', mysql_real_escape_string($_POST['admin_user'] ), $schema); |
|
396 |
$schema = str_replace('{{ADMIN_PASS}}', mysql_real_escape_string($admin_pass ), $schema); |
|
397 |
$schema = str_replace('{{ADMIN_EMAIL}}', mysql_real_escape_string($_POST['admin_email']), $schema); |
|
398 |
$schema = str_replace('{{ENABLE_CACHE}}', mysql_real_escape_string($cacheonoff ), $schema); |
|
399 |
$schema = str_replace('{{REAL_NAME}}', '', $schema); |
|
400 |
$schema = str_replace('{{TABLE_PREFIX}}', $_POST['table_prefix'], $schema); |
|
401 |
$schema = str_replace('{{VERSION}}', ENANO_VERSION, $schema); |
|
402 |
$schema = str_replace('{{ADMIN_EMBED_PHP}}', $_POST['admin_embed_php'], $schema); |
|
403 |
// Not anymore!! :-D |
|
404 |
// $schema = str_replace('{{BETA_VERSION}}', ENANO_BETA_VERSION, $schema); |
|
405 |
||
406 |
if(isset($_POST['wiki_mode'])) |
|
407 |
{ |
|
408 |
$schema = str_replace('{{WIKI_MODE}}', '1', $schema); |
|
409 |
} |
|
410 |
else |
|
411 |
{ |
|
412 |
$schema = str_replace('{{WIKI_MODE}}', '0', $schema); |
|
413 |
} |
|
414 |
||
415 |
// Build an array of queries |
|
416 |
$schema = explode("\n", $schema); |
|
417 |
||
418 |
foreach ( $schema as $i => $sql ) |
|
419 |
{ |
|
420 |
$query =& $schema[$i]; |
|
421 |
$t = trim($query); |
|
422 |
if ( empty($t) || preg_match('/^(\#|--)/i', $t) ) |
|
423 |
{ |
|
424 |
unset($schema[$i]); |
|
425 |
unset($query); |
|
426 |
} |
|
427 |
} |
|
428 |
||
429 |
$schema = array_values($schema); |
|
430 |
$schema = implode("\n", $schema); |
|
431 |
$schema = explode(";\n", $schema); |
|
432 |
||
433 |
foreach ( $schema as $i => $sql ) |
|
434 |
{ |
|
435 |
$query =& $schema[$i]; |
|
436 |
if ( substr($query, ( strlen($query) - 1 ), 1 ) != ';' ) |
|
437 |
{ |
|
438 |
$query .= ';'; |
|
439 |
} |
|
440 |
} |
|
441 |
||
442 |
return true; |
|
443 |
} |
|
444 |
||
445 |
function stg_install($_unused, $already_run) |
|
446 |
{ |
|
447 |
// This one's pretty easy. |
|
448 |
$conn = stg_mysql_connect(true); |
|
449 |
if ( !is_resource($conn) ) |
|
450 |
return false; |
|
451 |
$schema = stg_parse_schema(true); |
|
452 |
if ( !is_array($schema) ) |
|
453 |
return false; |
|
454 |
||
455 |
// If we're resuming installation, the encryption key was regenerated. |
|
456 |
// This means we'll have to update the encrypted password in the database. |
|
457 |
if ( $already_run ) |
|
458 |
{ |
|
459 |
$admin_pass = stg_decrypt_admin_pass(true); |
|
460 |
$key = stg_generate_aes_key(true); |
|
461 |
$aes = new AESCrypt(AES_BITS, AES_BLOCKSIZE); |
|
462 |
$key = $aes->hextostring($key); |
|
463 |
$admin_pass = $aes->encrypt($admin_pass, $key, ENC_HEX); |
|
464 |
$admin_user = mysql_real_escape_string($_POST['admin_user']); |
|
465 |
||
466 |
$q = @mysql_query("UPDATE {$_POST['table_prefix']}users SET password='$admin_pass' WHERE username='$admin_user';"); |
|
467 |
if ( !$q ) |
|
468 |
{ |
|
469 |
echo '<p><tt>MySQL return: ' . mysql_error() . '</tt></p>'; |
|
470 |
return false; |
|
471 |
} |
|
472 |
||
473 |
return true; |
|
474 |
} |
|
475 |
||
476 |
// OK, do the loop, baby!!! |
|
477 |
foreach($schema as $q) |
|
478 |
{ |
|
479 |
$r = mysql_query($q, $conn); |
|
480 |
if ( !$r ) |
|
481 |
{ |
|
482 |
echo '<p><tt>MySQL return: ' . mysql_error() . '</tt></p>'; |
|
483 |
return false; |
|
484 |
} |
|
485 |
} |
|
486 |
||
487 |
return true; |
|
488 |
} |
|
489 |
||
490 |
function stg_write_config() |
|
491 |
{ |
|
492 |
$privkey = stg_generate_aes_key(true); |
|
493 |
||
494 |
switch($_POST['urlscheme']) |
|
495 |
{ |
|
496 |
case "ugly": |
|
497 |
default: |
|
498 |
$cp = scriptPath.'/index.php?title='; |
|
499 |
break; |
|
500 |
case "short": |
|
501 |
$cp = scriptPath.'/index.php/'; |
|
502 |
break; |
|
503 |
case "tiny": |
|
504 |
$cp = scriptPath.'/'; |
|
505 |
break; |
|
506 |
} |
|
507 |
||
508 |
if ( $_POST['urlscheme'] == 'tiny' ) |
|
509 |
{ |
|
510 |
$contents = '# Begin Enano rules |
|
511 |
RewriteEngine on |
|
512 |
RewriteCond %{REQUEST_FILENAME} !-d |
|
513 |
RewriteCond %{REQUEST_FILENAME} !-f |
|
514 |
RewriteRule ^(.+) '.scriptPath.'/index.php?title=$1 [L,QSA] |
|
515 |
RewriteRule \.(php|html|gif|jpg|png|css|js)$ - [L] |
|
516 |
# End Enano rules |
|
517 |
'; |
|
518 |
if ( file_exists('./.htaccess') ) |
|
519 |
$ht = fopen(ENANO_ROOT.'/.htaccess', 'a+'); |
|
520 |
else |
|
521 |
$ht = fopen(ENANO_ROOT.'/.htaccess.new', 'w'); |
|
522 |
if ( !$ht ) |
|
523 |
return false; |
|
524 |
fwrite($ht, $contents); |
|
525 |
fclose($ht); |
|
526 |
} |
|
527 |
||
528 |
$config_file = '<?php |
|
529 |
/* Enano auto-generated configuration file - editing not recommended! */ |
|
530 |
$dbhost = \''.addslashes($_POST['db_host']).'\'; |
|
531 |
$dbname = \''.addslashes($_POST['db_name']).'\'; |
|
532 |
$dbuser = \''.addslashes($_POST['db_user']).'\'; |
|
533 |
$dbpasswd = \''.addslashes($_POST['db_pass']).'\'; |
|
534 |
if ( !defined(\'ENANO_CONSTANTS\') ) |
|
535 |
{ |
|
536 |
define(\'ENANO_CONSTANTS\', \'\'); |
|
537 |
define(\'table_prefix\', \''.addslashes($_POST['table_prefix']).'\'); |
|
538 |
define(\'scriptPath\', \''.scriptPath.'\'); |
|
539 |
define(\'contentPath\', \''.$cp.'\'); |
|
540 |
define(\'ENANO_INSTALLED\', \'true\'); |
|
541 |
} |
|
542 |
$crypto_key = \''.$privkey.'\'; |
|
543 |
?>'; |
|
544 |
||
545 |
$cf_handle = fopen(ENANO_ROOT.'/config.new.php', 'w'); |
|
546 |
if ( !$cf_handle ) |
|
547 |
return false; |
|
548 |
fwrite($cf_handle, $config_file); |
|
549 |
||
550 |
fclose($cf_handle); |
|
551 |
||
552 |
return true; |
|
553 |
} |
|
554 |
||
555 |
function _stg_rename_config_revert() |
|
556 |
{ |
|
557 |
if ( file_exists('./config.php') ) |
|
558 |
{ |
|
559 |
@rename('./config.php', './config.new.php'); |
|
560 |
} |
|
561 |
||
562 |
$handle = @fopen('./config.php.new', 'w'); |
|
563 |
if ( !$handle ) |
|
564 |
return false; |
|
565 |
$contents = '<?php $cryptkey = \'' . _INSTRESUME_AES_KEYBACKUP . '\'; ?>'; |
|
566 |
fwrite($handle, $contents); |
|
567 |
fclose($handle); |
|
568 |
return true; |
|
569 |
} |
|
570 |
||
571 |
function stg_rename_config() |
|
572 |
{ |
|
573 |
if ( !@rename('./config.new.php', './config.php') ) |
|
574 |
{ |
|
575 |
echo '<p>Can\'t rename config.php</p>'; |
|
576 |
_stg_rename_config_revert(); |
|
577 |
return false; |
|
578 |
} |
|
579 |
||
580 |
if ( $_POST['urlscheme'] == 'tiny' && !file_exists('./.htaccess') ) |
|
581 |
{ |
|
582 |
if ( !@rename('./.htaccess.new', './.htaccess') ) |
|
583 |
{ |
|
584 |
echo '<p>Can\'t rename .htaccess</p>'; |
|
585 |
_stg_rename_config_revert(); |
|
586 |
return false; |
|
587 |
} |
|
588 |
} |
|
589 |
return true; |
|
590 |
} |
|
591 |
||
592 |
function stg_start_api_success() |
|
593 |
{ |
|
594 |
return true; |
|
595 |
} |
|
596 |
||
597 |
function stg_start_api_failure() |
|
598 |
{ |
|
599 |
return false; |
|
600 |
} |
|
601 |
||
240
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
602 |
function stg_import_language() |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
603 |
{ |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
604 |
global $db, $session, $paths, $template, $plugins; // Common objects |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
605 |
|
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
606 |
$lang_file = ENANO_ROOT . "/language/english/enano.json"; |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
607 |
install_language("eng", "English", "English", $lang_file); |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
608 |
|
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
609 |
return true; |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
610 |
} |
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
611 |
|
238 | 612 |
function stg_init_logs() |
613 |
{ |
|
614 |
global $db, $session, $paths, $template, $plugins; // Common objects |
|
615 |
||
616 |
$q = $db->sql_query('INSERT INTO ' . table_prefix . 'logs(log_type,action,time_id,date_string,author,page_text,edit_summary) VALUES(\'security\', \'install_enano\', ' . time() . ', \'' . date('d M Y h:i a') . '\', \'' . mysql_real_escape_string($_POST['admin_user']) . '\', \'' . mysql_real_escape_string(ENANO_VERSION) . '\', \'' . mysql_real_escape_string($_SERVER['REMOTE_ADDR']) . '\');'); |
|
617 |
if ( !$q ) |
|
618 |
{ |
|
619 |
echo '<p><tt>MySQL return: ' . mysql_error() . '</tt></p>'; |
|
620 |
return false; |
|
621 |
} |
|
622 |
||
623 |
if ( !$session->get_permissions('clear_logs') ) |
|
624 |
{ |
|
625 |
echo '<p><tt>$session: denied clear_logs</tt></p>'; |
|
626 |
return false; |
|
627 |
} |
|
628 |
||
629 |
PageUtils::flushlogs('Main_Page', 'Article'); |
|
630 |
||
631 |
return true; |
|
632 |
} |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
633 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
634 |
//die('Key size: ' . AES_BITS . '<br />Block size: ' . AES_BLOCKSIZE); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
635 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
636 |
if(!function_exists('wikiFormat')) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
637 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
638 |
function wikiFormat($message, $filter_links = true) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
639 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
640 |
$wiki = & Text_Wiki::singleton('Mediawiki'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
641 |
$wiki->setRenderConf('Xhtml', 'code', 'css_filename', 'codefilename'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
642 |
$wiki->setRenderConf('Xhtml', 'wikilink', 'view_url', contentPath); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
643 |
$result = $wiki->transform($message, 'Xhtml'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
644 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
645 |
// HTML fixes |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
646 |
$result = preg_replace('#<tr>([\s]*?)<\/tr>#is', '', $result); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
647 |
$result = preg_replace('#<p>([\s]*?)<\/p>#is', '', $result); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
648 |
$result = preg_replace('#<br />([\s]*?)<table#is', '<table', $result); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
649 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
650 |
return $result; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
651 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
652 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
653 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
654 |
global $failed, $warned; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
655 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
656 |
$failed = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
657 |
$warned = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
658 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
659 |
function not($var) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
660 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
661 |
if($var) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
662 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
663 |
return false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
664 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
665 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
666 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
667 |
return true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
668 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
669 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
670 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
671 |
function run_test($code, $desc, $extended_desc, $warn = false) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
672 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
673 |
global $failed, $warned; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
674 |
static $cv = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
675 |
$cv = not($cv); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
676 |
$val = eval($code); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
677 |
if($val) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
678 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
679 |
if($cv) $color='CCFFCC'; else $color='AAFFAA'; |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
680 |
echo "<tr><td style='background-color: #$color; width: 500px; padding: 5px;'>$desc</td><td style='padding-left: 10px;'><img alt='Test passed' src='images/good.gif' /></td></tr>"; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
681 |
} elseif(!$val && $warn) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
682 |
if($cv) $color='FFFFCC'; else $color='FFFFAA'; |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
683 |
echo "<tr><td style='background-color: #$color; width: 500px; padding: 5px;'>$desc<br /><b>$extended_desc</b></td><td style='padding-left: 10px;'><img alt='Test passed with warning' src='images/unknown.gif' /></td></tr>"; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
684 |
$warned = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
685 |
} else { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
686 |
if($cv) $color='FFCCCC'; else $color='FFAAAA'; |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
687 |
echo "<tr><td style='background-color: #$color; width: 500px; padding: 5px;'>$desc<br /><b>$extended_desc</b></td><td style='padding-left: 10px;'><img alt='Test failed' src='images/bad.gif' /></td></tr>"; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
688 |
$failed = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
689 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
690 |
} |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
691 |
function is_apache() |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
692 |
{ |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
693 |
return strstr($_SERVER['SERVER_SOFTWARE'], 'Apache') ? true : false; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
694 |
} |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
695 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
696 |
require_once('includes/template.php'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
697 |
|
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
698 |
// |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
699 |
// Startup localization |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
700 |
// |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
701 |
|
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
702 |
// We need $db just for the _die function |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
703 |
$db = new mysql(); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
704 |
|
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
705 |
$lang = new Language('eng'); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
706 |
$lang->load_file('./language/english/install.json'); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
707 |
|
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
708 |
if ( !isset($_GET['mode']) ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
709 |
$_GET['mode'] = 'welcome'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
710 |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
711 |
switch($_GET['mode']) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
712 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
713 |
case 'mysql_test': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
714 |
error_reporting(0); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
715 |
$dbhost = rawurldecode($_POST['host']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
716 |
$dbname = rawurldecode($_POST['name']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
717 |
$dbuser = rawurldecode($_POST['user']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
718 |
$dbpass = rawurldecode($_POST['pass']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
719 |
$dbrootuser = rawurldecode($_POST['root_user']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
720 |
$dbrootpass = rawurldecode($_POST['root_pass']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
721 |
if($dbrootuser != '') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
722 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
723 |
$conn = mysql_connect($dbhost, $dbrootuser, $dbrootpass); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
724 |
if(!$conn) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
725 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
726 |
$e = mysql_error(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
727 |
if(strstr($e, "Lost connection")) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
728 |
die('host'.$e); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
729 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
730 |
die('root'.$e); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
731 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
732 |
$rsp = 'good'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
733 |
$q = mysql_query('USE '.$dbname, $conn); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
734 |
if(!$q) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
735 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
736 |
$e = mysql_error(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
737 |
if(strstr($e, 'Unknown database')) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
738 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
739 |
$rsp .= '_creating_db'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
740 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
741 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
742 |
mysql_close($conn); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
743 |
$conn = mysql_connect($dbhost, $dbuser, $dbpass); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
744 |
if(!$conn) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
745 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
746 |
$e = mysql_error(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
747 |
if(strstr($e, "Lost connection")) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
748 |
die('host'.$e); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
749 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
750 |
$rsp .= '_creating_user'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
751 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
752 |
mysql_close($conn); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
753 |
die($rsp); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
754 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
755 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
756 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
757 |
$conn = mysql_connect($dbhost, $dbuser, $dbpass); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
758 |
if(!$conn) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
759 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
760 |
$e = mysql_error(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
761 |
if(strstr($e, "Lost connection")) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
762 |
die('host'.$e); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
763 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
764 |
die('auth'.$e); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
765 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
766 |
$q = mysql_query('USE '.$dbname, $conn); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
767 |
if(!$q) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
768 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
769 |
$e = mysql_error(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
770 |
if(strstr($e, 'Unknown database')) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
771 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
772 |
die('name'.$e); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
773 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
774 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
775 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
776 |
die('perm'.$e); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
777 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
778 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
779 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
780 |
$v = mysql_get_server_info(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
781 |
if(version_compare($v, '4.1.17', '<')) die('vers'.$v); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
782 |
mysql_close($conn); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
783 |
die('good'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
784 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
785 |
case 'pophelp': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
786 |
$topic = ( isset($_GET['topic']) ) ? $_GET['topic'] : 'invalid'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
787 |
switch($topic) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
788 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
789 |
case 'admin_embed_php': |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
790 |
$title = $lang->get('pophelp_admin_embed_php_title'); |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
791 |
$content = $lang->get('pophelp_admin_embed_php_body'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
792 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
793 |
default: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
794 |
$title = 'Invalid topic'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
795 |
$content = 'Invalid help topic.'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
796 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
797 |
} |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
798 |
$close_window = $lang->get('pophelp_btn_close_window'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
799 |
echo <<<EOF |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
800 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
801 |
<html> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
802 |
<head> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
803 |
<title>Enano installation quick help • {$title}</title> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
804 |
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
805 |
<style type="text/css"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
806 |
body { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
807 |
font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
808 |
font-size: 9pt; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
809 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
810 |
h2 { border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
811 |
h3 { font-size: 11pt; font-weight: bold; } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
812 |
li { list-style: url(../images/bullet.gif); } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
813 |
p { margin: 1.0em; } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
814 |
blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
815 |
a { color: #7090B0; } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
816 |
a:hover { color: #90B0D0; } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
817 |
</style> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
818 |
</head> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
819 |
<body> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
820 |
<h2>{$title}</h2> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
821 |
{$content} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
822 |
<p style="text-align: right;"> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
823 |
<a href="#" onclick="window.close(); return false;">{$close_window}</a> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
824 |
</p> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
825 |
</body> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
826 |
</html> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
827 |
EOF; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
828 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
829 |
break; |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
830 |
case 'langjs': |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
831 |
header('Content-type: text/javascript'); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
832 |
$json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
833 |
$lang_js = $json->encode($lang->strings); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
834 |
// use EEOF here because jEdit misinterprets "typ'eof'" |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
835 |
echo <<<EEOF |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
836 |
if ( typeof(enano_lang) != 'object' ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
837 |
var enano_lang = new Object(); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
838 |
|
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
839 |
enano_lang[1] = $lang_js; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
840 |
|
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
841 |
EEOF; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
842 |
exit; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
843 |
break; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
844 |
default: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
845 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
846 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
847 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
848 |
$template = new template_nodb(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
849 |
$template->load_theme('stpatty', 'shamrock', false); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
850 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
851 |
$modestrings = Array( |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
852 |
'welcome' => $lang->get('welcome_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
853 |
'license' => $lang->get('license_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
854 |
'sysreqs' => $lang->get('sysreqs_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
855 |
'database'=> $lang->get('database_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
856 |
'website' => $lang->get('website_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
857 |
'login' => $lang->get('login_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
858 |
'confirm' => $lang->get('confirm_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
859 |
'install' => $lang->get('install_modetitle'), |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
860 |
'finish' => $lang->get('finish_modetitle') |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
861 |
); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
862 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
863 |
$sideinfo = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
864 |
$vars = $template->extract_vars('elements.tpl'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
865 |
$p = $template->makeParserText($vars['sidebar_button']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
866 |
foreach ( $modestrings as $id => $str ) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
867 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
868 |
if ( $_GET['mode'] == $id ) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
869 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
870 |
$flags = 'style="font-weight: bold; text-decoration: underline;"'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
871 |
$this_page = $str; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
872 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
873 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
874 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
875 |
$flags = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
876 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
877 |
$p->assign_vars(Array( |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
878 |
'HREF' => '#', |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
879 |
'FLAGS' => $flags . ' onclick="return false;"', |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
880 |
'TEXT' => $str |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
881 |
)); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
882 |
$sideinfo .= $p->run(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
883 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
884 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
885 |
$template->init_vars(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
886 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
887 |
if(isset($_GET['mode']) && $_GET['mode'] == 'css') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
888 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
889 |
header('Content-type: text/css'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
890 |
echo $template->get_css(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
891 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
892 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
893 |
|
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
894 |
if ( defined('ENANO_IS_STABLE') ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
895 |
$branch = 'stable'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
896 |
else if ( defined('ENANO_IS_UNSTABLE') ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
897 |
$branch = 'unstable'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
898 |
else |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
899 |
{ |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
900 |
$version = explode('.', ENANO_VERSION); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
901 |
if ( !isset($version[1]) ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
902 |
// unknown branch, really |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
903 |
$branch = 'unstable'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
904 |
else |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
905 |
{ |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
906 |
$version[1] = intval($version[1]); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
907 |
if ( $version[1] % 2 == 1 ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
908 |
$branch = 'unstable'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
909 |
else |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
910 |
$branch = 'stable'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
911 |
} |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
912 |
} |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
913 |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
914 |
$template->header(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
915 |
if(!isset($_GET['mode'])) $_GET['mode'] = 'license'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
916 |
switch($_GET['mode']) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
917 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
918 |
default: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
919 |
case 'welcome': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
920 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
921 |
<div style="text-align: center; margin-top: 10px;"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
922 |
<img alt="[ Enano CMS Project logo ]" src="images/enano-artwork/installer-greeting-green.png" style="display: block; margin: 0 auto; padding-left: 100px;" /> |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
923 |
<h2><?php echo $lang->get('welcome_heading'); ?></h2> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
924 |
<h3> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
925 |
<?php |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
926 |
$branch_l = $lang->get("welcome_branch_$branch"); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
927 |
|
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
928 |
$v_string = sprintf('%s %s – %s', $lang->get('welcome_version'), ENANO_VERSION, $branch_l); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
929 |
echo $v_string; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
930 |
?> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
931 |
</h3> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
932 |
<?php |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
933 |
if ( defined('ENANO_CODE_NAME') ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
934 |
{ |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
935 |
echo '<p>'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
936 |
echo $lang->get('welcome_aka', array( |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
937 |
'codename' => strtolower(ENANO_CODE_NAME) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
938 |
)); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
939 |
echo '</p>'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
940 |
} |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
941 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
942 |
<form action="install.php?mode=license" method="post"> |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
943 |
<input type="submit" value="<?php echo $lang->get('welcome_btn_start'); ?>" /> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
944 |
</form> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
945 |
</div> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
946 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
947 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
948 |
case "license": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
949 |
?> |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
950 |
<h3><?php echo $lang->get('license_heading'); ?></h3> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
951 |
<p><?php echo $lang->get('license_blurb_thankyou'); ?></p> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
952 |
<p><?php echo $lang->get('license_blurb_pleaseread'); ?></p> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
953 |
<div style="height: 500px; clip: rect(0px,auto,500px,auto); overflow: auto; padding: 10px; border: 1px dashed #456798; margin: 1em;"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
954 |
<?php |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
955 |
if ( !file_exists('./GPL') || !file_exists('./language/english/install/license-deed.html') ) |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
956 |
{ |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
957 |
echo 'Cannot find the license files.'; |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
958 |
} |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
959 |
echo file_get_contents('./language/english/install/license-deed.html'); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
960 |
if ( defined('ENANO_BETA_VERSION') || $branch == 'unstable' ) |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
961 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
962 |
?> |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
963 |
<h3><?php echo $lang->get('license_info_unstable_title'); ?></h3> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
964 |
<p><?php echo $lang->get('license_info_unstable_body'); ?></p> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
965 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
966 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
967 |
?> |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
968 |
<h3><?php echo $lang->get('license_section_gpl_heading'); ?></h3> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
969 |
<?php if ( $lang->lang_code != 'eng' ): ?> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
970 |
<p><i><?php echo $lang->get('license_gpl_blurb_inenglish'); ?></i></p> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
971 |
<?php endif; ?> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
972 |
<?php echo wikiFormat(file_get_contents(ENANO_ROOT . '/GPL')); ?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
973 |
</div> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
974 |
<div class="pagenav"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
975 |
<form action="install.php?mode=sysreqs" method="post"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
976 |
<table border="0"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
977 |
<tr> |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
978 |
<td> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
979 |
<input type="submit" value="<?php echo $lang->get('license_btn_i_agree'); ?>" /> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
980 |
</td> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
981 |
<td> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
982 |
<p> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
983 |
<span style="font-weight: bold;"><?php echo $lang->get('meta_lbl_before_continue'); ?></span><br /> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
984 |
• <?php echo $lang->get('license_objective_ensure_agree'); ?><br /> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
985 |
• <?php echo $lang->get('license_objective_have_db_info'); ?> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
986 |
</p> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
987 |
</td> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
988 |
</tr> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
989 |
</table> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
990 |
</form> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
991 |
</div> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
992 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
993 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
994 |
case "sysreqs": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
995 |
error_reporting(E_ALL); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
996 |
?> |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
997 |
<h3><?php echo $lang->get('sysreqs_heading'); ?></h3> |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
998 |
<p><?php echo $lang->get('sysreqs_blurb'); ?></p> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
999 |
<table border="0" cellspacing="0" cellpadding="0"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1000 |
<?php |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1001 |
run_test('return version_compare(\'4.3.0\', PHP_VERSION, \'<\');', $lang->get('sysreqs_req_php'), $lang->get('sysreqs_req_desc_php') ); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1002 |
run_test('return function_exists(\'mysql_connect\');', $lang->get('sysreqs_req_mysql'), $lang->get('sysreqs_req_desc_mysql') ); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1003 |
run_test('return @ini_get(\'file_uploads\');', $lang->get('sysreqs_req_uploads'), $lang->get('sysreqs_req_desc_uploads') ); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1004 |
run_test('return is_apache();', $lang->get('sysreqs_req_apache'), $lang->get('sysreqs_req_desc_apache'), true); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1005 |
run_test('return is_writable(ENANO_ROOT.\'/config.new.php\');', $lang->get('sysreqs_req_config'), $lang->get('sysreqs_req_desc_config') ); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1006 |
run_test('return file_exists(\'/usr/bin/convert\');', $lang->get('sysreqs_req_magick'), $lang->get('sysreqs_req_desc_magick'), true); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1007 |
run_test('return is_writable(ENANO_ROOT.\'/cache/\');', $lang->get('sysreqs_req_cachewriteable'), $lang->get('sysreqs_req_desc_cachewriteable'), true); |
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1008 |
run_test('return is_writable(ENANO_ROOT.\'/files/\');', $lang->get('sysreqs_req_fileswriteable'), $lang->get('sysreqs_req_desc_fileswriteable'), true); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1009 |
echo '</table>'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1010 |
if(!$failed) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1011 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1012 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1013 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1014 |
<div class="pagenav"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1015 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1016 |
if($warned) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1017 |
echo '<table border="0" cellspacing="0" cellpadding="0">'; |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1018 |
run_test('return false;', $lang->get('sysreqs_summary_warn_title'), $lang->get('sysreqs_summary_warn_body'), true); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1019 |
echo '</table>'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1020 |
} else { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1021 |
echo '<table border="0" cellspacing="0" cellpadding="0">'; |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1022 |
run_test('return true;', '<b>' . $lang->get('sysreqs_summary_success_title') . '</b><br />' . $lang->get('sysreqs_summary_success_body'), 'You should never see this text. Congratulations for being an Enano hacker!'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1023 |
echo '</table>'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1024 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1025 |
?> |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1026 |
<form action="install.php?mode=database" method="post"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1027 |
<table border="0"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1028 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1029 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1030 |
<input type="submit" value="<?php echo $lang->get('meta_btn_continue'); ?>" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1031 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1032 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1033 |
<p> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1034 |
<span style="font-weight: bold;"><?php echo $lang->get('meta_lbl_before_continue'); ?></span><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1035 |
• <?php echo $lang->get('sysreqs_objective_scalebacks'); ?><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1036 |
• <?php echo $lang->get('license_objective_have_db_info'); ?> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1037 |
</p> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1038 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1039 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1040 |
</table> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1041 |
</form> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1042 |
</div> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1043 |
<?php |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1044 |
} |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1045 |
else |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1046 |
{ |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1047 |
if ( $failed ) |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1048 |
{ |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1049 |
echo '<div class="pagenav"><table border="0" cellspacing="0" cellpadding="0">'; |
243
a7d0f2711df1
Installer localization started. Welcome, License, and SysReqs pages are fully localized.
Dan
parents:
241
diff
changeset
|
1050 |
run_test('return false;', $lang->get('sysreqs_summary_fail_title'), $lang->get('sysreqs_summary_fail_body')); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1051 |
echo '</table></div>'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1052 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1053 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1054 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1055 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1056 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1057 |
case "database": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1058 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1059 |
<script type="text/javascript"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1060 |
function ajaxGet(uri, f) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1061 |
if (window.XMLHttpRequest) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1062 |
ajax = new XMLHttpRequest(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1063 |
} else { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1064 |
if (window.ActiveXObject) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1065 |
ajax = new ActiveXObject("Microsoft.XMLHTTP"); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1066 |
} else { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1067 |
alert('Enano client-side runtime error: No AJAX support, unable to continue'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1068 |
return; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1069 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1070 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1071 |
ajax.onreadystatechange = f; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1072 |
ajax.open('GET', uri, true); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1073 |
ajax.send(null); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1074 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1075 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1076 |
function ajaxPost(uri, parms, f) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1077 |
if (window.XMLHttpRequest) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1078 |
ajax = new XMLHttpRequest(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1079 |
} else { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1080 |
if (window.ActiveXObject) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1081 |
ajax = new ActiveXObject("Microsoft.XMLHTTP"); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1082 |
} else { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1083 |
alert('Enano client-side runtime error: No AJAX support, unable to continue'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1084 |
return; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1085 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1086 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1087 |
ajax.onreadystatechange = f; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1088 |
ajax.open('POST', uri, true); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1089 |
ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded"); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1090 |
ajax.setRequestHeader("Content-length", parms.length); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1091 |
ajax.setRequestHeader("Connection", "close"); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1092 |
ajax.send(parms); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1093 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1094 |
function ajaxTestConnection() |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1095 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1096 |
v = verify(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1097 |
if(!v) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1098 |
{ |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1099 |
alert($lang.get('meta_msg_err_verification')); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1100 |
return false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1101 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1102 |
var frm = document.forms.dbinfo; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1103 |
db_host = escape(frm.db_host.value.replace('+', '%2B')); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1104 |
db_name = escape(frm.db_name.value.replace('+', '%2B')); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1105 |
db_user = escape(frm.db_user.value.replace('+', '%2B')); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1106 |
db_pass = escape(frm.db_pass.value.replace('+', '%2B')); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1107 |
db_root_user = escape(frm.db_root_user.value.replace('+', '%2B')); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1108 |
db_root_pass = escape(frm.db_root_pass.value.replace('+', '%2B')); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1109 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1110 |
parms = 'host='+db_host+'&name='+db_name+'&user='+db_user+'&pass='+db_pass+'&root_user='+db_root_user+'&root_pass='+db_root_pass; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1111 |
ajaxPost('<?php echo scriptPath; ?>/install.php?mode=mysql_test', parms, function() { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1112 |
if(ajax.readyState==4) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1113 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1114 |
s = ajax.responseText.substr(0, 4); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1115 |
t = ajax.responseText.substr(4, ajax.responseText.length); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1116 |
if(s.substr(0, 4)=='good') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1117 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1118 |
document.getElementById('s_db_host').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1119 |
document.getElementById('s_db_name').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1120 |
document.getElementById('s_db_auth').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1121 |
document.getElementById('s_db_root').src='images/good.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1122 |
if(t.match(/_creating_db/)) document.getElementById('e_db_name').innerHTML = $lang.get('database_msg_warn_creating_db'); |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1123 |
if(t.match(/_creating_user/)) document.getElementById('e_db_auth').innerHTML = $lang.get('database_msg_warn_creating_user'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1124 |
document.getElementById('s_mysql_version').src='images/good.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1125 |
document.getElementById('e_mysql_version').innerHTML = $lang.get('database_msg_info_mysql_good'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1126 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1127 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1128 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1129 |
switch(s) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1130 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1131 |
case 'host': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1132 |
document.getElementById('s_db_host').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1133 |
document.getElementById('s_db_name').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1134 |
document.getElementById('s_db_auth').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1135 |
document.getElementById('s_db_root').src='images/unknown.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1136 |
document.getElementById('e_db_host').innerHTML = $lang.get('database_msg_err_mysql_connect', { db_host: document.forms.dbinfo.db_host.value, mysql_error: t }); |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1137 |
document.getElementById('e_mysql_version').innerHTML = $lang.get('database_msg_warn_mysql_version'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1138 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1139 |
case 'auth': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1140 |
document.getElementById('s_db_host').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1141 |
document.getElementById('s_db_name').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1142 |
document.getElementById('s_db_auth').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1143 |
document.getElementById('s_db_root').src='images/unknown.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1144 |
document.getElementById('e_db_auth').innerHTML = $lang.get('database_msg_err_mysql_auth', { mysql_error: t }); |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1145 |
document.getElementById('e_mysql_version').innerHTML = $lang.get('database_msg_warn_mysql_version'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1146 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1147 |
case 'perm': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1148 |
document.getElementById('s_db_host').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1149 |
document.getElementById('s_db_name').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1150 |
document.getElementById('s_db_auth').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1151 |
document.getElementById('s_db_root').src='images/unknown.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1152 |
document.getElementById('e_db_name').innerHTML = $lang.get('database_msg_err_mysql_dbperm', { mysql_error: t }); |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1153 |
document.getElementById('e_mysql_version').innerHTML = $lang.get('database_msg_warn_mysql_version'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1154 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1155 |
case 'name': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1156 |
document.getElementById('s_db_host').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1157 |
document.getElementById('s_db_name').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1158 |
document.getElementById('s_db_auth').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1159 |
document.getElementById('s_db_root').src='images/unknown.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1160 |
document.getElementById('e_db_name').innerHTML = $lang.get('database_msg_err_mysql_dbexist', { mysql_error: t }); |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1161 |
document.getElementById('e_mysql_version').innerHTML = $lang.get('database_msg_warn_mysql_version'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1162 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1163 |
case 'root': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1164 |
document.getElementById('s_db_host').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1165 |
document.getElementById('s_db_name').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1166 |
document.getElementById('s_db_auth').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1167 |
document.getElementById('s_db_root').src='images/bad.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1168 |
document.getElementById('e_db_root').innerHTML = $lang.get('database_msg_err_mysql_auth', { mysql_error: t }); |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1169 |
document.getElementById('e_mysql_version').innerHTML = $lang.get('database_msg_warn_mysql_version'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1170 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1171 |
case 'vers': |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1172 |
document.getElementById('s_db_host').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1173 |
document.getElementById('s_db_name').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1174 |
document.getElementById('s_db_auth').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1175 |
document.getElementById('s_db_root').src='images/good.gif'; |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1176 |
if(t.match(/_creating_db/)) document.getElementById('e_db_name').innerHTML = $lang.get('database_msg_warn_creating_db'); |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1177 |
if(t.match(/_creating_user/)) document.getElementById('e_db_auth').innerHTML = $lang.get('database_msg_warn_creating_user'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1178 |
|
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1179 |
document.getElementById('e_mysql_version').innerHTML = $lang.get('database_msg_err_mysql_version', { mysql_version: t }); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1180 |
document.getElementById('s_mysql_version').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1181 |
default: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1182 |
alert(t); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1183 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1184 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1185 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1186 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1187 |
}); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1188 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1189 |
function verify() |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1190 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1191 |
document.getElementById('e_db_host').innerHTML = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1192 |
document.getElementById('e_db_auth').innerHTML = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1193 |
document.getElementById('e_db_name').innerHTML = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1194 |
document.getElementById('e_db_root').innerHTML = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1195 |
var frm = document.forms.dbinfo; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1196 |
ret = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1197 |
if(frm.db_host.value != '') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1198 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1199 |
document.getElementById('s_db_host').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1200 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1201 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1202 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1203 |
document.getElementById('s_db_host').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1204 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1205 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1206 |
if(frm.db_name.value.match(/^([a-z0-9_]+)$/g)) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1207 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1208 |
document.getElementById('s_db_name').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1209 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1210 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1211 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1212 |
document.getElementById('s_db_name').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1213 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1214 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1215 |
if(frm.db_user.value != '') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1216 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1217 |
document.getElementById('s_db_auth').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1218 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1219 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1220 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1221 |
document.getElementById('s_db_auth').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1222 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1223 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1224 |
if(frm.table_prefix.value.match(/^([a-z0-9_]*)$/g)) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1225 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1226 |
document.getElementById('s_table_prefix').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1227 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1228 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1229 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1230 |
document.getElementById('s_table_prefix').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1231 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1232 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1233 |
if(frm.db_root_user.value == '') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1234 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1235 |
document.getElementById('s_db_root').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1236 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1237 |
else if(frm.db_root_user.value != '' && frm.db_root_pass.value == '') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1238 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1239 |
document.getElementById('s_db_root').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1240 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1241 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1242 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1243 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1244 |
document.getElementById('s_db_root').src='images/unknown.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1245 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1246 |
if(ret) frm._cont.disabled = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1247 |
else frm._cont.disabled = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1248 |
return ret; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1249 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1250 |
window.onload = verify; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1251 |
</script> |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1252 |
<p><?php echo $lang->get('database_blurb_needdb'); ?></p> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1253 |
<p><?php echo $lang->get('database_blurb_howtomysql'); ?></p> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1254 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1255 |
if ( file_exists('/etc/enano-is-virt-appliance') ) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1256 |
{ |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1257 |
echo '<p> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1258 |
' . $lang->get('database_vm_login_info', array( 'host' => 'localhost', 'user' => 'enano', 'pass' => 'clurichaun', 'name' => 'enano_www1' )) . ' |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1259 |
</p>'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1260 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1261 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1262 |
<form name="dbinfo" action="install.php?mode=website" method="post"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1263 |
<table border="0"> |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1264 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1265 |
<td colspan="3" style="text-align: center"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1266 |
<h3><?php echo $lang->get('database_table_title'); ?></h3> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1267 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1268 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1269 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1270 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1271 |
<b><?php echo $lang->get('database_field_hostname_title'); ?></b> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1272 |
<br /><?php echo $lang->get('database_field_hostname_body'); ?> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1273 |
<br /><span style="color: #993300" id="e_db_host"></span> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1274 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1275 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1276 |
<input onkeyup="verify();" name="db_host" size="30" type="text" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1277 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1278 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1279 |
<img id="s_db_host" alt="Good/bad icon" src="images/bad.gif" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1280 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1281 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1282 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1283 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1284 |
<b><?php echo $lang->get('database_field_dbname_title'); ?></b><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1285 |
<?php echo $lang->get('database_field_dbname_body'); ?><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1286 |
<span style="color: #993300" id="e_db_name"></span> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1287 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1288 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1289 |
<input onkeyup="verify();" name="db_name" size="30" type="text" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1290 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1291 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1292 |
<img id="s_db_name" alt="Good/bad icon" src="images/bad.gif" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1293 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1294 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1295 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1296 |
<td rowspan="2"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1297 |
<b><?php echo $lang->get('database_field_dbauth_title'); ?></b><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1298 |
<?php echo $lang->get('database_field_dbauth_body'); ?><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1299 |
<span style="color: #993300" id="e_db_auth"></span> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1300 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1301 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1302 |
<input onkeyup="verify();" name="db_user" size="30" type="text" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1303 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1304 |
<td rowspan="2"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1305 |
<img id="s_db_auth" alt="Good/bad icon" src="images/bad.gif" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1306 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1307 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1308 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1309 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1310 |
<input name="db_pass" size="30" type="password" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1311 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1312 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1313 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1314 |
<td colspan="3" style="text-align: center"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1315 |
<h3><?php echo $lang->get('database_heading_optionalinfo'); ?></h3> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1316 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1317 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1318 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1319 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1320 |
<b><?php echo $lang->get('database_field_tableprefix_title'); ?></b><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1321 |
<?php echo $lang->get('database_field_tableprefix_body'); ?> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1322 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1323 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1324 |
<input onkeyup="verify();" name="table_prefix" size="30" type="text" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1325 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1326 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1327 |
<img id="s_table_prefix" alt="Good/bad icon" src="images/good.gif" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1328 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1329 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1330 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1331 |
<td rowspan="2"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1332 |
<b><?php echo $lang->get('database_field_rootauth_title'); ?></b><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1333 |
<?php echo $lang->get('database_field_rootauth_body'); ?><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1334 |
<span style="color: #993300" id="e_db_root"></span> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1335 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1336 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1337 |
<input onkeyup="verify();" name="db_root_user" size="30" type="text" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1338 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1339 |
<td rowspan="2"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1340 |
<img id="s_db_root" alt="Good/bad icon" src="images/good.gif" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1341 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1342 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1343 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1344 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1345 |
<input onkeyup="verify();" name="db_root_pass" size="30" type="password" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1346 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1347 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1348 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1349 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1350 |
<b><?php echo $lang->get('database_field_mysqlversion_title'); ?></b> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1351 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1352 |
<td id="e_mysql_version"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1353 |
<?php echo $lang->get('database_field_mysqlversion_blurb_willbechecked'); ?> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1354 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1355 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1356 |
<img id="s_mysql_version" alt="Good/bad icon" src="images/unknown.gif" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1357 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1358 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1359 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1360 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1361 |
<b><?php echo $lang->get('database_field_droptables_title'); ?></b><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1362 |
<?php echo $lang->get('database_field_droptables_body'); ?> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1363 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1364 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1365 |
<input type="checkbox" name="drop_tables" id="dtcheck" /> <label for="dtcheck"><?php echo $lang->get('database_field_droptables_lbl'); ?></label> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1366 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1367 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1368 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1369 |
<td colspan="3" style="text-align: center"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1370 |
<input type="button" value="<?php echo $lang->get('database_btn_testconnection'); ?>" onclick="ajaxTestConnection();" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1371 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1372 |
</tr> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1373 |
</table> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1374 |
<div class="pagenav"> |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1375 |
<table border="0"> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1376 |
<tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1377 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1378 |
<input type="submit" value="<?php echo $lang->get('meta_btn_continue'); ?>" onclick="return verify();" name="_cont" /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1379 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1380 |
<td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1381 |
<p> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1382 |
<span style="font-weight: bold;"><?php echo $lang->get('meta_lbl_before_continue'); ?></span><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1383 |
• <?php echo $lang->get('database_objective_test'); ?><br /> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1384 |
• <?php echo $lang->get('database_objective_uncrypt'); ?> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1385 |
</p> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1386 |
</td> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1387 |
</tr> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1388 |
</table> |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1389 |
</div> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1390 |
</form> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1391 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1392 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1393 |
case "website": |
244
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1394 |
if ( !isset($_POST['_cont']) ) |
09f8a9a03ccf
Localized installer database info page and finished localizing sysreqs page
Dan
parents:
243
diff
changeset
|
1395 |
{ |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1396 |
echo 'No POST data signature found. Please <a href="install.php?mode=license">restart the installation</a>.'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1397 |
$template->footer(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1398 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1399 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1400 |
unset($_POST['_cont']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1401 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1402 |
<script type="text/javascript"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1403 |
function verify() |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1404 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1405 |
var frm = document.forms.siteinfo; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1406 |
ret = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1407 |
if(frm.sitename.value.match(/^(.+)$/g) && frm.sitename.value != 'Enano') |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1408 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1409 |
document.getElementById('s_name').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1410 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1411 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1412 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1413 |
document.getElementById('s_name').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1414 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1415 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1416 |
if(frm.sitedesc.value.match(/^(.+)$/g)) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1417 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1418 |
document.getElementById('s_desc').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1419 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1420 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1421 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1422 |
document.getElementById('s_desc').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1423 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1424 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1425 |
if(frm.copyright.value.match(/^(.+)$/g)) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1426 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1427 |
document.getElementById('s_copyright').src='images/good.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1428 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1429 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1430 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1431 |
document.getElementById('s_copyright').src='images/bad.gif'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1432 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1433 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1434 |
if(ret) frm._cont.disabled = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1435 |
else frm._cont.disabled = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1436 |
return ret; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1437 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1438 |
window.onload = verify; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1439 |
</script> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1440 |
<form name="siteinfo" action="install.php?mode=login" method="post"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1441 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1442 |
$k = array_keys($_POST); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1443 |
for($i=0;$i<sizeof($_POST);$i++) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1444 |
echo '<input type="hidden" name="'.htmlspecialchars($k[$i]).'" value="'.htmlspecialchars($_POST[$k[$i]]).'" />'."\n"; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1445 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1446 |
?> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1447 |
<p><?php echo $lang->get('website_header_blurb'); ?></p> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1448 |
<table border="0"> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1449 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1450 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1451 |
<b><?php echo $lang->get('website_field_name_title'); ?></b><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1452 |
<?php echo $lang->get('website_field_name_body'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1453 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1454 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1455 |
<input onkeyup="verify();" name="sitename" type="text" size="30" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1456 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1457 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1458 |
<img id="s_name" alt="Good/bad icon" src="images/bad.gif" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1459 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1460 |
</tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1461 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1462 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1463 |
<b><?php echo $lang->get('website_field_desc_title'); ?></b><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1464 |
<?php echo $lang->get('website_field_desc_body'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1465 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1466 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1467 |
<input onkeyup="verify();" name="sitedesc" type="text" size="30" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1468 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1469 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1470 |
<img id="s_desc" alt="Good/bad icon" src="images/bad.gif" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1471 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1472 |
</tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1473 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1474 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1475 |
<b><?php echo $lang->get('website_field_copyright_title'); ?></b><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1476 |
<?php echo $lang->get('website_field_copyright_body'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1477 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1478 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1479 |
<input onkeyup="verify();" name="copyright" type="text" size="30" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1480 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1481 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1482 |
<img id="s_copyright" alt="Good/bad icon" src="images/bad.gif" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1483 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1484 |
</tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1485 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1486 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1487 |
<b><?php echo $lang->get('website_field_wikimode_title'); ?></b><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1488 |
<?php echo $lang->get('website_field_wikimode_body'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1489 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1490 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1491 |
<input name="wiki_mode" type="checkbox" id="wmcheck" /> <label for="wmcheck"><?php echo $lang->get('website_field_wikimode_checkbox'); ?></label> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1492 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1493 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1494 |
|
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1495 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1496 |
</tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1497 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1498 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1499 |
<b><?php echo $lang->get('website_field_urlscheme_title'); ?></b><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1500 |
<?php echo $lang->get('website_field_urlscheme_body'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1501 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1502 |
<td colspan="2"> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1503 |
<input type="radio" <?php if(!is_apache()) echo 'checked="checked" '; ?>name="urlscheme" value="ugly" id="ugly" /> <label for="ugly"><?php echo $lang->get('website_field_urlscheme_ugly'); ?></label><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1504 |
<input type="radio" <?php if(is_apache()) echo 'checked="checked" '; ?>name="urlscheme" value="short" id="short" /> <label for="short"><?php echo $lang->get('website_field_urlscheme_short'); ?></label><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1505 |
<input type="radio" name="urlscheme" value="tiny" id="petite"> <label for="petite"><?php echo $lang->get('website_field_urlscheme_tiny'); ?></label> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1506 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1507 |
</tr> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1508 |
</table> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1509 |
<div class="pagenav"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1510 |
<table border="0"> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1511 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1512 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1513 |
<input type="submit" value="<?php echo $lang->get('meta_btn_continue'); ?>" onclick="return verify();" name="_cont" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1514 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1515 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1516 |
<p> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1517 |
<span style="font-weight: bold;"><?php echo $lang->get('meta_lbl_before_continue'); ?></span><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1518 |
• <?php echo $lang->get('website_objective_verify'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1519 |
</p> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1520 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1521 |
</tr> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1522 |
</table> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1523 |
</div> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1524 |
</form> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1525 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1526 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1527 |
case "login": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1528 |
if(!isset($_POST['_cont'])) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1529 |
echo 'No POST data signature found. Please <a href="install.php?mode=license">restart the installation</a>.'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1530 |
$template->footer(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1531 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1532 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1533 |
unset($_POST['_cont']); |
238 | 1534 |
require('config.new.php'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1535 |
$aes = new AESCrypt(AES_BITS, AES_BLOCKSIZE); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1536 |
if ( isset($crypto_key) ) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1537 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1538 |
$cryptkey = $crypto_key; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1539 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1540 |
if(!isset($cryptkey) || ( isset($cryptkey) && strlen($cryptkey) != AES_BITS / 4) ) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1541 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1542 |
$cryptkey = $aes->gen_readymade_key(); |
238 | 1543 |
$handle = @fopen(ENANO_ROOT.'/config.new.php', 'w'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1544 |
if(!$handle) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1545 |
{ |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1546 |
echo '<p>ERROR: Despite my repeated attempts to verify that the configuration file can be written, I was indeed prevented from opening it for writing. Maybe you\'re still on <del>crack</del> Windows?</p>'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1547 |
$template->footer(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1548 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1549 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1550 |
fwrite($handle, '<?php $cryptkey = \''.$cryptkey.'\'; ?>'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1551 |
fclose($handle); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1552 |
} |
238 | 1553 |
// Sorry for the ugly hack, but this f***s up jEdit badly. |
1554 |
echo ' |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1555 |
<script type="text/javascript"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1556 |
function verify() |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1557 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1558 |
var frm = document.forms.login; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1559 |
ret = true; |
238 | 1560 |
if ( frm.admin_user.value.match(/^([A-z0-9 \\-\\.]+)$/) && !frm.admin_user.value.match(/^(?:(?:\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.){3}(?:\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])$/) && frm.admin_user.value.toLowerCase() != \'anonymous\' ) |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1561 |
{ |
238 | 1562 |
document.getElementById(\'s_user\').src = \'images/good.gif\'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1563 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1564 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1565 |
{ |
238 | 1566 |
document.getElementById(\'s_user\').src = \'images/bad.gif\'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1567 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1568 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1569 |
if(frm.admin_pass.value.length >= 6 && frm.admin_pass.value == frm.admin_pass_confirm.value) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1570 |
{ |
238 | 1571 |
document.getElementById(\'s_password\').src = \'images/good.gif\'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1572 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1573 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1574 |
{ |
238 | 1575 |
document.getElementById(\'s_password\').src = \'images/bad.gif\'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1576 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1577 |
} |
238 | 1578 |
if(frm.admin_email.value.match(/^(?:[\\w\\d]+\\.?)+@(?:(?:[\\w\\d]\\-?)+\\.)+\\w{2,4}$/)) |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1579 |
{ |
238 | 1580 |
document.getElementById(\'s_email\').src = \'images/good.gif\'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1581 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1582 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1583 |
{ |
238 | 1584 |
document.getElementById(\'s_email\').src = \'images/bad.gif\'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1585 |
ret = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1586 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1587 |
if(ret) frm._cont.disabled = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1588 |
else frm._cont.disabled = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1589 |
return ret; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1590 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1591 |
window.onload = verify; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1592 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1593 |
function cryptdata() |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1594 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1595 |
if(!verify()) return false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1596 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1597 |
</script> |
238 | 1598 |
'; |
1599 |
?> |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1600 |
<form name="login" action="install.php?mode=confirm" method="post" onsubmit="runEncryption();"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1601 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1602 |
$k = array_keys($_POST); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1603 |
for($i=0;$i<sizeof($_POST);$i++) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1604 |
echo '<input type="hidden" name="'.htmlspecialchars($k[$i]).'" value="'.htmlspecialchars($_POST[$k[$i]]).'" />'."\n"; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1605 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1606 |
?> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1607 |
<p><?php echo $lang->get('login_header_blurb'); ?></p> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1608 |
<table border="0"> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1609 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1610 |
<td><b><?php echo $lang->get('login_field_username_title'); ?></b><br /><small><?php echo $lang->get('login_field_username_body'); ?></small></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1611 |
<td><input onkeyup="verify();" name="admin_user" type="text" size="30" /></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1612 |
<td><img id="s_user" alt="Good/bad icon" src="images/bad.gif" /></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1613 |
</tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1614 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1615 |
<td><?php echo $lang->get('login_field_password_title'); ?></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1616 |
<td><input onkeyup="verify();" name="admin_pass" type="password" size="30" /></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1617 |
<td rowspan="2"><img id="s_password" alt="Good/bad icon" src="images/bad.gif" /></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1618 |
</tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1619 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1620 |
<td><?php echo $lang->get('login_field_password_confirm'); ?></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1621 |
<td><input onkeyup="verify();" name="admin_pass_confirm" type="password" size="30" /></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1622 |
</tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1623 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1624 |
<td><?php echo $lang->get('login_field_email_title'); ?></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1625 |
<td><input onkeyup="verify();" name="admin_email" type="text" size="30" /></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1626 |
<td><img id="s_email" alt="Good/bad icon" src="images/bad.gif" /></td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1627 |
</tr> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1628 |
<tr> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1629 |
<td> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1630 |
<?php echo $lang->get('login_field_allowphp_title'); ?><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1631 |
<small> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1632 |
<span style="color: #D84308"> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1633 |
<?php |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1634 |
echo $lang->get('login_field_allowphp_body', |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1635 |
array( |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1636 |
'important_notes' => '<a href="install.php?mode=pophelp&topic=admin_embed_php" onclick="window.open(this.href, \'pophelpwin\', \'width=550,height=400,status=no,toolbars=no,toolbar=no,address=no,scroll=yes\'); return false;" style="color: #D84308; text-decoration: underline;">' . $lang->get('login_field_allowphp_isi') . '</a>' |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1637 |
) |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1638 |
); |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1639 |
?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1640 |
</span> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1641 |
</small> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1642 |
</td> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1643 |
<td> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1644 |
<label><input type="radio" name="admin_embed_php" value="2" checked="checked" /> <?php echo $lang->get('login_field_allowphp_disabled'); ?></label> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1645 |
<label><input type="radio" name="admin_embed_php" value="4" /> <?php echo $lang->get('login_field_allowphp_enabled'); ?></label> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1646 |
</td> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1647 |
<td></td> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1648 |
</tr> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1649 |
<tr><td colspan="3"><?php echo $lang->get('login_aes_blurb'); ?></td></tr> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1650 |
</table> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1651 |
<div class="pagenav"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1652 |
<table border="0"> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1653 |
<tr> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1654 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1655 |
<input type="submit" value="<?php echo $lang->get('meta_btn_continue'); ?>" onclick="return cryptdata();" name="_cont" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1656 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1657 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1658 |
<p> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1659 |
<span style="font-weight: bold;"><?php echo $lang->get('meta_lbl_before_continue'); ?></span><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1660 |
• <?php echo $lang->get('login_objective_remember'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1661 |
</p> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1662 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1663 |
</tr> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1664 |
</table> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1665 |
</div> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1666 |
<div id="cryptdebug"></div> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1667 |
<input type="hidden" name="use_crypt" value="no" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1668 |
<input type="hidden" name="crypt_key" value="<?php echo $cryptkey; ?>" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1669 |
<input type="hidden" name="crypt_data" value="" /> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1670 |
</form> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1671 |
<script type="text/javascript"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1672 |
// <![CDATA[ |
238 | 1673 |
var frm = document.forms.login; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1674 |
frm.admin_user.focus(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1675 |
function runEncryption() |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1676 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1677 |
str = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1678 |
for(i=0;i<keySizeInBits/4;i++) str+='0'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1679 |
var key = hexToByteArray(str); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1680 |
var pt = hexToByteArray(str); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1681 |
var ct = rijndaelEncrypt(pt, key, "ECB"); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1682 |
var ect = byteArrayToHex(ct); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1683 |
switch(keySizeInBits) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1684 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1685 |
case 128: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1686 |
v = '66e94bd4ef8a2c3b884cfa59ca342b2e'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1687 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1688 |
case 192: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1689 |
v = 'aae06992acbf52a3e8f4a96ec9300bd7aae06992acbf52a3e8f4a96ec9300bd7'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1690 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1691 |
case 256: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1692 |
v = 'dc95c078a2408989ad48a21492842087dc95c078a2408989ad48a21492842087'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1693 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1694 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1695 |
var testpassed = ( ect == v && md5_vm_test() ); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1696 |
var frm = document.forms.login; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1697 |
if(testpassed) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1698 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1699 |
// alert('encryption self-test passed'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1700 |
frm.use_crypt.value = 'yes'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1701 |
var cryptkey = frm.crypt_key.value; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1702 |
frm.crypt_key.value = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1703 |
if(cryptkey != byteArrayToHex(hexToByteArray(cryptkey))) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1704 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1705 |
alert('Byte array conversion SUCKS'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1706 |
testpassed = false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1707 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1708 |
cryptkey = hexToByteArray(cryptkey); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1709 |
if(!cryptkey || ( ( typeof cryptkey == 'string' || typeof cryptkey == 'object' ) ) && cryptkey.length != keySizeInBits / 8 ) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1710 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1711 |
frm._cont.disabled = true; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1712 |
len = ( typeof cryptkey == 'string' || typeof cryptkey == 'object' ) ? '\nLen: '+cryptkey.length : ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1713 |
alert('The key is messed up\nType: '+typeof(cryptkey)+len); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1714 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1715 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1716 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1717 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1718 |
// alert('encryption self-test FAILED'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1719 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1720 |
if(testpassed) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1721 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1722 |
pass = frm.admin_pass.value; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1723 |
pass = stringToByteArray(pass); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1724 |
cryptstring = rijndaelEncrypt(pass, cryptkey, 'ECB'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1725 |
//decrypted = rijndaelDecrypt(cryptstring, cryptkey, 'ECB'); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1726 |
//decrypted = byteArrayToString(decrypted); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1727 |
//return false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1728 |
if(!cryptstring) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1729 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1730 |
return false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1731 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1732 |
cryptstring = byteArrayToHex(cryptstring); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1733 |
// document.getElementById('cryptdebug').innerHTML = '<pre>Data: '+cryptstring+'<br />Key: '+byteArrayToHex(cryptkey)+'</pre>'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1734 |
frm.crypt_data.value = cryptstring; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1735 |
frm.admin_pass.value = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1736 |
frm.admin_pass_confirm.value = ''; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1737 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1738 |
return false; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1739 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1740 |
// ]]> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1741 |
</script> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1742 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1743 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1744 |
case "confirm": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1745 |
if(!isset($_POST['_cont'])) { |
238 | 1746 |
echo 'No POST data signature found. Please <a href="install.php?mode=sysreqs">restart the installation</a>.'; |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1747 |
$template->footer(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1748 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1749 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1750 |
unset($_POST['_cont']); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1751 |
?> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1752 |
<form name="confirm" action="install.php?mode=install" method="post"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1753 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1754 |
$k = array_keys($_POST); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1755 |
for($i=0;$i<sizeof($_POST);$i++) { |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1756 |
echo '<input type="hidden" name="'.htmlspecialchars($k[$i]).'" value="'.htmlspecialchars($_POST[$k[$i]]).'" />'."\n"; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1757 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1758 |
?> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1759 |
<h3><?php echo $lang->get('confirm_header_blurb_title'); ?></h3> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1760 |
<p><?php echo $lang->get('confirm_header_blurb_body'); ?></p> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1761 |
<ul> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1762 |
<li><?php echo $lang->get('confirm_lbl_db_host'); ?> <?php echo $_POST['db_host']; ?></li> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1763 |
<li><?php echo $lang->get('confirm_lbl_db_name'); ?> <?php echo $_POST['db_name']; ?></li> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1764 |
<li><?php echo $lang->get('confirm_lbl_db_user'); ?> <?php echo $_POST['db_user']; ?></li> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1765 |
<li><?php echo $lang->get('confirm_lbl_db_pass'); ?></li> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1766 |
<li><?php echo $lang->get('confirm_lbl_sitename'); ?> <?php echo $_POST['sitename']; ?></li> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1767 |
<li><?php echo $lang->get('confirm_lbl_sitedesc'); ?> <?php echo $_POST['sitedesc']; ?></li> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1768 |
<li><?php echo $lang->get('confirm_lbl_adminuser'); ?> <?php echo $_POST['admin_user']; ?></li> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1769 |
<li><?php echo $lang->get('confirm_lbl_aesbits'); ?> <?php echo $lang->get('confirm_lbl_aes_strength', array( 'aes_bits' => AES_BITS )); ?><br /><small><?php echo $lang->get('confirm_lbl_aes_change'); ?></small></li> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1770 |
</ul> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1771 |
<div class="pagenav"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1772 |
<table border="0"> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1773 |
<tr> |
249
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1774 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1775 |
<input type="submit" value="<?php echo $lang->get('confirm_btn_install_enano'); ?>" name="_cont" /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1776 |
</td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1777 |
<td> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1778 |
<p> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1779 |
<span style="font-weight: bold;"><?php echo $lang->get('meta_lbl_before_continue'); ?></span><br /> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1780 |
<!-- Like this even needs to be localized. :-P --> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1781 |
• <?php echo $lang->get('confirm_objective_pray'); ?> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1782 |
</p> |
f4323fa79313
Fully localized all of the installer except the install and finish pages
Dan
parents:
248
diff
changeset
|
1783 |
</td> |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1784 |
</tr> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1785 |
</table> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1786 |
</div> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1787 |
</form> |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1788 |
<?php |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1789 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1790 |
case "install": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1791 |
if(!isset($_POST['db_host']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1792 |
!isset($_POST['db_name']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1793 |
!isset($_POST['db_user']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1794 |
!isset($_POST['db_pass']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1795 |
!isset($_POST['sitename']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1796 |
!isset($_POST['sitedesc']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1797 |
!isset($_POST['copyright']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1798 |
!isset($_POST['admin_user']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1799 |
!isset($_POST['admin_pass']) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1800 |
!isset($_POST['admin_embed_php']) || ( isset($_POST['admin_embed_php']) && !in_array($_POST['admin_embed_php'], array('2', '4')) ) || |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1801 |
!isset($_POST['urlscheme']) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1802 |
) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1803 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1804 |
echo 'The installer has detected that one or more required form values is not set. Please <a href="install.php?mode=license">restart the installation</a>.'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1805 |
$template->footer(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1806 |
exit; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1807 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1808 |
switch($_POST['urlscheme']) |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1809 |
{ |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1810 |
case "ugly": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1811 |
default: |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1812 |
$cp = scriptPath.'/index.php?title='; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1813 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1814 |
case "short": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1815 |
$cp = scriptPath.'/index.php/'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1816 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1817 |
case "tiny": |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1818 |
$cp = scriptPath.'/'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1819 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1820 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1821 |
function err($t) { global $template; echo $t; $template->footer(); exit; } |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1822 |
|
238 | 1823 |
// $stages = array('connect', 'decrypt', 'genkey', 'parse', 'sql', 'writeconfig', 'renameconfig', 'startapi', 'initlogs'); |
1824 |
||
252 | 1825 |
if ( !preg_match('/^[a-z0-9_-]*$/', $_POST['table_prefix']) ) |
238 | 1826 |
err('Hacking attempt was detected in table_prefix.'); |
1827 |
||
1828 |
start_install_table(); |
|
1829 |
// The stages connect, decrypt, genkey, and parse are preprocessing and don't do any actual data modification. |
|
1830 |
// Thus, they need to be run on each retry, e.g. never skipped. |
|
252 | 1831 |
run_installer_stage('connect', $lang->get('install_stg_connect_title'), 'stg_mysql_connect', $lang->get('install_stg_connect_body'), false); |
238 | 1832 |
if ( isset($_POST['drop_tables']) ) |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1833 |
{ |
238 | 1834 |
// Are we supposed to drop any existing tables? If so, do it now |
252 | 1835 |
run_installer_stage('drop', $lang->get('install_stg_drop_title'), 'stg_drop_tables', 'This step never returns failure'); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1836 |
} |
252 | 1837 |
run_installer_stage('decrypt', $lang->get('install_stg_decrypt_title'), 'stg_decrypt_admin_pass', $lang->get('install_stg_decrypt_body'), false); |
1838 |
run_installer_stage('genkey', $lang->get('install_stg_genkey_title', array( 'aes_bits' => AES_BITS )), 'stg_generate_aes_key', $lang->get('install_stg_genkey_body'), false); |
|
1839 |
run_installer_stage('parse', $lang->get('install_stg_parse_title'), 'stg_parse_schema', $lang->get('install_stg_parse_body'), false); |
|
1840 |
run_installer_stage('sql', $lang->get('install_stg_sql_title'), 'stg_install', $lang->get('install_stg_sql_body'), false); |
|
1841 |
run_installer_stage('writeconfig', $lang->get('install_stg_writeconfig_title'), 'stg_write_config', $lang->get('install_stg_writeconfig_body')); |
|
1842 |
run_installer_stage('renameconfig', $lang->get('install_stg_rename_title'), 'stg_rename_config', $lang->get('install_stg_rename_body')); |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1843 |
|
238 | 1844 |
// Mainstream installation complete - Enano should be usable now |
1845 |
// The stage of starting the API is special because it has to be called out of function context. |
|
1846 |
// To alleviate this, we have two functions, one that returns success and one that returns failure |
|
252 | 1847 |
// If the Enano API init is successful, the success function is called to report the action to the user |
238 | 1848 |
// If unsuccessful, the failure report is sent |
1849 |
||
1850 |
$template_bak = $template; |
|
1851 |
||
1852 |
$_GET['title'] = 'Main_Page'; |
|
1853 |
require('includes/common.php'); |
|
1854 |
||
1855 |
if ( is_object($db) && is_object($session) ) |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1856 |
{ |
252 | 1857 |
run_installer_stage('startapi', $lang->get('install_stg_startapi_title'), 'stg_start_api_success', '...', false); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1858 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1859 |
else |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1860 |
{ |
252 | 1861 |
run_installer_stage('startapi', $lang->get('install_stg_startapi_title'), 'stg_start_api_failure', $lang->get('install_stg_startapi_body'), false); |
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1862 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1863 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1864 |
// We need to be logged in (with admin rights) before logs can be flushed |
238 | 1865 |
$admin_password = stg_decrypt_admin_pass(true); |
1866 |
$session->login_without_crypto($_POST['admin_user'], $admin_password, false); |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1867 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1868 |
// Now that login cookies are set, initialize the session manager and ACLs |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1869 |
$session->start(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1870 |
$paths->init(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1871 |
|
252 | 1872 |
run_installer_stage('importlang', $lang->get('install_stg_importlang_title'), 'stg_import_language', $lang->get('install_stg_importlang_body')); |
240
f0149a27df5f
Localized default sidebar; installer should work now including the lang import; l10n in installer to follow
Dan
parents:
239
diff
changeset
|
1873 |
|
252 | 1874 |
run_installer_stage('initlogs', $lang->get('install_stg_initlogs_title'), 'stg_init_logs', $lang->get('install_stg_initlogs_body')); |
238 | 1875 |
close_install_table(); |
1876 |
||
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1877 |
unset($template); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1878 |
$template =& $template_bak; |
238 | 1879 |
|
252 | 1880 |
echo '<h3>' . $lang->get('install_msg_complete_title') . '</h3>'; |
1881 |
echo '<p>' . $lang->get('install_msg_complete_body', array('finish_link' => 'install.php?mode=finish')) . '</p>'; |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1882 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1883 |
// echo '<script type="text/javascript">window.location="'.scriptPath.'/install.php?mode=finish";</script>'; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1884 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1885 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1886 |
case "finish": |
252 | 1887 |
echo '<h3>' . $lang->get('finish_msg_congratulations') . '</h3> |
1888 |
' . $lang->get('finish_body') . ' |
|
1889 |
<p>' . $lang->get('finish_link_mainpage', array('mainpage_link' => 'index.php')) . '</p>'; |
|
204
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1890 |
break; |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1891 |
} |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1892 |
$template->footer(); |
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1893 |
|
473cc747022a
You know what folks, a lot of Mercurial merges failed, and I just now figured out why. So now all changes from stable are permanently synced in.
Dan
diff
changeset
|
1894 |
?> |