how to change lavalair action

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

    how to change lavalair action

    How to change lavalair "action" to "do" or sumting else?

    #2
    just change everything from action to do easy

    Comment


      #3
      i tried that bro i even changed $action=$_GET["action"]; to $do=$_GET["do"]; and it didnt work dont know y

      Comment


        #4
        u must change it in every single page core login index etc etc

        $action = $_GET["action"];
        Code:
        $ac = $_GET["ac"];
        
        if($ac=="main")

        Comment


          #5
          All the $action and the $_GET["action"]
          Did I help you?
          You can help me too
          Your donations will help me finance my studies.

          Comment


            #6
            yeah everything .... lot of work to do..

            Comment


              #7
              Originally posted by jefweewap View Post
              yeah everything .... lot of work to do..
              lot of work my ass !!
              it's a 10 minute job !
              1.) download and install notepad++ ... =>> free & excellent editor (or any other proper editor you like)
              2.) open ALL files from script
              3.) in ANY file click Ctrl+F (aka Find)
              4.) choose tab Replace
              5.) in uper text field type action in lower text field type go (or whatever you prefer)
              6.) now on right side click Replace in all opened documents
              7.) Save ALL
              8.) 10 minutes passed and job is done
              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


                #8
                Originally posted by metulj View Post
                lot of work my ass !!
                it's a 10 minute job !
                1.) download and install notepad++ ... =>> free & excellent editor (or any other proper editor you like)
                2.) open ALL files from script
                3.) in ANY file click Ctrl+F (aka Find)
                4.) choose tab Replace
                5.) in uper text field type action in lower text field type go (or whatever you prefer)
                6.) now on right side click Replace in all opened documents
                7.) Save ALL
                8.) 10 minutes passed and job is done

                this is great and thanks for the tips...

                Comment

                Working...
                X