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!

Recent content by struth

  1. struth

    Missing Security tab

    Got it all working ..... After spending some time doing full ftp backups I rebooted the machine with a 'CHKDSK /f' scheduled for the restart (see http://support.microsoft.com/default.aspx?scid=kb;en-us;814594). It seems to have done the trick. I also removed a genie back up software trial that...
  2. struth

    Missing Security tab

    In investigating this further I think I have discovered a bigger problem ... or at least a symptom of a bigger problem .. which probably lies behind all my problems. I was considering a disk defrag soon but discovered there was no 'volume' shown. So I used windows explorer to check the...
  3. struth

    Missing Security tab

    Yes it is NTFS. It is one of two dedicated servers I run. The other is showing the security tab and I've check that it too does not have the 'Use Simple File Sharing (Recommended)' option. Away from the actual ... everything is virtual
  4. struth

    Missing Security tab

    Thanks tfg13 ... exactly what I thought but it isn't there. The final option in advanced settings is 'show pop-up description for folder and desktop items' !?? Away from the actual ... everything is virtual
  5. struth

    Missing Security tab

    Windows server 2003 web edition: Somehow simple file sharing has been turned on and I can't discover how to turn it off but I need my security tabs back. Tia Struth Away from the actual ... everything is virtual
  6. struth

    prevent disguised exe file upload

    I think I may have found what I need. It is from motobit (I already use their iistracer). This may give me exactly what I need ... but I shall have to trial it first. The file type function (adaptable for my ends): http://www.motobit.com/help/asp-upload/sa300.htm The upload app itself...
  7. struth

    prevent disguised exe file upload

    First of all ... big thanks for your input. I have run my own tests and found that if they rename an 'exe' to 'doc'(the most common) it is reported as msword... shame! 'The average joe' does not have the ability to rename their files on my server ... the problem arrives when they download it...
  8. struth

    prevent disguised exe file upload

    Thanks guys... Where/how would I discover such specs and then run a matching application It does use 'file' etc but again would asp or even javascript be able to carry out such an examination? Away from the actual ... everything is virtual
  9. struth

    prevent disguised exe file upload

    Called into meetings all day yesterday .... so first chance to reply..... There is no vulnerability or liability to me but within this extranet I have been asked to see if I can help prevent it. There are only a few file formats accepted including image ones and pdfs, word docs and access dbs...
  10. struth

    prevent disguised exe file upload

    I need to prevent people uploading exe files. I presently use aspupload. However there are users who are changing the extension name to for example '.doc' and then downloading it to a target computer and changing the extension back .... Does any one know of any software or anti-virus that...
  11. struth

    unwanted characters warning.

    Thanks kaht. I was having problems getting your regexp to work so I did this little test thing. But still it did not work smoothly as I got not no alert on checkBad and a 'no problem' alert on testGood even if I introduced bad characters like 'ok%& doc.doc'. Have I got it wrong in removing the...
  12. struth

    unwanted characters warning.

    Thanks cLFlaVA ... I have made this mistake before but on this occasion, I've tried it and it makes no difference. Away from the actual ... everything is virtual
  13. struth

    unwanted characters warning.

    I trying to prevent the uploading of files which include any character of ther than 1-9 and a-z ... but it isn't quite working. function checkUploadString(str) { checkStr = FilenameOnly(str); var ValidString = "01234567890abcdefghilklmnop qrstuvABCDEFGHIJKLMNOPQRSTUVWXYZ"; var Ret =...
  14. struth

    Blocking Repeated Characters

    I asked this in the Microsoft Active pages forum and ended up with a superb javascript regex solution "How can I stop people entering repeated characters etc in forums, etc. EG JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ endlessly or help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! endlessly...
  15. struth

    Blocking repeated characters

    Thanks all, particularly those who gave code examples. Tracy's code was a particular thing of beauty and worked like a treat - and many thanks for the explanation. Tek-tips does it again. I shall raise a question in the javascript forum and point people to this thread. Away from the actual ...

Part and Inventory Search

Back
Top