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

  1. S

    Hard Gaming Xbox Live Gamertag list.

    XBL: southern softie fifa 13, bf3 mainly
  2. S

    PHP/Html question

    <form action="index.php" method="post"> <input type="text" name="userName" /> <input type="password" name="password" /> <input type="submit" /> </form> this is assuming that the page is index.php, you can change as required. Then in php use print_r($_REQUEST); to see whats coming in. And to...
  3. S

    Basic PHP/mySql question

    solved it by updating to php 5.4, bit of a nasty bug that one :eek:
  4. S

    Basic PHP/mySql question

    Something wrong with the proc?
  5. S

    Torchlight 2

    Cannot get steam to finish updating. Was suspended earlier but now it just wont start :(
  6. S

    Basic PHP/mySql question

    Ok, public function execSql(){ $result = mysql_query('select * from users'); $data = array(); while($row = mysql_fetch_assoc($result)) { $data[] = $row; } //print_r($data); mysql_free_result ($result); return $data; } Why would...
  7. S

    Will this be costing me a fortune

    Good good, its idle 99% of the time too. Just wanted to make sure. :)
  8. S

    Will this be costing me a fortune

    phenom 2 955, stock 3hdds ati 6850 1gb 4gb ram, 2 sticks corsair cx500 Does anyone with any experience with this know if this will be consuming a ton of power, or quite a reasonable amount?
  9. S

    New Build for BF3

    Surely any mid range system available now will play this just fine on release, albiet not maxed out? Im looking at a cheap phenom 955, 4gb, 6850 type setup and im hoping it will last a few years!
Back
Top