Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 10 of 10 FirstFirst ... 678910
Results 91 to 97 of 97
  1. #91
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    He can't. Well he never coded 'his' actionscript Radio player anyway.
    I can code better than you ever will be able to [and seeing as i'm still learning, that says something] and that is good enough for me. Don't you be getting jelous about my awesome radio player either.
    Last edited by Invent; 07-04-2008 at 12:34 PM.

  2. #92
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Quote Originally Posted by Invent View Post
    I can code better than you ever will be able to [and seeing as i'm still learning, that says something] and that is good enough for me. Don't you be getting jelous about my awesome radio player either.
    I can code better than you ever will be able to [and seeing as i'm pro that is obviously awesome] and that is good enough for me. Don't you be getting jealous about my procode either.


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  3. #93
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice View Post
    PHP Code:
        public function clean ($var$level '1'$extra '')
        {
            global 
    $classes;
            switch (
    $level) {
                case 
    '1':
                    if (! 
    get_magic_quotes_gpc()) {
                        
    $var addslashes($var);
                    } else {}
                    require_once 
    $classes "filter.php";
                    if (! isset(
    $filter)) {
                        
    $filter = new InputFilter(''''111);
                    }
                    
    $var $filter->process($var);
                    return 
    $var;
                    break;
                case 
    '2':
                    return 
    stripslashes($var);
                    break;
                case 
    '3':
                    return 
    htmlentities($var);
                    break;
                case 
    '4':
                    return 
    htmlentities(stripslashes($var));
                    break;
                case 
    '5':
                    return 
    strip_tags($var$extra);
                    break;
                case 
    '6':
                    return 
    htmlspecialchars($var);
                    break;
                case 
    '7':
                    if (! 
    get_magic_quotes_gpc()) {
                        
    $var addslashes($var);
                    } else {}
                    return 
    $var;
                    break;
                default:
                    die(
    "Invalid clean var set.");
            }
        } 
    soz m8.
    Yes because that is totally needed ¬__¬
    PHP Code:
    htmlentities$stringENT_QUOTES ); 
    done.

    Edit: goddamnit this forum needs a double-post merger seriously.


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  4. #94
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    I use the stuff!

  5. #95
    Join Date
    Mar 2008
    Posts
    264
    Tokens
    0

    Default

    This thread should be closed now april fools day was like ages ago lol

  6. #96
    NEW-START Guest

    Default

    Quote Originally Posted by iCosmo View Post
    This thread should be closed now april fools day was like ages ago lol
    Indeed, but the fool who started it is still posting!

  7. #97
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Closed to stop people posting and to also stop people thinking habboxhomes is real.

Page 10 of 10 FirstFirst ... 678910

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •