Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. @Danny;Renika: Please keep it friendly ;) There is a few choices already posted which will work!
  2. Not bad Dave :)
  3. -.- I'm still wondering why it's done in Two functions (waste much?)
  4. [align=center]ALF(Alien Life Form)[/align] [align=center][/align] ALF (Paul Fusco) follows an amateur radio signal to Earth and crash-lands into the garage of the Tanners. The Tanners are a suburban middle class family in Los Angeles, California. The family consists of social worker Willie (Max Wright), his wife Kate (Anne Schedeen), their teenage daughter Lynn (Andrea Elson), younger son Brian (Benji Gregory), and their cat Lucky. Unsure what to do, the Tanners take ALF into their home and hide him from the Alien Task Force (a part of the U.S. military) and their nosy neighbors Trevor and Raquel Ochmonek (John LaMotta and Liz Sheridan), until he can repair his spacecraft. He generally hides in the kitchen. It is eventually revealed that ALF's home planet, Melmac, exploded because of a catastrophe involving nuclear war. In episode four of season one ALF tries to convince the president of the USA to stop the nuclear program as ALF is afraid that Earth might suffer a doom similar to Melmac's. ALF was off the planet because he was part of the Melmac Orbit Guard. ALF (a.k.a. Gordon Shumway) is homeless, but he isn't the last survivor of his species. He becomes a permanent member of the family, although his culture shock, survivor guilt, general boredom, despair, and loneliness frequently cause difficulty for the Tanners. While most of the science fiction of ALF was played for comedic value, there were a few references to actual topics in space exploration, for example ALF's using a radio signal as a beacon in the pilot episode. In the episode "Weird Science", ALF told Brian, who was building a model of the solar system for his science project, that there were two planets beyond Pluto called "Dave" and "Alvin", which gets Brian in trouble at school. However, after Willie makes a call to an astronomical organization, he explains to Brian and ALF that "Dave" could have been the planetoid Chiron, or "Object Kowal", after its discoverer. The original series spans over four seasons and 102 episodes (each episode's name is also the name of a song relevant to the episode's plot), in which ALF learns about Earth culture and makes new friends both within and without the Tanner family, including Willie's brother Neal (Jim J. Bullock), Kate's mother Dorothy (Anne Meara) (with whom ALF has a love-hate relationship — he refers to her as the Wicked Witch of the West or the Witch of Endor, and she in turn threatens to either make ALF a rug or chauffeur him to an Army base), her boyfriend (later husband) Whizzer (Paul Dooley), the Ochmoneks' nephew Jake, a psychologist named Larry (Bill Daily), and a blind woman named Jody (Andrea Covell) (who never quite figures out that ALF isn't human, though she is aware through touch that he is short and very hairy). Changes pass within the Tanner household over the course of the series, including the birth of a new child, Eric (the reason for adding a baby in the series being that Anne Schedeen was pregnant at the time); ALF's move from his initial quarters in the laundry room to the attic, which he and Willie converted into an "apartment", and the death of Lucky the cat; in the final instance, ALF finds that, despite his occasional attempts to catch Lucky with the intention of making the cat a meal, he has come to love and respect the family pet too much to do anything untoward with Lucky's remains, although he admits to the Tanners he has become the worst kind of Melmacian, a "cat lover". In the series finale, ALF is about to be rescued by other survivors of his home planet, but is instead captured by the American military, and the viewer is left to ponder ALF's ultimate fate. This was not supposed to be the finale, as the original airing ended on a "To Be Continued" note. The producers supposedly had a verbal agreement with NBC to get at least one more episode to resolve the cliffhanger. NBC never made good on the deal, and the series was cancelled. However, the story was concluded in the TV-movie Project ALF. Source-Wiki WikiPedia IMDB
  5. Looks good, I may take a looksy :P (I'm still sticking to Supernatural and Alf at the moment :O)
  6. I'm assuming you two are friends :P
  7. Yes :) Much like <input type="****" works without or within a form :) But don't expect it to do anything :L (this is where Javascript comes in)
  8. I did something like this <?php //error_reporting(E_ALL); require_once (dirname (__file__) .'/globals.php'); foreach(glob("{*.php}", GLOB_BRACE) AS $fileName) { echo ' File: '.$fileName.' [<input type="checkbox" name="'.basename($fileName).'" id="checked" />] <span class="blah"><form action="staffmaint.php" method="post"> Reason:<input type="text" name="reason" /> <input type="submit" value="Close Page" /> </form> </span> '; } $h->endpage(); ?> <script> </script> By the way the reason I removed the code from your quote is because the syntax is failing (I mean actually giving the close button within the textbox :O)
  9. Okay so I've kept up to date with this topic but yet to post anything so I will :P Good luck with it Dayo so far it's looking good (ps: It's about time for a new forum :D)
  10. The last time I checked they hadn't fixed the display picture problem! Nor the logout (all though that ties in with it).. I think they've fixed all the ones that we've known about for awhile(IE: Forums, Crystal Market, IP and so on)
  11. Yeah; I use: if(!filter_input(INPUT_POST, 'ID', FILTER_VALIDATE_INT) { // Error } else { $id = filter_input(INPUT_POST, 'ID', FILTER_SANITIZE_NUMBER_INT); // abs() may be needed here depending on what you are checking against/for! } then use $id and so on! It's a little more code but it gets the job done!
  12. If ($ir['userid'] != 1 || $ir['userid'] != 2) { echo 'You\'re not allowed here'; exit($h->endpage()); } ^Need to escape the ' within the you're otherwise it will end the string before you want it to! (I know you know this so why I'm explaining is beyond me but hey maybe someone who reads this my not know) :P
  13. I think I understand Sim(a member on here) did something like this not to long ago! I'll attempt to explain in a second when I find what he did -.- :O
  14. They will "autumn 2011" ;)
  15. Notice: cin >> i; Well the istream object cin generally gets the users input cin C++ Reference
  16. We're all hipocritical at times ^.^ Keep it to the point though! Zero: Try changing your resoluion then resize your text boxes usually sets everything to a good balance between things!
  17. Any you may notice it's quite possible it's owned by some form of goverment so be carefull there...
  18. The host would probably eventually be sued by anyone :P
  19. Swearing is isn't fun but it's something we all tend to do from time to time :P Posts edited (ones with profanity in them *reason given*) Nice modification Gungneer :thumbsup:
  20. Hey it's the dude from InFamous (that's one good game) looks nice buddy
  21. Pretty good (I'm not a designer or anything :L) but the second one does look better :O
  22. I watched a few episodes when it started but never really got into it (although I admit it was pretty funny) :L
  23. Thread moved to Linux and Webservers.
  24. I would use false there or an empty string not a zero but yeah..
×
×
  • Create New...