Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2004
    Location
    Essex, UK
    Posts
    3,285
    Tokens
    0

    Latest Awards:

    Default PHP Powered Signature Features

    I've added some new things to my signature, which load the profile of a random member, load a random thread or load a random forum. Their done with some easy customizing of a piece of simple PHP Nets posted a while ago, I'm just reposting it to share the joy ;D I've put some comments in the code to make it easier to understand. This is the random forum code:

    PHP Code:
    <?
    $end 
    rand(1664); /* Randomizes a number from 1 to 664 (current latest forum) and sets it as the variable "$end" */
    $address "habboxforum.com/forumdisplay.php?f="/* Sets the variable "$address" as the forum display page without the forum number */
    $location "$address$end"/* Puts the forum display and the randomized number together and sets it as "$location" */
    header("location: http://$location"); /* Sends your browser to the randomized address (variable "$location") */
    ?>
    Last edited by timROGERS; 23-12-2005 at 04:12 PM. Reason: Edited comments and title



    i used to be NintendoNews. visit my blog or add me on twitter.
    need help with vista? i am a microsoft certified technology specialist in configuring windows vista and connected home integrator.. pm me for help!


    "I am the way, the truth, and the life. No one comes to the Father except through me"
    John 14:6 (NIV)


  2. #2
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    I thought no one read that thread
    kinda quit.

  3. #3
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    vBulletin Message

    Invalid Forum specified. If you followed a valid link, please notify the administrator

  4. #4
    Join Date
    May 2005
    Location
    Cornwall
    Posts
    3,590
    Tokens
    2,900
    Habbo
    Feyod

    Latest Awards:

    Default

    That looks quite funky O_O *Goes and does it on my site ;o*
    Occasionally visit and have a nose.

Posting Permissions

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