Hi, I have an IP address and I want to be able to find out who it is...is there any way that I can do this besides hacking???
Type: Posts; User: jtown
Hi, I have an IP address and I want to be able to find out who it is...is there any way that I can do this besides hacking???
Hi, I have an IP address and I want to be able to find out who it is...is there any way that I can do this besides hacking???
ok great....I just wanted to make sure I wasn't doing something where there's a huge shortcut. Thanks
James
Is there a way to make and image gallery and use javascript to make an array instead of typing all the picture references? I have a lot of pictures and I don't feel like copy all their numbered...
here ya go.....
It seems to be returning the results I was certainly looking for.....
$logHost = gethostbyaddr(pack('C4',split(/\./,$ENV{'REMOTE_ADDR'})),2) || $ENV{'REMOTE_ADDR'} ||...
this is from a script that get's the host name. I just took one line from the script.
$logHost = gethostbyaddr(pack('C4',split(/\./,$ENV{'REMOTE_ADDR'})),2) || $ENV{'REMOTE_ADDR'} || '[Unknown]';...
got it....thanks.
got it.....
I found the solution....thanks.
ok thanks graz.
how do I do this with either javascript of CGI?
thanks
james
How do I get the host name like this? (ac8f6902.ipt.aol.com) $ENV{REMOTE_HOST} doesn't exist. and none of the environment variables have this data. Do I have to decode the ip or something?
...
Ok....I'll take a look at this cookie idea...
C is for COOKIE.
hmm..so it still comes down the the "what is a count?" question. Delete the cookie after a week??....a day???..and...
Hey guys, I appreciate all the help...
I have access to my log file so I don't think I need to create a new one unless they're some info in the Environment variables that's not in the log file.
...
ya sure....I'd definitely like to see the script you have...I haven't read up on cookies yet so maybe I can learn by looking at the code.....thanks
if you wanna email it to me, my mail is...
still workin on it....I guess I dont' really need all the info in the log file....I just need something to acurately count hits.....what's the algorithm for all those hit counter programs out...
ok thanks....do you see any major things??....why do my tables look like that???...all split up???
thanks....
that's all I really need to know....
the maruquee isn't supported, is there a...
Here it is....
http://www.cornellcsa.org
thanks for any help....
james
What do I have to do to make my IE page look the same in Netscape???....Anybody have a link I can read about this or can you just tell me what I have to change....
do I just have to put a " around...
Also, I want the text to be in a certain location too....ie a table data space and I want it to be on the same page that the images are being preloaded....
james
here's the preload code:...
How do I preload images and have some line of text blink while it's preloading?
Also, I've never done preloading images, but when you create the image objects src, that just loads that file into...
ok..I'll try that....the files are in the same directory so it should be ok....let me see
oh ok ok...the path was incorrect...it's calling it from the cgi-bin dir..it's up one level..thanks
...
My style sheet isn't being used when I execute this in my .cgi....
print "Content-type:text/html\n\n";
print <<EndHTML;
<html><head><title>$msg</title>
<LINK REL=stylesheet HREF =...
thanks Adog.....
ok sorry, I may have been unclear in my post....I get kinda carried away when I tye =) ....
anway, there are basically two things...
1. How do I refresh a single frame from a different...
how would I close a window after it's been open for say 5 seconds?
thanks...
james