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
 Active Users 4.0.17, Post Issues Here
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 24

quickprofit
Starting Member

9 Posts

Posted - 10 December 2002 :  11:40:28  Show Profile  Visit quickprofit's Homepage
That sounds great. It is pretty frustraiting seeing the unknown all the time when I know that the browser and OS information is in the database.

Can you please email me when you have this new tweek done?

ckyweriga@shaw.ca

Thank you in advance.
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 10 December 2002 :  13:17:47  Show Profile  Visit masterao's Homepage
quote:
Originally posted by quickprofit

Well I have done a search like you say but I have not been able to find anything. Maybe I missed it.

Do you know what page it is on or know how to fix this?

Please help.



It was there, but amongst the archived topics.

Active Users OS/Browser Unknown Problem Solved.

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

quickprofit
Starting Member

9 Posts

Posted - 10 December 2002 :  13:32:19  Show Profile  Visit quickprofit's Homepage
Great, thanks, it is working now.
Go to Top of Page

quickprofit
Starting Member

9 Posts

Posted - 10 December 2002 :  13:40:17  Show Profile  Visit quickprofit's Homepage
Would still like the tweek version to show the search engins also if at all possible.
Go to Top of Page

sirsmiley
New Member

77 Posts

Posted - 18 December 2002 :  03:41:52  Show Profile
Sorry If I have missed it, but I am having lots of trouble with setting up the active user Mod v4.17 with my forum V3.3.05. First of all I tried to set up AUv3.5 and it kind of worked but I couldn't access members page from the link on the main forum page. 2nd I deleted all the 3.5 files and remodified the files I modified back like they were before. I then installed AU4.17 and modified all the code. Well it isn't working at all, and now when I go to my main default page this is what I get:
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'PostingOptions'

/default.asp, line 157

Not sure whats going on now.Also, the link to members page still wasnt working. But now I can't even get that far. The only other mod previously installed was the private message mod. It seemed to work fine. Im stuck, any help would be greatly appreciated. Thanks.
Go to Top of Page

sirsmiley
New Member

77 Posts

Posted - 18 December 2002 :  04:48:25  Show Profile
Also, one of the members at my forum just e-mailed me and said he keeps getting this error:

"Microsoft VBScript runtime error '800a000d'
Type mismatch: 'DoHideCategory'

/default.asp, line 264"

Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 18 December 2002 :  12:53:14  Show Profile  Visit masterao's Homepage
quote:
Originally posted by Mountainman

Hi.

I tried implement the Active Users MOD to my forum and the below error was what I got.

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '='.

/forum/inc_func_common.asp, line 61

Line 61 says: set rs = my_conn.execute (strSql)

It is Forum ver. 3.4.03 on a SQL database

Is there a solution ????



Which page where you trying to access when you got that error? Had you configured AU before getting that error? Also, did you run the dbs_activeusers.asp from the mod setup page before you uploaded the modified files?


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

masterao
Senior Member

Sweden
1678 Posts

Posted - 18 December 2002 :  12:57:25  Show Profile  Visit masterao's Homepage
sirsmiley, that sounds as if you have added some code in the wrong place. Could you post a link to a text-version of your default.asp and I'll take a look.


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

sirsmiley
New Member

77 Posts

Posted - 18 December 2002 :  16:15:10  Show Profile
K this may sound even more stupid, but I am having trouble making that file into a text version, could you please advise me on how to do that? Thanks....sorry.
Go to Top of Page

sirsmiley
New Member

77 Posts

Posted - 18 December 2002 :  16:34:28  Show Profile
Ok I made something, not sure if I did it right! Also before I did this I had changed the files back to the way they were when they were working, so only thing modified in this default.asp file was a private message mod. But after changing everything back, I still get the same errors as stated above. Maybe I did mess up this default file somehow. Anyway, here is the link, and let me know if this is what you wanted to see. Thanks again. :)http://www.alwaysjaci.123hostnow.com/default.htm
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 18 December 2002 :  17:28:07  Show Profile  Visit masterao's Homepage
No problems, as I was too vague as well.

Could you post a link to a modified default.asp as a text-file(with the code for AU in it), as well as a text-file of inc_header.asp with the AU modifiers in it?

To make it a text-file, copy the file to another dir, rename it to default.txt and inc_header.txt, and then upload it.

Also, remove default.htm from your site, as it supersedes your normal default page (default.asp).


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

sirsmiley
New Member

77 Posts

Posted - 18 December 2002 :  18:36:28  Show Profile
I tell you what Im going to do. I went ahead and put all the original files back in place, and its working. I think before I try any mods I will just go ahead and update the forum from 3.3.05 to 3.4.03 first, then try to install some mods. As I Understand it shouldn't be to hard I don't think, and I will be able to keep all the current info, posts, color set up, etc. correct? I am sure I will still need help though! LOL So I will be back! :)Thanks for your help so far. :)
Go to Top of Page

