Thread: Are They Dead

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Are They Dead 
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    33
    Posts
    4,371
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    I was bored this morning so I wrote this god awful mess. Enjoy it. Because I didn't do any sort of hardcore bug testing.

    https://github.com/Codeusa/AreTheyDead

    Its not more than a simple php application to inform you if someone is dead by checking wikipedia
    What am I watching now?

    Reply With Quote  
     

  2. #2  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,895
    Thanks given
    1,564
    Thanks received
    2,624
    Rep Power
    5000
    So bad, doesn't even work correctly. Constantly showing alive and worthless.

    Reply With Quote  
     

  3. Thankful users:


  4. #3  
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    33
    Posts
    4,371
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    Quote Originally Posted by Leanbow View Post
    So bad, doesn't even work correctly. Constantly showing alive and worthless.



    There was a typo in the check. Which you could have seen if you actually knew how to program m8
    What am I watching now?

    Reply With Quote  
     

  5. #4  
    Registered Member
    natsu's Avatar
    Join Date
    Apr 2007
    Age
    32
    Posts
    3,435
    Thanks given
    1,084
    Thanks received
    676
    Rep Power
    1096
    Quote Originally Posted by Andy View Post


    Now show up on the dead list, there was a typo in the check. Which you could have seen if you actually knew how to program m8
    hes just helping out
    Reply With Quote  
     

  6. #5  
    I Quitted

    First's Avatar
    Join Date
    Nov 2013
    Age
    26
    Posts
    501
    Thanks given
    132
    Thanks received
    82
    Rep Power
    131
    Dayum you made this?
    Reply With Quote  
     

  7. #6  
    Aymen
    Guest
    best thing invented ever!

    Reply With Quote  
     

  8. Thankful users:


  9. #7  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000



    K.
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  10. #8  
    Aganoth Developer

    Aust1n's Avatar
    Join Date
    Aug 2012
    Posts
    1,857
    Thanks given
    280
    Thanks received
    406
    Rep Power
    60


    I think something is wrong




    Reply With Quote  
     

  11. #9  
    Registered Member
    Join Date
    May 2014
    Posts
    85
    Thanks given
    30
    Thanks received
    14
    Rep Power
    20
    Code:
    if (strpos($html_contents, 'Died</th>') !== false) {
                echo "<a href = \"http://en.wikipedia.org/wiki/$person_name\">Yep. They Are Dead.</a><br>";
            } else if (strpos($html_contents, 'appearance</th>') !== false) {
                echo "<a href = \"http://en.wikipedia.org/wiki/$person_name\">Yep. They Are Dead.</a><br>";
            } else {
                echo "<a href = \"http://en.wikipedia.org/wiki/$person_name\">Nope. Still alive.</a><br>";
            }
    Don't think that algorithm will do the job. Although nice try. You should try making some kind of discography finder; you put in an artist or band, and displays all the song and video releases. You should also try posting in on code review before posting it on here
    Reply With Quote  
     

  12. #10  
    Quality over quantity


    Join Date
    Dec 2011
    Age
    28
    Posts
    1,318
    Thanks given
    74
    Thanks received
    157
    Rep Power
    110
    Quote Originally Posted by sadguy View Post
    Code:
    if (strpos($html_contents, 'Died</th>') !== false) {
                echo "<a href = \"http://en.wikipedia.org/wiki/$person_name\">Yep. They Are Dead.</a><br>";
            } else if (strpos($html_contents, 'appearance</th>') !== false) {
                echo "<a href = \"http://en.wikipedia.org/wiki/$person_name\">Yep. They Are Dead.</a><br>";
            } else {
                echo "<a href = \"http://en.wikipedia.org/wiki/$person_name\">Nope. Still alive.</a><br>";
            }
    Don't think that algorithm will do the job. Although nice try. You should try making some kind of discography finder; you put in an artist or band, and displays all the song and video releases. You should also try posting in on code review before posting it on here
    Pretty sure he didn't post it here for people to review the code for him though...
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Are 554s dead, and why?
    By G Force in forum RS 503+ Client & Server
    Replies: 8
    Last Post: 11-22-2009, 07:13 PM
  2. ByteA, ByteC, ShortA, ... What are they?
    By Its paris in forum Help
    Replies: 1
    Last Post: 11-20-2009, 07:07 PM
  3. What are they?
    By BenjaR in forum Help
    Replies: 2
    Last Post: 03-26-2009, 11:37 AM
  4. AD, SBA, SBD tags - what are they?
    By cube in forum Forum Related Help
    Replies: 4
    Last Post: 01-24-2009, 09:22 PM
  5. Pc - Specs are they good?
    By Jinrake in forum Chat
    Replies: 0
    Last Post: 12-26-2008, 10:33 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •