Verzeichnisstruktur phpBB-3.3.15


Veröffentlicht
28.08.2024

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: 02.04.2025, 15:01 - Dateigröße: 19.42 KiB


001  <!DOCTYPE html>
002  <html dir="ltr" lang="en">
003  <head>
004  <meta charset="utf-8">
005  <meta http-equiv="X-UA-Compatible" content="IE=edge">
006  <meta name="keywords" content="" />
007  <meta name="description" content="phpBB 3.3.x Readme" />
008  <title>phpBB &bull; Readme</title>
009   
010  <link href="assets/css/stylesheet.css" rel="stylesheet" type="text/css" media="screen" />
011   
012  </head>
013   
014  <body id="phpbb" class="section-docs">
015   
016  <div id="wrap">
017      <a id="top" name="top" accesskey="t"></a>
018      <div id="page-header">
019          <div class="headerbar">
020              <div class="inner">
021   
022              <div id="doc-description">
023                  <a href="../index.php" id="logo"><span class="site_logo"></span></a>
024                  <h1>phpBB 3.3.x Readme</h1>
025                  <p style="display: none;"><a href="#start_here">Skip</a></p>
026              </div>
027   
028              </div>
029          </div>
030      </div>
031   
032      <a name="start_here"></a>
033   
034      <div id="page-body">
035   
036  <!-- BEGIN DOCUMENT -->
037   
038      <p class="paragraph main-description">
039          Thank you for downloading phpBB. This README will guide you through the basics of installation
040          and operation of phpBB. Please ensure you read this and the accompanying documentation fully
041          <strong>before</strong> proceeding with the installation.
042      </p>
043   
044      <h1>Readme</h1>
045   
046      <div class="paragraph menu">
047          <div class="inner">
048   
049          <div class="content">
050   
051              <ol>
052                  <li><a href="#install">Installing phpBB</a></li>
053                  <li><a href="#run">Running phpBB</a>
054                  <ol style="list-style-type: lower-roman;">
055                      <li><a href="#i18n">Languages (Internationalisation - i18n)</a></li>
056                      <li><a href="#styles">Styles</a></li>
057                      <li><a href="#extensions">Extensions</a></li>
058                  </ol>
059                  </li>
060                  <li><a href="#help">Getting help with phpBB</a>
061                  <ol style="list-style-type: lower-roman;">
062                      <li><a href="#docs">Documentation</a></li>
063                      <li><a href="#kb">Knowledge Base</a></li>
064                      <li><a href="#website">Community Forums</a></li>
065                      <li><a href="#irc">Internet Relay Chat (IRC)</a></li>
066                  </ol>
067                  </li>
068                  <li><a href="#status">Status of this version</a></li>
069                  <li><a href="#bugs">Reporting bugs</a>
070                  <ol style="list-style-type: lower-roman;">
071                      <li><a href="#securitybugs">Security related bugs</a></li>
072                  </ol>
073                  </li>
074                  <li><a href="#curbugs">Overview of current bug list</a></li>
075                  <li><a href="#php">PHP compatibility issues</a></li>
076                  <li><a href="#disclaimer">Disclaimer</a></li>
077              </ol>
078   
079          </div>
080   
081          </div>
082      </div>
083   
084      <hr />
085   
086      <a name="install"></a><h2>1. Installing phpBB</h2>
087   
088      <div class="paragraph">
089          <div class="inner">
090   
091          <div class="content">
092      <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>
093   
094      <p>Users of phpBB 3.0, 3.1, 3.2, and 3.3 Beta versions cannot directly update.</p>
095   
096      <p>Please note that we don't support the following installation types:</p>
097      <ul>
098          <li>Updates from phpBB Beta versions and lower to phpBB Release Candidates and higher</li>
099          <li>Conversions from phpBB 2.0.x to phpBB 3.0 Beta, 3.1 Beta, 3.2 Beta, and 3.3 Beta versions</li>
100          <li>phpBB 3.0 Beta, 3.1 Beta, 3.2 beta, or 3.3 beta installations</li>
101      </ul>
102   
103      <p>We give support for the following installation types:</p>
104   
105      <ul>
106          <li>Updates from phpBB 3.0 RC1, 3.1 RC1 and 3.2 RC1 to the latest version</li>
107          <li>Note: if using the <em>Advanced 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>
108          <li>Conversions from phpBB 2.0.x to the latest version</li>
109          <li>New installations of phpBB 3.2.x - only the latest released version</li>
110          <li>New installations of phpBB 3.3.x - only the latest released version</li>
111      </ul>
112   
113          </div>
114   
115          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
116   
117          </div>
118      </div>
119   
120      <hr />
121   
122      <a name="run"></a><h2>2. Running phpBB</h2>
123   
124      <div class="paragraph">
125          <div class="inner">
126   
127          <div class="content">
128   
129      <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>
130   
131      <a name="i18n"></a><h3>2.i. Languages (Internationalisation - i18n)</h3>
132   
133      <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>
134   
135      <p>For more information about language packs, please see: <a href="https://www.phpbb.com/languages/">https://www.phpbb.com/languages/</a></p>
136   
137      <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>
138   
139      <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>
140   
141      <p>If your language is not available, please visit our <a href="https://www.phpbb.com/community/viewforum.php?f=566">[3.2.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>
142   
143      <a name="styles"></a><h3>2.ii. Styles</h3>
144   
145      <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>
146   
147      <p>For more information about styles, please see: <a href="https://www.phpbb.com/styles/">https://www.phpbb.com/styles/</a></p>
148   
149      <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>
150   
151      <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>
152   
153      <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>
154   
155      <a name="extensions"></a><h3>2.iii. Extensions</h3>
156   
157      <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-36">Extensions</a> section of our <a href="https://www.phpbb.com/customise/db/">Customisation Database</a>.</p>
158   
159      <p>For more information about extensions, please see: <a href="https://www.phpbb.com/extensions">https://www.phpbb.com/extensions</a></p>
160   
161      <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>
162   
163      <p>Also remember that any extensions which modify the database in any way, may render upgrading your forum to future versions more difficult.</p>
164   
165          </div>
166   
167          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
168   
169          </div>
170      </div>
171   
172      <hr />
173   
174  <a name="help"></a><h2>3. Getting help with phpBB</h2>
175   
176      <div class="paragraph">
177          <div class="inner">
178   
179          <div class="content">
180   
181      <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>
182   
183      <a name="docs"></a><h3>3.i. phpBB Documentation</h3>
184   
185      <p>Comprehensive documentation is now available on the phpBB website:</p>
186   
187      <p><a href="https://www.phpbb.com/support/docs/en/3.3/ug/">https://www.phpbb.com/support/docs/en/3.3/ug/</a></p>
188   
189      <p>This covers everything from installation to setting permissions and managing users.</p>
190   
191      <a name="kb"></a><h3>3.ii. Knowledge Base</h3>
192   
193      <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>
194   
195      <p><a href="https://www.phpbb.com/kb/">https://www.phpbb.com/kb/</a></p>
196   
197      <a name="website"></a><h3>3.iii. Community Forums</h3>
198   
199      <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>
200   
201      <p><a href="https://www.phpbb.com/community/">https://www.phpbb.com/community/</a></p>
202   
203      <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>
204   
205      <a name="irc"></a><h3>3.iv Internet Relay Chat</h3>
206   
207      <p>Another place you may find help is our IRC channel. This operates on the Libera IRC network, <a href="irc://irc.libera.chat">irc.libera.chat</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>
208   
209      <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>
210   
211          </div>
212   
213          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
214   
215          </div>
216      </div>
217   
218      <hr />
219   
220  <a name="status"></a><h2>4. Status of this version</h2>
221   
222      <div class="paragraph">
223          <div class="inner">
224   
225          <div class="content">
226   
227      <p>This is a stable release of phpBB. The 3.3.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.3 which is currently under development. Please do not post questions asking when 3.3 will be available, no release date has been set.</p>
228   
229      <p>Those interested in the development of phpBB should keep an eye on the development forums to see how things are progressing:</p>
230   
231      <p><a href="http://area51.phpbb.com/phpBB/">http://area51.phpbb.com/phpBB/</a></p>
232   
233      <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>
234   
235          </div>
236   
237          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
238   
239          </div>
240      </div>
241   
242      <hr />
243   
244  <a name="bugs"></a><h2>5. Reporting Bugs</h2>
245   
246      <div class="paragraph">
247          <div class="inner">
248   
249          <div class="content">
250   
251      <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>
252   
253      <p><a href="http://tracker.phpbb.com/browse/PHPBB3">http://tracker.phpbb.com/browse/PHPBB3</a></p>
254   
255      <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>
256   
257      <ul>
258          <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>
259          <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>
260          <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>
261          <li>If no existing bug exists then please feel free to add it</li>
262      </ul>
263   
264      <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>
265   
266      <ul>
267          <li>Your server type/version, e.g. Apache 2.2.3, IIS 7, Sambar, etc.</li>
268          <li>PHP version and mode of operation, e.g. PHP 7.2.0 as a module, PHP 7.2.7 running as CGI, etc.</li>
269          <li>DB type/version, e.g. MySQL 5.0.77, PostgreSQL 9.0.6, MSSQL Server 2000 (via ODBC), etc.</li>
270      </ul>
271   
272      <p>The relevant database type/version is listed within the administration control panel.</p>
273   
274      <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>
275   
276      <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.3.x the coding guidelines may be found here: <a href="http://area51.phpbb.com/docs/33x/coding-guidelines.html">http://area51.phpbb.com/docs/33x/coding-guidelines.html</a></p>
277   
278      <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>
279   
280  <a name="securitybugs"></a><h3>5.i. Security related bugs</h3>
281   
282      <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>
283   
284      <p><a href="https://www.phpbb.com/security/">https://www.phpbb.com/security/</a></p>
285   
286          </div>
287   
288          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
289   
290          </div>
291      </div>
292   
293      <hr />
294   
295  <a name="curbugs"></a><h2>6. Overview of current bug list</h2>
296   
297      <div class="paragraph">
298          <div class="inner">
299   
300          <div class="content">
301   
302      <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>
303   
304      <ul>
305          <li>Conversions may fail to complete on large boards under some hosts.</li>
306          <li>Updates may fail to complete on large update sets under some hosts.</li>
307          <li>Smilies placed directly after bbcode tags will not get parsed. Smilies always need to be separated by spaces.</li>
308      </ul>
309   
310          </div>
311   
312          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
313   
314          </div>
315      </div>
316   
317      <hr />
318   
319  <a name="php"></a><h2>7. PHP compatibility issues</h2>
320   
321      <div class="paragraph">
322          <div class="inner">
323   
324          <div class="content">
325   
326      <p>phpBB 3.3.x takes advantage of new features added in PHP 7.2. We recommend that you upgrade to the latest stable release of PHP to run phpBB. The minimum version required is PHP 7.2.0 and the maximum supported version is the latest stable version of PHP.</p>
327   
328      <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>
329   
330      <p>This board has been developed and tested under Linux and Windows (amongst others) running Apache using MySQLi 4.1.3, 4.x, 5.x, MariaDB 5.x, PostgreSQL 8.x, Oracle 8 and SQLite 3. Versions of PHP used range from 7.2.0 to 7.4.x and 8.0.x to 8.3.x.</p>
331   
332  <a name="phpsec"></a><h3>7.i. Notice on PHP security issues</h3>
333   
334  <p>Currently there are no known issues regarding PHP security.</p>
335   
336          </div>
337   
338          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
339   
340          </div>
341      </div>
342   
343      <hr />
344   
345  <a name="disclaimer"></a><h2>8. Copyright and disclaimer</h2>
346   
347      <div class="paragraph">
348          <div class="inner">
349   
350          <div class="content">
351   
352      <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>
353   
354          </div>
355   
356          <div class="back2top"><a href="#wrap" class="top">Back to Top</a></div>
357   
358          </div>
359      </div>
360   
361  <!-- END DOCUMENT -->
362   
363      <div id="page-footer">
364          <div class="version">&nbsp;</div>
365      </div>
366  </div></div>
367   
368  <div>
369      <a id="bottom" accesskey="z"></a>
370  </div>
371   
372  </body>
373  </html>
374