Verzeichnisstruktur phpBB-3.1.0


Veröffentlicht
27.10.2014

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

README.html

Zuletzt modifiziert: 09.10.2024, 12:51 - Dateigröße: 20.21 KiB


001  <!DOCTYPE html>
002  <html dir="ltr" lang="en">
003  <head>
004  <meta charset="utf-8">
005  <meta name="keywords" content="" />
006  <meta name="description" content="phpBB 3.1.x Readme" />
007  <title>phpBB &bull; Readme</title>
008   
009  <link href="stylesheet.css" rel="stylesheet" type="text/css" media="screen, projection" />
010   
011  </head>
012   
013  <body id="phpbb" class="section-docs">
014   
015  <div id="wrap">
016      <a id="top" name="top" accesskey="t"></a>
017      <div id="page-header">
018          <div class="headerbar">
019              <div class="inner"><span class="corners-top"><span></span></span>
020   
021              <div id="doc-description">
022                  <a href="../index.php" id="logo"><img src="site_logo.gif" alt="" /></a>
023                  <h1>phpBB 3.1.x Readme</h1>
024                  <p style="display: none;"><a href="#start_here">Skip</a></p>
025              </div>
026   
027              <span class="corners-bottom"><span></span></span></div>
028          </div>
029      </div>
030   
031      <a name="start_here"></a>
032   
033      <div id="page-body">
034   
035  <!-- BEGIN DOCUMENT -->
036   
037      <p>Thank you for downloading phpBB. This README will guide you through the basics of installation and operation of phpBB. Please ensure you read this and the accompanying documentation fully <strong>before</strong> proceeding with the installation.</p>
038   
039      <h1>Readme</h1>
040   
041      <div class="paragraph menu">
042          <div class="inner"><span class="corners-top"><span></span></span>
043   
044          <div class="content">
045   
046              <ol>
047                  <li><a href="#install">Installing phpBB</a></li>
048                  <li><a href="#run">Running phpBB</a>
049                  <ol style="list-style-type: lower-roman;">
050                      <li><a href="#i18n">Languages (Internationalisation - i18n)</a></li>
051                      <li><a href="#styles">Styles</a></li>
052                      <li><a href="#extensions">Extensions</a></li>
053                  </ol>
054                  </li>
055                  <li><a href="#help">Getting help with phpBB</a>
056                  <ol style="list-style-type: lower-roman;">
057                      <li><a href="#docs">Documentation</a></li>
058                      <li><a href="#kb">Knowledge Base</a></li>
059                      <li><a href="#website">Community Forums</a></li>
060                      <li><a href="#irc">Internet Relay Chat (IRC)</a></li>
061                  </ol>
062                  </li>
063                  <li><a href="#status">Status of this version</a></li>
064                  <li><a href="#bugs">Reporting bugs</a>
065                  <ol style="list-style-type: lower-roman;">
066                      <li><a href="#securitybugs">Security related bugs</a></li>
067                  </ol>
068                  </li>
069                  <li><a href="#curbugs">Overview of current bug list</a></li>
070                  <li><a href="#php">PHP compatibility issues</a></li>
071                  <li><a href="#disclaimer">Disclaimer</a></li>
072              </ol>
073   
074          </div>
075   
076          <span class="corners-bottom"><span></span></span></div>
077      </div>
078   
079      <hr />
080   
081      <a name="install"></a><h2>1. Installing phpBB</h2>
082   
083      <div class="paragraph">
084          <div class="inner"><span class="corners-top"><span></span></span>
085   
086          <div class="content">
087      <p>Installation, update and conversion instructions can be found in the <a href="INSTALL.html">INSTALL</a> document in this directory. If you are intending on converting from a phpBB 2.0.x or 3.0.x installation we highly recommend that you backup any existing data before proceeding!</p>
088   
089      <p>Users of phpBB 3.0 and 3.1 Beta versions cannot directly update.</p>
090   
091      <p>Please note that we don't support the following installation types:</p>
092      <ul>
093          <li>Updates from phpBB 3.0 Beta versions to phpBB 3.0 RC1 and higher</li>
094          <li>Updates from phpBB 3.1 Beta versions to phpBB 3.1 RC1 and higher</li>
095          <li>Conversions from phpBB 2.0.x to phpBB 3.0 or 3.1 Beta versions</li>
096          <li>phpBB 3.0 or 3.1 Beta installations</li>
097      </ul>
098   
099      <p>We give support for the following installation types:</p>
100   
101      <ul>
102          <li>Updates from phpBB 3.0 RC1 and 3.1 RC1 to the latest version</li>
103          <li>Note: if using the <em>Automatic Update Package</em>, updates are supported from phpBB 3.0.2 onward. To update a pre-3.0.2 installation, first update to 3.0.2 and then update to the current version.</li>
104          <li>Conversions from phpBB 2.0.x to the latest version</li>
105          <li>New installations of phpBB 3.0.x - only the latest released version</li>
106          <li>New installations of phpBB 3.1.x - only the latest released version</li>
107      </ul>
108   
109          </div>
110   
111          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
112   
113          <span class="corners-bottom"><span></span></span></div>
114      </div>
115   
116      <hr />
117   
118      <a name="run"></a><h2>2. Running phpBB</h2>
119   
120      <div class="paragraph">
121          <div class="inner"><span class="corners-top"><span></span></span>
122   
123          <div class="content">
124   
125      <p>Once installed, phpBB is easily managed via the Administration and Moderator Control Panels. If you need help or advice with phpBB, please see <a href="#help">Section 3</a> below.</p>
126   
127      <a name="i18n"></a><h3>2.i. Languages (Internationalisation - i18n)</h3>
128   
129      <p>A number of language packs with included style localisations are available. You can find them listed in the <a href="https://www.phpbb.com/languages/">Language Packs</a> pages of our downloads section or from the <a href="https://www.phpbb.com/customise/db/language_packs-25/">Language Packs</a> section of the <a href="https://www.phpbb.com/customise/db/">Customisation Database</a>.</p>
130   
131      <p>For more information about language packs, please see: <a href="https://www.phpbb.com/languages/">https://www.phpbb.com/languages/</a></p>
132   
133      <p>This is the <em>official</em> location for all supported language sets. If you download a package from a 3rd party site you do so with the understanding that we cannot offer support. Please do not ask for support if you download a language pack from a 3rd party site.</p>
134   
135      <p>Installation of these packages is straightforward: simply download the required language pack, uncompress (unzip) it and via FTP transfer the included <code>language</code> and <code>styles</code> folders to the root of your board installation. The language can then be installed via the Administration Control Panel of your board: <code>Customise tab -&gt; Language management -&gt; Language packs</code>. A more detailed description of the process is in the Knowledge Base article, <a href="https://www.phpbb.com/kb/article/how-to-install-a-language-pack/">How to Install a Language Pack</a>.</p>
136   
137      <p>If your language is not available, please visit our <a href="https://www.phpbb.com/community/viewforum.php?f=66">[3.0.x] Translations</a> forum where you will find topics on translations in progress. Should you wish to volunteer to translate a language not currently available or assist in maintaining an existing language pack, you can <a href="https://www.phpbb.com/languages/apply.php">Apply to become a translator</a>.</p>
138   
139      <a name="styles"></a><h3>2.ii. Styles</h3>
140   
141      <p>Although we are rather proud of the included styles, we realise that they may not be to everyone's taste. Therefore, phpBB allows styles to be switched with relative ease. First, you need to locate and download a style you like. You can find them listed in the <a href="https://www.phpbb.com/customise/db/styles-2/">Styles</a> section of our <a href="https://www.phpbb.com/customise/db/">Customisation Database</a>.</p>
142   
143      <p>For more information about styles, please see: <a href="https://www.phpbb.com/styles/">https://www.phpbb.com/styles/</a></p>
144   
145      <p><strong>Please note</strong> that 3rd party styles downloaded for versions of phpBB2 will <strong>not</strong> work in phpBB3. It is also important to ensure that the style is updated to match the current version of the phpBB software you are using.</p>
146   
147      <p>Once you have downloaded a style, the usual next step is to unarchive (or upload the unarchived contents of) the package into your <code>styles/</code> directory. You then need to visit <code>Administration Control Panel -&gt; Customise tab -&gt; Style management -&gt; Install Styles</code> where you should see the new style available. Click &quot;Install style&quot; to install the style.</p>
148   
149      <p><strong>Please note</strong> that to improve efficiency, the software caches certain data. For this reason, if you create your own style or modify existing ones, please remember to purge the board cache by clicking the <code>Run now</code> button next to the <code>Purge the cache</code> option in the index page of the Administration Control Panel. You may also need to reload the page you have changed in your web browser to overcome browser caching. If the cache is not purged, you will not see your changes taking effect.</p>
150   
151      <a name="extensions"></a><h3>2.iii. Extensions</h3>
152   
153      <p>We are proud to have a thriving extensions community. These third party extensions to the standard phpBB software, extend its capabilities still further. You can browse through many of the extensions in the <a href="https://www.phpbb.com/customise/db/extensions-27/">Extensions</a> section of our <a href="https://www.phpbb.com/customise/db/">Customisation Database</a>.</p>
154   
155      <p>For more information about extensions, please see: <a href="https://www.phpbb.com/extensions">https://www.phpbb.com/extensions</a></p>
156   
157      <p><strong>Please remember</strong> that any bugs or other issues that occur after you have added any extension should <strong>NOT</strong> be reported to the bug tracker (see below). First disable the extension and see if the problem is resolved. Any support for an extension should only be sought in the &quot;Discussion/Support&quot; forum for that extension.</p>
158   
159      <p>Also remember that any extensions which modify the database in any way, may render upgrading your forum to future versions more difficult.</p>
160   
161          </div>
162   
163          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
164   
165          <span class="corners-bottom"><span></span></span></div>
166      </div>
167   
168      <hr />
169   
170  <a name="help"></a><h2>3. Getting help with phpBB</h2>
171   
172      <div class="paragraph">
173          <div class="inner"><span class="corners-top"><span></span></span>
174   
175          <div class="content">
176   
177      <p>phpBB can sometimes seem a little daunting to new users, particularly with regards to the permission system. The first thing you should do is check the <a href="FAQ.html">FAQ</a>, which covers a few basic getting started questions. If you need additional help there are several places you can find it.</p>
178   
179      <a name="docs"></a><h3>3.i. phpBB Documentation</h3>
180   
181      <p>Comprehensive documentation is now available on the phpBB website:</p>
182   
183      <p><a href="https://www.phpbb.com/support/documentation/3.0/">https://www.phpbb.com/support/documentation/3.0/</a></p>
184   
185      <p>This covers everything from installation to setting permissions and managing users.</p>
186   
187      <a name="kb"></a><h3>3.ii. Knowledge Base</h3>
188   
189      <p>The Knowledge Base consists of a number of detailed articles on some common issues phpBB users may encounter while using the product. The Knowledge Base can be found at:</p>
190   
191      <p><a href="https://www.phpbb.com/kb/">https://www.phpbb.com/kb/</a></p>
192   
193      <a name="website"></a><h3>3.iii. Community Forums</h3>
194   
195      <p>The phpBB project maintains a thriving community where a number of people have generously decided to donate their time to help support users. This site can be found at:</p>
196   
197      <p><a href="https://www.phpbb.com/community/">https://www.phpbb.com/community/</a></p>
198   
199      <p>If you do seek help via our forums please be sure to do a search before posting; if someone has experienced the issue before, then you may find that your question has already been answered. Please remember that phpBB is entirely staffed by volunteers, no one receives any compensation for the time they give, including moderators as well as developers; please be respectful and mindful when awaiting responses and receiving support.</p>
200   
201      <a name="irc"></a><h3>3.iv Internet Relay Chat</h3>
202   
203      <p>Another place you may find help is our IRC channel. This operates on the Freenode IRC network, <a href="irc://irc.freenode.net">irc.freenode.net</a> and the channel is <em>#phpbb</em> and can be accessed by any decent IRC client such as mIRC, XChat, etc. Again, please do not abuse this service and be respectful of other users.</p>
204   
205      <p>There are other IRC channels available, please see <a href="https://www.phpbb.com/support/irc/">https://www.phpbb.com/support/irc/</a> for the complete list.</p>
206   
207          </div>
208   
209          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
210   
211          <span class="corners-bottom"><span></span></span></div>
212      </div>
213   
214      <hr />
215   
216  <a name="status"></a><h2>4. Status of this version</h2>
217   
218      <div class="paragraph">
219          <div class="inner"><span class="corners-top"><span></span></span>
220   
221          <div class="content">
222   
223      <p>This is a stable release of phpBB. The 3.1.x line is feature frozen, with point releases principally including fixes for bugs and security issues. Feature alterations and minor feature additions may be done if deemed absolutely required. The next major release will be phpBB 3.2 which is currently under development. Please do not post questions asking when 3.2 will be available, no release date has been set.</p>
224   
225      <p>Those interested in the development of phpBB should keep an eye on the development forums to see how things are progressing:</p>
226   
227      <p><a href="http://area51.phpbb.com/phpBB/">http://area51.phpbb.com/phpBB/</a></p>
228   
229      <p>Please note that the development forums should <strong>NOT</strong> be used to seek support for phpBB, the main community forums are the place for this.</p>
230   
231          </div>
232   
233          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
234   
235          <span class="corners-bottom"><span></span></span></div>
236      </div>
237   
238      <hr />
239   
240  <a name="bugs"></a><h2>5. Reporting Bugs</h2>
241   
242      <div class="paragraph">
243          <div class="inner"><span class="corners-top"><span></span></span>
244   
245          <div class="content">
246   
247      <p>The phpBB developers use a bug tracking system to store, list and manage all reported bugs, it can be found at the location listed below. Please <strong>DO NOT</strong> post bug reports to our forums. In addition please <strong>DO NOT</strong> use the bug tracker for support requests. Posting such a request will only see you directed to the support forums (while taking time away from working on real bugs).</p>
248   
249      <p><a href="http://tracker.phpbb.com/browse/PHPBB3">http://tracker.phpbb.com/browse/PHPBB3</a></p>
250   
251      <p>While we very much appreciate receiving bug reports (the more reports the more stable phpBB will be) we ask you carry out a few steps before adding new entries:</p>
252   
253      <ul>
254          <li>First, determine if your bug is reproduceable; how to determine this depends on the bug in question. Only if the bug is reproduceable is it likely to be a problem with phpBB (or in some way connected). If something cannot be reproduced it may turn out to have been your hosting provider working on something, a user doing something silly, etc. Bug reports for non-reproduceable events can slow down our attempts to fix real, reproduceable issues<br /><br /></li>
255          <li>Next, please read or search through the existing bug reports to see if <em>your</em> bug (or one very similar to it) is already listed. If it is please add to that existing bug rather than creating a new duplicate entry (all this does is slow us down).<br /><br /></li>
256          <li>Check the forums (use search!) to see if people have discussed anything that sounds similar to what you are seeing. However, as noted above please <strong>DO NOT</strong> post your particular bug to the forum unless it's non-reproduceable or you are sure it&rsquo;s related to something you have done rather than phpBB<br /><br /></li>
257          <li>If no existing bug exists then please feel free to add it</li>
258      </ul>
259   
260      <p>If you do post a new bug (i.e. one that isn't already listed in the bug tracker) first make sure that you have logged in (your username and password are the same as for the community forums) then please include the following details:</p>
261   
262      <ul>
263          <li>Your server type/version, e.g. Apache 2.2.3, IIS 7, Sambar, etc.</li>
264          <li>PHP version and mode of operation, e.g. PHP 5.3.3 as a module, PHP 5.4.0 running as CGI, etc.</li>
265          <li>DB type/version, e.g. MySQL 5.0.77, PostgreSQL 9.0.6, MSSQL Server 2000 SP1, etc.</li>
266      </ul>
267   
268      <p>The relevant database type/version is listed within the administration control panel.</p>
269   
270      <p>Please be as detailed as you can in your report, and if possible, list the steps required to duplicate the problem. If you have a patch that fixes the issue, please attach it to the ticket or submit a pull request to our repository <a href="https://github.com/phpbb/phpbb">on GitHub</a>.</p>
271   
272      <p>If you create a patch, it is very much appreciated (but not required) if you follow the phpBB coding guidelines. Please note that the coding guidelines are somewhat different between different versions of phpBB. For phpBB 3.1.x the coding guidelines may be found here: <a href="http://area51.phpbb.com/docs/31x/coding-guidelines.html">http://area51.phpbb.com/docs/31x/coding-guidelines.html</a></p>
273   
274      <p>Once a bug has been submitted you will be emailed any follow up comments added to it. <strong>Please</strong> if you are requested to supply additional information, do so! It is frustrating for us to receive bug reports, ask for additional information but get nothing. In these cases we have a policy of closing the bug, which may leave a very real problem in place. Obviously we would rather not have this situation arise.</p>
275   
276  <a name="securitybugs"></a><h3>5.i. Security related bugs</h3>
277   
278      <p>If you find a potential security related vulnerability in phpBB please <strong>DO NOT</strong> post it to the bug tracker, public forums, etc.! Doing so may allow unscrupulous users to take advantage of it before we have time to put a fix in place. All security related bugs should be sent to our security tracker:</p>
279   
280      <p><a href="https://www.phpbb.com/security/">https://www.phpbb.com/security/</a></p>
281   
282          </div>
283   
284          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
285   
286          <span class="corners-bottom"><span></span></span></div>
287      </div>
288   
289      <hr />
290   
291  <a name="curbugs"></a><h2>6. Overview of current bug list</h2>
292   
293      <div class="paragraph">
294          <div class="inner"><span class="corners-top"><span></span></span>
295   
296          <div class="content">
297   
298      <p>This list is not complete but does represent those bugs which may affect users on a wider scale. Other bugs listed in the tracker have typically been shown to be limited to certain setups or methods of installation, updating and/or conversions.</p>
299   
300      <ul>
301          <li>Conversions may fail to complete on large boards under some hosts.</li>
302          <li>Updates may fail to complete on large update sets under some hosts.</li>
303          <li>Smilies placed directly after bbcode tags will not get parsed. Smilies always need to be separated by spaces.</li>
304      </ul>
305   
306          </div>
307   
308          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
309   
310          <span class="corners-bottom"><span></span></span></div>
311      </div>
312   
313      <hr />
314   
315  <a name="php"></a><h2>7. PHP compatibility issues</h2>
316   
317      <div class="paragraph">
318          <div class="inner"><span class="corners-top"><span></span></span>
319   
320          <div class="content">
321   
322      <p>phpBB 3.1.x takes advantage of new features added in PHP 5.3. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.3.3.</p>
323   
324      <p>Please remember that running any application on a development (unstable, e.g. a beta release) version of PHP can lead to strange/unexpected results which may appear to be bugs in the application. Therefore, we recommend you upgrade to the newest stable version of PHP before running phpBB. If you are running a development version of PHP please check any bugs you find on a system running a stable release before submitting.</p>
325   
326      <p>This board has been developed and tested under Linux and Windows (amongst others) running Apache using MySQL 3.23, 4.x, 5.x, MariaDB 5.x, MSSQL Server 2000, PostgreSQL 8.x, Oracle 8, SQLite 2 and SQLite 3. Versions of PHP used range from 5.3.x to 5.4.x without problem.</p>
327   
328  <a name="phpsec"></a><h3>7.i. Notice on PHP security issues</h3>
329   
330  <p>Currently there are no known issues regarding PHP security.</p>
331   
332          </div>
333   
334          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
335   
336          <span class="corners-bottom"><span></span></span></div>
337      </div>
338   
339      <hr />
340   
341  <a name="disclaimer"></a><h2>8. Copyright and disclaimer</h2>
342   
343      <div class="paragraph">
344          <div class="inner"><span class="corners-top"><span></span></span>
345   
346          <div class="content">
347   
348      <p>phpBB is free software, released under the terms of the <a href="http://opensource.org/licenses/gpl-2.0.php">GNU General Public License, version 2 (GPL-2.0)</a>. Copyright © <a href="https://www.phpbb.com">phpBB Limited</a>. For full copyright and license information, please see the docs/CREDITS.txt file.</p>
349   
350          </div>
351   
352          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
353   
354          <span class="corners-bottom"><span></span></span></div>
355      </div>
356   
357  <!-- END DOCUMENT -->
358   
359      <div id="page-footer">
360          <div class="version">&nbsp;</div>
361      </div>
362  </div></div>
363   
364  <div>
365      <a id="bottom" name="bottom" accesskey="z"></a>
366  </div>
367   
368  </body>
369  </html>
370