Good morning.

How to do something like a step by step installation of the script in DLE? When in each step a new page. What is this trick?

There dig a long time =)

Found, like this:

if($_REQUEST['action'] == "eula") { <input type=hidden name=action value="function_check"> } elseif($_REQUEST['action'] == "function_check") { [next] } 

    1 answer 1

    Well, make a point in the script for which you need to go through the script.

    • somesait /? install = step1
    • somesait /? install = step2
    • somesait /? install = step3
    • somesait /? install = step4

    Well, in the script check all the steps for correct filling.