TCH-Mark
Members-
Posts
175 -
Joined
-
Last visited
Everything posted by TCH-Mark
-
Hello, Ah that makes it more clear, storing it above your public_html (www) directory should be safe but again if its sensitive data there is nothing better but to download it and store it on the jump drive, your hard drive and DVD.
-
Hey, Glad you managed to find something to help
-
Hello, If your looking for more information on how it was fixed reply to the ticket and someone should be able to help you from there.
-
Hello, I think the reason it won't go into the send menu is when you right click on a file you get the option to delete it which sends it to the Recycle Bin anyway.
-
Hello, I use KeePass and its very good: http://keepass.sourceforge.net/
-
Hello, Welcome to the forums!
-
Hello, Sorry I don't have any experience with this but maybe someone with some experience with this will reply shortly, in the meantime have you had a search around google or on the developers website?
-
Hello, Glad everything is sorted and goodluck with the fix and your website
-
Hello, This is a hard question to answer as different medias made by different companies will have different shelf lifes, if you find your not using the archives that often they are going to have quite a long shelf life and I know I have some commercial CDs from around 6 years ago and they work fine. The fact you store the hard drives with such protection you will find that they will last quite a long time (couldn't put a number on it though). I don't think there is any number you could place on it.
-
Hey, Thanks for taking the time to write those kind words its always nice to be appreciated.
-
Hey, Thanks for the update I am sure it will help someone else at sometime
-
Hey, Have a look in downloads.com there are a number of great problems that will do this for you.
-
Welcome to the forums Jeff.
-
The Voice Of Enigma Next: Meat Loaf
-
Welcome to the forums!
-
Hello, Goodluck with you site
-
Hello, Yeah I recommend that you download the data from the server and maybe add a password to the file and store it on a CD/DVD or like Don says to a USB jump drive.
-
Hello, The fact that windows doesn't offer the ability to remove notpad easily, if its designed to be removed it would be in the add/remove programs section. Rather than messing with windows files and changing things I would suggest that you simply leave it there.
-
Hello, Best thing to do is open a support ticket and one of the techs can have a look to see if the log is archived.
-
Hello, Another option may be to place and index.htm or index.php file in the t1 folder and have that redirect the user with either a http refresh or a php redirect. PHP WAY: ><?php $to = 'http://www.example.com'; header('Location: '. $to); exit; ?> HTTP WAY: ><META HTTP-EQUIV="Refresh" Content= "0; URL=url here">
