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

  1. E

    coldfusion page display

    Looking forward to upgrade ASAP - starting in January, I don't have to deal with this old software anymore - going to utilize open source technology a lot more for various reasons.
  2. E

    coldfusion page display

    Quick update: Server acts normal again if IIS and CF servers are restarted manually. The problem occurs again after 12 hours, and the IIS/CF server needs to be restarted. It's a temporary solution but I want to get to the bottom of this. Starting to suspect that it's the problem is somewhere...
  3. E

    coldfusion page display

    Hello My IIS 5.0 server is displaying the contents of index.cfm (using Coldfusion 5.0) twice (one over the other) between some undefined time after midnight until some time after 11:20 AM local time. It looks like I have the website loaded in two seperate frames. So far: I have checked...
  4. E

    Simple coldfusion update query

    Yeah, the sql code was correct, the problem turned out to be that it was never running that update query. I had session variable problems :o Anyways, after a bit of reading/googling I decided to use cfqueryparam from now on. Cheers!
  5. E

    Simple coldfusion update query

    Hello, I can't seem to get my update query to "check" a yes/no access database field. It's probably something really simple that I am missing. Here's the fields that I have on the database side: id AUTONUMBER name TEXT userNo NUMBER agreed YES/NO On the coldfusion page I have the...
  6. E

    Coldfusion <cfoutput> and Location code: 26 error

    Yes, the end user's browser will experience some latency. This is a temporary fix only.
  7. E

    Coldfusion <cfoutput> and Location code: 26 error

    You're right, I shouldn't need 20 cfoutput tags on a simple page. In fact, I don't even need to query the database. A simple workaround was to use javascript and stick the cities and provinces into arrays. The new code looks like this: <script type="text/javascript">...
  8. E

    Coldfusion <cfoutput> and Location code: 26 error

    Hello, I noticed a lot of "Location Code: 26" questions and very few answers on the net. I received this error code a few days ago and I narrowed it down to the <cfoutput> tags in my code. I have a page with 20 <cfoutput> tags where I am retrieving 'city' and 'province' data from an Access...
  9. E

    Outlook express

    What MTA is the mail server using?
  10. E

    Outlook express

    Sounds like an incoming email size issue. Who administers the mail server? Ask them if they have changed their email size policies.
  11. E

    VMware with image files

    Just a note: I have no prior VMware experience. I've started using VMware a few hours ago. I have created a an image of a NTFS disk using the dd_rescue command. Couldn't use the dd command because of some bad sectors. I have saved the image file into a Debian Linux machine running kernel...
  12. E

    Help me make a unit conversion script

    you're welcome :)
  13. E

    My future as a java student frightens me

    Here are a few Java e-books They're not too new, but they're not too bad either.
  14. E

    sql server 2000 on a remote host

    I see that the Jet Engine stores all the application data in a single .mdb file. Can I use MSDE to access the .mdb database? This is getting a little off topic now....could I PM you MorfiusX to ask a few more questions ?
Back
Top