Php Forum Downloads

  1. Free Php Forum Software
  2. Php Forum Indonesia
  3. Php Forum

Download the latest version of MyBB, a free and open source PHP forum software. PHP Forum Script is powerful yet simple PHP forum software, which allows you to integrate a forum section and a discussion board into any website. Codoforum is an advanced, best & most powerful free PHP forum software which is stunningly beautiful, extensible and developer friendly.

This article outlines the general features commonly found in various Internet forum software packages. It highlights major features that the manager of a forum might want and should expect to be commonly available in different forum software. These comparisons do not include remotely hosted services which use their own proprietary software, rather than offering a package for download which webmasters can host by themselves.

  • 2Features
  • 3Other features

General information[edit]

Basic general information about the forums: creator/company, license/price etc.

CreatorLatest release dateCurrent stable versionProgramming languageLicense
bbPress[1]WordPress Foundation2017-09-122.5.14PHP[2]GPL[3]
Beehive Forum[4]Project Beehive Forum Developers2016-11-051.5.2PHPGPL
Discourse[5]Civilized Discourse Construction Kit, Inc.2019-02-082.2.1Ruby, JavaScriptGPL
Discuz![6]Comsenz Inc.2018-01-01X3.4PHPDiscuz! EULA (proprietary, gratis for non-commercial use)
FluxBB[7]FluxBB.org Developers2018-12-311.5.11PHPGPL
FUDforum[8]Advanced Internet Designs Inc.2018-04-093.0.9PHPGPL
Ikonboard[9]Matt Mecham (original creator) Joshua Johnson2012-10-193.1.5APerlProprietary
Invision Power Board[10]Invision Power Services Inc.2019-06-124.4.4PHPProprietary
MyBB[11]MyBB Group2019-06-101.8.21PHPLGPL, moving to BSD in 2.0[12]
Phorum[13]Brian Moon2017-08-235.2.23PHPPhorum License 2 (BSD like)
phpBB[14]phpBB Ltd.2019-05-053.2.7PHPGPL
PunBB[15]PunBB2015-10-141.4.4PHPGPL
Simple Machines Forum[16]Simple Machines2017-11-19[17]2.0.15[17]PHPBSD License
Syndie[18]Anonymous (related to I2P)2014-08-141.107bJavaOpen source, multiple licenses
Thredded[19]Joel Oliveira, Gleb Mazovetskiy, et al.2019-08-170.16.13RubyMIT
Vanilla Forums[20]Vanilla Forums2019-03-152.8.1PHPProprietary/GPL[21]
vBulletin[22]vBulletin Solutions Inc.2019-05-145.5.2PHP[23]Proprietary[24]
XenForoXenForo Limited, Kier Darby, Mike Sullivan.2019-03-122.1.1PHP[25]Proprietary
CreatorLatest release dateCurrent stable versionProgramming languageLicense

Features[edit]

FlatThreadedUser selectable themesUnread message trackingWYSIWYG EditorExport, portabilityEmail / NNTP interfaceLanguagesSSO
bbPressYes[26]No[27]Plugin[28][29]Yes[30]
Beehive ForumYes[26]Yes[26]Partial[26]Full[26]Yes[26] (using TinyMCE)Partial[31]
DiscourseYesNo[32]Yes[33]FullReal-time side-by-side previewFull[34]Partial[35]Yes[36][37]OAuth2[38], Custom[39]
Discuz!Yes[40]
FluxBBYes[26]No[26]Partial[26]Session[26]No[26]Yes[41]
FUDforumYes[26]Yes[26]Yes[26]Full[26]Yes[26]Partial[42]Yes[43]Yes[44]
Invision Power BoardYes[26]Yes[26]Full[26]Yes[26]No[45]No[46]
MyBB[47]Yes[26]Yes[26]Yes[26]Full[26]Yes[26]No[48]No[49][50]Yes[51]
PhorumYes[26]Yes[26]Yes[26]Full[26]Yes[26]Plugin[52]No[53]
phpBB[54]Yes[26]No[26]Yes[26]Full[26]No[26]No[55]No[56][57]Yes[58]Yes (LDAP, OAuth)[59]
PunBB[60]Yes[26]Yes[26]Session[26]No[61][62]
Simple Machines ForumYes[26]No[26]Yes[26]Full[26]Yes[26]Partial [63]No[64]Yes[65]
ThreddedYes[19]No[19]Yes[19]Full[19]No[19]No[19]Read-only[19]Yes[19]Custom[19]
Vanilla ForumsYes[26]Yes[26]Yes[26]Plugin[26]Plugin [66][67]Yes[68]Yes[69]
vBulletin[70]Yes[26]Yes[26]Yes[26]Full[26]Yes[26]Plugin[71][72]No[73]
XenForoYes[26]Yes[26]Full[26]Yes[26]Yes[74]Yes[75]Yes[76]

