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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 MSN username
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Gooey
New Member

55 Posts

Posted - 17 December 2002 :  05:55:32  Show Profile
I've just turned on MSN usernames in the admin control panel, but when I come to add my username it wont allow one ending with .co.uk which is really annoying. I know it's not the length as you can store longer addresses without any problem. Anyone know what may be causing this?

Gooey
New Member

55 Posts

Posted - 18 December 2002 :  04:19:32  Show Profile
bump
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 18 December 2002 :  05:02:54  Show Profile
in pop_profile.asp on line #342 find this line of code:

					strtag3 = partss(1)
and replace it with the following:
					strtag3 = ""
					for xmsn = 1 to ubound(partss)
						if strtag3 <> "" then strtag3 = strtag3 & "."
						strtag3 = strtag3 & partss(xmsn)
					next

Then in pop_messengers.asp on line #144 find this line of code:

		strtag3 = partss(1)
and replace it with the following:
		strtag3 = ""
		for xmsn = 1 to ubound(partss)
			if strtag3 <> "" then strtag3 = strtag3 & "."
			strtag3 = strtag3 & partss(xmsn)
		next
Go to Top of Page

Gooey
New Member

55 Posts

Posted - 18 December 2002 :  07:10:41  Show Profile
Thank you very much, it worked a treat.

Edited by - Gooey on 18 December 2002 07:27:02
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07