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

  1. M

    WebCam between Mac and Pc?

    What are some reliable chat applications that allow chatting and WebCam usage between windows machines and Mac OS x?
  2. M

    13" Black Macbook vs. XPSM1210 vs. Vaio TX

    Questions for the MacBook afficiando: 1. You mentioned you are a CS major. What university? I'm looking for a new laptop at the moment and I'm a bit hesitant to switch development platforms the middle of my third year in college. What IDEs do you use for C/C++ ? What if you wanted to develop...
  3. M

    1200 for a good gaming laptop?

    I do have an EPP coupon from my company...hrm i'll give it a shot. Dd you have to buy security software? because its making me buy their mcaffee crap. Or buy an expensive warranty. =(
  4. M

    1200 for a good gaming laptop?

    what coupon code did you use. still around?
  5. M

    Oracle DB query logic question..

    I have a query that is similar to this: PRODUCT='YYY' AND VERSION='XXX' AND ( TARGET_VERSION in ('50mp1','5.0MP1') ) AND ( ( USER_DEFINED_LIST not in ('CVR','VVR') ) OR ( USER_DEFINED not in ('VVR','VRAS') ) ) For some reason, when I specify...
  6. M

    PHP exec() grabbing stdout+stderr

    Yup i got chmod down, Found the error though, I wasn't specifying the full actual path for the app. so I found out what that was through the "type esql" command. That was one command i didn't have down :p
  7. M

    PHP exec() grabbing stdout+stderr

    Well that's the thing...since this is a tool that is installed on our cluster server I don't know how to check if PHP has permissions to run this app. However, I tried creating a wrapper shell script (get-All) to call this app, with chmod 777 and it said that the app (esql) could not be found...
  8. M

    PHP exec() grabbing stdout+stderr

    NOT dead anymore! So, I figured out how to grab both stdout and std err by doing 2>&1, and that exposed the real problem. There is an application that is called through the exec() call and it turns out that I cannot execute it through PHP. The error message I get is "esql: cannot...
  9. M

    What is the best Laptop I can get for around $1,200

    I'm am seeing that people are having stability problems with this laptop, are you experiencing any? Did you reformat windows when you got it? I'm like a half-step from ordering it from newegg.
  10. M

    2 Aopen LCD monitors fried!

    Hey guys, just letting you all know, don't get the AOPEN brand LCD monitors. I bought one 17" 2 years ago and one 19" a year ago, and both are not working anymore. One just shows a white screen , the other says there is a solid signal but the screen is just black. I am trying to track down...
  11. M

    What is the best Laptop I can get for around $1,200

    Hrm the only game I'll be playing on it is Maddeon 07... =P Hopefully the x200 will be able to run it alright. No way I can tell if it will run ok if the game isn't out yet and no one has tried. I agree, the best notebook for the size and price. With great OC ability too. I heard you could crank...
  12. M

    What is the best Laptop I can get for around $1,200

    That MSI s271 looks really sweet...looks like something I could really get comfortable using. 4 HR battery life too?! Does the backlight LCD use like 1 candle or something...Anyone else have this laptop that could share their opinions? It has some killer specs for a 12" FF. Link @ newegg...
  13. M

    Calling bash script from php

    Hey guys, Now I have to do the same thing in Perl. Is there a Perl equivalent of the exec() call in PHP that also does the nice formatting and auto array storage? Thanks
Back
Top