Author |
Topic  |
|
corneillie
Junior Member
 
140 Posts |
Posted - 22 August 2002 : 14:52:45
|
Ruirib, I'm really sorry but I've got another question:
My problem with the pending members (their e-mail that wasn't sent) is solved.
But when I have a pending member and I choose to approve all pending members, they get there mail but:
The link that they have to follow is one like that: http://www.corneillie.be/Forum/register.asp?actkey=haarkaap
and when you click that link the member is been told that no key is found. In the test I did the members name was haarkaap (That's whats written in the above link after actkey)
I've noticed that when I check the mail after approving with the selected members the link is something like that: http://www.corneillie.be/Forum/register.asp?actkey=q1jhc4ws56s4i89t96xzwo316qn9t91d
and that link does the job.
I'm I just boring or is there indeed something missing?
Thanks a lot! Steven |
Edited by - corneillie on 22 August 2002 14:54:57 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 22 August 2002 : 14:54:53
|
seems like the verification key gets replaced by the member name in the URL inserted into the email. Let me check that other topic you're referring to to check what the problem and fix were. |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
|
corneillie
Junior Member
 
140 Posts |
Posted - 22 August 2002 : 15:00:39
|
Richard,
I changed already the things on that link. 
The problem remains |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
corneillie
Junior Member
 
140 Posts |
Posted - 22 August 2002 : 15:05:28
|
Yes, Indeed
Ruirib I didn't see the thing you posted after.
It works fine now!
Thank you everybody for your quick helping!!!!!! Steven
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 22 August 2002 : 15:06:35
|
don't know what to tell you then. The only problems with that file were those 2 errors.
The select retrieves the data in this order:
M_NAME, M_EMAIL, M_KEY, M_APPROVE
we assign the #'s here:
mM_NAME = 0 mM_EMAIL = 1 mM_KEY = 2 mM_APPROVE = 3
variables are assigned like this:
MP_MemberName = allApproveData(mM_NAME,RowCount) MP_MemberEMail = allApproveData(mM_EMAIL,RowCount) MP_MemberKey = allApproveData(mM_KEY,RowCount) MP_MemberApprove = allApproveData(mM_APPROVE,RowCount)
the link that is emailed looks like this:
register.asp?actkey=" & MP_MemberKey
All of that is correct. |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
|
Topic  |
|