Author |
Topic |
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 18 October 2004 : 14:02:14
|
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 :) |
|
|
MarkJH
Senior Member
United Kingdom
1722 Posts |
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 19 October 2004 : 08:23:43
|
TVM |
|
|
aspwiz
Junior Member
250 Posts |
Posted - 19 October 2004 : 10:06:39
|
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 |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 19 October 2004 : 15:46:14
|
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. |
|
|
aspwiz
Junior Member
250 Posts |
Posted - 20 October 2004 : 05:59:14
|
Can you shout me on MSN chuck? address 2 posts up. |
|
|
aspwiz
Junior Member
250 Posts |
Posted - 20 October 2004 : 16:52:44
|
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! |
|
|
aspwiz
Junior Member
250 Posts |
Posted - 23 October 2004 : 07:31:01
|
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. |
|
|
samyot
Junior Member
Canada
242 Posts |
Posted - 23 October 2004 : 09:48:48
|
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
|
|
|
aspwiz
Junior Member
250 Posts |
Posted - 23 October 2004 : 10:15:40
|
Nice job Sam...
I may add this next time round... |
|
|
GarethMoore1979
Junior Member
United Kingdom
220 Posts |
Posted - 25 October 2004 : 16:54:18
|
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 |
|
|
nickw
Junior Member
Ireland
193 Posts |
Posted - 20 November 2004 : 09:02:44
|
This gets better and better :) Thanks! |
Nick |
|
|
nickw
Junior Member
Ireland
193 Posts |
Posted - 22 November 2004 : 05:26:50
|
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 |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 27 November 2004 : 17:54:32
|
link in the main topic is dead :( |
-Stim |
|
|
dayve
Forum Moderator
USA
5820 Posts |
|
Topic |
|