Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
3 registered (packlite, Rick, Sirdude), 27 Guests and 24 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/07/06
Posts: 28
Top Posters (30 Days)
Ruben Rocha 103
Rick 81
Mark S 72
Thelockman 56
Gizmo 54
driv 35
ntdoc 32
Sirdude 30
packlite 24
AllenAyres 22
Latest Photos
bear test
Beach Barbie-Q
Sunset
Accept the challenge!
Trees
Page 2 of 9 < 1 2 3 4 5 6 7 8 9 >
Topic Options
Rate This Topic
#3264 - 09/14/06 05:18 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
They're listed as "Ranks" in PHPBB/pnPHPBB; also there are custom ranks as well
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#3265 - 09/14/06 05:18 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Rick Administrator Online   content

*****

Registered: 06/04/06
Posts: 7993
Loc: Aberdeen, WA
I'll just make some imaginary titles, like "lil' Gizmo" and "buggy Gizmo"....
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#3266 - 09/14/06 05:18 PM Re: PHPBB Importer Impressions [Re: Rick]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
and "spammer Gizmo" :nods: lol
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#3267 - 09/14/06 05:19 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
Code:
-- 
-- Table structure for table `phpbb_ranks`
-- 

CREATE TABLE `phpbb_ranks` (
  `rank_id` smallint(5) unsigned NOT NULL auto_increment,
  `rank_title` varchar(50) NOT NULL default '',
  `rank_min` mediumint(8) NOT NULL default '0',
  `rank_special` tinyint(1) default '0',
  `rank_image` varchar(255) default NULL,
  PRIMARY KEY  (`rank_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;

-- 
-- Dumping data for table `phpbb_ranks`
-- 

INSERT INTO `phpbb_ranks` VALUES (1, 'Administrator', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (2, 'Moderator', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (3, 'Co-Administrator', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (4, 'Volunteer', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (5, 'Village Idiot', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (6, 'Angel in Devil''s Clothing', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (7, 'Legal Defense', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (8, 'Sensei Ninja Master', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (9, 'Cluebie', 0, 0, '');
INSERT INTO `phpbb_ranks` VALUES (10, 'Poser', 50, 0, '');
INSERT INTO `phpbb_ranks` VALUES (11, 'Member', 100, 0, '');
INSERT INTO `phpbb_ranks` VALUES (12, 'Super Poster', 500, 0, '');
INSERT INTO `phpbb_ranks` VALUES (13, 'Elite Poster', 1000, 0, '');
INSERT INTO `phpbb_ranks` VALUES (14, 'Elite', 2000, 0, '');
INSERT INTO `phpbb_ranks` VALUES (15, 'Call-Center Junkie', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (16, 'Gigolo', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (17, 'I can''t follow the rules', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (18, '<b>Banned</b>', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (20, '<b><font color="#FF0000">Warned</font></b>', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (21, '<b><font color="#FF8000">Spammer</font></b>', -1, 1, '');
INSERT INTO `phpbb_ranks` VALUES (22, 'Former Portland Traffic', -1, 1, '');
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#3268 - 09/14/06 05:27 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
I'd also like to possibly see the ability to import the board rules as well...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#3269 - 09/14/06 05:30 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
well, it looks like the post level ranks where imported (just not assigned to users); though the custom ranks weren't (just to update you before you go bashing away)
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#3270 - 09/14/06 05:34 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Rick Administrator Online   content

*****

Registered: 06/04/06
Posts: 7993
Loc: Aberdeen, WA
Ok, I've got the table prefix and ranks fixed.
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#3271 - 09/14/06 05:34 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
appears that the viewforum redirector is busted, i'm forwarded to a malformed url:
http://www.livebridgesucks.com/forum/%7BURL%7D/ubbthreads.php/ubb/cfrm
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#3272 - 09/14/06 05:36 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Rick Administrator Online   content

*****

Registered: 06/04/06
Posts: 7993
Loc: Aberdeen, WA
Yeah, line 64 of that should be:

header("Location: {$URL}/ubbthreads.php{$var_start}ubb{$var_eq}cfrm");

missed the $ in URL.
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#3273 - 09/14/06 05:36 PM Re: PHPBB Importer Impressions [Re: Gizmo]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
This:
Code:
header("Location: {URL}/ubbthreads.php{$var_start}ubb{$var_eq}cfrm");


Is missing a $ in {url}
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
Page 2 of 9 < 1 2 3 4 5 6 7 8 9 >


Shout Box

Today's Birthdays
GOTMYSELFA...., smilinjack
Recent Topics
New members don't get access and are not displayed in the config panel
by Yomar
Today at 03:32 AM
How to Change Link Color / Underline in styles?
by ECNet
Yesterday at 10:00 PM
Chaging the "max online" number and date
by wanted
Yesterday at 02:22 PM
7.4.1. In Threaded Mode - "Mark All Read" Doesn't Work
by packlite
Yesterday at 10:26 AM
Custom island with sql connection
by Robje01
Yesterday at 09:13 AM
Forum Stats
4296 Members
33 Forums
30687 Topics
156016 Posts

Max Online: 978 @ 06/24/07 08:19 PM