Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 Question about IP Look-up service

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
AnonJr Posted - 13 June 2008 : 14:43:13
Is there a reason that there are different services being used in different areas? In pop_viewip.asp, inc_profile.asp (x2), and admin_accounts_pending.asp its http://samspade.org/whois/[IP] but in admin_member_search.asp its http://ws.arin.net/cgi-bin/whois.pl?queryinput=[IP]

I noticed this while I was looking at saving the URL in a variable declared in config.asp so if I wanted to change services I only had to change it in one place. Just being lazy efficient.

I was just curious if there was a specific reason or if there was some sort of an oversight when it got changed some time in the past.<
2   L A T E S T    R E P L I E S    (Newest First)
AnonJr Posted - 13 June 2008 : 16:11:25
I knew about the change in the samspade.org format, it was just finding the two ws.arin.net links in admin_member_search.asp kinda threw me for a loop. I've already made the change in config.asp and left myself a note so I'll remember.

'#################################################################################
'## strIPLookup is the address of the service you want to use for looking up IP
'## addresses. It assumes the IP address is going to be appended on the end of the
'## URL. If this isn't the case then you will need to make some changes in 
'## pop_viewip.asp, inc_profile.asp (x2), admin_accounts_pending.asp, and 
'## admin_member_search.asp (x2)
'## 
'## To change, comment out the one in use and uncomment the one you want to use
'## or add your own.
'#################################################################################
Dim strIPLookup
strIPLookup = "http://samspade.org/whois/"
'strIPLookup = "http://ws.arin.net/cgi-bin/whois.pl?queryinput="
<
phy1729 Posted - 13 June 2008 : 16:05:53
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66482

I changed it and put in config.asp put something like strIPWhois. I don't have access to my files right now but if you're interested I'll post the changes. To answer your question, I think it's from a previous version because when I was changing it i never noticed a link to arin.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.05 seconds. Powered By: Snitz Forums 2000 Version 3.4.07