Hi guys. Anyone know of any good FREE web metrics program for Linux? I am using webalizer and i find that inadequate. I need a better one. So does anyone know of a good one that is FREE and give good web metrics reports?
URL to download? thanks.
755
Okay guys, i am a web developer, and yet i am having troubles with my emails, and i dont got a clue what is going on. Look at this scenerio....
I have 3 emails address that i use.
- one is my personal email on a UNIX server
- one is on HOTMAIL
- one is at work using OUTLOOK
When i send email...
Okay, i need help. but first, you MUST be an expert with the HTTP protocol. Just a standard web developer wont understand what i am trying to do.
I am trying to find out how to "manually" send a string into a remote web server (via port 80) with the HTTP POST protocol. I have succeeded with the...
Thanks.... but some more issues...
I am only familiar with Linux hosts files. I am not familiar with my workstation (win2k) hosts file. How do i modify it?
The thing is, my server is hosting multiple domains, hence VHOST. so is all i do is just map the private IP to the domain in my...
Okay, here is my setup...
I have a Linux machine running a web server IN my LAN. It is behind a firewall and NOT on the DMZ. So when people come to my site using the domain name, they see the webpage. However, when i use a computer in my LAN to access the web, i am seing my firewall login...
Someone please give me a link to download a good webmetrics for linux. Currently, i am using Webalizer and it is not good enough. I need one that can give me daily reports.
So anyone know of a good web metrics software for linux i can download?
Thanks,
755
I am trying to redirect someone to another page using javascript, however, the problem is, one they are redirected, i dont see that in the log (at the reference field)
for using redirect, i need to be able to track where they are going step by step.
i have tried using the META TAG way to...
this "could" be right. post your codes, and the testBox5 class. In order for the above code to work, your class:
1. needs to have member variable Text public.
2. need to properly overload the == operator
3. textBox5 needs to be a pointer to the class
Okay, i need to code in javascript or ASP to determine the client OS of the user.... so can somebody please translate the pseudocode in ASP or javascript:
if (client.os == MAC) then
print "your on a mac";
else if (client.os == PC) then
print "your on a pc";
end if
i...
if your programming in C. use access()
int access(const char *path, int mode);
with mode, use F_OK to determine file existance.
so
n = access("./filename", F_OK);
and check for return value of n.
Okay, i have some code like this...
<html>
<head>
<title></title>
<script language="JavaScript" src="../lib/functions.js">
</head>
<body>
<%
Response.Redirect("../index")
%>
</body>
</html>
HERE IS THE DILEMMA... I need the javascript code to execute...
Let me clarify.... i guess what i am trying to do is
have my Javascript file include HTML source file. How do i do that?
Traditionally, it has always been the html file include javascript file but i want to do it the other way around.
So how do i include HTML file in javascript file?
Thanks.
755
Okay, i already have a javascrip file. I now have another javascript file, but inside the code contains
<script language="Javascript">
js codes.....
</script>
you see. the <> tags are NOT javascript, but the file is named something.js so is it a javascript file or should it be html...
Dang it... when i was in Linux RH 9.0 all i did was
$ service vsftpd start
and it became magic....
now i am in RH 8.0... and ftp dont work... UGH... it says i need to start the thing in inetd or some thing like that.
So does anyone how i can start and stop the thing like i can in v9? Or...
Okay, i have just installed Linux 8.0 and there is no Internet connection.
eth0 and eth1 not installed, i have the NIC driver CD.... but.... where do i go from there?
How do i install the NIC driver?
What sort of commands do i type? I know what IP to give it...
I heard i need to use ifconfig...
Can somebody use SED or other linux command to write me a script that will change all the IP address in a file to another IP. For example, if i type...
$ replace httpd.conf 12.34.56.78 99.99.99.99
this will replace all the IP in the file httpd.conf from 12.34.56.78 to 99.99.99.99
and it...
OKAY..... EVERYTHING IS DOING GOOD.
I got the ISO file, i burned it, i installed Linux 8.0.
Everything looks great.... NOW.....
I need to install the NIC driver. There is no Internet connection, eth0 and eth1 not installed, i have the driver CD.... but.... where do i go from there?
How do i...
Okay, i have downloaded an ISO file, but now i need to burn it on a CD for linux. Its only 1 file and i know it needs to be burned to become many files. How do i do that?
How to burn on CD?
I am using WinOnCD burner.
What about for Nero?
Thanks,
755
ok i think i found a version. now... how do i install it?
i already have RH 9.0 installed. Do i have to format the drive first? How do i do that?
Or should i just pop in the cd, boot and go from there?
Thanks,
755
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.