STAFF NICKS in chatrooms

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    STAFF NICKS in chatrooms

    i would need a code for making appear in BOLD nicks of the staff members
    (owners, headadmins,admins) in my wapdesire .
    somebody can help?...
    another question..
    some of my users that use mobile connection with some nokia phones
    had problems about italian accent letters as : è ,à, ù ,etc.
    it show on chat/forum messages with strange symbols..
    it's strange 'cause, for exemple ,when i use my nokia 6630 or n95 these
    letters have shown normally..
    this problem on some nokia models depends maybe by the ENCODING on xhtml
    header code?..better to use iso-8859-1 OR utf-8 ?
    or depends from other things? thanks
    sigpicthe italian/international COMMUNITY of friendship
    http://people2000.netne.net
    WAP/WEB
    peoplemailbox@katamail.com

    #2
    am no expert but mysql=(SELECT name from ibwf_users WHERE perm="who" ):
    then insert the name into chat

    something along those lines anyway
    Wapchat4u


    Topsites4u

    Comment


      #3
      Originally posted by honkytonkman View Post
      i would need a code for making appear in BOLD nicks of the staff members
      (owners, headadmins,admins) in my wapdesire .
      somebody can help?...
      another question..
      some of my users that use mobile connection with some nokia phones
      had problems about italian accent letters as : è ,à, ù ,etc.
      it show on chat/forum messages with strange symbols..
      it's strange 'cause, for exemple ,when i use my nokia 6630 or n95 these
      letters have shown normally..
      this problem on some nokia models depends maybe by the ENCODING on xhtml
      header code?..better to use iso-8859-1 OR utf-8 ?
      or depends from other things? thanks
      sumtng lyk diz..?
      PHP Code:
      if(ismod($uid))
      {
      echo 
      "<b>".getnick_uid($uid)."» ".$msg."";
      }else{
      echo 
      "<a href="profile-$uid">".getnick_uid($uid)."</a>» ".$msg."";

      My Blog: http://jhommark.blogspot.com
      My Facebook: http://www.facebook.com/jhommark
      My Official Site: http://www.undergroundweb.tk
      My Community Site: http://undergroundwap.xtreemhost.com

      Comment


        #4
        Originally posted by honkytonkman View Post
        i would need a code for making appear in BOLD nicks of the staff members
        (owners, headadmins,admins) in my wapdesire .
        somebody can help?...
        another question..
        some of my users that use mobile connection with some nokia phones
        had problems about italian accent letters as : è ,à, ù ,etc.
        it show on chat/forum messages with strange symbols..
        it's strange 'cause, for exemple ,when i use my nokia 6630 or n95 these
        letters have shown normally..
        this problem on some nokia models depends maybe by the ENCODING on xhtml
        header code?..better to use iso-8859-1 OR utf-8 ?
        or depends from other things? thanks
        UTF-8 will be surely better...
        you can write in many languages
        with all proper special chars
        if you use UTF-8...
        It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
        ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
        ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
        キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

        Comment


          #5
          thanks..i thought that utf-8 was especially for eastern europe..
          i 'll try to change ISO into utf-8 ..
          sigpicthe italian/international COMMUNITY of friendship
          http://people2000.netne.net
          WAP/WEB
          peoplemailbox@katamail.com

          Comment


            #6
            Originally posted by honkytonkman View Post
            thanks..i thought that utf-8 was especially for eastern europe..
            i 'll try to change ISO into utf-8 ..
            but i prefer to use iso-8859-1 than utf-8 c0z when u posted a character like "ü" in utf-8 it will display b0x only..Test it..Just giving my opini0n and experience..
            My Blog: http://jhommark.blogspot.com
            My Facebook: http://www.facebook.com/jhommark
            My Official Site: http://www.undergroundweb.tk
            My Community Site: http://undergroundwap.xtreemhost.com

            Comment


              #7
              yeah..it's true..using utf now also on my phones i see strange letters..
              goin'back to iso,letters turn back normal
              sigpicthe italian/international COMMUNITY of friendship
              http://people2000.netne.net
              WAP/WEB
              peoplemailbox@katamail.com

              Comment

              Working...
              X