Results 1 to 9 of 9
  1. #1
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default [HabboSoft] Scripts Database

    Hey, A few days away from the habbosoft launch, and we are currently compiling our own scripts database.

    So if you have a script that you would like featured on the site, post below with the download link, a small blurb about your script and the name of your script!

    Please Note: We only accept scripts that are COMPLETELY bug-free.

    So, just post below if you want your script added !

    Regards,
    Craig.
    Coming and going...
    Highers are getting the better of me

  2. #2
    Join Date
    Dec 2007
    Posts
    1,683
    Tokens
    0

    Latest Awards:

    Default

    My echo script!

    Echo's the content of the variable.

    PHP Code:
    <?php
    // CLEVER SCRIPT MUCH?!
    echo $var;
    $var == ("This is so clever");
    ?>
    Code:
    http://rapidshare.com/files/118392997/woo.php.html
    "plz make ma script up der!!11"

  3. #3
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Supermassive View Post
    My echo script!

    Echo's the content of the variable.

    PHP Code:
    <?php
    // CLEVER SCRIPT MUCH?!
    echo $var;
    $var == ("This is so clever");
    ?>
    Code:
    http://rapidshare.com/files/118392997/woo.php.html
    "plz make ma script up der!!11"
    Doenst the variable have to come first, before you echo it?
    Last edited by Decode; 28-05-2008 at 09:12 PM.
    Lets set the stage on fire, and hollywood will be jealous.

  4. #4
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    Funny.. :rolleyes:
    EDIT:
    HAHA, Nice one tom !! !
    Coming and going...
    Highers are getting the better of me

  5. #5
    Join Date
    May 2008
    Posts
    34
    Tokens
    0

    Default

    Quote Originally Posted by Supermassive View Post
    My echo script!

    Echo's the content of the variable.

    PHP Code:
    <?php
    // CLEVER SCRIPT MUCH?!
    echo $var;
    $var == ("This is so clever");
    ?>
    Code:
    http://rapidshare.com/files/118392997/woo.php.html
    "plz make ma script up der!!11"
    The var variable would have to be above the echo for it to be outputted correctly. Also, you used == when the syntax requires it to be =.

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

    Latest Awards:

    Default

    Quote Originally Posted by Supermassive View Post
    My echo script!

    Echo's the content of the variable.

    PHP Code:
    <?php
    // CLEVER SCRIPT MUCH?!
    echo $var;
    $var == ("This is so clever");
    ?>
    Code:
    http://rapidshare.com/files/118392997/woo.php.html
    "plz make ma script up der!!11"
    1. The variable has to come first?
    2. Why would you do == and then ()

    The correct way to do it, or one of them:

    PHP Code:
    <?php
    $variable 
    "heylo"// This be the variable we are echoing :)
    echo $variable;
    ?>

  7. #7
    Join Date
    Sep 2005
    Location
    East London
    Posts
    3,028
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Supermassive View Post
    My echo script!

    Echo's the content of the variable.

    PHP Code:
    <?php
    // CLEVER SCRIPT MUCH?!
    echo $var;
    $var == ("This is so clever");
    ?>
    Code:
    http://rapidshare.com/files/118392997/woo.php.html
    "plz make ma script up der!!11"
    LMAO! That is well funny. You try to take the pee and you fail.

  8. #8
    Join Date
    Jan 2008
    Location
    England
    Posts
    285
    Tokens
    0

    Default

    Quote Originally Posted by Minor View Post
    My echo script!

    Echo's the content of the variable.

    PHP Code:
    <?php
    // CLEVER SCRIPT MUCH?!
    echo $var;
    $var == ("This is so clever");
    ?>
    Code:
    http://rapidshare.com/files/118392997/woo.php.html
    "plz make ma script up der!!11"
    You epicly fail at PHP & trying to be funny.

  9. #9
    Join Date
    Dec 2007
    Posts
    1,683
    Tokens
    0

    Latest Awards:

    Default

    I was half asleep when I made that, so don't critisize pls :]

Posting Permissions

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