Jump to content

omega_ion

Active Members
  • Posts

    256
  • Joined

  • Last visited

Everything posted by omega_ion

  1. Okay, your problem is that you are changing the header (location/url) after you have already begun outputting text, whether through echo or just closing your php tag and writing html. Incorrect: <html> <form name="login" action="login.php" method="POST'> etc.... </form> </html> <?php if($_POST[login]) { //do login sequence header("Location: index.php"); } ?> The problem above is that you are changing the page after the current page has already been sent to the browser. Correct: <?php if($_POST[login]) { //do login sequence header("Location: index.php"); } ?> <html> <form name="login" action="login.php" method="POST'> etc.... </form> </html> Notice how the header function comes before anything is sent to the browser.
  2. Actually, I read an article on digg a few weeks back which explained how to get CS 1.6 working under WINE. So you could technically still play.
  3. I'm no friend of IPB either, I have bad experiences working with it. Although I don't think an upgrade is necessary really, if you were to upgrade, I would recommend either vBulletin or that we make our own.
  4. I too like FC6, very easy to use. I have it dual-installed with WinXP on my media box in the basement, and I love using it. I currently have Ubuntu installed on my laptop (2001 Sony Vaio) and I haven't had any troubles with the wireless, but I'm just one case. All in all, good overview. Has anyone tried running DesktopBSD? It seems pretty interesting, but I've run out of HDDs to install on.
  5. Well, I'm just using the cable that came with this Linksys model. I'd say its about 6 feet, which is a good length for improving my signal for my media box in my basement.
  6. omega_ion

    Web Host

    Well, I currently use Powweb for my site, and they're decent, but their servers are sometimes a little slow. I am considering switching to BlueHost after reading so fairly good reviews about them: http://www.bluehost.com/
  7. Well, all I've used is a USB adapter, and I've been fairly happy with it. The lengthy USB cable also allows me to move the receiver to a better vantage point to receive a signal, so I pack my computer away in a inconspicuous location without compromising the quality of the wireless signal.
  8. Not all girls are the typical material, cellphone jabbering, brats that MTV would have you believe. While they are rare in high school, there are girls that are not like that, and that look decent. Besides being with someone talkative can be a good thing.
  9. Mine came from the Toys 'r Us in Times Square. If you live near New York City, you can definitely find a Wii, but not the controller. Ninetendo World and Toys 'R Us in the city are both constantly being replenished with Wiis.
  10. Go to the main page on the Wii. Click the envelope icon in the bottom right corner. Click on the icon with a piece of paper in it. Click your address book. You're Wii number should be displayed, if not, click the left arrow to go back one page.
  11. My Wii number: 2372 6767 4935 0292 I've made a couple of Miis so far, mostly of my friends and such, but there are a couple random ones. I love this system.
  12. That dog definitely thought so.
  13. Basic, on a new Ubuntu install from my laptop.
  14. High School admins really can't be expected to gods of technology. Some of the kids at my school sort of hold them to this golden standard, when really it doesn't make sense to do so. For example, the previous admin at my school was decent, but he was an English major in college and everyone would complain when everything wasn't perfect. The current admin went to a two-year college after he graduated from my high school and came right back to be a tech admin. When these guys were in high school, they weren't the genius computer kids that some of the people who criticize them are. However, they do manage to do some really stupid stuff. Granting anonymous FTP access to the ftp server to read all directories and files. Horrible passwords to safeguard the databases. Dysfunctional web site.
  15. The negative end of the battery would work.
  16. Because you will be setting your resistors up in || (parallel), one 9 volt battery will suffice to provide enough power. Also, the more LEDs you have in ||, the smaller your current will be. Given the relative cheapness of resistors, I would recommend setting up a 1000 Ohm resistor in series with the 20 LEDs that will be in ||. A resistor with less Ohms will allow the LEDs to shine brighter, but will burn out the LEDs quicker and drain the battery faster.
  17. The wolf form is cool. I've been busy with Thanksgiving and all, but I did just manage to beat the Forest Temple which was fun.
  18. Twilight Princess Galactic Civilizations II And Freespace 2 (the best space fighter simulator ever, albeit it was released in 1999, but it was open-sourced a couple years ago and the graphics are very nice)
  19. Well considering they were the only store in the area that still had them... they're not my favorite store at all either, but they had Wiis
  20. Yep, I've patched it up, but I guess WiiWeather and WiiNews aren't yet available, because it keeps asking me to update before I can use them, but there aren't any more updates available. I'm gonna go on a big hunt for another Wiimote and nunchuck tomorrow. Wii sports is fun too, I only tried bowling and tennis, but its just so much fun actually moving the controller to roll the ball. The boxing sounds amazing though.
  21. Definitely get one, its well worth it, at least I think so from what I've experienced so far.
  22. Oh man. I just got back from the Times Sqaure Toys 'r Us with a Wii. I headed down there today with a friend and we got one each, of the 5000 available. I also picked up the Zelda game. It was too bad they were sold out of extra controls, but I was lucky I was able to grab a copy of Zelda for me and my friend. Anyway yeah, got the Wii, went to Times Square, waited in line for 20 minutes, paid $325 for everything, came back home and loved my Wii. I'll post some pix of it later tonight or tomorrow.
×
×
  • Create New...