Show Avatar

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Enthusiast 0cean is offline
    MemberRank
    Sep 2010 Join Date
    35Posts

    cool Show Avatar

    This is a small and easy script that you can use in news forums anywhere :}

    PHP Code:
    <?php
    header
    ("Content-Type: image/PNG");
    ?>
    <?php

    $dbhost 
    'localhost';
    $dbuser 'root';
    $dbpass 'Password';
    $db 'Database';

    mysql_connect($dbhost,$dbuser,$dbpass);  
    mysql_select_db($db);  

    $u $_GET["user"];
    $userq mysql_query("SELECT * FROM users WHERE username = '$u' LIMIT 1");
            
    $user mysql_fetch_array($userq);


    $image ImageCreateFromPNG("stand.png");
    $looks $user['look'];
    $look 

    ImageCreateFromPNG("http://www.habbo.com/habbo-imaging/avatarimage?figure='.$looks.''&action=wav&direction=2&head_direction=3

    &gesture=sml&size=l&img_format=png"
    );
        
    imagecopy($image$look9106134994);


    ImagePng ($image);
    imagedestroy($image);


    ?>
    To use go to
    file.php?user=User

    Please dont flame its only a small and easy code.
    Stand.png file: http://img864.imageshack.us/img864/5636/standua.png
    SREENIE: http://img97.imageshack.us/img97/6565/screenieu.png
    Last edited by 0cean; 21-04-11 at 04:17 PM. Reason: screenie


  2. #2
    Developer Eronisch is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: Show Avatar

    Pretty usefull, thanks!

  3. #3
    Enthusiast 0cean is offline
    MemberRank
    Sep 2010 Join Date
    35Posts

    Re: Show Avatar

    Quote Originally Posted by Eronisch View Post
    Pretty usefull, thanks!
    No problem, thanks for the feedback.

  4. #4
    Account Upgraded | Title Enabled! FlyCoder is offline
    MemberRank
    Jan 2011 Join Date
    United KingdomLocation
    469Posts

    Re: Show Avatar

    If this was for UberCMS why didn't you just include Global? :s

  5. #5
    Developer Eronisch is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: Show Avatar

    Quote Originally Posted by FlyCoder View Post
    If this was for UberCMS why didn't you just include Global? :s
    Dude, you are already saying the answer on your own question.

    if this was for ubercms

  6. #6
    Alpha Member Glee is offline
    MemberRank
    Jun 2009 Join Date
    Niagara Falls,Location
    2,225Posts

    Re: Show Avatar

    i notice in the screenie that little bit of the hat is cut off :P

  7. #7
    Account Upgraded | Title Enabled! Putako is offline
    MemberRank
    Mar 2011 Join Date
    CanadaLocation
    542Posts

    Re: Show Avatar

    I'l alter the code a bit for phpretro, pheonix php, pheonix CFM, holocms...later.

  8. #8
    sexiess is a sin. Subway is offline
    MemberRank
    Jun 2010 Join Date
    2,491Posts

    Re: Show Avatar

    None gives a shit Putako, btw it's simple but good try I guess.

  9. #9
    Account Upgraded | Title Enabled! FlyCoder is offline
    MemberRank
    Jan 2011 Join Date
    United KingdomLocation
    469Posts

    Re: Show Avatar

    Quote Originally Posted by Eronisch View Post
    Dude, you are already saying the answer on your own question.
    Go fuck yourself, I didn't ask you.

  10. #10
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: Show Avatar

    Quote Originally Posted by FlyCoder View Post
    Go fuck yourself, I didn't ask you.
    You go fuck yourself, you got an answer to your question, didn't you?

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

    Re: Show Avatar

    I like how simple the script is, and that it casn very easily be edited to work in another CMS - such as PHPRero or HoloCMS.

    Thanks for sharing this :)

  12. #12
    Account Upgraded | Title Enabled! FlyCoder is offline
    MemberRank
    Jan 2011 Join Date
    United KingdomLocation
    469Posts

    Re: Show Avatar

    Quote Originally Posted by Hejula View Post
    You go fuck yourself, you got an answer to your question, didn't you?
    Yes, but I feel like bitching at people today ;)

  13. #13
    Garry's Mod is addictive! Law is offline
    MemberRank
    Dec 2009 Join Date
    NorwayLocation
    993Posts

    Re: Show Avatar

    You feel like bitching at people 24/7

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

    Re: Show Avatar

    If I was you, I would change:

    PHP Code:
    $u $_GET["user"]; 
    to:

    PHP Code:
    $u mysql_real_escape_stringstrip_tags$_GET["user"] ) ); 
    ...to prevent SQL injections.

  15. #15
    V.I.P Member Beny. is offline
    MemberRank
    Aug 2009 Join Date
    536Posts

    Re: Show Avatar

    Lol. This looks like a shitty code, It has restrictions. Also you can do injections.

    ---------- Post added at 10:09 PM ---------- Previous post was at 10:07 PM ----------

    If your going to flame saying show you a better code?
    http://super-hotel.net/looks.php?name=David
    Last edited by Beny.; 21-04-11 at 11:11 PM.



Page 1 of 2 12 LastLast

Advertisement