Help Lava Mod!how to Add Color tagging at the username

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help Lava Mod!how to Add Color tagging at the username

    guys, could you help me please? My script is lavalair, could you drop the Complete Code? Thanks,

    Blue,
    Cyan,
    Pink,
    Red,
    Orange,
    Yellow,
    Blue,
    Green
    And violet, thanks.

    Added after 3 minutes:

    Add color tags to the nick of, members, i dont know the code, so i begg a help thanks,
    Last edited by rancheswap; 04.03.12, 08:09.

    #2
    Here we go....
    To add follow the following steps...

    SETP :

    edit core.php file and find out bbc replacing function called function getbbcode

    add this following lines in that

    PHP Code:

     $text 
    preg_replace("/\[clr\=(.*?)\](.*?)\[\/clr\]/is","<font color=\"$1\">$2</font>",$text); 
    and its done....

    keep smiling my friend....
    Sandeep DiL (INDIAN)



    Comment


      #3
      thanks bro, could you include on how to use this bbcode? Is this aplicable to change the color nick of my members, at the online.php thanks hAh, sorry if im asking a lot i am a new, coder

      Comment


        #4
        heres a start to it:
        PHP Code:
        function getnick_uid($uid){
        $unick mysql_fetch_array(mysql_query("SELECT name, namecolor FROM ibwf_users WHERE id='".$uid."'"));
        return 
        "<font color="$unick[1]">$unick[0]</font>";

        Comment


          #5
          bro? Where place i need to put this? Pls tell me thanks for this, icore.php?

          Comment


            #6
            bro, i dont have no idea what place or what value suppose to be,, add this code pls. Tell me thanks,

            Comment


              #7
              Originally posted by rancheswap View Post
              guys, could you help me please? My script is lavalair, could you drop the Complete Code? Thanks,

              Blue,
              Cyan,
              Pink,
              Red,
              Orange,
              Yellow,
              Blue,
              Green
              And violet, thanks.

              Added after 3 minutes:

              Add color tags to the nick of, members, i dont know the code, so i begg a help thanks,
              this is totaly wrong way to learn anything...
              theres quite a few lava mod posted...
              with all kind a functions included...
              find scripts, install to localhost,
              study codes and take out what you need/want...
              you cant just jump into forum and get just everything what you want... WANT...
              why should anyone search foru while you can do it your self ?
              LOCK&TRASH
              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

              Working...
              X