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 wOOdy-Soft 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
  • Content: Threads
  • 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.....

    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...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 111101101

    Help me find Redhat 8.0

    Okay, i am running Redhat 9.0, but there is a program i must run and it only runs with Redhat 8.0. Ugh!!! But i cant find where to download Redhat 8.0, i have looked through many sites including www.redhat.com and no where to be found. This is hopeless. I am an idiot at this so can somebody...
  14. 111101101

    pop up window needs larger

    okay i have a code like.... <a href=&quot;index.htm&quot; target=&quot;_blank&quot;>here</a> now this code will open up a window to the new page. but i want the window to be BIGGER.... specifically that has a width and height i can work with. how do i make the pop up window the size i want...
  15. 111101101

    Need Cookie script or something...

    Can somebody write me a script that it will determine if the user has their client cookie enabled. And if it was found cookie disable, a window will pop up and say &quot;This page requires cookies, do you want to enable cookies?&quot; and a button with YES and NO. And when somebody click yes...
  16. 111101101

    LINUX NEWBIE HERE

    Okay, i types uname -a and i got... Linux localhost 2.1.20-8 #1 ........... what version of linux am i running? do i need update? is it secured? Also, when i boot up the machine, it automatically goes to the xwindow login, i dont want it to go there yet, i want to login at the command...
  17. 111101101

    SQL server installation

    ALRIGHT.... I am using Windows 2000 SP4. I am trying to install Microsoft SQL Server 2000 Standard Ed. When i install, it says i cannot install the server conponent and can only install the client component, WHY? I have administrative rights, and still i cannot install SQL server but only...
  18. 111101101

    HELP onmouseover

    Okay let say i have a link called &quot;DISPLAY&quot; i need to write code when the user hovers the mouse over DISPLAY... a small text window will pop up and display some text, or image, and when the mouse move away, it is gone. How do i do that? Thanks. 755
  19. 111101101

    HOW do i flush the mozilla cash in linux?

    i need to do this in the command line if possible. if not.... how in x11? thanks. 755
  20. 111101101

    mozilla display different. help

    ok... i made a row and color it.... <tr> <td bgcolor=&quot;#ff0000&quot; height=&quot;1&quot;></td> </tr> in IE... it looks fine, like a very thin red line, but in mozilla, its a fat ugly red line. why is it? how to fix it? Thanks, 755

Part and Inventory Search

Back
Top