Flat vs. threaded[edit]

  • A flat forum is one where each message is added onto the end of the discussion, with no set relation to any prior messages (other than being on the same discussion topic — except in case of Off-Topic posting). But, there is normally a feature to 'quote' another user's post, to allow referencing back to other posts.
  • A threaded forum is one where users can specify their message is a reply to an existing message. Threaded forums can display relationships between message topics and associated replies, such as by indenting replies and placing them below the post they reference. Threaded forums are most commonly used for discussions where individual messages tend to be short, such as on social news sites (e.g. Slashdot or reddit), or in commenting systems like Disqus.

User-selectable themes[edit]

Most forums provide an option for the forum owner to customize the look and feel. Some forums also allow the administrator to create multiple styles or themes, and allow the user to choose which one they wish to view. Themes may simply be a different set of colors and graphics, or they may involve a different layout to the forum, such as one optimized for small-screen devices.

The comparison table shows whether a forum software allows forum administrators to customise the 'template' of the forum (or specific sections thereof) without altering the released code. Support is considered partial where it's only possible to add CSS rules in this way.[26]

Unread message tracking[edit]

Unread message tracking refers to the way that is used by forum software to track and display messages that have not yet been read by the current user. This can be one of the following:

  • Session — when a user's session starts, this method relies on the user's 'last visit time' to display all messages created since that date as unread. Everything that was posted before 'last visit time' is considered 'read' regardless of whether the user has actually seen it or not. Until the user's session expires, this method properly tracks read/unread messages, starting with messages that were selected as 'unread' when the user's session started. This method is broadly used, due to the simplicity and speed benefits of only storing and checking against a single database value.
  • Full — forum software which records in the persistent database what messages have been read or unread by each user, regardless of user session expiration. Some forum software also allows the user to 'mark as unread', so that they can come back to a message later.

Export, portability[edit]

This column judges the ability to allow users to export data from the forum installation and then import it in new installations of the same software (cf. right to fork) or feed it to data conversion tools.

Software portability is a key assessment criterion for the choice and procurement of software.[77]

Hp deskjet f2180 installer. HP Deskjet F2180 All in One Driver was listed since April 18, 2017 and is a great program part of Drivers Hardware subcategory. It has achieved over 1,300 installations all time and 54 last week. It has achieved over 1,300 installations all time and 54 last week. Download the latest driver, firmware, and software for your HP Deskjet F2180 All-in-One Printer.This is HP's official website to download drivers free of cost for your HP Computing and Printing products for Windows and Mac operating system. HP Deskjet F2180 printer driver download. The HP printer Deskjet F2180 is one of the best printers, which fulfills your all printing needs. It is an all-in-one printer which comes in very compact and consumes very less power. Apr 16, 2016  The HP Deskjet F2180 All-in-One Printer, Scanner, Copier is built for home users looking for a basic, easy to use all-in-one, one that grants good value for money plus a complete set of print, scan and copy tools.

Email/NNTP interface[edit]

Whether the software can be used with standard Email or NNTP clients. Adoption of standard protocols is key for interoperability.[78]

Languages[edit]

Whether the internationalization and localization of the software are sufficient to both allow and actually provide grammatically correct support for the native language of the target users.[79]

