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: MOD Implementation
 Activation Key Not Found! - Error e-mail link...
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

ClanSnT
Starting Member

Yugoslavia
42 Posts

Posted - 04 September 2003 :  19:16:24  Show Profile  Visit ClanSnT's Homepage  Send ClanSnT an AOL message  Send ClanSnT an ICQ Message  Send ClanSnT a Yahoo! Message
In Admin_home.asp,

" <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_order.asp')"">Category/Forum Order Configuration</a></span></LI>" & vbNewLine & _

i make a blank line beneath that and i paste the following:

" <LI><span class=""spnMessageText""><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></span></LI>" & vbNewLine & _

but if i login on Admin Options i see this:

Administrative Functions
Forum Feature Configuration:

Main Forum Configuration
Feature Configuration
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/forum/admin_home.asp, line 131


What is the problem ?
__________________________________________

This is a part of admin_home.asp:

end if
-->line 131 Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_members.asp"">Member Details Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_config_ranks.asp"">Ranking Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_config_datetime.asp"">Server Date/Time Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_config_email.asp"">Email Server Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_config_colors.asp"">Font/Table Color Code Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_badwords.asp')"">Bad Word Filter Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_namefilter.asp')"">UserName Filter Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_order.asp')"">Category/Forum Order Configuration</a></span></LI>" & vbNewLine & _
" <LI><span class=""spnMessageText""><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></span></LI>" & vbNewLine & _
" </UL></p>" & vbNewLine & _
" </font></td>" & vbNewLine & _
" <td bgcolor=""" & strForumCellColor & """ valign=""top""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & vbNewLine & _

I don't know what is the problem
Moved to a more appropriate forum - Dave

Igor Bonbon

Edited by - davemaxwell on 08 September 2003 07:21:19

masterao
Senior Member

Sweden
1678 Posts

Posted - 04 September 2003 :  19:30:01  Show Profile  Visit masterao's Homepage
You need to add the internationalization code to config.asp. This is the last instructions found in the readme-file.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

ClanSnT
Starting Member

Yugoslavia
42 Posts

Posted - 04 September 2003 :  20:19:09  Show Profile  Visit ClanSnT's Homepage  Send ClanSnT an AOL message  Send ClanSnT an ICQ Message  Send ClanSnT a Yahoo! Message
quote:
You need to add the internationalization code to config.asp. This is the last instructions found in the readme-file.


Thanks masterao ! :)

But i have one more problem.
I don't have |Active Users| in my menu bar on the top - right of the page, why ? :(

Igor Bonbon
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 04 September 2003 :  21:46:48  Show Profile  Visit masterao's Homepage
You need to add that manually for it to appear.

At the end of inc_header.asp, locate the following block of code:


			"          |" & vbNewline & _
			"          <a href=""faq.asp""" & dWStatus("Answers to Frequently Asked Questions...") & " tabindex=""-1""><acronym title=""Answers to Frequently Asked Questions..."">FAQ</acronym></a>"


After the above code, add the following:


                         & _
			"          |" & vbNewline & _
			"          <a href=""active_users.asp""" & dWStatus("Active Users...") & " tabindex=""-1""><acronym title=""Active Users..."">Active Users</acronym></a>"


It should now look like this (new code marked red):


			"          |" & vbNewline & _
			"          <a href=""faq.asp""" & dWStatus("Answers to Frequently Asked Questions...") & " tabindex=""-1""><acronym title=""Answers to Frequently Asked Questions..."">FAQ</acronym></a>" & _
			"          |" & vbNewline & _
			"          <a href=""faq.asp""" & dWStatus("Active Users...") & " tabindex=""-1""><acronym title=""Active Users..."">Active Users</acronym></a>"
end sub

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

ClanSnT
Starting Member

Yugoslavia
42 Posts

Posted - 05 September 2003 :  14:48:10  Show Profile  Visit ClanSnT's Homepage  Send ClanSnT an AOL message  Send ClanSnT an ICQ Message  Send ClanSnT a Yahoo! Message
Thanks again masterao.

But i have one more problem.
If i wont to register user i go on: http://www.clan-snt.com/forum/policy.asp

And i click Agree
I make all in the that page and i click Submit, but in next page i view this:

Microsoft JET Database Engine error '80040e14'

Number of query values and destination fields are not the same.

/forum/register.asp, line 580


What is the problem ?


Igor Bonbon
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 05 September 2003 :  16:56:56  Show Profile  Visit masterao's Homepage
Could you provide a link to a text-version of your register.asp?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

