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

  1. G

    PHP/SQL Question - +10 points to the first right answer!

    nope, doesn't seem to have anything to do with the URL variables... button still wont act.
  2. G

    PHP/SQL Question - +10 points to the first right answer!

    Great News! I got the form to submit properly through firefox to the SQL backend. The problem now is IE wont submit the exact same form. http://tier10.com/index.php?id=8 Now I'm *really* stuck! <input type="submit" name="submit" id="submit" value="Submit" />
  3. G

    PHP/SQL Question - +10 points to the first right answer!

    the form I am sending them with is directed to the same page, different IF statement, so the variables should stay filled upon POST?
  4. G

    PHP/SQL Question - +10 points to the first right answer!

    Okay, so I have managed to fix the auto incremental index. The site is now recognizing that I want to fill it with data, it creates a new row, auto increments the whole bit... however now it just refuses to place the necessary data into the database. I have fixed some of the errors, and...
  5. G

    PHP/SQL Question - +10 points to the first right answer!

    SQL Error Output = Duplicate entry '0' for key 1
  6. G

    PHP/SQL Question - +10 points to the first right answer!

    I think we might be onto something here. I have my checkbox's SQL fields set to varchar, what is their value when checked and not checked?
  7. G

    PHP/SQL Question - +10 points to the first right answer!

    I forgot, the SQL database contains identical labels as the variable names.
  8. G

    PHP/SQL Question - +10 points to the first right answer!

    if ($_GET["id"] == 8) { if (isset($_POST[firstname])) { $db = mysql_connect("mysql1.000webhost.com", "a8426899_gorbo", "********"); mysql_select_db("a8426899_pandora",$db)or die('Error, Cannot select or database'); $sql = "INSERT INTO signups (firstname, lastname, city, state...
  9. G

    Basic HTML/CSS question! - code breaking site.

    Here are two examples, I cannot figure out why these two examples are breaking out of the CSS patterns and not forcing the site to expand as it normally does. I will post the links to the two problem pages below, if you need to see the code just ask and I will throw that up to... Thanks in...
  10. G

    K8M800 Chipset doesnt see SATA drives?

    K8M800 Motherboard Athlon 64 2800+ 512mb Ram 1 IDE Primary Master 40GB HDD 1 SATA #1 160GB HDD I have tried using both legacy and SATA power. The WD16GB doesnt even start spinning on boot.
  11. G

    K8M800 Chipset doesnt see SATA drives?

    I am now having an indetical problem as the one stated above. Does anyone have any answers? suggestions?
  12. G

    XP SP1 Bootable with Athlon64?

    I think I answered my own question... http://hardforum.com/showthread.php?t=772307 I guess the 64bit processor vs 32bit OS is still semi valid...
  13. G

    XP SP1 Bootable with Athlon64?

    Hey guys, been having a rough time with my Gforce Fx5700 and Mobo compatibility... I broke down and decided it was time to upgrade... bought the system, they hooked everything up in the store said everything was dandy. I got home and installed the mobo into a case with a new 450w power...
  14. G

    FX5700LE - Big Problems - Should I Return?

    Alright heres the problem.... Picked up an MSI FX5700LE 256mb... Swapped it inplace of an old Radeon 7000 Downloaded and installed latest official drivers from Nvidia.com Reboot Attempted to play Battlefield 1942 - Screenshot Attempted to play Advanced Battlegrounds -...
  15. G

    Stock nVidia 5700LE 256mb - Artifacts???

    any other suggestions other than returning it? I have rolled back both directx and nvidia drivers... doing a directx test I see that Direct Draw works... however Direct3D contains those blasted artifacts... Someone help!
Back
Top