For the purposes of this table, we consider languages used by a number of installations/users equal to at least 1% of the top million web properties using that software,[80] without major reported bugs in support.

Single sign-on[edit]

Single sign-on is often required to enhance web accessibility of the application.[81] This can be accomplished with standards like OAuth and OpenID. Your php settings limit the maximum file size per upload.

Other features[edit]

Duplicate thread prevention[edit]

Automatic recommendation systems based on content and users can help forum users find existing discussions similar to those they're browsing or on the topic they're searching,[82] or else reach the correct users with their posts, avoiding to 'spam' the forum with duplicate or off-topic posts.[83]

Many users do not bother to search a forum and directly create new threads to seek an answer to a question. On some forums, when the user types a new thread subject, the forum software brings up similar threads automatically on the side. This helps keep the number of redundant threads (or the overall forum pollution) to a lower level as users who neglect to search for a topic and are posting a thread may find the answer to their question as they are creating the new thread.

Forum spam defenses[edit]

Most forums are at risk of continuous attack by forum spammers, largely promoting websites with no relevance to the forum's niche. Systems vary in how they are geared to defense, and checking the offering is an important consideration before selection. A forum cannot succeed unless there is an effective system of defense, and an efficient set of tools for spam removal.

Free Php Forum Software

CAPTCHAs are a common feature used among most internet forum software and are often used to prevent automated registrations.

Banning or deleting membership should come as standard, with the ability to blacklist the username, email address or IP address for variable time spans.

Reference to an anti-forum spam database can be built into the forum software, or offered as add-ons for specific databases.

User-friendly URLs[edit]

Human-friendly forum URLs do not have a query string and instead contain only the path of the topic. A user-unfriendly URL may contain cryptic parameters, numeric IDs, or file type extensions (e.g. .php) that do not matter to the user and could change if the forum is reimplemented using a different programming language. User-friendly URLs are easy to remember and to type, and may enhance search engine optimization (SEO).

  • user-unfriendly URL example: http://example.com/forum/index.php?t=rview&th=120029
  • user-friendly URL example: http://example.com/usability-issues/user-friendly-urls

In general this is accomplished via URL mapping, however, historically in many forum software packages, human-friendly URLs are an afterthought implemented via URL rewriting, and URLs often contain a numeric ID which represents the thread, while the remainder of the URL can in reality be any string: http://example.com/forum/12345/lets-use-friendly-urls and http://example.com/forum/12345/bogus-path-actually point to the same thread, http://example.com/forum/12345/.

The only non-controversial counter-argument to using user-friendly URLs is that they would be leaked in the HTTP referer header field when a user clicks on an external link from a post, which is undesirable for private (sub)forums, since a URL derived from the topic title could convey sensitive information.[84] This issue can be resolved by rewriting external links to point to a redirection page that performs referer hiding.

Data storage[edit]

Information about what data storage system can be used.

MySQLPostgreSQLMSSQLOracleSQLiteFirebirdFlat file
bbPress[2]YesNoNoNoNoNoNo
Beehive ForumYesNoNoNoNoNoNo
DiscourseNoYesNoNoNoNoNo
Discuz!YesYesNoNoNoNoNo
FluxBBYesYesNoNoSQLite 2[85]NoNo
FUDforumYesYesYesYesYesYesNo
IkoYesNoNoNoNoNoNo
IkonboardYesYesNoYesNoNoYes
Invision Power BoardYesNoDiscontinued [86]NoNoNoNo
kusabaYesNoNoNoNoNoNo
MyBB[47]YesYesNoNoYesNoNo
PhorumYesNoNoNoNoNoNo
phpBB[54]Yesv8.2 or newer[87][88]YesYesYesDiscontinuedNo
PunBB[60]YesYesNoNoYesNoNo
Simple Machines ForumYesYesNoNoYesNoNo
SyndieYes (HSQLDB)NoNoNoNoNoNo
Thredded[19]YesYesNoNoYesNoNo
Vanilla ForumsYesNoNoNoNoNoNo
vBulletin[70]YesNoNoNoNoNoNo
XenForoYesNoNoNoNoNoNo

