A rules violation -- username »  Show posts from    to     

♥ PosetteForever ♥


Shebeen, the Staff forum - A rules violation -- username



Tormie [ Monday, 10 October 2005, 07:26 AM ]
Post subject: 
It's ok, also because modifying the rules I noticed that those terms are prohibited... (Tormie has stolen PF rules somewhere else <img src="https://www.posetteforever.com/images/smiles/icon_redface.gif" alt="" /> )
Anonymous [ Monday, 10 October 2005, 07:43 AM ]
Post subject: 
I meant to say that I have deleted the account and sent her an email. I notified her of the two violations the username and her use of a free email addess. I cited the rules that were violated and invited her to register with a username and email address that do not violate the rules. <br /> <br /> The free email account was not the original issue, I noticed it when sending the notification; however, I added it to the reasons for removal of the account. <br /> <br /> I noticed that *bitch* was listed but she used *Bitch* so I added that too. Because of the capitalization. Besides the * wildcard character, does the software understand unix style regular expressions? If so, those two enteries could be replaced by this one *[bB]itch* <br /> <br /> Pangor
Tormie [ Monday, 10 October 2005, 07:56 AM ]
Post subject: 
I think that it's all on phpbb, I'll try to register using that term with only the lower case, however I added the term only after seeing this post. I think that for phpbb the case doesn't matter because I use to login with lower cases but my username has the first letter in upper case
Anonymous [ Monday, 10 October 2005, 08:09 AM ]
Post subject: 
Good! It must be using a strncasecmp() style function for the comparison. <img src="https://www.posetteforever.com/images/smiles/thumb.gif" alt="" /> <br /> <br /> Pangor
Tormie [ Monday, 10 October 2005, 08:53 AM ]
Post subject: 
<img src="https://www.posetteforever.com/images/smiles/eusa_shifty.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/eusa_shifty.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/eusa_shifty.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/eusa_think.gif" alt="" /> <br /> <br /> <img src="https://www.posetteforever.com/images/smiles/icon_redface.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/icon_redface.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/icon_redface.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/icon_redface.gif" alt="" />
Anonymous [ Monday, 10 October 2005, 07:32 PM ]
Post subject: 
Sorry, the programmer in me. <br /> <br /> phpBB is written in PHP, and PHP is in turn written in C. The C programmin language has no operatives to do many things like work with files or in this case to compare strings; it uses library functions to provide those features and more. In the early C standard library there is function to compare strings and return a number based on which string comes first. The function is: int strcmp( char *s1, char *s2); It is case sensitive, there have been other functions to do the same that are not case sensitive such as, int strncasecmp( char *s1, char *s2, size_t n ); <br /> <br /> That is the C function that I assuming that phpBB is using through the PHP interpreter. <br /> <br /> Pangor
Tormie [ Monday, 10 October 2005, 07:34 PM ]
Post subject: 
OK ! Now I've understood ! <img src="https://www.posetteforever.com/images/smiles/eusa_liar.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/eusa_liar.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/eusa_liar.gif" alt="" /> <br /> <br /> <img src="https://www.posetteforever.com/images/smiles/eusa_shifty.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/eusa_doh.gif" alt="" /> <img src="https://www.posetteforever.com/images/smiles/icon_redface.gif" alt="" />
Tormie [ Monday, 10 October 2005, 07:35 PM ]
Post subject: 
LOL! phpbb for me is like a car: I can drive it fine, but I can't build one of them <img src="https://www.posetteforever.com/images/smiles/eusa_whistle.gif" alt="" /> !
Anonymous [ Monday, 10 October 2005, 08:13 PM ]
Post subject: 
<img src="https://www.posetteforever.com/images/smiles/lmao.gif" alt="" /> <br /> <br /> No problem. <br /> <br /> Pangor


Powered by Icy Phoenix based on phpBB