Jump to content

Lamez

Members
  • Posts

    1,686
  • Joined

  • Last visited

    Never

Everything posted by Lamez

  1. How would i use that? :/ $future is the day that is $days away from today if $days = 5 then $future = today+5 days. I think.
  2. well this function will only be called within another function. Such as my checkAuthId(). If an error is found, it is then added to my error log table. Thanks for the help!
  3. okay I did something like this in my function definition. Would this be considered "proper" <?php function addErrorLog($error, $ip = NULL, $date = NULL, $time = NULL){ if($ip == NULL) $ip = getIp(); if($date == NULL) $date = currentDate(); if($time == NULL) $time == currentTime(); mysql_query("INSERT INTO ".TBL_ERROR_LOG." (ip_address, time, date, error) VALUES ('$ip', '$time', '$date', '$error')"); } ?>
  4. Thanks, I had a feeling that is what it was.
  5. Hey guys, for whatever reason I am getting this syntax error: here is line 229: <?php function addError($error, $ip = getIp(), $date = currentDate(), $time = currentTime()){ ?> Any ideas?
  6. Look up the Arduino. I used it to make a Rock, Paper, Scissors game. I have also seen it used to do what you are trying to do, on YouTube.
  7. lol: http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=T9J&q=2000%2B+pop+band+with+afro+lead+singer&aq=f&aqi=&oq=
  8. I bet they are getting tons of traffic now. I found that site on reddit, and posted it here.
  9. it was actually down earlier, then it came back up. I think they where updating it.
  10. That is like being the tallest among midgets, or the smartest in "special class".
  11. I see, thanks for clearing that up for me . You truly out nerd me. I hope to boast up some nerdy-ness (?) later on today. I am going to try attempt 2^3 on creating a proxy server with a frontend login html form, and backend mysql using the most simplest way as possible. Did that make sense, it looks correct. I am going to bed. Sorry to the creator of this thread for all the offtopic-ness (?).
  12. I am not completely sure. I know I run around ~60 FPS in 7, and ~80 in Linux. Maybe I am running less background programs? I really have no idea, but that is what was being produced when I had it installed. Also, x11 is that like OpenGL? I was using OpenGL.
  13. Yep, just making sure. I am a nerd. http://www.wikihow.com/Tell-the-Difference-Between-Nerds-and-Geeks
  14. Wow, someone's a little nerd there. "but I can no longer get it because it is out dated (CS2), and I don't have the money to upgrade to the new CS4." I was referring to the OP's original statement, Adobe Photoshop CS2. (In the era of when I used it on WINE.) CS is not a demanding game by any means, but this is getting off topic. [ot] Nerd? We are talking on a web development forum, A WEB DEVELOPMENT FORUM, or much less, a forum. All of us are automatically nerds. We are also talking about upgrading OSs. UPGRADING OSs! Wine is a api layer for linux. Also, I get a higher frame rate running WoW with Wine, then I do running it flat on windows. Go figure. -A Proud Nerd. [/ot]
  15. I wonder if it'd be grossly ironic if I pirated this movie. I shall find it somewhere if it's free, looks like an awesome view. I assume it's free as it's 35mm.. I thought about it, then I thought, well I am a hypocrite.
  16. That is just a short synopsis I wrote. It does not end there. http://www.revolution-os.com/index.html
  17. http://www.lamebook.com/wp-content/uploads/2010/01/WhenTheBoughBreaks.jpg
  18. People who install linux for the first time usually boast about others to install it too, Hehe. Anyway, Microsoft Virtual PC is free and you can VM up an XP install if there are programs you need to run that can't on 7. I'm not sure if you could somehow import your files and registry to it, but it's a recommended (and simple) option if it is needed. Actually I have been running Linux for about five years now. I just have more a reason to encourage others to do so. See: http://www.phpfreaks.com/forums/index.php/topic,285308.0.html
  19. How do you upgrade XP to Win7 by installing Linux? Simple. Step 1: Backup stuff. Step 2: Download preferred distro ISO and burn to a CD Step 3: Format and install using the CD Step 4: Restore backup Step 5: Enjoy Linux.
  20. I thought the biz was, people making small fuzzy shoes all day, then selling them for cheaps. Dang.
  21. ? Over or even underclocking a laptop is a huge no-no in the biz. What biz?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.