Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 111101101
  • Order by date
  1. 111101101

    Any good web metrics for linux?

    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
  2. 111101101

    Problem with my UNIX and OUTLOOK emails

    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...
  3. 111101101

    need expert HELP with manual HTTP POST request

    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...
  4. 111101101

    Web Access Problem.....

    HEY OKAY... I GOT IT. much easier than i thought. thanks guys. you were a great help. 755
  5. 111101101

    Web Access Problem.....

    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...
  6. 111101101

    Web Access Problem.....

    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...
  7. 111101101

    Need a good web metrics for linux

    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
  8. 111101101

    how to redirect AND get logged???

    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...
  9. 111101101

    help with C++ please

    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
  10. 111101101

    Condition for MAC or PC?

    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...
  11. 111101101

    How to check if file exists ?

    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.
  12. 111101101

    Help with ASP + JVS

    Okay, i have some code like this... <html> <head> <title></title> <script language=&quot;JavaScript&quot; src=&quot;../lib/functions.js&quot;> </head> <body> <% Response.Redirect(&quot;../index&quot;) %> </body> </html> HERE IS THE DILEMMA... I need the javascript code to execute...
  13. 111101101

    How to include js file?

    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
  14. 111101101

    How to include js file?

    Okay, i already have a javascrip file. I now have another javascript file, but inside the code contains <script language=&quot;Javascript&quot;> 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...
  15. 111101101

    How to start vsftpd on Linux 8.0?

    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...
  16. 111101101

    How to install NIC?

    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...
  17. 111101101

    Help with SED

    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...
  18. 111101101

    Help me find Redhat 8.0

    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...
  19. 111101101

    Help me find Redhat 8.0

    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
  20. 111101101

    Help me find Redhat 8.0

    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

Part and Inventory Search

Back
Top