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

  1. P

    Best CPU cooler for my setup.

    Just ordered the H80 - it *should* fit like a charm. Thanks ;-)
  2. P

    Best CPU cooler for my setup.

    Hello, I'm trying to find a good CPU cooler that'll keep my processor at a reasonable temperature (currently, it hits 50/60 - EUFI bios even says it hits 70 sometimes). I've looked around, the Thermalright HR-02 Macho was recommended to me - however, googling it for a bit gave me doubts if...
  3. P

    Name your domain/server naming scheme.

    I currently use 'pseudo.lan' as my local domain name, pretty much "whatever I want" naming scheme, no standards setted up. My router (ClearOS): 'gw.pseudo.lan'. My Linux Arch Desktop: 'hellraiser.pseudo.lan', etc.. To be honest, I couldn't care less if someone decides to create the .lan...
  4. P

    Poll: Who do you trust with your DNS on your home connection?

    I'm currently using my own, with forwarding to Google's DNS server. I've used OpenDNS for about 5 seconds in the past, but as pointed out they've got really annoying NXDOMAIN replies (I don't like to be forwarded to a search engine, like my ISPs DNS servers do).
  5. P

    Multi domain webshop database design

    Hi! I've just modified my diagram, changed some stuff, added some stuff. Here it is: http://www.imgdumper.nl/uploads5/4ef4cbfe06946/4ef4cbfdf0b5f-Diagram_2.png To explain a few things I've added these tables: - Watchlist (if something is out of stock, a customer can be notified when it's...
  6. P

    Multi domain webshop database design

    There are no specific 5.3 functions I require, though I liked the idea of a fully featured 5.3 framework, hence - if you look at the framework's code. It's just plain beatifull. I've read that CI is faster than CakePHP. I'm unsure which framework I'll use, I'll have to read up about it some...
  7. P

    confusing about jquery loading in html

    jQuery(function ($)) // Isn't $ supposed to contain a variable or left out entirely? You could do: $(function(){}); instead I believe.
  8. P

    Multi domain webshop database design

    Shyne151 thanks for the reply. I just read up on CodeIgnitor (I've used it briefly, for nothing fancy, the project didn't work out) and CakePHP, I'll look into those a little more and compare them to my needs and see which fits best. Thanks for the suggestion. I primarily liked FuelPHP because...
  9. P

    Multi domain webshop database design

    Hey. thanks for the reply! Indeed I have checked that thread. I'm not the kind of guy that'll ask you guys to write things for me, I'm only asking for advice, (helpfull) critism, thanks for the heads up though. ;-) I was also thinking about one User table, but I feared it'll be alot of...
  10. P

    Multi domain webshop database design

    Hi! For a school assignment I've been requested to create a multi domain webshop, this actually means that I'll have to write a webshop (with only one database) for multiple domains, every product could be displayed on multiple domains with different properties, for example: (Product) Flower...
Back
Top