• 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.

database

  1. Zarathustra[H]

    Intel Has a Problem: Vast majority of Game Crashes come from 13th/14th gen Intel CPU's during Decompression

    Wendell over at Level1Techs reached out to some of his contacts in the gaming industry to allow him to peek at game crash data in an attempt to figure out what is going on with Intel CPU instability. Two developers agreed, and the data is - well - staggering. I'm not going to provide any...
  2. J

    Database Server on OneDrive and/or MS Teams

    Hi everyone, I wanted to ask the people who are more knowledgeable than me the following: 1. I understand that OneDrive is a file sharing service. But, is there a way to run a database server like SQL or store an sqlite file that can be accessed by mutliple people? 2. Is it possible to...
  3. spacedrone808

    Ultimate Music Tracker DataBase

    What is tracker? If names like Ultimate Soundtracker, Scream Tracker, ProTracker, Impulse Tracker, FastTracker, Renoise sound very close to your ears you've come to right place. Then, welcome to the most comprehensive database of music tracking software on the internet. Currently it is in an...
  4. cageymaru

    Marriott International Has Updated Information on the "Starwood" Data Breach

    Marriott International has provided an update to the "Starwood" data breach that was initially thought to have affected 500 million of its customers. After "working closely with its internal and external forensics and analytics investigation team" Marriott was able to determine that the number...
  5. cageymaru

    Data Breach at Marriott International Affects 500 Million Starwood Customers

    Marriott International, a leading hotel and resort chain has released a statement that discloses a data breach associated with 500 million customers that have used its Starwood guest reservation system. On September 10, 2018, Marriott received an alert from an internal security tool regarding an...
  6. cageymaru

    The NCIX Data Breach

    NCIX customer and employee data is allegedly available for sale as data brokers have purchased the servers, cracked the passwords in less than 5 minutes and are selling volumes of confidential customer and employee data for tens of thousands of dollars. Every single credit card record, address...
  7. cageymaru

    Early Reddit Database Was Hacked and User Information Accessed

    Hackers accessed the 2005 - 2007 Reddit databases and potentially stole email addresses and old encrypted passwords. They also had access to 2018 email digests. The Reddit spokesperson suggests that users enable two factor authentication (2FA) to keep their accounts safe and reassured users...
  8. R

    How to insert data in two tables at the same time (SQL server)

    <?php include 'conn.php'; $affected_rows = $conn->exec("INSERT into tbl_ideas1 (week_no,category,problem,solution,id_no) Values ('".$_POST["week_no"]."','".$_POST["category"]."','".$_POST["problem"]."','".$_POST["solution"]."','".$_POST["id_no"]."')"); $affected_rows = $conn->exec("Insert into...
  9. H

    Dynamic Table - Redundancy in Saving data

    One of the features of our project is a dynamic tabular input. We're using PHP programming. It's already working in adding rows. But it duplicates in submitting the data. Another row containing null always appear in the database when saving. I'm new to this dynatable. I'm using mysql in...
Back
Top