diff --git a/scripts/step1.php b/scripts/step1.php new file mode 100644 index 0000000..1747e9b --- /dev/null +++ b/scripts/step1.php @@ -0,0 +1,80 @@ + + + + Foto importeer app + + + + + + + + + +
+ Tokyo taxi +

Foto importeer app

+
+

Stap 1

+
+

Stop de SD-kaart in de kaartlezer.

+

Wacht vervolgens 10-15 seconden,
druk dan op volgende stap.

+ +
+ +
+
+
+

System info

+
+ + +swal("De SD kaart is gevonden", "", "success").then(function() { + window.location = "step2.php"; +}); + '; + +} + if ($shellout==0) { + echo ''; +} +} +?> + + + diff --git a/scripts/step2.php b/scripts/step2.php new file mode 100644 index 0000000..6ed3539 --- /dev/null +++ b/scripts/step2.php @@ -0,0 +1,153 @@ + + + + Foto importeer app + + + + + + + + + +
+ Tokyo taxi +

Foto importeer app

+
+

Stap 2

+
+

+

Vul hieronder de album informatie in

+

Het album word aangemaakt als: <Datum> <Albumnaam>

+

+

+ +
+ +
+ +
+

+ +
+ +
+
+

Het album word aangemaakt met datum van vandaag

+
+ +
+

+
+

Het album word aangemaakt als: <Album naam>

+

+

+ +
+ +
+

+
+

Het album word aangemaakt als: <Datum>

+

+

+ +
+ +
+

+
+ +
+

System info

+ +
+ + + + session-name"); + header('Location: step3.php'); + } + + if (isset($_POST['cardbackupWnameadate'])) + { + $rawdate = $_REQUEST['backupdatefield']; + $rawname = $_REQUEST['backupnamefield']; + $rawdata = $rawdate .' '. $rawname; + $editeddata = str_replace(' ', '_', $rawdata); + shell_exec("echo rawdata='".$editeddata."' > session-name"); + header('Location: step3.php'); + } + + if (isset($_POST['cardbackupWname'])) + { + $rawdata = $_REQUEST['backupnamefield']; + $editeddata = str_replace(' ', '_', $rawdata); + shell_exec("echo rawdata=''".$editeddata."'' > session-name"); + header('Location: step3.php'); + } + + if (isset($_POST['cardbackupWdate'])) + { + $rawdata = $_REQUEST['backupdatefield']; + $editeddata = str_replace(' ', '_', $rawdata); + shell_exec("echo rawdata='".$editeddata."' > session-name"); + header('Location: step3.php'); + + } + +?> + + + diff --git a/scripts/step3.php b/scripts/step3.php new file mode 100644 index 0000000..5f980a9 --- /dev/null +++ b/scripts/step3.php @@ -0,0 +1,115 @@ + + + + Foto importeer app + + + + + + + + + +
+ Tokyo taxi +

Foto importeer app

+
+

Stap 3

+
+

Controleer de naam voor het album zo correct is

+
+ + + De gekoze naam is:
$output"; + ?> + + + + + + + + + + +
+
+ +
+
+
+ +
+
+
+

System info

+ + + + + + diff --git a/scripts/step4.php b/scripts/step4.php new file mode 100644 index 0000000..957361a --- /dev/null +++ b/scripts/step4.php @@ -0,0 +1,139 @@ + + + + Foto importeer app + + + + + + + + + +
+ Tokyo taxi +

Foto importeer app

+
+

Stap 4

+
+

Importeer foto's en verwijder van de SD kaart

+
+ +
+
+ +
+
+

Importeer foto's en laat deze op de SD kaart staan

+
+ +
+
+

Kopieer alle data vanaf de SD kaart

+
+ +
+
+

Verplaats alle data vanaf de SD kaart

+
+ +
+
+
+

System info

+ + + +swal({title:"Weet u zeker het zeker?",text:"De data word verplaast en blijft dus NET op de SD kaart",icon:"warning",buttons:["Annuleren",!0],dangerMode:!0}).then(e=>{e?window.location.href="step4.php?movebackupok":swal("Geannuleerd","Er is niks uitgevoerd","info")});'; + } + + if (isset($_GET['movebackupok'])) + { + shell_exec("echo \backupmode=move > session-mode"); + header('Location: start-import.php'); + } + + if (isset($_POST['copybackup'])) + { + echo ''; + } + + if (isset($_GET['copyackupok'])) + { + shell_exec("echo \backupmode=copy > session-mode"); + header('Location: start-import.php'); + } + + if (isset($_POST['dumpmovebackup'])) + { +echo ''; + } + + if (isset($_GET['dumpmovebackupok'])) + { + shell_exec("echo \backupmode=dumpmove > session-mode"); + header('Location: start-import.php'); + } + + if (isset($_POST['dumpcopybackup'])) + { + echo ''; + } + + if (isset($_GET['dumpcopyackupok'])) + { + shell_exec("echo \backupmode=dumpcopy > session-mode"); + header('Location: start-import.php'); + } +?> + + \ No newline at end of file diff --git a/scripts/success-backup.php b/scripts/success-backup.php new file mode 100644 index 0000000..3f16af5 --- /dev/null +++ b/scripts/success-backup.php @@ -0,0 +1,62 @@ + + + + Foto importeer tool + + + + + + + + + +
+ Tokyo taxi +

Apliance Backup

+
+

De backup is geslaagd

+
+

Druk op zet Beeindig.
Sluit de app.
Verwijder vervolgens de externe schijf.

+
+

Sessie beeindigen

+

+

+ +
+

+

System info

+
+ session-state'); + + echo ''; + } +?> + + \ No newline at end of file