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 MOD-Group
 MOD Add-On Forum (W/Code)
 Auto Update Spider ID MOD : Active Users
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 19

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 18 October 2004 :  14:02:14  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
quote:
Not sure why I haven't seen your emails. I do suffer from a heavy spamload. Perhaps I overlooked the email and deleted. Please try again!
All I wanted was for you to update to the latest version of the script as your site's notifing me 20-40 times a day of a known search engine :)
Go to Top of Page

MarkJH
Senior Member

United Kingdom
1722 Posts

Posted - 18 October 2004 :  19:38:32  Show Profile  Visit MarkJH's Homepage
Oops! I'll upgrade tomorrow.

Bandlink.net - http://www.bandlink.net/
Bandlink Music Forums - http://www.bandlink.net/forum/
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 19 October 2004 :  08:23:43  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
TVM
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 19 October 2004 :  10:06:39  Show Profile  Visit aspwiz's Homepage
Chuck....

I'm just wondering about maybe splitting the table up a little....

First block = Members
Second Block = Guests
Addition of a third Block = Spiders, Aggregators and others.

What do you think?

Also, I need to speak to you regarding the self-updating script... which is now finished.... can you gimme a shout over MSN? add me:- aspwiz at hotmail.com

Edited by - aspwiz on 19 October 2004 11:09:52
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 19 October 2004 :  15:46:14  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
Yes splitting them up is a good idea (I thought that when I saw Lars_Gj suggest it but didn't fancy trying ti myself so kept quiet about it )

Catch you later.
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 20 October 2004 :  05:59:14  Show Profile  Visit aspwiz's Homepage
Can you shout me on MSN chuck? address 2 posts up.
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 20 October 2004 :  16:52:44  Show Profile  Visit aspwiz's Homepage
The script is written for the auto-update of the user agent list.....
We've also added some new detections and features.

Just testing it out... Watch this space.... coming very soon!
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 23 October 2004 :  07:31:01  Show Profile  Visit aspwiz's Homepage
Hi all.....

I have re-written this code, so that the UserAgent list is automatically updated every two days. This happens without any user interaction (As long as you visit the Active Users Page).

The script relies on the MSXML2.XMLHTTP object, which is present on almost all Windows Based hosting accounts.... it should run pretty much outta the box.

The Date of the last UserAgent fetch is displayed under the main active users table.... we've dubbed this the status line, as it may also display other info (read on)

Whilst the UserAgent List is updated automatically, there may be times when the ASP script itself needs updating.... the functionality to check for ASP script updates is also written into the code. Should an ASP script update be present, you will be alerted via email and a notification will also appear in the status line under the active users table.

ASP Script update alerts will be emailed to the address you've set up as the admin address in the forum setup. Should you want to change this, just alter this line:- AdminAlertAddress = strsender . Change StrSender to your email address (in quotes, obviously)

Anyway you lot.... here is the new script... please install right away, to benefit from a few extra features too.

http://soldatforums.com/display_source.asp?id=2

Thanks to Chuck for his kind help in making this mod possible, and for hosting the ASP script updates.

To every-one else.... enjoy!

Your feedback is appreciated.
Go to Top of Page

samyot
Junior Member

Canada
242 Posts

Posted - 23 October 2004 :  09:48:48  Show Profile  Visit samyot's Homepage  Send samyot a Yahoo! Message
Hi,

Great job on the script!

I modified the script so that the IP links to ARIN Whois

If some are interested, this is what I did:

Line 323:
response.write "                <td bgcolor=""" & CColor & """ align=center valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """>" & rsAM("AU_IP") & "</font></td>" & VBNewLine
Replace with:
response.write "                <td bgcolor=""" & CColor & """ align=center valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """><a href=http://www.arin.net/cgi-bin/whois.pl?queryinput=" & rsAM("AU_IP") & " target='_blank'>" & rsAM("AU_IP") & "</a></font></td>" & VBNewLine

and


Line 380:
response.write "                <td bgcolor=""" & CColor & """ align=center valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """>" & rsAG("AU_IP") & "</font></td>" & VBNewLine
Replace with:
response.write "                <td bgcolor=""" & CColor & """ align=center valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """><a href=http://www.arin.net/cgi-bin/whois.pl?queryinput=" & rsAG("AU_IP") & " target='_blank'>" & rsAG("AU_IP") & "</a></font></td>" & VBNewLine

Sylvain Amyot
Forum | Home

MY OTHER SITES:
http://www.mypcsecurity.ca
http://www.mynature.ca
http://www.myworkshop.ca
http://www.toptechsites.com
http://www.topsportsites.com
http://www.mysportsforums.net
Go to Top of Page

aspwiz
Junior Member

250 Posts

Posted - 23 October 2004 :  10:15:40  Show Profile  Visit aspwiz's Homepage
Nice job Sam...

I may add this next time round...
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 25 October 2004 :  16:54:18  Show Profile
quote:
Originally posted by aspwiz

Hi all.....

I have re-written this code, so that the UserAgent list is automatically updated every two days. This happens without any user interaction (As long as you visit the Active Users Page).

The script relies on the MSXML2.XMLHTTP object, which is present on almost all Windows Based hosting accounts.... it should run pretty much outta the box.

The Date of the last UserAgent fetch is displayed under the main active users table.... we've dubbed this the status line, as it may also display other info (read on)

Whilst the UserAgent List is updated automatically, there may be times when the ASP script itself needs updating.... the functionality to check for ASP script updates is also written into the code. Should an ASP script update be present, you will be alerted via email and a notification will also appear in the status line under the active users table.

ASP Script update alerts will be emailed to the address you've set up as the admin address in the forum setup. Should you want to change this, just alter this line:- AdminAlertAddress = strsender . Change StrSender to your email address (in quotes, obviously)

Anyway you lot.... here is the new script... please install right away, to benefit from a few extra features too.

http://soldatforums.com/display_source.asp?id=2

Thanks to Chuck for his kind help in making this mod possible, and for hosting the ASP script updates.

To every-one else.... enjoy!

Your feedback is appreciated.




well I have done this, but for some reason it no longer says SPIDER in the far left hand column for spiders- and reverts back to GUEST #xx
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 20 November 2004 :  09:02:44  Show Profile
This gets better and better :) Thanks!

Nick
Go to Top of Page

nickw
Junior Member

Ireland
193 Posts

Posted - 22 November 2004 :  05:26:50  Show Profile
Since this update, I notice two things:

Guests now highlight in Yellow, it looks awful.

The text for the user agent version is huge, can that be made smaller.

Thanks,

Nick
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 27 November 2004 :  17:54:32  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
link in the main topic is dead :(

-Stim
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 27 November 2004 :  20:58:14  Show Profile  Visit dayve's Homepage
quote:
Originally posted by Da_Stimulator

link in the main topic is dead :(


I used this: http://soldatforums.com/display_source.asp?id=2

but you're right, the original link is dead.

Go to Top of Page
Page: of 19 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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07