phpbb3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2
phpBB3 Portal 1.0.3
phpBB3 Portal a.k.a canverPortal which is a simple portal add-on/modification for phpBB3 Olympus. more>>
phpBB3 Portal a.k.a canverPortal which is a simple portal add-on/modification for phpBB3 Olympus. The project easy to use and improvable.
Portal which is based on phpBB3 Olympus and improved by phpBB3 Portal with sponsored by Canver Software. XHTML and UTF8 characters sets are used in the files as in the phpBB3 version.
Main features:
- Main menu (not dynamic)
- Login / User menu
- News (news forum id configurable via config.php)
- Recent announcment (char limiter features)
- Recent popular topic (char limiter features)
- Recent topic (char limiter features)
- Poll (poll forum id configurable via config.php)
- Welcome (manual edit from templates)
- Search (post search, author search and includes few search engines)
- Make donation
- Latest members
- Random member
- Most poster
- Link us
- Links (manual edit from templates)
- Last x visited bots (adaptation on nedkas mod)
- The team
- Who is online
- Statistics
- Flash clock
Enhancements:
- The code was tested and updated to phpBB3-CVS_2007-05-08 (B6-dev).
- Czech language files were added.
- A problem with the portal block overstretching on IE6 for the prosilver theme was fixed. The jumpbox was fixed.
- The "link us" input box maxlength size was fixed/deleted.
- The main layout was changed.
- A new prosilver news block was added and tested.
<<lessPortal which is based on phpBB3 Olympus and improved by phpBB3 Portal with sponsored by Canver Software. XHTML and UTF8 characters sets are used in the files as in the phpBB3 version.
Main features:
- Main menu (not dynamic)
- Login / User menu
- News (news forum id configurable via config.php)
- Recent announcment (char limiter features)
- Recent popular topic (char limiter features)
- Recent topic (char limiter features)
- Poll (poll forum id configurable via config.php)
- Welcome (manual edit from templates)
- Search (post search, author search and includes few search engines)
- Make donation
- Latest members
- Random member
- Most poster
- Link us
- Links (manual edit from templates)
- Last x visited bots (adaptation on nedkas mod)
- The team
- Who is online
- Statistics
- Flash clock
Enhancements:
- The code was tested and updated to phpBB3-CVS_2007-05-08 (B6-dev).
- Czech language files were added.
- A problem with the portal block overstretching on IE6 for the prosilver theme was fixed. The jumpbox was fixed.
- The "link us" input box maxlength size was fixed/deleted.
- The main layout was changed.
- A new prosilver news block was added and tested.
Download (0.19MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
544 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
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above phpbb3 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