Jump to content

PHP-Nuke: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Nachoman-au (talk | contribs)
m Undid revision 138254754 by 77.248.202.130 (talk)
Line 45: Line 45:


==External links==
==External links==
* [http://phpnuke.org Official website]
* [http://phpnuke.org PHP-Nuke]
* [http://www.phpnuke.org/modules.php?name=Community PHP-Nuke Community (official list)]
* [http://www.phpnuke-database.com Phpnuke Database]- Phpnuke Database
* {{dmoz|Computers/Programming/Languages/PHP/Scripts/Content_Management/PHP-Nuke/|PHP-Nuke}}
* {{dmoz|Computers/Programming/Languages/PHP/Scripts/Content_Management/PHP-Nuke/|PHP-Nuke}}
<!-- Wikipedia is NOT a repository of links. Please feel free to submit your link to the DMoz.org/Google Directory category listed above. -->
<!-- Wikipedia is NOT a repository of links. Please feel free to submit your link to the DMoz.org/Google Directory category listed above. -->



<!-- This is a public comment for any editor.
removing the links wont help,they will be added again.keep in mind that opening a dispute against you is possible. -->


[[Category:Content management systems]]
[[Category:Content management systems]]
Line 54: Line 59:
[[Category:PHP programming language]]
[[Category:PHP programming language]]


[[ar:بي.إتش.بي.نيوك]]
[[ar:??.???.??.????]]
[[ca:PHP-Nuke]]
[[ca:PHP-Nuke]]
[[de:PHP-Nuke]]
[[de:PHP-Nuke]]
[[es:PHP-Nuke]]
[[es:PHP-Nuke]]
[[fr:PHP-Nuke]]
[[he:PHP-Nuke]]
[[he:PHP-Nuke]]
[[ku:PHP-Nuke]]
[[ku:PHP-Nuke]]

Revision as of 23:51, 15 June 2007

PHP-Nuke
Stable release
Repository
Operating systemCross-platform
TypeContent Management System
LicenseGNU General Public License
Websitewww.phpnuke.org

PHP-Nuke is a web based automated news publishing and content management system (a 'nuke') based on PHP and MySQL. The system is fully controlled using a web-based user interface. PHP-Nuke was originally a fork of the Thatware news portal system.

The system is released as free software under the GNU General Public License. Until version 7.5, the latest version of the software was freely downloadable from the PHP-Nuke website; version 7.5 is the first version for which a US$10 download charge is made. This is permitted under the GNU GPL (providing the source code is included), but the purchaser of the software has the right to freely distribute the source code of the product. This charge only applies to the latest version of PHP-Nuke; previous versions are available free of charge. Version 8.0, the current release as of December 14, 2006, is being distributed for US$12.

Starting with version 5.6, the display of a copyright message on webpages is required according with the GPL license section 2(c) and approved by the Free Software Foundation as explained on the official web site [1].

It requires a web server which supports the PHP extension (such as the Apache HTTP Server), as well as an SQL database (such as MySQL, mSQL, PostgreSQL, ODBC, Adabas, Sybase or InterBase).

Features of PHP-Nuke

The main aim of PHP-Nuke is to allow a webmaster to create a community-based portal (similar to that used by Slashdot), with an automated web site allowing users and editors to post news items (user-submitted news items are selected by editors). Users can comment on these articles using the comments system.

Modules may be added to the PHP-Nuke system, allowing the webmaster to add more features (such as an Internet forum or calendar) to their PHP-Nuke installation in addition to the core modules such as News, FAQ and Private Messaging. The whole system is maintained by administrators using the web-based administration section.

PHP-Nuke is able to support many languages, including English, French, Portuguese, Thai and Turkish. Its look and feel can also be customized (to an extent), using the Themes system, although some people have found it difficult to make the site look any different from the standard ⅔ column layout (as used by the program's official website [2]).

Lack of security and criticism

Template:Weasel-section PHP-Nuke has in the past been criticized for containing many security holes. SQL injection is one of the most widely-known flaws in PHP-Nuke's security [3], although other methods of gaining access to the admin panel of a site running PHP-Nuke have been found [4][5]. In February 2005, the Webmail module of PHP-Nuke was removed from all versions due to security problems at the request of EV1Servers.net, phpnuke.org's web hosting service [6]. Since it contains a port of phpBB2, it also inherits phpBB's security flaws.

Forks

The PHP-Nuke project has been forked many times by different people, for different reasons. Notable forks include:

These forks, and others, have all had their own ideas regarding several aspects of the system, and thus do many things in different ways in an attempt to produce a better product. Nevertheless, most, if not all of these systems can be used to produce a community portal similar to that which can be built using PHP-Nuke, although it is possible that these systems are better at doing some things than PHP-Nuke (and vice-versa).