References[edit]

Php Forum Indonesia

  1. ^'bbPress.org'. bbpress.org. Retrieved 2015-11-24.
  2. ^ ab'Requirements · bbPress.org'. bbpress.org. Retrieved 2015-11-24.
  3. ^'License · bbPress.org'. bbpress.org. Retrieved 2015-11-24.
  4. ^'Project Beehive Forum'. beehiveforum.net. Retrieved 2015-11-24.
  5. ^'Discourse'. www.discourse.org. Retrieved 2016-07-26.
  6. ^'Discuz! X – 产品 – 北京康盛新创科技有限责任公司'. www.comsenz.com. Retrieved 2015-11-24.
  7. ^'FluxBB 1.5.9 released'. FluxBB.org. Retrieved 2015-11-24.
  8. ^'FUDforum: Welcome to the forum'. fudforum.org. Retrieved 2015-11-24.
  9. ^'ikonboard'. SourceForge. Retrieved 2015-11-24.
  10. ^'IPS Community Suite 4 – Forums, CMS, eCommerce & more – IPS Community Suite'. IPS Community Suite. Retrieved 2015-11-24.
  11. ^'MyBB – Free and Open Source Forum Software'. www.mybb.com. Retrieved 2017-01-23.
  12. ^'Change of license for MyBB 2.0'. Retrieved 2016-03-30.
  13. ^'Phorum Open Source PHP Forum Software'. www.phorum.org. Retrieved 2015-11-24.
  14. ^'phpBB • Free and Open Source Forum Software'. www.phpbb.com. Retrieved 2015-11-24.
  15. ^'PunBB'. punbb.informer.com. Retrieved 2015-11-24.
  16. ^'Simple Machines Forum – Free & open source community software'. www.simplemachines.org. Retrieved 2015-11-24.
  17. ^ ab'Simple Machines Forum – Free & open source community software'. Simplemachines.org. Retrieved 2017-04-22.
  18. ^'Syndie'. www.syndie.de. Archived from the original on 2016-01-12. Retrieved 2015-11-24.Cite uses deprecated parameter dead-url= (help)
  19. ^ abcdefghijk'Thredded'. thredded.org. Retrieved 2019-08-17.
  20. ^'Community Forum Software'. Vanilla Forums. Retrieved 2015-11-24.
  21. ^Vanilla Forums. 'Open Source Forum Software'. Vanilla Forums. Retrieved 2017-04-22.
  22. ^'vBulletin Announcements – vBulletin Community Forum'. www.vbulletin.com. Retrieved 2015-11-24.
  23. ^'vBulletin Manual'. www.vbulletin.com. Retrieved 2017-12-29.
  24. ^'vBulletin FAQ – Frequently Asked Questions'. www.vbulletin.com. Retrieved 2017-12-29.
  25. ^'XenForo Installation and upgrades, XenForo 2 Manual'. xenforo.com. Retrieved 2018-02-17.
  26. ^ abcdefghijklmnopqrstuvwxyzaaabacadaeafagahaiajakalamanaoapaqarasatauavawaxayazbabbbcbdbe'ForumMatrix on phpBB, SMF, vBulletin, bbPress, Beehive Forum, FluxBB, FUDforum, Invision Power Board, MyBB, Phorum, punBB, UBB.threads, Vanilla, XenForo'. CosmoCode. 2007–2016. Retrieved 2016-10-15.
  27. ^'pippinsplugins/bbPress-Export-and-Import'. GitHub.
  28. ^'rmccue/Falcon'. GitHub. Retrieved 27 February 2018.
  29. ^'Topic: Post by Email & Social Media Integration · bbPress.org'. bbpress.org. Retrieved 27 February 2018.
  30. ^'bbPress in Your Language · bbPress Codex'. codex.bbpress.org. Retrieved 27 February 2018.
  31. ^'BeehiveForum/BeehiveForum'. GitHub. Retrieved 27 February 2018.
  32. ^'Archived copy'. Archived from the original on 2018-01-16. Retrieved 2018-01-15.Cite uses deprecated parameter dead-url= (help)CS1 maint: archived copy as title (link)
  33. ^'Allow users to select dark / light theme'. Discourse Meta. Retrieved 27 February 2018.
  34. ^'Move your Discourse to a different server'. Retrieved 6 March 2017.
  35. ^'Discourse – Meta'. meta.wikimedia.org. Retrieved 27 February 2018.
  36. ^'Translating Discourse with Transifex'. Discourse Blog. Retrieved 27 February 2018.
  37. ^'Discourse Translations'. 2016-04-15.
  38. ^'Archived copy'. Archived from the original on 2016-10-19. Retrieved 2016-10-15.Cite uses deprecated parameter dead-url= (help)CS1 maint: archived copy as title (link)
  39. ^'Official Single-Sign-On for Discourse (sso)'. Discourse Meta. Retrieved 27 February 2018.
  40. ^'Discuz.ML'. discuz.ml.
  41. ^'Language packs – FluxBB'. fluxbb.org. Retrieved 27 February 2018.
  42. ^For admins: http://fudforum.org/forum/index.php?t=msg&th=120851
  43. ^Native NNTP gateway: http://fudforum.org/forum/index.php?t=msg&th=120406&goto=167140&#msg_167140
  44. ^'ForumMatrix / FUDforum Features – Compare Them All'. www.forummatrix.org. Retrieved 27 February 2018.
  45. ^Only 3 languages updated in one year. https://invisionpower.com/files/category/107-language-packs/?sortby=file_name&filter=file_free&sortby=file_updated&sortdirection=desc&page=1Archived 2016-04-24 at the Wayback Machine
  46. ^'4.0 – Login Handlers'. Invision Community. Retrieved 27 February 2018.
  47. ^ ab'Features – MyBB'. www.mybb.com. Retrieved 2015-11-24.
  48. ^Group, MyBB. 'MyBB – Mods – Export Thread v1.0.0'. mods.mybb.com. Retrieved 27 February 2018.
  49. ^Group, MyBB. 'MyBB – Mods – Post Via Email'. mods.mybb.com. Retrieved 27 February 2018.
  50. ^'Allow users to post via email or web service'. community.mybb.com. Retrieved 27 February 2018.
  51. ^Group, MyBB. 'Extend MyBB – Translations – MyBB 1.8 Language Packs'. community.mybb.com. Retrieved 27 February 2018.
  52. ^'Phorummail for Phorum 5'. www.phorum.org. Retrieved 27 February 2018.
  53. ^'Phorum Support Forums :: 5.2 Language Files'. www.phorum.org. Retrieved 27 February 2018.
  54. ^ ab'Features'. phpbb.com. Retrieved 24 November 2015.
  55. ^'phpBB: Export all posts for a user into a file – Nejko's randomness'. 29 March 2016. Archived from the original on 29 March 2016. Retrieved 27 February 2018.Cite uses deprecated parameter deadurl= (help)CS1 maint: BOT: original-url status unknown (link)
  56. ^'I'm struggling with phpBB2 and mail2forum'. www.phpbb2refugees.com. Retrieved 27 February 2018.
  57. ^'phpBB • [ABD] Mail2forum for phpBB 3'. www.phpbb.com. Retrieved 27 February 2018.
  58. ^'phpBB • Language Packs'. www.phpbb.com. Retrieved 27 February 2018.
  59. ^'phpBB • 3.1 User Guide'. www.phpbb.com. Retrieved 27 February 2018.
  60. ^ ab'comparison_to_other_discussion_boards – PunBB Wiki'. punbb.informer.com. Retrieved 2015-11-24.
  61. ^'Language packs (Page 1) — PunBB Forums'. punbb.informer.com. Retrieved 27 February 2018.
  62. ^'punbb/langs'. GitHub. Retrieved 27 February 2018.
  63. ^PM: http://custom.simplemachines.org/mods/index.php?action=search;basic_search=export
  64. ^'Post from Email'. custom.simplemachines.org.
  65. ^'Downloads'. download.simplemachines.org. Retrieved 27 February 2018.
  66. ^Attachments: http://vanillaforums.org/addon/myattachments-plugin
  67. ^Admin-only: http://vanillaforums.org/addon/porter-core
  68. ^'Vanilla languages'. 2016-04-15. 2 languages 100 % translated.
  69. ^'Vanilla forums'. docs.vanillaforums.com. Retrieved 27 February 2018.
  70. ^ ab'vBulletin Forum Features'. vbulletin.com. Retrieved 24 November 2015.
  71. ^'Major Additions – Email Integration (New threads/replies by email) – vBulletin.org Forum'. www.vbulletin.org. Retrieved 27 February 2018.
  72. ^vB 4: https://www.vbulletin.org/forum/showpost.php?p=2489379&postcount=1069
  73. ^'vBulletin Languages & Phrases – vBulletin Community Forum'. vBulletin Community Forum. Retrieved 27 February 2018.
  74. ^https://xenforo.com/xf2-docs/manual/importing/
  75. ^https://xenforo.com/community/resources/categories/xenforo-translations.14/ Available translations for latest version.
  76. ^https://xenforo.com/xf2-docs/manual/connected-accounts/ OAuth SSO provided by Connected accounts feature.
  77. ^'FSFE's Comments on the EU Digital Single Market Strategy'. FSFE – Free Software Foundation Europe. Retrieved 2018-02-27.
  78. ^Centre for Intellectual Property & Policy Management at Bournemouth University (25 October 2012). Open Standards in Government IT: A Review of the Evidence(PDF).
  79. ^Patrick A.V. Hall, Martyn A. Ould, eds. (1996). Software Without Frontiers: A multi-platform, multi-cultural, multi-nation approach. With contributions and leadership by Ray Hudson, Costas Spyropoulos, Timo Honkela et al. Wiley. ISBN9780471969747.CS1 maint: uses editors parameter (link) CS1 maint: others (link)
  80. ^'Forum Software technologies Web Usage Statistics'. trends.builtwith.com. Retrieved 2018-02-27.
  81. ^Za, S.; D’Atri, E.; Resca, A. (1 January 2011). Single Sign-On in Cloud Computing Scenarios: A Research Proposal(PDF). Information Technology and Innovation Trends in Organizations. Physica-Verlag HD. pp. 45–52. doi:10.1007/978-3-7908-2632-6_6. ISBN9783790826319. Retrieved 15 April 2016.
  82. ^Zhao, Jun; Bu, Jiajun; Chen, Chun; Guan, Ziyu; Wang, Can; Zhang, Cheng (2010-01-01). 'Learning a User-thread Alignment Manifold for Thread Recommendation in Online Forum'. Proceedings of the 19th ACM International Conference on Information and Knowledge Management. CIKM '10. New York, NY, USA: ACM: 559–568. doi:10.1145/1871437.1871511. ISBN9781450300995.
  83. ^Li, Yung-Ming; Liao, Tzu-Fong; Lai, Cheng-Yang (2012-09-01). 'A social recommender mechanism for improving knowledge sharing in online forums'. Information Processing & Management. Large-Scale and Distributed Systems for Information Retrieval. 48 (5): 978–994. doi:10.1016/j.ipm.2011.10.004.
  84. ^Frèrejean, Erik. 'SEO URLs'. phpBB 'Arsia' 3.2 Development. Area51 phpBB. Retrieved 2011-06-25.
  85. ^'punbb/punbb'. GitHub. Retrieved 27 February 2018.
  86. ^'MSSQL still supported?'. Invision Community. Retrieved 27 February 2018.
  87. ^'3.1 'Ascraeus' to drop support for PostgreSQL < 8.3 - Development Discussion Board'. area51.phpbb.com. Retrieved 27 February 2018.
  88. ^'PhpBB3.1 – phpBB Development Wiki'. wiki.phpbb.com. Retrieved 27 February 2018.

Php Forum

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Comparison_of_Internet_forum_software&oldid=911223245'