Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 Bug:(v3206alpha) Register with as space at the end
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

blackinwhite
Average Member

Turkey
657 Posts

Posted - 02 June 2001 :  08:57:41  Show Profile
Here is the realated topic:

http://forum.snitz.com/forum/link.asp?TOPIC_ID=8434

There antivitamin says that the v3206alpha accepts space at the end of the username and take it as a character.


Here is another topic about that:

http://forum.snitz.com/forum/link.asp?TOPIC_ID=4685
__________________
aQuarium > right-click intellectual device
"I am a legal alien"

Edited by - blackinwhite on 02 June 2001 09:01:52

blackinwhite
Average Member

Turkey
657 Posts

Posted - 19 June 2001 :  13:37:18  Show Profile
here is the solution by antivitamin

if (Instr(Request.Form("Name"), ">") > 0 )_
or (Instr(Request.Form("Name"), "<") > 0)_
or (Instr(Request.Form("Name"), " ") > 0)_
or (Instr(Request.Form("Name"), " ") > 0)_
or (Instr(Request.Form("Name"), "_") > 0)_
or (Instr(Request.Form("Name"), ".") > 0)_
or (Instr(Request.Form("Name"), ",") > 0) then
Err_Msg = Err_Msg & "<li>Lütfen başka bir kullanıcı adı seçin.</li>"
end if
str = Request.Form("Name")
For a = 1 To Len(str)
If Mid(str, a, 1) = Chr(160) Then
Err_Msg = Err_Msg & "<li>Lütfen başka bir kullanıcı adı seçin.</li>"
End If
Next


__________________
"I am a legal alien"

Edited by - blackinwhite on 19 June 2001 13:38:40
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 25 June 2001 :  12:17:37  Show Profile  Visit HuwR's Homepage
please see discussions here

link.asp?TOPIC_ID=11737

Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07