+
";
+
+ echo 'database upload
+This page helps to upload database (in sqlite3 format) to this website.
+'; + echo 'Restrictions
'; + echo '- ';
+ echo '
- Only one file '; + echo "
- The file has to be smaller than $max_size. "; + echo "
- Database suffix must be .sqlite "; + echo "
';
+ echo "
"; + echo "
";
+ echo " ";
+ exit;
+ }
+
+ # Get the database file
+ $new_db = scan_sqlite();
+ if ($new_db) {
+ echo "Uploaded the database file to $new_db";
+ } else {
+ echo 'Database file upload
"; + + # Check id + if (!check_id($id)) { + echo "Invalid id ($id)"; + echo "