Example #1
0
$loginin = $lur['username'];
$rnd = $lur['rnd'];
$link = db_connect();
$empire = new mysqlquery();
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'];
Example #2
0
} elseif ($phome == "EmptyTable") {
    $tablename = $_POST['tablename'];
    $mydbname = $_POST['mydbname'];
    Ebak_EmptyTable($tablename, $mydbname, $logininid, $loginin);
} elseif ($phome == "DoEbak") {
    Ebak_DoEbak($_POST, $logininid, $loginin);
} 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, $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'];