Change Login Name/U.N

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

    Change Login Name/U.N

    Hi there

    anyone know what is the code of change login name

    example

    i registered with user name whitewingz

    user: whitewingz so my login name also is whitewingz i wnt to change my log in name example lyke whitewingz123 so my login name is whitewingz123 but still my user or nckname is whitewingz what i mean is only login name is will be change..

    Anyone know?

    #2
    you would need to add an extra field in your database. Then code it around that. Depends what script your using.

    Comment


      #3
      ur string should like this update login=$login where id=$id; thats it.u should now make ur own according to ur script db.

      Comment


        #4
        Thnkz
        somethng and khan anymore detailed code sory i'm stil n0ob in php..

        Comment


          #5
          wings can u show me your codes?then i can give the proper code

          Comment


            #6
            bro i dont have code.. so i find code here..

            Comment


              #7
              too easy coding Free Pinoy WAP Community Mobile VaMp1ST here i already coded
              com site: http://vampist.net
              download site: http://wapdloads.net
              fb: http://www.facebook.com/pmplx

              Comment


                #8
                can u share ur code wapmetal?

                Comment


                  #9
                  whitewingz, write here the code you are working on, and me or other guys will do it for you.
                  mysterio.al - programming is a functional art

                  Comment


                    #10
                    Originally posted by Mysterio3 View Post
                    whitewingz, write here the code you are working on, and me or other guys will do it for you.
                    Originally posted by whitewingz View Post
                    bro i dont have code.. so i find code here..
                    ................

                    Comment


                      #11
                      i dont understand.
                      if you dont have a code, how did you register? post the registration code here.
                      mysterio.al - programming is a functional art

                      Comment


                        #12
                        bro this


                        example i register with username whitewingz

                        so in my profile my name is whitewingz

                        then my login name or username is whitewingz

                        i want only to change the login name..

                        my login name will be change but still my name in profile is whitewingz

                        example i change my login name to kevin

                        but still my name in profile chatroom, shoutbox, forums,online list etc is whitewingz


                        this is an example iand already change my login name to kevin

                        then i login

                        user : kevin
                        pass : ********

                        then in login page


                        welcome whitewingz
                        [Enter]

                        so only login name will be change not name in login page,forums,chatroom,profile,shoutbox,online list etc..


                        so i want to change my login name only

                        Comment


                          #13
                          There is no way to code this without knowing some/all of the code it's for.
                          Even if it's for lavalair, there are many different lavalair mods so you will have to post the code it's for we can't just go download a code.
                          The easiest way would be something like:
                          PHP Code:
                          <?php
                          $nickname 
                          "example";
                          //get the nickname name from somewhere like the database etc...
                          $login_name "example";
                          //get the login name from somewhere like session, database, cookie etc...
                          if($default_name==$login_name)
                          {
                           
                          //default_name = name to be used to display
                          //check if login name is equal to the default name
                          $default_name $nickname;
                          //set the nickname name as default name to you only

                          else
                          {
                          $default_name $login_name
                          //set the default name as login name to everyone else
                          }
                          ?>
                          Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

                          Comment


                            #14
                            you can pm me here Free Pinoy WAP Community Mobile VaMp1ST i can give you some ideas to code
                            com site: http://vampist.net
                            download site: http://wapdloads.net
                            fb: http://www.facebook.com/pmplx

                            Comment


                              #15
                              at least tell us what script u are using, wingz. and changing login name is so easy.if u can tell me whats the script and version, i can make it within a moment.

                              Comment

                              Working...
                              X