tduffy
Junior Member

146 Posts

Posted - 05 September 2003 :  21:49:29  Show Profile
this topic should be in the mod implementation forum
Go to Top of Page

ehoffman73
Starting Member

45 Posts

Posted - 06 September 2003 :  03:10:27  Show Profile
When I am logged in, I get this error:

http://www.purplepride.org/skolvikes/active.asp

Microsoft VBScript runtime error '800a000d'
Type mismatch: 'IsPoll'

/skolvikes/active.asp, line 465


Any quick ideas?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2003 :  09:57:14  Show Profile  Visit masterao's Homepage
ehoffman, please start your own topic in the right forum (as tduffy pointed out), as your problem is with another mod than the one we are discussing here.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

ClanSnT
Starting Member

Yugoslavia
42 Posts

Posted - 06 September 2003 :  17:02:17  Show Profile  Visit ClanSnT's Homepage  Send ClanSnT an AOL message  Send ClanSnT an ICQ Message  Send ClanSnT a Yahoo! Message
quote:
Originally posted by ClanSnT


Thanks again masterao.

But i have one more problem.
If i wont to register user i go on: http://www.clan-snt.com/forum/policy.asp

And i click Agree
I make all in the that page and i click Submit, but in next page i view this:

Microsoft JET Database Engine error '80040e14'

Number of query values and destination fields are not the same.

/forum/register.asp, line 580

What is the problem ?


quote:
Originally posted by masterao

Could you provide a link to a text-version of your register.asp?



Yes, please see: http://www.clan-snt.com/register.txt

Igor Bonbon
Go to Top of Page

ClanSnT
Starting Member

Yugoslavia
42 Posts

Posted - 06 September 2003 :  17:12:52  Show Profile  Visit ClanSnT's Homepage  Send ClanSnT an AOL message  Send ClanSnT an ICQ Message  Send ClanSnT a Yahoo! Message
This is error when user try to activet account:

Activation Key Not Found!

Your activation key was not found in our database.
Please try registering again by clicking the Register link at the top right hand corner.
If this problem persists, please contact the Administrator of the forums.


Igor Bonbon
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 06 September 2003 :  19:48:42  Show Profile  Visit masterao's Homepage
The register.asp you provided a link to didn't have any AU-code added to it, so I cannot say what is wrong with it.

In any case, I've added the AU-code to the register.asp you provided, and you can download it from here as a text-file (I'll only keep the file until you have downloaded it).

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

ClanSnT
Starting Member

Yugoslavia
42 Posts

Posted - 07 September 2003 :  05:57:46  Show Profile  Visit ClanSnT's Homepage  Send ClanSnT an AOL message  Send ClanSnT an ICQ Message  Send ClanSnT a Yahoo! Message
This is the problem:
If i reg. user in mail box i have this :

Hello Grogi

You received this message from Clan SnT Forums because you have registered for a new account which allows you
to post new messages and reply to existing ones on the forums at http://www.clan-snt.com/forum/

Please click on the link below to complete your registration.

http://www.clan-snt.com/forum/register.asp?actkey=yscu4i0zhs122d161559si3p12p560pi

You can change your information at our website by selecting the "Profile" link.

Happy Posting!

================================================================

The link is not correct.
The link must to be :
http://www.clan-snt.com/forum/register.asp?actkey=yscu4i0zhs122d161559si3p12p560pi
but the link is :
http://www.clan-snt.com/forum/register.asp?actkey=yscu4i0zhs122d161559si3p12p560pi

How to fix that problem

Igor Bonbon

Edited by - ClanSnT on 07 September 2003 06:00:36
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 07 September 2003 :  07:19:24  Show Profile
Add some text to the registration email that if the link appears to be broken, the user should copy the entire URL and paste it in the browser's address bar.
Go to Top of Page

ClanSnT
Starting Member

Yugoslavia
42 Posts

Posted - 08 September 2003 :  02:16:22  Show Profile  Visit ClanSnT's Homepage  Send ClanSnT an AOL message  Send ClanSnT an ICQ Message  Send ClanSnT a Yahoo! Message
quote:
Originally posted by FrutZle

Add some text to the registration email that if the link appears to be broken, the user should copy the entire URL and paste it in the browser's address bar.



I add text to the registration email...
But how to fix broken link ?

Igor Bonbon
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 08 September 2003 :  04:28:33  Show Profile  Visit Webbo's Homepage
What happens if you reduce the number of characters in the key down to say 20? Does the link still appear broken?

Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07