PHP-Nuke

This is an old revision of this page, as edited by Greenman (talk | contribs) at 17:21, 5 January 2015 (release). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PHP-Nuke is a web-based automated news publishing and content management system based on PHP and MySQL originally written by Francisco Burzi. The system is controlled using a web-based user interface. PHP-Nuke was originally a fork of the Thatware news portal system.

PHP-Nuke
Original author(s)Francisco Burzi
Stable release
8.3.2 / January 30, 2014 (2014-01-30)[1]
Repository
Written inPHP
Operating systemCross-platform
TypeContent management system
LicenseGNU General Public License
Websitehttp://www.phpnuke.org

PHP-Nuke was originally released under the GNU General Public License as free software. Versions after 7.5 required a license fee; from version 8.3 it became free again. This is permitted under the GNU GPL (providing the source code is included), and the purchaser of the software has the right to freely distribute the source code of the product. Burzi no longer owns the PHP-Nuke site.

As of version 5.6, the display of a copyright message on webpages is required in accordance with the GPL section 2(c).[2]

PHP-Nuke 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 is a content management system allowing webmasters to create community-based portals (websites), allowing users and editors to post news items (user-submitted news items are selected by editors) or other types of articles. Registered users can then comment on these articles.

Modules can be added to the PHP-Nuke system allowing additional features such as an Internet forum, Calendar, News Feed, FAQs, Private Messaging and others. The site is maintained through an administration interface.

PHP-Nuke includes the following standard modules:

  • Advertising—Manages ads on the page layout (theme). Supports images/links, JavaScript/HTML, and Flash
  • Avantgo—Provides mobile versions of the last 10 news articles
  • Content—Manages the main content "pages"
  • Downloads—Manages file downloads. There are no uploads—it stores links to files on other servers
  • Encyclopedia—Manages phrases/words and definitions
  • FAQ—Manages Frequently Asked Questions (FAQ)
  • Feedback—Communicate to the webmaster. It is an online form, but provides feedback via email.
  • Forums—Manages discussion forums for the site. It is based on bb2nuke, which is a PHP-Nuke port of the popular open-source phpBB discussion board.
  • Journal—Maintain public and/or private notes
  • Members List—Displays site members
  • News—Manages news stories, including future-dated news to be released at a specific date and time. Each article can be assigned to a single category.
  • Private Messages—Allows members to send private messages to others on the site. Members can prevent messages from other members.
  • Recommend Us—Send an email message recommending the site to others.
  • Search—Allows users to search your site.
  • Statistics—Displays summary and detailed site statistics, including page views.
  • Stories (News) Archives—Provides access to older news articles.
  • Submit News—Allow visitors to submit news. Email notification is sent, but the submission is stored in the administrator control panel. Administrator can delete, edit, and/or post the article without rekeying.
  • Surveys (Polls)—Create visitor surveys
  • Top—Displays the most-visited articles, downloads, etc.
  • Topics—Displays news by topic. The administrator defines the topics and assigns topics to content.
  • Web Links—Manages a hierarchical directory of links to selected websites
  • Your Account—Manages members "profile" information, including their preferred theme, the number of news articles to display on their home page, etc.

PHP-Nuke supports many languages and its look and feel can be customized using the Themes system, but major changes requires knowledge of PHP, HTML and CSS.

Issues

Several security holes have been discovered in PHP-Nuke, including SQL injection via unchecked PHP code.[3][4] PHP-Nuke may have issues with some search engine indexes. PHP-Nuke does not use simple URLs or unique titles for pages.

Forks

Notable forks include:

License

PHP-Nuke is distributed for free and licensed under the GNU/GPL license; however, current versions must be purchased and can then be distributed for free.

Notes