[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/setup/inc/ -> step3.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2009 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  ?>
  24  <p class="title">phpwcms path settings </p>
  25  <p>Please check that any path value does NOT begin or end with a slash. I recommend
  26    to use the default values. It's the best way for 1st time
  27    usage.</p>
  28  <form action="setup.php?step=3" method="post"><table border="0" cellpadding="0" cellspacing="0" summary="">
  29    <tr>
  30      <td align="right" class="v10">&nbsp;</td>
  31      <td colspan="2" class="chatlist">document root of your web account; empty
  32        for default value<br><?php echo  html_specialchars($_SERVER['DOCUMENT_ROOT']) ?></td>
  33    </tr>
  34    <tr>
  35      <td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td>
  36    </tr>
  37    <tr>
  38      <td align="right" class="v10">root path :&nbsp;</td>
  39      <td><input name="doc_root" type="text" class="f11b" id="doc_root" style="width:280px" value="<?php echo html_specialchars($phpwcms["DOC_ROOT"]) ?>" size="30" maxlength="100"></td>
  40      <td class="chatlist"><em>&nbsp;default: $_SERVER['DOCUMENT_ROOT'] </em></td>
  41    </tr>
  42    <tr>
  43      <td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td>
  44    </tr>
  45    <tr>
  46      <td align="right" class="v10">&nbsp;</td>
  47      <td colspan="2" class="chatlist">if you install in another directory than
  48        your base webserver root<br />
  49        insert the directory name here - most times this is the part after<br>
  50        your
  51        base URL like http://mysite.com/<strong>phpwcms_root</strong></td>
  52    </tr>
  53    <tr>
  54      <td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td>
  55    </tr>
  56    <tr>
  57      <td align="right" class="v10">phpwcms root:&nbsp;</td>
  58      <td><input name="root" type="text" class="f11b" id="root" style="width:280px" value="<?php echo html_specialchars($phpwcms["root"]) ?>" size="30" maxlength="100">
  59      </td>
  60      <td class="chatlist"><em>&nbsp;default: (empty)</em></td>
  61    </tr>
  62    <tr>
  63      <td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td>
  64    </tr>
  65            <tr>
  66              <td align="right" class="v10">&nbsp;</td>
  67              <td colspan="2" class="chatlist">it's recommend to
  68                put this directory outside a folder<br />
  69                available via web. you can use it like this ../filearchive</td>
  70            </tr>
  71            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  72            <tr>
  73              <td align="right" class="v10">filestorage:&nbsp;</td>
  74              <td><input name="file_path" type="text" class="f11b" id="file_path" style="width:280px" value="<?php echo html_specialchars($phpwcms["file_path"]) ?>" size="30" maxlength="100"></td>
  75              <td class="chatlist"><em>&nbsp;default: filearchive </em></td>
  76            </tr><tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td></tr>
  77            <tr>
  78              <td align="right" class="v10">&nbsp;</td>
  79              <td colspan="2" class="chatlist">here are the template directories located where all<br />template stuff is stored</td>
  80            </tr>
  81            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  82            <tr>
  83              <td align="right" class="v10">templates:&nbsp;</td>
  84              <td><input name="templates" type="text" class="f11b" id="templates" style="width:280px" value="<?php echo html_specialchars($phpwcms["templates"]) ?>" size="30" maxlength="100"></td>
  85              <td class="chatlist"><em>&nbsp;default: template</em></td>
  86            </tr><tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="4"></td></tr>
  87            <tr>
  88              <td align="right" class="v10">&nbsp;</td>
  89              <td colspan="2" class="chatlist">this is the directory in which you
  90                can upload files for ftp takeover<br />
  91                functionality - maybe this
  92                can be extended for special user ftp directories.<br />
  93                you can also use it like this: ../../myftpdir
  94              </td>
  95            </tr>
  96            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="2"></td></tr>
  97            <tr>
  98              <td align="right" class="v10">ftp&nbsp;takeover:&nbsp;</td>
  99              <td><input name="ftp_path" type="text" class="f11b" id="ftp_path" style="width:280px" value="<?php echo html_specialchars($phpwcms["ftp_path"]) ?>" size="30" maxlength="100"></td>
 100              <td class="chatlist"><em>&nbsp;default: upload </em></td>
 101            </tr>
 102            <tr><td colspan="3"><img src="../img/leer.gif" alt="" width="1" height="15"></td></tr>
 103            <tr>
 104              <td align="right" class="v10">&nbsp;</td>
 105              <td colspan="2"><input name="Submit" type="submit" class="button10" value="send path values"></td>
 106            </tr>
 107  </table>
 108    <input name="do" type="hidden" value="1"></form>


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7