• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by netsider

  1. N

    PHP/SQL Code Question

    Just out of curiosity, can you explain what you were asking? It seems unrelated to my question, but if it's not, please explain so I can better understand the terminology/language? If it is unrelated, just ignore this reply. The only thing I can think of is that you're asking if I'm using...
  2. N

    Bulk Data Encryption

    That's my guess too, but was just hoping to know for sure by hearing from somebody who has used this. I'm assuming not many people utilize this "BDE" feature, since Bitlocker/Truecrypt is pretty much the standard for PC encryption at the moment. If it's a feature of the drive (I know the...
  3. N

    Windows 10 & Leaktest

    You're absolutely right, but I actually already knew that (my mistake). About a day after I posted this, I realized that program (Leaktest) only tested outbound connections. I initially figured it was testing inbound, but realized I was wrong after remembering the program connected to a...
  4. N

    Bulk Data Encryption

    I was browsing HD's on newegg.com and saw that some drives have a feature called BDE, or "Bulk Data Encryption" (namely drives by HGST). I know I can use Bitlocker or Truecrypt instead, but was just curious. From reading here, it sounds like it works like Bitlocker does on a system/boot...
  5. N

    Windows 10 & Leaktest

    I know this probably seems pretty trivial, especially since it's 10 years old (literally, go look)... but I ran leaktest after a fresh install of Windows 10 TP, and it failed (I didn't alter any Windows firewall settings at all). I'm pretty sure this is a problem with my settings or something...
  6. N

    PHP/SQL Code Question

    Thanks for this. Also, I thought escaping was only necessary when using special characters... I didn't know it was to be used in query's at all, but I can see why, now. It just didn't occur to me... I appreciate the help.
  7. N

    PHP/SQL Code Question

    Yeah... this doesn't really help me :D
  8. N

    PHP/SQL Code Question

    function insert_into($field, $value, $TABLE, $database){ $db = new PDO($database); // $query = 'INSERT INTO ' . $TABLE . '(' . $field. ') VALUES (' . $value . ');'; First way $query = 'INSERT INTO ' . $TABLE . '(' . $field. ') VALUES (' . '"' . $value . '"' . ');'; Second way // echo $query...
  9. N

    Multiple Monitor Problem

    Nevermind... I just found the answer to this problem here. Guess I should've Google'd first. You just drag and drop the monitors so whichever one is one the side you want. I know I'm not the only one who never realized that... Seriously though... how about a tool-tip or something...
  10. N

    Multiple Monitor Problem

    I have a Radeon HD 4890 with two DVI outputs, and am running Windows 8.1 Professional. I have a widescreen LCD attached to the first port, and a regular 19 inch VGA/DVI monitor attached to the 2nd port. However, when I run Windows with "Extend my desktop to the 2nd display" settings (or...
  11. N

    Image Backup Size of Whole Partition

    Kingston. It's their SSDnow300, 120GB. I checked on their site and all they have is their "SSD Toolbox" utility that reads the information from the drive via software, unfortunately.
  12. N

    Image Backup Size of Whole Partition

    I'm putting a small (120GB) SSD inside of a friend's laptop, to replace a 500GB slow mechanical drive. However, I don't want to have to reinstall Windows since the operating system is working fine otherwise. I'm using WinImage to make a .VHD file of the 500GB mechanical drive, but the file is...
  13. N

    View files a program is accessing in Windows

    Sorry for replying so late... I had forgotten about this post. I meant more like which files a task is actually working with, not it's dependencies. I know things like Process Explorer (or DLL Wizard, etc) can tell you all the dependencies and .dll files a program is working with, but is...
  14. N

    View files a program is accessing in Windows

    I wasn't sure where to put this thread, but I figured Operating Systems was appropriate since it's mainly a Windows question (although I wouldn't mind the same answer for Linux also). With tools like Process Hacker and Process Viewer (and the list goes on), you can see the dependencies and...
  15. N

    Wierd System Behavior / Potential Virus

    Any idea how the shutdown .exe got there, though? I still find this a little odd.
Back
Top