phpbb
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 22
phpBB Blog 2.3
phpBB Blog is a blog tool for phpBB. more>>
phpBB Blog is a blog tool for phpBB. The basic idea is this: you have a phpBB installation already running, youve set up a forum for your posts, and now you want to have a blog-ish page and RSS file to show off each post.
There are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
<<lessThere are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
Download (0.055MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1387 downloads
WWW::phpBB 0.01
WWW::phpBB is a phpBB forum scraper Perl module. more>>
WWW::phpBB is a phpBB forum scraper Perl module.
SYNOPSIS
use WWW::phpBB;
# scrape as guest
my $phpbb = WWW::phpBB->new(
base_url => http://localhost/~stefan/forum1,
db_host => localhost,
db_user => stefan,
db_passwd => somepass,
db_database => stefan,
db_prefix => phpbb2_,
);
$phpbb->empty_tables();
$phpbb->get_users();
$phpbb->scrape_forum_common();
# scrape a german forum, loging in just to get the memberlist
my $phpbb = WWW::phpBB->new(
base_url => http://localhost/~stefan/index.php?mforum=de,
db_host => localhost,
db_user => stefan,
db_passwd => somepass,
db_database => stefan,
db_prefix => phpbb3_,
post_date_format => qr/(d+)s+(w+),s+(d+)s+(d+):(d+)/,
post_date_pos => [qw(day_of_month month_name year hour minutes)],
forum_user => raDical,
forum_passwd => lfdiugyh,
);
$phpbb->empty_tables();
$phpbb->forum_login();
$phpbb->get_users();
$phpbb->forum_logout();
$phpbb->scrape_forum_common();
# update an already scraped forum, maybe as a daily cron job
# $phpbb->update_overwrite(1); # dont try to keep modified data
$phpbb->update_users();
$phpbb->update_forum_common();
This module can be used to scrape a phpBB instalation using the web interface. It requires a local phpBB setup that will be overwritten and it can only access what is available to the web browser (no private messages or user settings). Scraping is possible as a guest or as a loged in member.
If used with an administrator name and password it will copy all the member e-mails (not just the public ones) allowing them to request a new random password from the new installation site and continue using the forum. The current implementation lacks search support, but this problem will disappear if you convert the forum to SMF. The "mforum" script is supported.
<<lessSYNOPSIS
use WWW::phpBB;
# scrape as guest
my $phpbb = WWW::phpBB->new(
base_url => http://localhost/~stefan/forum1,
db_host => localhost,
db_user => stefan,
db_passwd => somepass,
db_database => stefan,
db_prefix => phpbb2_,
);
$phpbb->empty_tables();
$phpbb->get_users();
$phpbb->scrape_forum_common();
# scrape a german forum, loging in just to get the memberlist
my $phpbb = WWW::phpBB->new(
base_url => http://localhost/~stefan/index.php?mforum=de,
db_host => localhost,
db_user => stefan,
db_passwd => somepass,
db_database => stefan,
db_prefix => phpbb3_,
post_date_format => qr/(d+)s+(w+),s+(d+)s+(d+):(d+)/,
post_date_pos => [qw(day_of_month month_name year hour minutes)],
forum_user => raDical,
forum_passwd => lfdiugyh,
);
$phpbb->empty_tables();
$phpbb->forum_login();
$phpbb->get_users();
$phpbb->forum_logout();
$phpbb->scrape_forum_common();
# update an already scraped forum, maybe as a daily cron job
# $phpbb->update_overwrite(1); # dont try to keep modified data
$phpbb->update_users();
$phpbb->update_forum_common();
This module can be used to scrape a phpBB instalation using the web interface. It requires a local phpBB setup that will be overwritten and it can only access what is available to the web browser (no private messages or user settings). Scraping is possible as a guest or as a loged in member.
If used with an administrator name and password it will copy all the member e-mails (not just the public ones) allowing them to request a new random password from the new installation site and continue using the forum. The current implementation lacks search support, but this problem will disappear if you convert the forum to SMF. The "mforum" script is supported.
Download (0.012MB)
Added: 2006-05-31 License: Perl Artistic License Price:
1244 downloads
phpBB Rivals 0.11.0
phpBB Rivals is a free open source alternative to overpriced gaming scripts. more>>
phpBB Rivals is a free open source alternative to overpriced gaming scripts. phpBB Rivals offers a complete ladder, clan, tournament & league scripts all in one convenient package.
It is highly customizable, expandable & configurable with a pleasant GUI, to meet your websites unique needs. Support is complete free and it is easy to keep up to date on new releases.
Main features:
Clan Section
- Users can create unlimited clans.
- Users have a full Clan Control Panel.
- Edit clan.
- Invite users.
- Accept / Decline challenges.
- Issue challenges.
- Report win / loss on matches or tournaments.
- Create tickets.
- Manage members.
- Users can leave clans.
- Users can signup for tournaments.
- Full clan page.
- View complete stats.
- View match history.
- View on-going matches.
- Cheat proof.
- Much more ...
Ladder Section
- Users can view ladders, subladders and platforms.
- Users can sort the ladder views.
- Users can view ladder rules.
- Easy to see rank images.
- Much more ...
Tournament Section
- Single elimination or double elimination tournaments.
- Users can sign their clans up.
- View sponsors
- View the brackets and current standings.
- View tournament details.
- Private and public tournaments.
- Unlimited number of brackets.
- Cheat proof.
- Much more ...
- Easy web-interface.
- Secure code.
<<lessIt is highly customizable, expandable & configurable with a pleasant GUI, to meet your websites unique needs. Support is complete free and it is easy to keep up to date on new releases.
Main features:
Clan Section
- Users can create unlimited clans.
- Users have a full Clan Control Panel.
- Edit clan.
- Invite users.
- Accept / Decline challenges.
- Issue challenges.
- Report win / loss on matches or tournaments.
- Create tickets.
- Manage members.
- Users can leave clans.
- Users can signup for tournaments.
- Full clan page.
- View complete stats.
- View match history.
- View on-going matches.
- Cheat proof.
- Much more ...
Ladder Section
- Users can view ladders, subladders and platforms.
- Users can sort the ladder views.
- Users can view ladder rules.
- Easy to see rank images.
- Much more ...
Tournament Section
- Single elimination or double elimination tournaments.
- Users can sign their clans up.
- View sponsors
- View the brackets and current standings.
- View tournament details.
- Private and public tournaments.
- Unlimited number of brackets.
- Cheat proof.
- Much more ...
- Easy web-interface.
- Secure code.
Download (0.056MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
956 downloads
phpBB Fetch All 2.0.15
phpBB Fetch All is a plugin for phpBB that displays data from the forum on any page of a Web site. more>>
phpBB Fetch All is a modification to phpBB that displays data from the forum on any page of a website. It supports all phpBB versions from the 2.0.x branch.
Enhancements:
- added $CFG[posts_enable_local_links] to posts.php to remove all target=_blank strings from the post text (thanks to bdepauw)
- closed a possible vulnerability in portal.php (thanks to taipo and VxJasonxV)
- two small changes for phpBB mod compatibility
- fixed a typo in pafiledb.php (thanks to Odin and vfx)
<<lessEnhancements:
- added $CFG[posts_enable_local_links] to posts.php to remove all target=_blank strings from the post text (thanks to bdepauw)
- closed a possible vulnerability in portal.php (thanks to taipo and VxJasonxV)
- two small changes for phpBB mod compatibility
- fixed a typo in pafiledb.php (thanks to Odin and vfx)
Download (0.040MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1524 downloads
phpBB 2.0.22 / 3.0 RC4
phpBB is a UBB-style dissussion board written in PHP backended by a MySQL database. more>>
phpBB project is a fully scalable, high powered and highly customizable Open Source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ.
Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.
Main features:
- Supports popular database servers
- Unlimited forums and posts
- Multiple language interface
- Private or public forums
- Powerful search utility
- Private messaging system
- Complete customisation with templates
- See the complete feature list...
<<lessBased on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.
Main features:
- Supports popular database servers
- Unlimited forums and posts
- Multiple language interface
- Private or public forums
- Powerful search utility
- Private messaging system
- Complete customisation with templates
- See the complete feature list...
Download (0.50MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
841 downloads
BitNami phpBB Stack for Linux 3.0.2.0
leading bulletin board solutions and quickly rose to be the worlds leading more>> BitNami phpBB Stack is an easy to use installer for phpBB, which since its inception, has been among the leading bulletin board solutions and quickly rose to be the worlds leading Open Source forum software. phpBB has always comprised of a key feature set, including powerful permission systems, private messaging, search functions, a customisable template and language system, as well as support for multiple databases. In the 5 years that have followed its initial release, phpBB2 has gained a huge following worldwide and has played an important role in defining the success of Open Source software.
The BitNami Project was created to help spread the adoption of freelyavailable, high quality, open source web applications. BitNami aims to make it easier than ever to discover, download and install open source software such as document and content management systems, wikis and blogging
software.
Since its inception, phpBB has been among the leading bulletin board solutionsand quickly rose to be the worlds leading Open Source forum software. phpBB has always comprised of a key feature set,including powerful permission systems, private messaging, search functions, a customisable template and language system, as well as support for multiple databases.In the 5 years that have followed its initial release, phpBB2 has gained a huge following worldwide and has played an important role in defining the success of Open Source software. phpBB Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specific licenses of all open source components included.
The BitNami phpBB Stack is an installer that greatly simplifies the installation of phpBB and runtime dependencies. It includes ready-to-run versions of Apache, MySQL and PHP.<<less
Download (62.19MB)
Added: 2009-04-16 License: Freeware Price: Free
190 downloads
PhreakPic Beta
PhreakPic project is a Web gallery designed for any kind of content that can be displayed visually. more>>
PhreakPic project is a Web gallery designed for any kind of content that can be displayed visually.
The content can be sorted into multiple (sub)cateogries.
Thumbnails are generated automatically, and it has several methods to add new content.
Every function can be managed through an access-control system, and all functions are accessible through the Web interface.
It uses the userbase of an existing phpBB2 installation and the Smarty template system.
Main features:
- Categories and unlimited sub-categories
- Detailed Rightsmanagment
- Categories and Subcategories
- Threaded Comments for every category, content and serie
- Template System (Smarty)
- It can log how long someone stays at a picture (BigBrother Feature)
- Its easy to implement other filetypes (e.g. Movies)
- You can create almost unlimited possibilities of searches, through costumizalbe sql queries (e.g. New Pictures/Comments, Most viewed pictures,...)(No Admin interface yet)
- PhreakPic uses the phpBB2 usermanagement, so you have no redundant userdatabase (it should be possible to use other userbases as well)
- And standard stugg like generating thumbnails
Enhancements:
- Added recursive change of groups
- Merged catand contentgroups
- Cleaned up ACP
- Date at comments now follow the dateformat of phpBB
- Added current picture and thread to the write comment page
- Added Thumbs per page selector
- Added content basket
- Added download for content basket
- Added user profile configuration
- Added basket page
- Child content amount now saved in db (for performance)
- Comments amount saved in db (for performace)
- added phpBB avatars to the comments
- fixed problem when a picture was in thumb view several times
- made nav bar an include
- added phpBB2 avatar to comments
- added possibility the change parent cat of cat
- change group of a cat
- edit comments
- some exif informations
- added rights management for adding and removing user to usergroups
- created UCP
<<lessThe content can be sorted into multiple (sub)cateogries.
Thumbnails are generated automatically, and it has several methods to add new content.
Every function can be managed through an access-control system, and all functions are accessible through the Web interface.
It uses the userbase of an existing phpBB2 installation and the Smarty template system.
Main features:
- Categories and unlimited sub-categories
- Detailed Rightsmanagment
- Categories and Subcategories
- Threaded Comments for every category, content and serie
- Template System (Smarty)
- It can log how long someone stays at a picture (BigBrother Feature)
- Its easy to implement other filetypes (e.g. Movies)
- You can create almost unlimited possibilities of searches, through costumizalbe sql queries (e.g. New Pictures/Comments, Most viewed pictures,...)(No Admin interface yet)
- PhreakPic uses the phpBB2 usermanagement, so you have no redundant userdatabase (it should be possible to use other userbases as well)
- And standard stugg like generating thumbnails
Enhancements:
- Added recursive change of groups
- Merged catand contentgroups
- Cleaned up ACP
- Date at comments now follow the dateformat of phpBB
- Added current picture and thread to the write comment page
- Added Thumbs per page selector
- Added content basket
- Added download for content basket
- Added user profile configuration
- Added basket page
- Child content amount now saved in db (for performance)
- Comments amount saved in db (for performace)
- added phpBB avatars to the comments
- fixed problem when a picture was in thumb view several times
- made nav bar an include
- added phpBB2 avatar to comments
- added possibility the change parent cat of cat
- change group of a cat
- edit comments
- some exif informations
- added rights management for adding and removing user to usergroups
- created UCP
Download (MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1136 downloads
phpBazar 2.1.1
phpBazar provides a PHP/mySQL Classified Ads & Matchmaking product. more>>
phpBazar provides a PHP/mySQL Classified Ads & Matchmaking product.
Main features:
- WebSetup Install/Update-Tool
- Easy Config (config.php-File, style.css-File)
- Multi Languages, easy customizeable with Variables & Templates (incl.: English, German, French)
- Online Language Switch (unlimited Languages supported)
- Automatic Dynamic PageBreaks
- User (Member) Registration (incl. E-Mail confimation)
- User (Member) Authentification (Cookie based)
- User (Member) Data-Administration
- Lost Password Function
- Unlimited Members
- Unlimited Categories
- Unlimited SubCategories
- Special Feature Field
- 20 Feature Fields (Text-, Select-, Checkbox-Field)
- 10 Feature Icons
- Category Structured Display
- Attachment Upload/Display Function (max. 5 per ad)
- Picture Upload/Display Function (max. 5 per ad, .gif .jpg .png supported)
- Pictures Stored File-based or DB-based
- Picture Preview and Thumbnail View (GD-Lib & ImangeMagick supported)Webmail (Inbox/Sent/Trash)
- Send Ad-Reply (E-Mail) Function (incl. CarbonCopy & Attachment!)
- Send Fried Ad-URL-Reffer (E-Mail)
- Send ICQ-Message
- Goto Ad-Member URL
- Ad Rating
- Ad Statistic
- Ad Print
- Search Ads (simple & advanced)
- My Ads (edit & delete)
- My Favorits
- AutoNotify-Function
- Notify for timeouted Ads
- Ad-of-the-Day (or Week, Month)
- FloodProtect
- Useronline and Details
- Memberlisting & Search, Member-Details, Member-Ads
- IP-Logging & Banning
- User (Member) Banning
- Long-Word-Filter
- Dirty-Word-Filter
- Processing Time Display
- GZip output compression - 100% speed increase on PHP4.x.x
- Smilies Database & Conversation & dyn. Help
- Event Logging (Registration, Login, Logout, New Ad, Changed Ad, ...)
- Webmaster (E-Mail) Notify (Add User, Add Ad, Reply Ad, ...)
- Web-Admin-Panel (Statistics, Members, Categories, (HTML-)Newsletter,...)
- Admin Approval for new Ads
- Admin Database Backup
- Admin Database Cleanup
- Much More ...
- BONUS: Guestbook integrated (phpBook)
- BONUS: Voting integrated (phpVote)
- BONUS: Forum-Interface integrated (e.g. for FREE phpBB Forum)
- BONUS: Chat-Interface integrated (e.g. for phpBazarChat)
<<lessMain features:
- WebSetup Install/Update-Tool
- Easy Config (config.php-File, style.css-File)
- Multi Languages, easy customizeable with Variables & Templates (incl.: English, German, French)
- Online Language Switch (unlimited Languages supported)
- Automatic Dynamic PageBreaks
- User (Member) Registration (incl. E-Mail confimation)
- User (Member) Authentification (Cookie based)
- User (Member) Data-Administration
- Lost Password Function
- Unlimited Members
- Unlimited Categories
- Unlimited SubCategories
- Special Feature Field
- 20 Feature Fields (Text-, Select-, Checkbox-Field)
- 10 Feature Icons
- Category Structured Display
- Attachment Upload/Display Function (max. 5 per ad)
- Picture Upload/Display Function (max. 5 per ad, .gif .jpg .png supported)
- Pictures Stored File-based or DB-based
- Picture Preview and Thumbnail View (GD-Lib & ImangeMagick supported)Webmail (Inbox/Sent/Trash)
- Send Ad-Reply (E-Mail) Function (incl. CarbonCopy & Attachment!)
- Send Fried Ad-URL-Reffer (E-Mail)
- Send ICQ-Message
- Goto Ad-Member URL
- Ad Rating
- Ad Statistic
- Ad Print
- Search Ads (simple & advanced)
- My Ads (edit & delete)
- My Favorits
- AutoNotify-Function
- Notify for timeouted Ads
- Ad-of-the-Day (or Week, Month)
- FloodProtect
- Useronline and Details
- Memberlisting & Search, Member-Details, Member-Ads
- IP-Logging & Banning
- User (Member) Banning
- Long-Word-Filter
- Dirty-Word-Filter
- Processing Time Display
- GZip output compression - 100% speed increase on PHP4.x.x
- Smilies Database & Conversation & dyn. Help
- Event Logging (Registration, Login, Logout, New Ad, Changed Ad, ...)
- Webmaster (E-Mail) Notify (Add User, Add Ad, Reply Ad, ...)
- Web-Admin-Panel (Statistics, Members, Categories, (HTML-)Newsletter,...)
- Admin Approval for new Ads
- Admin Database Backup
- Admin Database Cleanup
- Much More ...
- BONUS: Guestbook integrated (phpBook)
- BONUS: Voting integrated (phpVote)
- BONUS: Forum-Interface integrated (e.g. for FREE phpBB Forum)
- BONUS: Chat-Interface integrated (e.g. for phpBazarChat)
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
937 downloads
PHP-Nuke 7.8
PHP-Nuke is a Web portal and online community system that includes Web-based administration, survey. more>>
PHP-Nuke is a Web Portal System or content management system. PHP-Nukes goal is to have an automated web site to distribute news and articles with users system. Each user can submit comments to discuss the articles.
Main features include: web based admin, surveys, top page, access stats page with counter, user customizable box, themes manager for registered users, friendly administration GUI with graphic topic manager, option to edit or delete stories, option to delete comments, moderation system, Referers page to know who link us, sections manager, customizable HTML blocks, user and authors edit, an integrated Banners Ads system, search engine, backend/headlines generation (RSS/RDF format), and many, many more friendly functions. PHP-Nuke is written 100% in PHP and requires Apache Web server, PHP and a SQL (MySQL, MySQL4, msSQL, PostgreSQL, Access, ODBC, DB2, Oracle and SQLite).
Support for 33 languages, Yahoo like search engine, Comments option in Polls, lot of themes, Ephemerids manager, File Manager, Headlines, download manager, faq manager, advanced blocks systems, reviews system, newsletter, categorized articles, multilanguage content management, phpBB Forums included and a lot more.
<<lessMain features include: web based admin, surveys, top page, access stats page with counter, user customizable box, themes manager for registered users, friendly administration GUI with graphic topic manager, option to edit or delete stories, option to delete comments, moderation system, Referers page to know who link us, sections manager, customizable HTML blocks, user and authors edit, an integrated Banners Ads system, search engine, backend/headlines generation (RSS/RDF format), and many, many more friendly functions. PHP-Nuke is written 100% in PHP and requires Apache Web server, PHP and a SQL (MySQL, MySQL4, msSQL, PostgreSQL, Access, ODBC, DB2, Oracle and SQLite).
Support for 33 languages, Yahoo like search engine, Comments option in Polls, lot of themes, Ephemerids manager, File Manager, Headlines, download manager, faq manager, advanced blocks systems, reviews system, newsletter, categorized articles, multilanguage content management, phpBB Forums included and a lot more.
Download (5.7MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1493 downloads
PunBB 1.2.15
PunBB is a fast and lightweight discussion board. more>>
PunBB is a fast and lightweight discussion board.
Its primary goal is to be a faster, smaller, and less graphic alternative to otherwise excellent discussion boards like phpBB, Invision Power Board, and vBulletin.
PunBB project has fewer features than many other discussion boards, but is generally faster and outputs smaller pages.
The idea of PunBB was first born when I needed a discussion board for a website I was working on. After an exhaustive search, all the boards I found were either over-featured or too graphic for my needs. I wanted a package that
- was fast.
- had a simple layout and design.
- was easy to administrate and moderate.
- didnt output huge, non-valid, (X)HTML pages.
- had source code you could read and understand.
To my dismay, such a forum was nowhere to be found. Thus, I started working on PunBB, or just Pun as it was called back then.
Developing software to "please the masses" isnt difficult. Just cram in every possible feature you can think of and most people will love it. Some people, however, will hate it and look for alternatives. The problem with developing for that other group of people is having to make decisions on whether to implement a feature or not. What is a "must-have" and what is not?
Some features that I have so far chosen not to implement are: private messaging, file attachments, polls, linking to off-site avatars, advanced text formatting controls, subforums etc etc. The jury is still out on some of these features, but dont expect them to pop up anytime soon. It should however be noted that most, if not all of these features have been realised in the form of third-party mods.
<<lessIts primary goal is to be a faster, smaller, and less graphic alternative to otherwise excellent discussion boards like phpBB, Invision Power Board, and vBulletin.
PunBB project has fewer features than many other discussion boards, but is generally faster and outputs smaller pages.
The idea of PunBB was first born when I needed a discussion board for a website I was working on. After an exhaustive search, all the boards I found were either over-featured or too graphic for my needs. I wanted a package that
- was fast.
- had a simple layout and design.
- was easy to administrate and moderate.
- didnt output huge, non-valid, (X)HTML pages.
- had source code you could read and understand.
To my dismay, such a forum was nowhere to be found. Thus, I started working on PunBB, or just Pun as it was called back then.
Developing software to "please the masses" isnt difficult. Just cram in every possible feature you can think of and most people will love it. Some people, however, will hate it and look for alternatives. The problem with developing for that other group of people is having to make decisions on whether to implement a feature or not. What is a "must-have" and what is not?
Some features that I have so far chosen not to implement are: private messaging, file attachments, polls, linking to off-site avatars, advanced text formatting controls, subforums etc etc. The jury is still out on some of these features, but dont expect them to pop up anytime soon. It should however be noted that most, if not all of these features have been realised in the form of third-party mods.
Download (0.17MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
915 downloads
ezPhpForum 1.1
ezPhpForum is an Open Source forum which is easy to install and use. more>>
ezPhpForum is an Open Source forum which is easy to install and use. It is possible to design your own forum template. You can make it look like any forum that is out there. Make sure you talk to the authors first, because. If you are tired of using phpBB (Because it has been hacked for a hundred times) then you can use the included migration script all your data will be transferred to ezPhpForum.
Default you will get the same template as this one, but you can modify it to everything you want. There is too much to mention what this script offers. You should try it yourself.
To install follow these steps:
1. Unzip ezPhpForum to an empty directory.
2. Copy the entire contents of the ezphpforum/ folder to the destination Web server using File Transfer Protocol (FTP).
3. Write enable the directoriey siteimages/ for all users.
4. Do the same for the config.php file in the include/ directory.
5. Browse to http://yourserver/install.php and enter your the correct values for your MySQL server, database, username and password (see figure 1 below).
6. Click the Install button and wait for the completion message.
7. Remove the write access to the config.php file.
<<lessDefault you will get the same template as this one, but you can modify it to everything you want. There is too much to mention what this script offers. You should try it yourself.
To install follow these steps:
1. Unzip ezPhpForum to an empty directory.
2. Copy the entire contents of the ezphpforum/ folder to the destination Web server using File Transfer Protocol (FTP).
3. Write enable the directoriey siteimages/ for all users.
4. Do the same for the config.php file in the include/ directory.
5. Browse to http://yourserver/install.php and enter your the correct values for your MySQL server, database, username and password (see figure 1 below).
6. Click the Install button and wait for the completion message.
7. Remove the write access to the config.php file.
Download (0.272MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
bbgun 0.10
bbgun project moves phpBB forums to WordPress blogs. more>>
bbgun project moves phpBB forums to WordPress blogs. bbgun is able to:
- Pulls a forum entry from the phpBB database
- Translates the text (bbCode to strict xhtml), date, and other fields
- Pushes the translated entry into the WordPress database
Main features:
- Move individual posts
- Move entire threads
- Move only certain users posts
- Map phpBB users to WordPress authors
- Specify WordPress categories for the entries
<<less- Pulls a forum entry from the phpBB database
- Translates the text (bbCode to strict xhtml), date, and other fields
- Pushes the translated entry into the WordPress database
Main features:
- Move individual posts
- Move entire threads
- Move only certain users posts
- Map phpBB users to WordPress authors
- Specify WordPress categories for the entries
Download (0.014MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
854 downloads
Template::Plugin::HTML::BBCode 0.01
Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module. more>>
Template::Plugin::HTML::BBCode is a template toolkit plugin which implements wrapper around HTML::BBCode module.
SYNOPSIS
[%- USE HTML::BBCode -%]
[% FILTER bbcode %]
[b]BBCode[/b] - is simple [i]markup language[/i] used in
[url=http://www.phpbb.com/]phpBB[/url].
[% END %]
[%- USE HTML::BBCode( bbcode_limited
allowed_tags = [ b, i, u ]
) -%]
[% FILTER bbcode_limited %]
[b]BBCode[/b] - is simple [i]markup language[/i] used in
[url=http://www.phpbb.com/]phpBB[/url].
[% END %]
Template::Plugin::HTML::BBCode - Template Toolkit plugin which implements wrapper around HTML::BBCode module and provides filter for converting BBCode to HTML.
<<lessSYNOPSIS
[%- USE HTML::BBCode -%]
[% FILTER bbcode %]
[b]BBCode[/b] - is simple [i]markup language[/i] used in
[url=http://www.phpbb.com/]phpBB[/url].
[% END %]
[%- USE HTML::BBCode( bbcode_limited
allowed_tags = [ b, i, u ]
) -%]
[% FILTER bbcode_limited %]
[b]BBCode[/b] - is simple [i]markup language[/i] used in
[url=http://www.phpbb.com/]phpBB[/url].
[% END %]
Template::Plugin::HTML::BBCode - Template Toolkit plugin which implements wrapper around HTML::BBCode module and provides filter for converting BBCode to HTML.
Download (0.003MB)
Added: 2007-04-04 License: Perl Artistic License Price:
933 downloads
Open Concepts Bulletin Board 0.9.5 RC2
Open Concepts Bulletin Board is a fork of the phpBB Olympus CVS. more>>
Open Concepts Bulletin Board project is a fork of the phpBB "Olympus" CVS which will strive to continue the phpBB traditions of easy modification, freedom, and usablity, and also to improve upon development speed.
<<less Download (0.77MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1293 downloads
BBCodeXtra 0.2.5.6
BBCodeXtra is a Firefox extension that adds to the context menu new commands to insert BBCode/Html/XHtml codes. more>>
BBCodeXtra is a Firefox extension that adds to the context menu new commands to insert BBCode/Html/XHtml codes in an easy and fast way. It is compatible with Mozilla FireFox and Mozilla Suite.
BBCodeXtra suits well with all forum types, for example:
- phpBB
- Invision
- VBullettin
This extension can really simplify your life with all forums that use BBCode or Html codes when posting new messages.
BBCodeXtra has been tested and verified with these browsers:
- Mozilla FireFox 0.8
- Mozilla FireFox 0.9.x
- Mozilla FireFox 1.0.x
- Mozilla Firefox 1.5.0.*
- Mozilla Firefox 2.0.*
- SeaMonkey 1.0.*
- Mozilla Suite 1.7.x
- Mozilla Suite 1.8a2
<<lessBBCodeXtra suits well with all forum types, for example:
- phpBB
- Invision
- VBullettin
This extension can really simplify your life with all forums that use BBCode or Html codes when posting new messages.
BBCodeXtra has been tested and verified with these browsers:
- Mozilla FireFox 0.8
- Mozilla FireFox 0.9.x
- Mozilla FireFox 1.0.x
- Mozilla Firefox 1.5.0.*
- Mozilla Firefox 2.0.*
- SeaMonkey 1.0.*
- Mozilla Suite 1.7.x
- Mozilla Suite 1.8a2
Download (0.071MB)
Added: 2007-05-03 License: MPL (Mozilla Public License) Price:
998 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above phpbb search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed