Index of /question/

NameLast ModifiedSize
UpParent Directory
Directoryadmin2024-01-11 21:01-
Directorycache2023-06-08 16:14-
Directorycgi-bin2023-06-08 16:14-
Directorycgi-etc2023-06-08 16:14-
Directoryextensions2023-06-08 16:14-
Directoryimg2023-06-08 16:14-
Directoryinclude2023-06-13 16:37-
Directorylang2023-06-08 16:14-
Directorystyle2023-06-08 16:14-
Directorywp-admin2022-06-17 20:01-
Directorywp-content2022-06-17 20:01-
Directorywp-includes2023-06-08 16:14-
FileChangeLog2012-08-09 03:07 8k
[TXT]config.php2013-06-09 19:00 4k
FileCOPYING2012-08-09 03:07 20k
[TXT]delete.php2012-08-09 03:07 12k
[TXT]edit.php2012-08-09 03:07 16k
Fileerror_log2022-05-31 16:22 4k
[TXT]extern.php2012-08-09 03:07 24k
Filefavicon.ico2012-08-09 03:07 4k
[TXT]footer.php2013-06-09 19:42 8k
[TXT]google597adc607b217898.html2022-06-02 02:25 4k
[TXT]google77f5343b53305a82.html2020-05-13 12:46 4k
[TXT]googlea94630f7556e0afb.html2022-05-18 03:14 4k
[TXT]header.php2013-06-09 19:45 16k
[TXT]help.php2012-08-09 03:07 12k
[TXT]humans.txt2012-08-09 03:07 4k
[TXT]login.php2012-08-09 03:07 20k
[TXT]misc.php2012-08-09 03:07 28k
[TXT]moderate.php2012-08-09 03:07 76k
[TXT]post.php2012-08-09 03:07 28k
[TXT]register.php2012-08-09 03:07 20k
[TXT]rewrite.php2012-08-09 03:07 4k
[TXT]search.php2012-08-09 03:07 36k
[TXT]userlist.php2012-08-09 03:07 16k
[TXT]viewforum.php2012-08-09 03:07 20k
[TXT]viewtopic.php2012-08-09 03:07 36k
[TXT]wp-load.php2022-03-11 18:41 0k
================== PunBB 1.4 Readme ================== Thank you for downloading PunBB. Quick install --------------- 1. Download the latest revision of PunBB from http://punbb.informer.com/. Decompress the PunBB archive to a directory. 2. Copy (or upload) all the files contained in this archive into the directory where you want to run your forums. (e.g. /home/user/www/punbb/) 3. Run install.php from the forum admin directory (e.g. open http://example.com/punbb/admin/install.php in your browser). Follow the instructions. Requirements -------------- - A webserver - PHP 5 - A database where forum data is to be stored, created in one of: MySQL 4.1.2 or later, PostgreSQL 7.0 or later or SQLite 2 or later Upgrade from 1.2 or 1.3 pre release versions ---------------------------------------------- NOTE: Make a backup of your current forum directory before proceeding. Also, don't forget to make a backup of your forum database. Use the tool mysqldump for MySQL and pg_dump if you are using PostgreSQL. If you're using SQLite, just make a backup copy of the SQLite database file. You can also make database backups via most administration tools such as MySQL Administrator, phpMyAdmin and phpPgAdmin. 1. Download the latest revision of PunBB from http://punbb.informer.com/. Decompress the PunBB archive to a directory. 2. Replace your old 1.2 directory with the contents of the archive's version 1.4. 3. Run db_update.php from the forum admin directory (e.g. open http://example.com/punbb/admin/db_update.php in your browser). Follow the instructions. Upgrade from 1.3 ---------------------------------------------- NOTE: Make a backup of your current forum directory before proceeding. Also, don't forget to make a backup of your forum database. Use the tool mysqldump for MySQL and pg_dump if you are using PostgreSQL. If you're using SQLite, just make a backup copy of the SQLite database file. You can also make database backups via most administration tools such as MySQL Administrator, phpMyAdmin and phpPgAdmin. 1. Turn the Maintenance mode on (via admin panel). 2. Disable all extensions (via admin panel). 3. Overwrite old files with new ones. 4. After overwriting, verify that cache, img/avatars and extensions (for pun_repository) directories have enough write permissions (usually 777). 5. Clear cache directory. 6. Go to the forum index and run db_update.php script (this may take a long time). 7. Update all extentsions. 8. Turn on all updated extensions. 9. Turn the Maintenance mode off. Extension installation ------------------------ 1. Download an extension's archive from the PunBB extensions repository or any other place. Extract it into your forum’s extensions directory. (e.g. /home/user/example.com/punbb/extensions) 2. Log into the forum and go to "Administration" console, "Extensions" section, choose "Install extensions" tab (e.g. http://example.com/punbb/admin/extensions.php?section=install). The downloaded extension will be listed there. 3. Click the "Install extension" link to install the extension. NOTE: You may use the pun_repository official PunBB extension to download and install extensions from PunBB repository with one click. Maximizing Performance ------------------------ - Run it under a UNIX-like operating system! - Use a proper webserver such as Apache or Zeus. - Use a PHP cache/accelerator tool such as eAccelerator or Alternative PHP Cache. - Make sure that PHP has zlib support so you can enable gzip output compression in "Administration", "Settings". This greatly reduces the size of the XHTML output at a little cost of CPU time. An alternative is to use the Apache modules mod_gzip or mod_deflate. The two methods yield similar results. - Visit the administration interface and disable any forum features that are not used or you feel unnecessary. Links ------- - Documentation: http://punbb.informer.com/wiki/ - Internationalization: http://punbb.informer.com/wiki/punbb13/language_packs - Styles: http://punbb.informer.com/wiki/punbb13/syles - Extensions repository: http://punbb.informer.com/extensions/ - Community Forums: http://punbb.informer.com/forums/ - Twitter: https://twitter.com/punbb_forum - Development: https://github.com/punbb/punbb - Reporting PunBB core SECURITY bugs (only!): http://punbb.informer.com/bugreport.php Copyright and disclaimer -------------------------- This package and its contents are (C) 2002-2012 PunBB, all rights reserved. Partially based on code (C) 2008-2009 FluxBB.org. PunBB is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. PunBB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. Good luck.
Proudly Served by LiteSpeed Web Server at sustcse10.net Port 80