Webguy
New Member

Australia
65 Posts

Posted - 19 December 2002 :  06:44:13  Show Profile  Send Webguy an ICQ Message
Some one was asking about the Unknown browser/spiders, well, if you want, you can do this quick "hack" to show 26 of the popular spiders. This is quick and dirty and some of the spider identifiers may be out of date, but it seems to work so far.

Open active users.asp

find the lines that say...

else
strBrowser = fLang(strLangMOD_Ls3kAU_01150)
end if

after that add...
if instr(ua, "ia_archiver") then strBrowser = "Alexa.Com"
if instr(ua, "Googlebot") then strBrowser = "Google"
if instr(ua, "TeomaAgent") then strBrowser = "Teoma.Com"
if instr(ua, "Zyborg") then strBrowser = "Wisenut.Com"
if instr(ua, "Gulliver") then strBrowser = "NorthernLight.com"
if instr(ua, "Architext") then strBrowser = "Excite.com"
if instr(ua, "FAST-WebCrawler") then strBrowser = "AllTheWeb.com"
if instr(ua, "Slurp") then strBrowser = "Inktomi.com"
if instr(ua, "Jeeves") then strBrowser = "AskJeeves.com"
if instr(ua, "Scooter") then strBrowser = "AltaVista.com"
if instr(ua, "Mercator") then strBrowser = "AltaVista.com"
if instr(ua, "crawler@fast") then strBrowser = "AllTheWeb.com"
if instr(ua, "Crawler") then strBrowser = "Crawler.de"
if instr(ua, "InfoSeek") then strBrowser = "InfoSeek.com"
if instr(ua, "Lycos") then strBrowser = "Lycos.com"
if instr(ua, "Fluffy") then strBrowser = "SearchHippo.com"
if instr(ua, "Ultraseek") then strBrowser = "InfoSeek.com"
if instr(ua, "MantraAgent") then strBrowser = "LookSmart.com"
if instr(ua, "Moget") then strBrowser = "Goo.jp"
if instr(ua, "T-H-U-N-D-E-R-S-T-O-N-E") then strBrowser = "Thunderstone.com"
if instr(ua, "MuscatFerret") then strBrowser = "Euroferret.com"
if instr(ua, "VoilaBot") then strBrowser = "Voila.fr"
if instr(ua, "Sleek Spider") then strBrowser = "Search-info.com"
if instr(ua, "KIT_Fireball") then strBrowser = "FireBall.de"
if instr(ua, "WebCrawler") then strBrowser = "Webcrawler.com"
if instr(ua, "wombat") then strBrowser = "Web Wombat"

then find...

else
strSystem = fLang(strLangMOD_Ls3kAU_01150)
end if

add this after it...

if strSystem ="Unknown" then strSystem = "Spider/Bot From"

And your done, sorry, no time and I have no use for multilanguage, someone else can do all that if they want.

So what you now get is...

Spider/Bot From
Alexia.com

etc or whatever is doing the browsing. Enjoy till the official "patch" for this comes out.

"Special bulletin: There is still no news from New Zealand. If they ever have any, we'll be sure to let you know."
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 19 December 2002 :  08:27:57  Show Profile  Visit masterao's Homepage
quote:
Originally posted by sirsmiley

I tell you what Im going to do. I went ahead and put all the original files back in place, and its working. I think before I try any mods I will just go ahead and update the forum from 3.3.05 to 3.4.03 first, then try to install some mods. As I Understand it shouldn't be to hard I don't think, and I will be able to keep all the current info, posts, color set up, etc. correct? I am sure I will still need help though! LOL So I will be back! :)Thanks for your help so far. :)



You will not loose any info stored in the database when you upgrade. You won't have to install the mods twice either, so it is a wise strategy.

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

sirsmiley
New Member

77 Posts

Posted - 19 December 2002 :  16:12:41  Show Profile
Ok cool I got 3.4.03 installed just about everything looks fine, but I do have 2 issues so far. One is a minor one, one of the smilies on the left isn't there for some reason, I made sure and uploaded it. The other problem is that Now I am trying to add active users 4.17 and I can log on as Administrator, but I can't use the add mods function. This error shows up while trying to add mods:

There has been a problem!

Only the Forum Admin can access this page

Its wild cause I am already logged in as Administrator. Oh and I have also tried the alternative add mod link and get the same thing. Could you advise on this please? Thanks! :)
Go to Top of Page
Page: of 24 Previous Topic Topic Next Topic  
Previous Page | 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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07