Example #1
0
if ($phome == "DoEbak") {
    Ebak_DoEbak($_POST);
} elseif ($phome == "BakExe") {
    $t = $_GET['t'];
    $s = $_GET['s'];
    $p = $_GET['p'];
    $mypath = $_GET['mypath'];
    $alltotal = $_GET['alltotal'];
    $thenof = $_GET['thenof'];
    $fnum = $_GET['fnum'];
    $stime = $_GET['stime'];
    Ebak_BakExe($t, $s, $p, $mypath, $alltotal, $thenof, $fnum, $stime);
} elseif ($phome == "BakExeT") {
    $t = $_GET['t'];
    $s = $_GET['s'];
    $p = $_GET['p'];
    $mypath = $_GET['mypath'];
    $alltotal = $_GET['alltotal'];
    $thenof = $_GET['thenof'];
    $fnum = $_GET['fnum'];
    $auf = $_GET['auf'];
    $aufval = $_GET['aufval'];
    $stime = $_GET['stime'];
    Ebak_BakExeT($t, $s, $p, $mypath, $alltotal, $thenof, $fnum, $auf, $aufval, $stime);
} elseif ($phome == "ReData") {
    $add = $_POST['add'];
    $mypath = $_POST['mypath'];
    Ebak_ReData($add, $mypath);
} else {
    printerror("ErrorUrl", "history.go(-1)");
}
Example #2
0
    $thenof = $_GET['thenof'];
    $fnum = $_GET['fnum'];
    $stime = $_GET['stime'];
    Ebak_BakExe($t, $s, $p, $mypath, $alltotal, $thenof, $fnum, $stime, $logininid, $loginin);
} elseif ($phome == "BakExeT") {
    $t = $_GET['t'];
    $s = $_GET['s'];
    $p = $_GET['p'];
    $mypath = $_GET['mypath'];
    $alltotal = $_GET['alltotal'];
    $thenof = $_GET['thenof'];
    $fnum = $_GET['fnum'];
    $auf = $_GET['auf'];
    $aufval = $_GET['aufval'];
    $stime = $_GET['stime'];
    Ebak_BakExeT($t, $s, $p, $mypath, $alltotal, $thenof, $fnum, $auf, $aufval, $stime, $logininid, $loginin);
} elseif ($phome == "ReData") {
    $add = $_POST['add'];
    $mypath = $_POST['mypath'];
    Ebak_ReData($add, $mypath, $logininid, $loginin);
} elseif ($phome == "DelBakpath") {
    $path = $_GET['path'];
    Ebak_DelBakpath($path, $logininid, $loginin);
} elseif ($phome == "DelZip") {
    $f = $_GET['f'];
    Ebak_DelZip($f, $logininid, $loginin);
} elseif ($phome == "DoZip") {
    $p = $_GET['p'];
    Ebak_Dozip($p, $logininid, $loginin);
} elseif ($phome == "PathGotoRedata") {
    $mypath = $_GET['mypath'];