Renamed install folder
If you have install this script, please rename catalog "install1" to "install" git-svn-id: https://svn.pioder.pl/uf-svn/uF@24 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
15
install1/tpls/index.html
Normal file
15
install1/tpls/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Untitled</title>
|
||||
<meta http-equiv="refresh" content="0; url=../../../index.php" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
|
||||
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
49
install1/tpls/install_check_script.tpl
Normal file
49
install1/tpls/install_check_script.tpl
Normal file
@@ -0,0 +1,49 @@
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.php_version']; ?> (<?= $skin['PHP.version']?>): </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<span class="fstandard"><b><?= $skin['PHP.value'] ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.mySQL_version']; ?> (<?= $skin['mySQL.version']?>): </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<span class="fstandard"><b><?= $skin['mySQL.value'] ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat1.name']?>): </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<span class="fstandard"><b><?= $skin['cat1.value'] ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat2.name']?>): </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<span class="fstandard"><b><?= $skin['cat2.value'] ?></b></span>
|
||||
</td>
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.cat_name']; ?> (<?= $skin['cat3.name']?>): </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<span class="fstandard"><b><?= $skin['cat3.value'] ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="left" width="50%" height="19" colspan="2">
|
||||
<span class="fstandard"><b><?= $skin['successfully']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
26
install1/tpls/install_step4.tpl
Normal file
26
install1/tpls/install_step4.tpl
Normal file
@@ -0,0 +1,26 @@
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<form action="index.php?page=step4" method="POST">
|
||||
<table class="maintable" width="748">
|
||||
<tr>
|
||||
<td class="fitem" width="35%" align="right"><span class="fstandard"><?= $skin['L.mysql_host']; ?>:</span></td>
|
||||
<td class="fitem"><input type="text" name="mysql_host" value="localhost"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.database']; ?>:</span></td>
|
||||
<td class="fitem"><input type="text" name="database" value="<?= $_POST['database']; ?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.mysql_user']; ?>:</span></td>
|
||||
<td class="fitem"><input type="text" name="mysql_user" value="<?= $_POST['mysql_user']; ?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.mysql_prefix']; ?>:</span></td>
|
||||
<td class="fitem"><input type="text" name="mysql_prefix" value="dsf_"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.mysql_pass']; ?>:</span></td>
|
||||
<td class="fitem"><input type="password" name="mysql_pass" value="<?= $_POST['mysql_pass']; ?>"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="submit" class="fbutton" name="submit" value="<?= $skin['L.submit']; ?>">
|
||||
22
install1/tpls/install_step6.tpl
Normal file
22
install1/tpls/install_step6.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<form action="index.php?page=step6" method="POST">
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
|
||||
<tr>
|
||||
<td class="fitem" width="35%" align="right"><span class="fstandard"><?= $skin['L.user_name']; ?>:</span></td>
|
||||
<td class="fitem"><input type="text" name="user_name" value="Admin"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.password']; ?>:</span></td>
|
||||
<td class="fitem"><input type="password" name="password" value="<?= $_POST['password']; ?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.retype_password']; ?>:</span></td>
|
||||
<td class="fitem"><input type="password" name="retype_password" value="<?= $_POST['retype_password']; ?>"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="fitem" align="right"><span class="fstandard"><?= $skin['L.email']; ?>:</span></td>
|
||||
<td class="fitem"><input type="text" name="email" value="<?= $_POST['email']; ?>"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<input type="submit" class="fbutton" name="submit" value="<?= $skin['L.submit']; ?>">
|
||||
279
install1/tpls/install_step8.tpl
Normal file
279
install1/tpls/install_step8.tpl
Normal file
@@ -0,0 +1,279 @@
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<form action="index.php?page=step8" method="POST">
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<!-- general preferences beam -->
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
||||
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
||||
<?= $skin['L.general_preferences']; ?>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<!-- forum path -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.forum_path']; ?>: </span><br>
|
||||
<span class="fverysmall"><?= $skin['L.forum_path.D']; ?> </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="text" style="width: 250px" name="forum_path" value="<? echo $skin['forum_path']; ?>">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- forum name -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.forum_name']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="text" style="width: 250px" name="forum_name" value="<?= $skin['forum_name'] ?>" maxlength="30">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- forum description -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.forum_desc']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="text" style="width: 250px" name="forum_desc" value="<?= $skin['forum_desc'] ?>" maxlength="30">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- forum disabled -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.forum_disabled']; ?>: </span><br>
|
||||
<span class="fverysmall"><?= $skin['L.forum_disabled.D']; ?> </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<textarea style="width: 250px" name="forum_disabled"><?= $skin['forum_disabled']; ?></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- default language -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.default_lang']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<select name="default_lang" style="width: 150px">
|
||||
<option value="-1"><?= $skin['L2.default_lang']; ?></option>
|
||||
<option value="-1"></option>
|
||||
<?= $skin['OPTIONS.default_lang']; ?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- enable send email -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.enable_send_email']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="enable_send_email" <?= $skin['OPTION.enable_send_email']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- allow upload avatars -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.allow_upload_avatars']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="allow_upload_avatars" <?= $skin['OPTION.allow_upload_avatars']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<!-- general preferences beam -->
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
||||
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
||||
<?= $skin['L.positioning']; ?>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<!-- meta_keywords -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.meta_keywords']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="text" style="width: 250px" name="meta_keywords" value="<?= $skin['meta_keywords']; ?>">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- meta_description -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.meta_description']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="text" style="width: 250px" name="meta_description" value="<?= $skin['meta_description']; ?>">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<!-- general preferences beam -->
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
||||
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
||||
<?= $skin['L.other']; ?>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<!-- view time generation -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.time_generation']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="allow_time_generation" <?= $skin['OPTION.time_generation']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- topics in forum -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.topics_in_forum']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<select name="limit_ftid" style="width: 150px">
|
||||
<option value="-1"><?= $skin['L.select_value']; ?></option>
|
||||
<option value="-1"></option>
|
||||
<?= $skin['OPTIONS.limit_ftid']; ?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- posts in topic -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.posts_in_topic']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<select name="limit_tpid" style="width: 150px">
|
||||
<option value="-1"><?= $skin['L.select_value']; ?></option>
|
||||
<option value="-1"></option>
|
||||
<?= $skin['OPTIONS.limit_tpid']; ?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- limit users -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.limit_users']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<select name="limit_users" style="width: 150px">
|
||||
<option value="-1"><?= $skin['L.select_value']; ?></option>
|
||||
<option value="-1"></option>
|
||||
<?= $skin['OPTIONS.limit_users']; ?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<table class="maintable" style="border-width:0px" width="<?= TABLES_WIDTH; ?>">
|
||||
<!-- general preferences beam -->
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
||||
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
||||
<?= $skin['L.shoutbox']; ?>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<!-- allow shoutbox-->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.allow_shoutbox']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="allow_shoutbox" <?= $skin['OPTION.allow_shoutbox']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- posts in topic -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.shoutbox_limit']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="text" maxlength="4" name="shoutbox_limit" value="<?= $skin['OPTION.shoutbox_limit']; ?>">
|
||||
</td>
|
||||
</tr>
|
||||
<!-- posts in topic -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.shoutbox_max_time']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="text" maxlength="10" name="shoutbox_max_time" value="<?= $skin['OPTION.shoutbox_max_time']; ?>">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<span class="fverysmall"> </span>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-width: 0px">
|
||||
<!-- admin mod beam -->
|
||||
<tr>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_left.gif')" class="beam"></td>
|
||||
<td class="beam" align="center" colspan="2" style="background-image: url('../skins/subPurple/images/td_beam_top.gif')">
|
||||
<?= $skin['L.admin_mod']; ?>
|
||||
<td width="17" style="background-image: url('../skins/subPurple/images/td_beam_right.gif')" class="beam"></td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="maintable" width="<?= TABLES_WIDTH; ?>" style="border-top: 0px">
|
||||
<!-- enable warnings in topic -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.warnings_in_topic']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="warnings_in_topic" <?= $skin['OPTION.warnings_in_topic']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- allow IP for mods -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.allow_ip_for_mods']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="allow_ip_for_mods" <?= $skin['OPTION.allow_ip_for_mods']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- enable confirms -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.enable_confirms']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="enable_confirms" <?= $skin['OPTION.enable_confirms']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- enable censor list -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.enable_censorlist']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="enable_censorlist" <?= $skin['OPTION.enable_censorlist']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- enable warnings -->
|
||||
<tr>
|
||||
<td class="fitem" align="right" width="50%" height="19">
|
||||
<span class="fstandard"><?= $skin['L.enable_warnings']; ?>: </span>
|
||||
</td>
|
||||
<td class="fitem" width="50%" height="19">
|
||||
<input type="checkbox" name="enable_warnings" <?= $skin['OPTION.enable_warnings']; ?> value="1"><span class="fstandard"><b><?= $skin['L.allow']; ?></b></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- submit / reset pool -->
|
||||
<input type="submit" name="submit" value="<?= $skin['L.submit']; ?>" class="fbutton">
|
||||
<input type="reset" name="reset" value="<?= $skin['L.reset']; ?>" class="fbutton">
|
||||
</form>
|
||||
|
||||
5
install1/tpls/invalidfile_body.tpl
Normal file
5
install1/tpls/invalidfile_body.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
<div align="left" style="width: 748">
|
||||
<span class="fstandard"><font color="red"><b><?= $skin['L.invalid_md5sum']; ?></b></font></span>,
|
||||
<?= $skin['L.sum_actual']; ?>: <b><?= $skin['sum_actual'];?></b>
|
||||
</div>
|
||||
<span class="fverysmall"> </span>
|
||||
Reference in New Issue
Block a user