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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by keak

  1. keak

    htpasswd, prompted to logn when downloading vidoes

    Thanks noway2, however, is it by nature that htpasswd prompts everytime someone tries to view the media file within a protected folder ? This issue only seem to have shown up recently as far as I know, maybe a possible config glitch ?
  2. keak

    htpasswd, prompted to logn when downloading vidoes

    hi there I have a whole domain which is htpasswd protected I have direct links to video within this site meaning <a href='videofile.wmv'> download video </a> When I click on this or try to right-click save as, I get prompted to login again, for every video. Is there a way to have it so that...
  3. keak

    recursive cp that preserves symbolic links

    Hi there, I am fairly new to Unix and I can't seem to find an answer online for this. Is there a way to do a cp -Rd on a unix? Basically, I need to copy over a folder that contains regular files/folders and also symbolic links in it. I need to preserve the symbolic links in the target...
  4. keak

    every .exe I execute is saying &quot;Access is Denied.&quot;

    Thank you linney for the detailed steps, I haven't tried safemode yet, I'll give that a try. For some reason, cmd.exe seems to work fine when I copy it over to my desktop and execute commands from there. Good point about the dir and cd commands ... it does look like cmd.exe doesn't have...
  5. keak

    every .exe I execute is saying &quot;Access is Denied.&quot;

    I found something really strange. I copied cmd.exe from my C:/WINDOWS/system32/cmd.exe over to my desktop and opened it there. In this window I typed in C:\putty.exe and putty came up fine .... It only looks like I get the "access is denied." message when I execute cmd.exe in the system32...
  6. keak

    every .exe I execute is saying &quot;Access is Denied.&quot;

    Thanks for pointing that out, yeah, I had a feeling it was a malware too and used AVG8 ... also have spyware doctor running. I tried sophos' rootkit scanner too but that seems to use cmd.exe and gave the access is denied error. I am trying to download a fresh copy of cmd.exe and see if that...
  7. keak

    every .exe I execute is saying &quot;Access is Denied.&quot;

    Hi there linney, I checked control panel -> users and I am listed as the admin user. I only have this user and a guest user on this xp installation. However, if I execute "user" from C:\WINDOWS\system32\cmd.exe I am getting the following C:\Documents and Settings\Administrator>user Access is...
  8. keak

    every .exe I execute is saying &quot;Access is Denied.&quot;

    HI there, My cmd.exe has been working fine up till now and I just have this weird issue show up from now where. Basically, whatever .exe file I execute from the command prompt, I get a "Access is denied." error. so for example, I have putty.exe in my C:\ When I try to execute this, I get the...
  9. keak

    php prompting me to download after few minutes

    Hi all, Was wondering if anyone had an experience with this. I have a php file that takes some time to execute (a uploading process). Currently, after a few minutes, php prompts me to download the file (upload.php). I am in a load balancing environment but I have verified my file upload size...
  10. keak

    using cast sql statement in a adodb.connection

    Hi there, Thanks for the reply ! I tried that statement and I got the message: function cint(character varing) does not exist My backend db is postgres, and it does seem to support cast; Can it be the ADODB.Connection that is not supporting this feature of sql ?
  11. keak

    using cast sql statement in a adodb.connection

    HI there I have the following code wich is pretty straight forward: Set Conn = Server.CreateObject("ADODB.Connection") set Rs = server.createobject("ADODB.Recordset") Conn.Open "my db specs here" Rs.Open "select max(cast (mem_id as int) ) as maxid from members", Conn Rs.MoveFirst...
  12. keak

    installing mysql-4.1 with kearnel 2.4 debian

    Hi there, I am currently trying to revert back to a mysql-4.1 after failing to install mysql-server-5.0 Apparently, 5.0 is not compatible with kernel version 2.4 PROBLEM: MySQL-5.x is currently incompatible with kernel 2.4. Aborting. See http://bugs.debian.org/416841 for more information...
  13. keak

    closing a dos batch script

    Hi there, I have a batch script that opens up a program (putty) and automatically logs me into a SSH session. C:\putty.exe -load "server1" -l root -pw password The problem I have is that, when the program putty.exe opens and logs me in, I want to close the command line window. Is there a...
  14. keak

    directly use php's get post variable's name

    wow thanks for the quick reply guys ! Yes, I switched that off in my php.ini and the form stopped working. Now that you mention, I do remember seeing a warning when installing mamboo or something to have this var switched off. Thanks!
  15. keak

    directly use php's get post variable's name

    HI there, I am working on a piece of code here now written by a previous developer. There is a form submission with a couple variables passed over, and usually one would have to put a code like the following to access this variable. $firstname=$_GET[firstname] however, on this form handling...

Part and Inventory Search

Back
Top