Results 1 to 3 of 3
  1. #1
    Cold designer's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    [php] Ajax chat icons

    Code:
    function get_pokeman(){
            global $db, $user;
    
            switch ($user->data['user_id']){
               case 2:
                      $pmn = '<img src="ttp://www.pokemonelite2000.com/sprites/dpiconani/dpiconani487.gif">';
               break;
               case 4471: //just a test
                      $pmn = '<img src="https://www.pokemonelite2000.com/sprites/dpiconani/dpiconani487.gif">';
               break;
    		}
    
          if(!isset($pmn)){
                return $user->data['username'];
    }
                else{
                     return $pmn . $user->data['username'];
              }
    }
    Its a custom function, I'm doing something is wrong, but i cant figure out what. The icon will not show up next to the username. Please help

  2. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    You're not closing the img tags for one thing. Other than that you gave us very little info lol.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  3. #3
    Cold designer's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    for one

    Well im trying to achieve adding chat icons to my ajax chatbox. hoping someone could help me figure out why this isnt working at all, even after i closed the img tags still no luck . Dunno what else i should be telling ya.

Similar Threads

  1. MPGH IRC Chat Quote Thread
    By i eat trees in forum Entertainment
    Replies: 746
    Last Post: 07-02-2011, 10:07 PM
  2. [Release] CA Chat + PHP Log in System
    By Pixie in forum Combat Arms Hacks & Cheats
    Replies: 24
    Last Post: 12-13-2009, 11:36 PM
  3. Teamspeak Chats
    By iverson954360 in forum Entertainment
    Replies: 20
    Last Post: 05-28-2007, 09:26 AM
  4. Design Chat
    By -[standoff]- in forum Art & Graphic Design
    Replies: 33
    Last Post: 12-27-2006, 08:24 PM
  5. chat
    By ace76543 in forum Entertainment
    Replies: 6
    Last Post: 11-26-2006, 10:19 AM