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

  1. G

    GTA4 trailer #2 on www.GTAIV.com 6-28-07

    Looks like hes on an iphone at the end there :D
  2. G

    Advice Needed - TV antennas & Splitting the signal

    This is the one I was looking at: http://www.newegg.com/Product/Product.aspx?Item=N82E16882145018 Think it could do the job? There would be no problem hooking the signal into an SDTV using this..correct?
  3. G

    Advice Needed - TV antennas & Splitting the signal

    I appreciate all of your help. I think im leaning towards a medium range Terk antenna and from what Ive gathered..here is how I should set it up: Antenna (attic) > Splitter > Coax (25ftish) > TV Anything else I would be missing?
  4. G

    Advice Needed - TV antennas & Splitting the signal

    Area code is 02806, Barrington RI. Thanks for all your help :D
  5. G

    Advice Needed - TV antennas & Splitting the signal

    The DB-4 looks like a good choice. What other kinds of things would I need. Amplified splitter? All of the cabling used would be coax, correct? Also, for the input into the TV's, would simply be coax right? Their all most likely going to be SD TV's.
  6. G

    Advice Needed - TV antennas & Splitting the signal

    Greetings. Im doing a side job for a friend of mine, who would like to find a very good indoor antenna (money is no issue) so he can pick up the many local channels (HD or non) and can route them through his house. I honestly wouldn't know the first place to look for such a thing. He'd...
  7. G

    The new Gamertag thread! Post your XBOX Live Gamertag!

    Garzilly GoW Rainbow Six Vegas THPS Project 8
  8. G

    Post Pics of ur chars for WoW :D

    In the process of selling my account. But for the sake of the thread:
  9. G

    Lost Planet DX10 + Vista Ulimate x64 = no workie?

    Is it only a single player demo?
  10. G

    TV tuning question

  11. G

    Volcano 9 help

  12. G

    C++ Help <3

    right now we just need it to work and if we can get this to work it'll pwn. he told us doesn't matter how it works, as long as it works man. But you've been a huge ass help so far.
  13. G

    C++ Help <3

    yea changed the port to 100 works now :D Now I just have to figure out a way for it to make decisions, ummm so could i basically have recvmsg in an if statement? so we can do press 1 to do this and it could do an if statement or a switch? yea our professor doesnt teach us shit
  14. G

    C++ Help <3

    yea hey some probs. Server / client wont talk to each other :( here's the code for each Client #include <winsock.h> #include <stdio.h> int main() { WSADATA WSAData; SOCKET sock; SOCKADDR_IN sa; char sendMsg[] = "hi"; char recvMsg[4096] = "No data recieved."...
Back
Top