Author |
Topic |
|
pgoudswa
Starting Member
16 Posts |
Posted - 01 May 2006 : 02:24:25
|
My IIS server setup is such that instead of the default folder (/inetpub/www), the web site is simply a folder off the D:, as in D:\www. Inside of that folder is where my main web applications sits, for example D:\www\app I've put the snitz forum in there, ie D:\www\app\forum\.
However, during testing, I discovered that if I click on the "Forgot Password" link, and I enter my username & email address, it sends me an email with a link in it to re-enter a new password. Unfortunately that link is invalid (although almost correct).
It incorrectly gives me this: http://www.mysite.com/forum/password.asp?pwkey=123xyz
Instead of this: http://www.mysite.com/app/forum/password.asp?pwkey=123xyz
My .asp skills are very weak. I took a look inside password.asp and I believe that this is the line that builds the path in the email:
strMessage = strMessage & strForumURL & "password.asp?pwkey=" & pwkey & vbNewline & vbNewline
My asp skills are pretty weak, I'm thinking either (1) there's a place in the admin menus somewhere that lets me set the correct strForumURL variable, or (2) I need to modify that line in password.asp but I don't know what to change it to.
Can anyone help me?
cheers
|
http://www.techforthetimid.com | http://greatfreeware.blogspot.com | http://www.MySteamID.com |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 01 May 2006 : 08:20:25
|
In the admin panel, under "Main Forum Configuration" you probably need to fix the Forum URL. |
|
|
pgoudswa
Starting Member
16 Posts |
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 01 May 2006 : 11:15:59
|
Glad to help. |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 29 October 2007 : 05:37:32
|
What URL to the users type in to get to your site? |
|
|
puthen
Starting Member
7 Posts |
Posted - 01 November 2007 : 20:16:41
|
quote: Originally posted by pgoudswa
My IIS server setup is such that instead of the default folder (/inetpub/www), the web site is simply a folder off the D:, as in D:\www. Inside of that folder is where my main web applications sits, for example D:\www\app I've put the snitz forum in there, ie D:\www\app\forum\.
However, during testing, I discovered that if I click on the "Forgot Password" link, and I enter my username & email address, it sends me an email with a link in it to re-enter a new password. Unfortunately that link is invalid (although almost correct).
It incorrectly gives me this: http://www.mysite.com/forum/password.asp?pwkey=123xyz
Instead of this: http://www.mysite.com/app/forum/password.asp?pwkey=123xyz
My .asp skills are very weak. I took a look inside password.asp and I believe that this is the line that builds the path in the email:
strMessage = strMessage & strForumURL & "password.asp?pwkey=" & pwkey & vbNewline & vbNewline
My asp skills are pretty weak, I'm thinking either (1) there's a place in the admin menus somewhere that lets me set the correct strForumURL variable, or (2) I need to modify that line in password.asp but I don't know what to change it to.
Can anyone help me?
cheers
|
This account was hacked into by Image, a very honest guy as you all can see! Stealing people' s passwords IS his pasttime. |
|
|
puthen
Starting Member
7 Posts |
Posted - 01 November 2007 : 20:20:27
|
Hi,PGO I also have a similiar problem.What should be entered in the ForumUrl in the main forum configuration.My web address is www.edakkadnambiars.net/bullentinboard/. Thansk in advance for the help
quote: Originally posted by pgoudswa
My IIS server setup is such that instead of the default folder (/inetpub/www), the web site is simply a folder off the D:, as in D:\www. Inside of that folder is where my main web applications sits, for example D:\www\app I've put the snitz forum in there, ie D:\www\app\forum\.
However, during testing, I discovered that if I click on the "Forgot Password" link, and I enter my username & email address, it sends me an email with a link in it to re-enter a new password. Unfortunately that link is invalid (although almost correct).
It incorrectly gives me this: www.mysite.com/forum/password.asp?pwkey=123xyz" target="_blank">http://www.mysite.com/forum/password.asp?pwkey=123xyz
Instead of this: www.mysite.com/app/forum/password.asp?pwkey=123xyz" target="_blank">http://www.mysite.com/app/forum/password.asp?pwkey=123xyz
My .asp skills are very weak. I took a look inside password.asp and I believe that this is the line that builds the path in the email:
strMessage = strMessage & strForumURL & "password.asp?pwkey=" & pwkey & vbNewline & vbNewline
My asp skills are pretty weak, I'm thinking either (1) there's a place in the admin menus somewhere that lets me set the correct strForumURL variable, or (2) I need to modify that line in password.asp but I don't know what to change it to.
Can anyone help me?
cheers
|
This account was hacked into by Image, a very honest guy as you all can see! Stealing people' s passwords IS his pasttime. |
Edited by - puthen on 01 November 2007 20:21:19 |
|
|
|
Topic |
|
|
|