Imadethisontheweek
... if only it was that simple, huh
<font size=1>Edited by Phineus (18-12-2002)</font>
Simple things amuse simple minds
LOL.... it only took me a min and a half to get througt it.... but I sorta knew where i was going....
------------------
"If it don't hurt, you're not havin fun"
"Bloody hell, I don't Want To Be A Millionaire, I don't want to see people's Greed, I don't want to be a Survivor, Shipwrecked or left on a bloody Treasure Island, and I don't want to know who Big Brother is watching!" - Drive2Survive
"When I read about the evils of drinking, I gave up reading."
Henny Youngman
On The Roof Racing
My Personal Site
------------------
"If it don't hurt, you're not havin fun"
"Bloody hell, I don't Want To Be A Millionaire, I don't want to see people's Greed, I don't want to be a Survivor, Shipwrecked or left on a bloody Treasure Island, and I don't want to know who Big Brother is watching!" - Drive2Survive
"When I read about the evils of drinking, I gave up reading."
Henny Youngman
On The Roof Racing
My Personal Site
did you know that with ns7 that little wheelie dealie can be configured to open links in new tabs?... i love that feature... my middle finger is realy buff now lol...
????
<font size="1" color="#FF0000">sub prepNames {
$_ = @_[0];
s/À|Á|Â|Ã|Ä|Å|Æ|à|á|â|ã|ä|å|æ/a/g;
s/È|É|Ê|Ë|è|é|ê|ë/e/g;
s/Ì|Í|Î|Ï|ì|í|î|ï/i/g;
s/Ò|Ó|Ô|Õ|Ö|Ø|ð|ò|ó|ô|õ|ö|ø/o/g;
s/Ù|Ú|Û|Ü|ù|ú|û|ü/u/g;
s/¥|Ý|ý|ÿ/y/g;
s/Ç|ç/c/g;
s/Ð/d/g;
s/Ñ|ñ/n/g;
s/Þ|þ/p/g;
s/ß/b/g;
s/_//g;
s/(\.\w{3})$//;
$ex = $1;
s/\W//g;
$_ .= $ex;
$rv = lc($_);
}
Pret</font>
whats it do? convert special characters to s's? simple minds need to know...
<font size=+2 face=Wingdings>J</font>
[edit] oh yeah.. i was wondering why my title has flat lined... not that i need or want one i was just wondering.
<font size=1>Edited by Malibu350 (17-12-2002)</font>
????
<font size="1" color="#FF0000">sub prepNames {
$_ = @_[0];
s/À|Á|Â|Ã|Ä|Å|Æ|à|á|â|ã|ä|å|æ/a/g;
s/È|É|Ê|Ë|è|é|ê|ë/e/g;
s/Ì|Í|Î|Ï|ì|í|î|ï/i/g;
s/Ò|Ó|Ô|Õ|Ö|Ø|ð|ò|ó|ô|õ|ö|ø/o/g;
s/Ù|Ú|Û|Ü|ù|ú|û|ü/u/g;
s/¥|Ý|ý|ÿ/y/g;
s/Ç|ç/c/g;
s/Ð/d/g;
s/Ñ|ñ/n/g;
s/Þ|þ/p/g;
s/ß/b/g;
s/_//g;
s/(\.\w{3})$//;
$ex = $1;
s/\W//g;
$_ .= $ex;
$rv = lc($_);
}
Pret</font>
whats it do? convert special characters to s's? simple minds need to know...
<font size=+2 face=Wingdings>J</font>
[edit] oh yeah.. i was wondering why my title has flat lined... not that i need or want one i was just wondering.
<font size=1>Edited by Malibu350 (17-12-2002)</font>
>> did you know that with ns7 that little wheelie dealie can be configured to open links in new tabs?...
I do now, thanks.
>> ???? whats it do?
When somebody uploads a file, it fixes wonky characters so the file name stays usable - no broken links or bad downloads. I got it up to 99% error proof, which is prolly as good as it can get. AND it's not dependent on file types.
>> oh yeah.. i was wondering why my title has flat lined... not that i need or want one i was just wondering.
What's a flat line?
<font size=+4 face=Wingdings>J</font>
I do now, thanks.
>> ???? whats it do?
When somebody uploads a file, it fixes wonky characters so the file name stays usable - no broken links or bad downloads. I got it up to 99% error proof, which is prolly as good as it can get. AND it's not dependent on file types.
>> oh yeah.. i was wondering why my title has flat lined... not that i need or want one i was just wondering.
What's a flat line?
<font size=+4 face=Wingdings>J</font>