Catalogus Icon Downloader

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Infraction Banned PapoDevs23 is offline
    MemberRank
    Jun 2011 Join Date
    32Posts

    Catalogus Icon Downloader

    Hello RZ Peapol,

    I was bored and because alot of peapol dont have updated they C_Images/catalogus/icon_*.png files i made a little script for it.

    Download:
    PHP Habbo Icon Downloader.rar

    Ragezone did maked a COMMENT system. Just use it if you have any problems or questions.

    Please Like this Thread.

    Also follow my own forum. DevZone - Index

    Greetz PapoDevs23


  2. #2
    Novice CRAZYxNIELSS is offline
    MemberRank
    Jun 2011 Join Date
    1Posts

    Re: Catalogus Icon Downloader

    Thanks, Works fine to me.
    Nice upload PapoDevs23 ;)

    10/10

  3. #3
    Account Upgraded | Title Enabled! TheNikolas is offline
    MemberRank
    Jul 2011 Join Date
    NorwayLocation
    216Posts

    Re: Catalogus Icon Downloader

    Nice work. : )

  4. #4
    Infraction Banned PapoDevs23 is offline
    MemberRank
    Jun 2011 Join Date
    32Posts

    Re: Catalogus Icon Downloader

    @TheNikolas @CRAZYxNIELSS
    Your Welcome! :)

  5. #5
    hi i'm robbie Roper is offline
    MemberRank
    Oct 2008 Join Date
    /home/roperLocation
    2,283Posts

    Re: Catalogus Icon Downloader

    A fantastic tool to have, thank you very much. It is very useful!
    Posted via Mobile Device

  6. #6
    Member brendan90 is offline
    MemberRank
    Mar 2009 Join Date
    61Posts

    Re: Catalogus Icon Downloader

    can u make on for downloading catalogue teasers and headers please

  7. #7
    Web Developer Markshall is offline
    MemberRank
    Oct 2009 Join Date
    EnglandLocation
    628Posts

    Re: Catalogus Icon Downloader

    Instead of copying the same code over and over again and changing the value of $number, why not just do this:

    PHP Code:
    <?php error_reporting(0); ?>
    <html>
        <head>
            <title>PHP Habbo Icon Downloader By PapoDevs23, edited by m0nsta.</title>
        </head>

        <div align="center">
            <center>
                <table cellpadding="15" cellspacing="2">
                    <tbody>
                        <b>Go and watch the '1' folder. All your icons are in that folder.<br><br>PHP Habbo Icon Downloader Is &copy; Copyright By PapoDevs23, edited by m0nsta.!</b>

                        <?php
                        
    for( $i=0;$i<=300;$i++ )
                        {
                            
    $number2 str_replace(" """$i$count);
                            
    $imageUrl 'http://images.habbo.com/c_images/catalogue/icon_'.$number2.'.png';
                            
    copy($imageUrl'./1/icon_'.$number.'.png');
                        }
                        
    ?>
                    </tbody>
                </table>
            </center>
        </div>

  8. #8
    [̲̅$̲̅(̲̅1̲̅)̲̅$ ̲̅] leenster is offline
    MemberRank
    May 2008 Join Date
    KanaadaLocation
    992Posts

    Re: Catalogus Icon Downloader

    Quote Originally Posted by m0nsta. View Post
    Instead of copying the same code over and over again and changing the value of $number, why not just do this:

    PHP Code:
    <?php error_reporting(0); ?>
    <html>
        <head>
            <title>PHP Habbo Icon Downloader By PapoDevs23, edited by m0nsta.</title>
        </head>

        <div align="center">
            <center>
                <table cellpadding="15" cellspacing="2">
                    <tbody>
                        <b>Go and watch the '1' folder. All your icons are in that folder.<br><br>PHP Habbo Icon Downloader Is &copy; Copyright By PapoDevs23, edited by m0nsta.!</b>

                        <?php
                        
    for( $i=0;$i<=300;$i++ )
                        {
                            
    $number2 str_replace(" """$i$count);
                            
    $imageUrl 'http://images.habbo.com/c_images/catalogue/icon_'.$number2.'.png';
                            
    copy($imageUrl'./1/icon_'.$number.'.png');
                        }
                        
    ?>
                    </tbody>
                </table>
            </center>
        </div>
    I was thinking the same thing...... lol

  9. #9
    Member brendan90 is offline
    MemberRank
    Mar 2009 Join Date
    61Posts

    Re: Catalogus Icon Downloader

    mabey make one that downloads the catalogue headers and teasers

  10. #10
    Proficient Member lkdads is offline
    MemberRank
    Aug 2011 Join Date
    SomewhereLocation
    183Posts

    Re: Catalogus Icon Downloader

    Works Fine + Usefull

    10/10

  11. #11
    Account Upgraded | Title Enabled! George2000 is offline
    MemberRank
    Jul 2011 Join Date
    The NetherlandsLocation
    1,150Posts

    Re: Catalogus Icon Downloader

    I thought urls from http sites couldn't be loaded.. Wow this impressed me. Thanks Papodev :)

  12. #12
    Account Upgraded | Title Enabled! Grant is offline
    MemberRank
    Sep 2009 Join Date
    Scotland, UK.Location
    728Posts

    Re: Catalogus Icon Downloader

    Quote Originally Posted by m0nsta. View Post
    Instead of copying the same code over and over again and changing the value of $number, why not just do this:

    PHP Code:
    <?php error_reporting(0); ?>
    <html>
        <head>
            <title>PHP Habbo Icon Downloader By PapoDevs23, edited by m0nsta.</title>
        </head>

        <div align="center">
            <center>
                <table cellpadding="15" cellspacing="2">
                    <tbody>
                        <b>Go and watch the '1' folder. All your icons are in that folder.<br><br>PHP Habbo Icon Downloader Is &copy; Copyright By PapoDevs23, edited by m0nsta.!</b>

                        <?php
                        
    for( $i=0;$i<=300;$i++ )
                        {
                            
    $number2 str_replace(" """$i$count);
                            
    $imageUrl 'http://images.habbo.com/c_images/catalogue/icon_'.$number2.'.png';
                            
    copy($imageUrl'./1/icon_'.$number.'.png');
                        }
                        
    ?>
                    </tbody>
                </table>
            </center>
        </div>
    You have one small error...

    This:
    PHP Code:
    copy($imageUrl'./1/icon_'.$number.'.png'); 
    Should be this:
    PHP Code:
    copy($imageUrl'./1/icon_'.$number2.'.png'); 
    Else all the icons go to icon_ & replace each other.

  13. #13
    Member Brapie is offline
    MemberRank
    Jun 2010 Join Date
    72Posts

    Re: Catalogus Icon Downloader

    nice release:)

  14. #14
    Member brendan90 is offline
    MemberRank
    Mar 2009 Join Date
    61Posts

    Re: Catalogus Icon Downloader

    can u make one so i can download all the catalogue headers and teasers

  15. #15
    Apprentice BandoHotel is offline
    MemberRank
    Jun 2011 Join Date
    24Posts

    Re: Catalogus Icon Downloader

    didnt work for me :/



Page 1 of 2 12 LastLast

Advertisement