Updates for 2005-03-22

Where we keep all the boring tidbits about the PHPDN site, the news, and what not.

Moderator: General Moderators

Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

feyd wrote:it was more a reference to the whining that happened when we were attacked.. ;)
OOOOOOOOh. Here's a spin version: We all wanted our favorite site back in all its glory. :)

Sometimes you have to filter comments down to the non-emotional version.. just "whats the issue, can I fix it?". (As an aside, you guys have done a fantastic job coming back from the attack, and moving beyond even the previous functionality.

(BTW, any chance you can put the AOLSpeak mod up at phpbb? I'd run it in a nanosecond!)

The new font size is fantastic, my tired eyes thank you. :)

Many thanks for a great place to hang out!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it's not a mod... :D Just word censors. Here's a partial export:

Code: Select all

INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (9, 'u', '<span style=''color:blue'' title=''ignorance is bliss''>you</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (10, 'ur', '<span style=''color:blue'' title=''ignorance is bliss''>your</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (11, 'som*tin', '<span style=''color:blue'' title=''ignorance is bliss''>something</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (12, 'r', '<span style=''color:blue'' title=''ignorance is bliss''>are</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (13, 'b_4', '<span style=''color:blue'' title=''ignorance is bliss''>before</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (14, 'a_ny1', '<span style=''color:blue'' title=''ignorance is bliss''>anyone</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (15, 'n_e1', '<span style=''color:blue'' title=''ignorance is bliss''>anyone</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (16, 'b_e4', '<span style=''color:blue'' title=''ignorance is bliss''>before</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (17, 't_hx', '<span style=''color:blue'' title=''ignorance is bliss''>thanks</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (18, '1_0x', '<span style=''color:blue'' title=''ignorance is bliss''>thanks</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (21, 'p_ls', '<span style=''color:blue'' title=''ignorance is bliss''>please</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (22, 'p_lz', '<span style=''color:blue'' title=''ignorance is bliss''>please</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (24, 'w_ot', '<span style=''color:blue'' title=''ignorance is bliss''>what</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (25, 's_ome1', '<span style=''color:blue'' title=''ignorance is bliss''>someone</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (26, '4_get', '<span style=''color:blue'' title=''courtesy of neyo''>forget</span>');
INSERT INTO `phpbb_words` (`word_id`, `word`, `replacement`) VALUES (27, '4_got', '<span style=''color:blue'' title=''courtesy of neyo''>forgot</span>');
(remove the underscores in the word fields to get the uncensored version)

There is a phpbb bug though: quote a post that has words that'll be substituted.. :? .. kinda mangles code posts ;)
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Roja: I thought you were referring to something like this..
http://ssshotaru.homestead.com/files/ao ... lator.html

which seriously confused me :lol:
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Phenom wrote:Roja: I thought you were referring to something like this..
http://ssshotaru.homestead.com/files/ao ... lator.html

which seriously confused me :lol:
The aolspeak filters here are pretty much the same thing, in reverse. :)

Its fantastic stuff!
User avatar
Bill H
DevNet Resident
Posts: 1136
Joined: Sat Jun 01, 2002 10:16 am
Location: San Diego CA
Contact:

Post by Bill H »

My comment was not so much a complaint about the size (although the new size is a much appreciated improvement) as a question about what is meant by "set a minimum font size." I didn't find any settings that affected the size of the typing in the posting textarea. Maybe I'm just stupid and overlooked it, but I still see no such setting.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

not sure if I'm embarassed to say this or not, but I have some weird emotions going through me as I type this.

I get aolbombed every time I sign my message for (th-x) for thanks :oops:

thx,

Burr
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Burrito wrote:not sure if I'm embarassed to say this or not, but I have some weird emotions going through me as I type this.

I get aolbombed every time I sign my message for (th-x) for thanks :oops:

<span style='color:blue' title='ignorance is bliss'>thanks</span>,

Burr
For the times you dont remember to spell it correctly, it fixes it for you.

With it fixing it, it encourages you to spell it correctly more often.

Why the mixed emotions? Its a win-win.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

don't ya love that bug ;)
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Post by theda »

Not to sound foolish or anything, but alt+d is the php tags and alt+p is images... still.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

uhhhhhhhhh.... yeah... :roll:


viewtopic.php?t=36283
theda
Forum Contributor
Posts: 332
Joined: Sat Feb 19, 2005 8:35 am
Location: USA

Post by theda »

Oh, shoot, excuse me! I thought this was a new thread... I didn't notice the date :oops: .
Post Reply