[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: upgrade.php,v 1.4 2003/07/12 09:05:43 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 ?> 13 14 <p class="pageTitle">Upgrade</p> 15 16 <p>This upgrade procedure will upgrade the <nobr>The Exchange Project 2.1</nobr> database structure to the <nobr>osCommerce 2.2 Milestone 2</nobr> database structure.</p> 17 18 <p>It is recommended to perform this upgrade procedure on an up-to-date backup of your 2.1 database.</p> 19 20 <form name="upgrade" action="upgrade.php?step=2" method="post"> 21 22 <p><b>Please enter the database server information:</b></p> 23 24 <table width="95%" border="0" cellpadding="2" class="formPage"> 25 <tr> 26 <td width="30%" valign="top">Database Server:</td> 27 <td width="70%" class="smallDesc"> 28 <?php echo osc_draw_input_field('DB_SERVER'); ?> 29 <img src="images/layout/help_icon.gif" onClick="toggleBox('dbHost');"><br> 30 <div id="dbHostSD">Hostame or IP-address of the database server</div> 31 <div id="dbHost" class="longDescription">The database server can be in the form of a hostname, such as db1.myserver.com, or as an IP-address, such as 192.168.0.1</div> 32 </td> 33 </tr> 34 <tr> 35 <td width="30%" valign="top">Username:</td> 36 <td width="70%" class="smallDesc"> 37 <?php echo osc_draw_input_field('DB_SERVER_USERNAME'); ?> 38 <img src="images/layout/help_icon.gif" onClick="toggleBox('dbUser');"><br> 39 <div id="dbUserSD">Database username</div> 40 <div id="dbUser" class="longDescription">The username used to connect to the database server. An example username is 'mysql_10'.<br><br>Note: Create and Drop permissions <b>are required</b> at this point of the upgrade procedure.</div> 41 </td> 42 </tr> 43 <tr> 44 <td width="30%" valign="top">Password:</td> 45 <td width="70%" class="smallDesc"> 46 <?php echo osc_draw_password_field('DB_SERVER_PASSWORD'); ?> 47 <img src="images/layout/help_icon.gif" onClick="toggleBox('dbPass');"><br> 48 <div id="dbPassSD">Database password</div> 49 <div id="dbPass" class="longDescription">The password is used together with the username, which forms the database user account.</div> 50 </td> 51 </tr> 52 <tr> 53 <td width="30%" valign="top">Database Name:</td> 54 <td width="70%" class="smallDesc"> 55 <?php echo osc_draw_input_field('DB_DATABASE'); ?> 56 <img src="images/layout/help_icon.gif" onClick="toggleBox('dbName');"><br> 57 <div id="dbNameSD">Database Name</div> 58 <div id="dbName" class="longDescription">The database used to hold the data. An example database name is 'osCommerce'.</div> 59 </td> 60 </tr> 61 </table> 62 63 <p> </p> 64 65 <table border="0" width="100%" cellspacing="0" cellpadding="0" align="center"> 66 <tr> 67 <td align="center"><a href="index.php"><img src="images/button_cancel.gif" border="0" alt="Cancel"></a></td> 68 <td align="center"><input type="image" src="images/button_continue.gif" border="0" alt="Continue"></td> 69 </tr> 70 </table> 71 72 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |