Jump to content

zivan56

Member
  • Posts

    317
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by zivan56

  1. Well if you want a better one and dish out $20 more for a 48x cd writer, your saying 32x is not good? and if you have a burner you dont need a cd rom. Another cd-rom is $39.
  2. $1259.43 ?? For $1100 I got the computer in my sig 3 months ago, if you ask me thats a rip off considering you can get the exact same for $600. Get somthing like this and add a good video card to it and it will end up being almost the same as you could get that for.
  3. 1.00 USD = 1.57793 CAD btw, I would also go for a P4, in Vancouver it is so much cheaper: P4: 2.0GHz 512K $265 Celeron: 1.8GHz 128k $139
  4. if you go on google's new news section here, at the bottom it says:
  5. I think it would be pretty obvious if it was a link to that type of stuff, there is always the google translator though
  6. I'm using Win2k here, it provides the fastest UI speed for me and its great for developing.
  7. What about forums for people from eastern europe?
  8. Whoever made it, the source code is hilarious
  9. You just need to edit /etc/ftpusers and type in the users that you dont want to log in, there is no reason to switch to a different server Next time do: man wu-ftpd It tells you lots of stuff there.
  10. zivan56

    O, Canada

    Thats nothing compared to what I see in Vancouver
  11. Shaw 1.5mbps down (more like 200kb/s), and ~60kb/s up.
  12. zivan56

    Engrish!

    http://www.engrish.com/
  13. the game is ok, but they seriously need to optimize it, I have a geforce3 ti200 128mb video card and i have to run it at 1024x768x16 color if I don't want the game to go painfully slow (I can run games that have much better graphics at 1152x864x32 smoothly), and it keeps accessing the harrdrive all the time. hopefully they fix this in the final version since I have the demo.
  14. zivan56

    L2 cache

    I doubt you can buy it anymore, unless Intel still sells overdrive chips with extra l2 cache which I seriously doubt. The best thing is to buy a new PIII 1.0Ghz or faster, which is pretty cheap now and uses the same socket. The L2 cache will give you some performance, but the price to add extra cache would probably exceed the price of the newest PIII.
  15. Usually if it is OEM you don't get it, and if its retail you get the heatsink and fan.
  16. Make a new operating system which is not called Windows and does not use any Windows source code. That would be a nice start.
  17. When I saw $ 489.00 for the one xper linked to, I thought I'm going to buy it tomorrow, then I realized its in USD In Canada a 17" LCD is ~$900 CDN if you dont want a refurbished one.
  18. If you need to delete a record just do the following : mysql_query("DELETE * FROM insert_table_here WHERE whatever = '55' "); You need to do the connection to the database as usual before querying of course.
  19. Welcome to MSFN, I'm also relativly new here its a great place to sit back and relax
  20. You can't chmod files on Windows, thats why most web application do not work on it. You should use Linux instead or some other OS that supports chmod'ing files.
  21. I have read on the ib forum somwhere that disabling gzip fixes the blank page problems, do it by doing the following: Crack open your admin.php and set $use_gzip = 1; to $use_gzip = 0;
  22. The only thing that could work (if it is permission settings), is to make sure the folder containing the file, and the file readable and executable by all and writable by owner. Btw, what is the link to download the portal?
  23. I also forgot to add, if you store all your files on a server which nobody has access to (so they cant read it), just open a terminal as root where htdocs folder is and do: chown -R nobody htdocs chgrp -R users htdocs
  24. HotScripts.com is the best place for web applications/portals/scripts, see here.
  25. They are recompiling the kernel, also added 1GB of ram, and recompiled MySQL and Apache.
×
×
  • Create New...