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 Discussions (General)
 my admin password blunder provides idea
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 20 August 2002 :  05:36:31  Show Profile  Visit D3mon's Homepage
It would be nice if the admin password textbox in setup.asp had a confirm password box too (and did the necessary checking)
I just setup a test 3.4 forums and mistyped the password. Once it had completed I couldn't log in cos the password wasn't what I thought I had typed.


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2002 :  06:42:21  Show Profile
excellent suggestion.
It has been implemented in the code and will be in v3.4.01
Go to Top of Page

D3mon
Senior Member

United Kingdom
1685 Posts

Posted - 20 August 2002 :  07:01:56  Show Profile  Visit D3mon's Homepage
SWEEET!

That's made my day!
Thanks Richard.


Snitz 'Speedball' : Site Integration Mod : Friendly Registration Mod
"In war, the victorious strategist only seeks battle after the victory has been won"
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 20 August 2002 :  09:41:08  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
LOL, that happend to me too. I typed in some bogus stuff while retesting a setup file and when it was done I had to login and I didn't know what I typed at setup I had to start from scratch.

Richard, might be a good idea to also have a place for an Email address. It defaults to something now, but you could make it to accept it from the form, in a worse case scenario, you could click on Forgot My Password.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2002 :  10:12:07  Show Profile
wouldn't work. E-mail is not on by default, and the e-mail server address would be wrong as well.
Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 20 August 2002 :  10:17:49  Show Profile
In the inc_create_forum_*.asp files there is the following line:
strDummy = SetConfigValue(1,"STRFORUMURL","http://www.yourdomain.com/forum/")

Would it be any better to change it to the following:
strDummy = SetConfigValue(1,"STRFORUMURL","http://" & Request.ServerVariables("SERVER_NAME") & "/forum/")
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 20 August 2002 :  11:09:53  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
quote:
Originally posted by RichardKinser

.....e-mail server address would be wrong as well.



Oh yeah,
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 20 August 2002 :  11:47:48  Show Profile
quote:
Originally posted by pweighill

In the inc_create_forum_*.asp files there is the following line:
strDummy = SetConfigValue(1,"STRFORUMURL","http://www.yourdomain.com/forum/")

Would it be any better to change it to the following:
strDummy = SetConfigValue(1,"STRFORUMURL","http://" & Request.ServerVariables("SERVER_NAME") & "/forum/")



What if I'm using http://www.mydomain.com/ladieda/ for my forums?
Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 20 August 2002 :  11:58:08  Show Profile
quote:
Originally posted by FrutZle

[quote]Originally posted by pweighill
What if I'm using http://www.mydomain.com/ladieda/ for my forums?



Try:
strDummy = SetConfigValue(1,"STRFORUMURL","http://" & Request.ServerVariables("SERVER_NAME") & Left(Request.ServerVariables("URL"),instrrev(Request.ServerVariables("URL"),"/")) )

could also do

strDummy = SetConfigValue(1,"STRMAILSERVER",Replace(Request.ServerVariables("SERVER_NAME"),"www.","mail.") )
and
strDummy = SetConfigValue(1,"STRSENDER",Replace(strAdminName," ",".") & "@" & Replace(Request.ServerVariables("SERVER_NAME"),"www.","mail."))

and also the email address on line 236

Edited by - pweighill on 20 August 2002 12:02:57
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 August 2002 :  12:43:42  Show Profile
why try to auto fill stuff that will most likely be wrong anyway? There's no reason that an Admin can't change these items once they have the forum setup and they have logged in.
Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 20 August 2002 :  13:48:55  Show Profile
quote:
Originally posted by RichardKinser

why try to auto fill stuff that will most likely be wrong anyway?



Might be a bit closer, but doesn't really matter that much.

You could get the "STRFORUMURL" correct though.
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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07