PHP script to get badge names and descriptions

Results 1 to 3 of 3
  1. #1
    Eye Eye Capt'n Spheral is offline
    Grand MasterRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    PHP script to get badge names and descriptions

    So yeah, how would i be able to get from all habbo countrys texts
    Code:
    $datab = file_get_contents('http://habbo.com/gamedata/external_flash_texts');
    $data3 = file_get_contents('http://habbo.nl/gamedata/external_flash_texts');
    $data4 = file_get_contents('http://habbo.se/gamedata/external_flash_texts');
    $data5 = file_get_contents('http://habbo.dk/gamedata/external_flash_texts');
    $data6 = file_get_contents('http://habbo.de/gamedata/external_flash_texts');
    $data7 = file_get_contents('http://habbo.com.br/gamedata/external_flash_texts');
    $data8 = file_get_contents('http://habbo.nl/gamedata/external_flash_texts');
    $data10 = file_get_contents('http://habbo.fr/gamedata/external_flash_texts');
    $data11 = file_get_contents('http://habbo.it/gamedata/external_flash_texts');
    $data12 = file_get_contents('http://habbo.fi/gamedata/external_flash_texts');
    $data13 = file_get_contents('http://habbo.no/gamedata/external_flash_texts');
    $data14 = file_get_contents('http://habbo.es/gamedata/external_flash_texts');
    $data15 = file_get_contents('http://habbo.de/gamedata/external_flash_texts');
    And be able to explode them or something to get the lines that start with
    Badge_name_
    Badge_desc

    and write them to one file maybe,
    ?


  2. #2
    No, Just no. Matthew is offline
    Grand MasterRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: PHP script to get badge names and descriptions

    Are you asking how it can be done or will some one do it for you?

  3. #3
    Eye Eye Capt'n Spheral is offline
    Grand MasterRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: PHP script to get badge names and descriptions

    Quote Originally Posted by Matthew View Post
    Are you asking how it can be done or will some one do it for you?
    Uhm, well, i mostly learn with people guiding me through it, but it would be nice if someone actually done it so i could look over the code etc.



Advertisement