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

  1. M

    Recording an audio .mov stream

    I do a show at the local college radio station (WBGU 88.1 fm Bowling Green, OH). We have a web cast going at 128kbps. Not a bad rate to record at. I thought it would be a great idea to schedual my computer at home to record from this stream at 12am-2am every Wednesday (time of my show)...
  2. M

    Where to begin for java intermediate?

    This is kind of an odd question, but here goes. I've done my fair share of programing; I've writen many web apps (php,sql,javascript), been school using C++ (for 4 years), and have used VERY basic java in an internship. I am familiar with how computers work with memory management, also with...
  3. M

    no surround sound outside of WMP

    Just going to give this another shot. I can't find any info on this anywhere.
  4. M

    no surround sound outside of WMP

    really a tough problem, eh?
  5. M

    no surround sound outside of WMP

    Running Windows 2000 and I have a Hercules Muse 5.1 DVD. I was using the onboard audio up until a couple days ago. Recently I intalled my sound card and disabled the onboard in the BIOs. Everything seems to be working alright save this one issue. I have no surround sound in WinDVD or WinAmp...
  6. M

    Odd laptop sound problem

    I have an IBM thinkpad i5000 series 2621-560. It has the ability to play CDs while the laptop is off, through a stand alone CD player on the front that runs through the soundcard. My problem is the sound for the cd player works just fine, as do the BIOS beeps, but when I try to use sound in...
  7. M

    php sees function declaration as function call

    I have a file with 3 class definitions in it. Each of said classes have a member function called addItem($newItem) some what Like this function addItem($newItem){ //This is line 120, see below $this->body->addItem($newItem); } Here the function is a member of class A, as is the object...
  8. M

    php object of a class in a new class

    I'd like to but my webhost doesn't, so I think I'm going to mirgrate it to work with php 5 for compatability's sake. how ever when ever I find a decent frigin' distro (I'm taking suggestions, btw), I'm setting up current web development enviroment. And... yeah thats usually the case, and not...
  9. M

    php object of a class in a new class

    wow... why does it always need to come to this... it always take public humiliation before I figure shit out. I've dealing with all other variables in that fashion, except for that specific one. gar... thank you very much for your help! :p
  10. M

    php object of a class in a new class

    I want to make a class, classA, that contains an instance of another class, classB. This is how I've been doing it: <?PHP class B{ function B(){ //Constructor } } class A{ var objB; function A(){ //Constructor $objB = new B(); } } However, once the control...
  11. M

    Windows CD recognition

    yeah really desparate :p
  12. M

    Windows CD recognition

    no just the .cda track
  13. M

    Windows CD recognition

    I'm attempting to install a new app on my system via an install CD, but windows recognises the CD as a Music disc. Thus when I open the disc in explorer I get one .cda file listed, no other data (considering all the data is on that one .cda file).
  14. M

    Dual Monitors + TV out

    I am running on: Abit Siluro GFmx440 2 ViewSonic A75f 1 30" Toshiba TV through SVideo Is there any way I can have my dual desktops and somehow pipe the video through the svideo from winamp 5 or WMP? Or Have the dual setup, and clone one of the monitors with the tv?
Back
Top