PDA

View Full Version : Where Can I find..........


Dqur
09-04-2002, 07:58 AM
script that track link and provides statistic,

1) total clickthrough.
2)total unique visitor.
3)user IP address.
4)track unlimited links on any page
5)limit the amount of clicks every links receive.

thanks.

Nightfire
09-04-2002, 11:51 AM
What serverside language does your host support?

Dqur
09-04-2002, 12:05 PM
what is ssl?


from what I know, my server support perl /cgi / php / asp/ mysql and others but don't remember it.

I'm totally a newbie to this programming stuff. Just learning some script installations.

Nightfire
09-04-2002, 12:07 PM
Try looking at http://www.hotscripts.com :)

Dqur
09-04-2002, 12:52 PM
I need some suggestion,pls

Thanks

whackaxe
09-04-2002, 01:22 PM
hmm isnt there a way in SSI to show the IP, i have hardly looked at SSI so i might be wrong

Nightfire
09-04-2002, 01:27 PM
A few SSI things I know that might come in handy:

This page was last modified on
<!--#flastmod file="tut_ssi.shtml" -->

This web page file size is
<!--#fsize file="tut_ssi.shtml" -->

Your browser & PC's operating system is
<!--#echo var="HTTP_USER_AGENT" -->

This web page file name is
<!--#echo var="DOCUMENT_NAME" -->

Your IP number is
<!--#echo var="REMOTE_ADDR" -->

This is the Greenwich Mean Time
<!--#echo var="DATE_GMT" -->

The link you used to get here is
<!--#echo var="HTTP_REFERER" -->

Today's date and time is
<!--#echo var="DATE_LOCAL" -->


I don't know if you can write to files or whatever with SSI though, never used it.