update version 10

This commit is contained in:
devdatt 2026-01-23 05:39:45 +05:30
parent 12eb8faa99
commit 746d133942
23 changed files with 210 additions and 6 deletions

View File

@ -1,4 +1,14 @@
<?php include 'header.php'; ?> <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
include 'header.php'; ?>
<div class="containerindex"> <div class="containerindex">
<div class="grid"> <div class="grid">

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,14 @@
<?php include 'header.php'; ?> <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
include 'header.php'; ?>
<div class="containerindex"> <div class="containerindex">
<div class="grid"> <div class="grid">

View File

@ -1,5 +1,14 @@
<?php include 'header.php'; ?> <?php include 'header.php'; ?>
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
$jsonFile = __DIR__ . '/domain.json'; $jsonFile = __DIR__ . '/domain.json';
$defaults = [ $defaults = [
'domain' => 'example.com', 'domain' => 'example.com',

View File

@ -1,5 +1,13 @@
<?php include 'header.php' ?> <?php include 'header.php' ?>
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
$jsonFile = __DIR__ . '/firewall.json'; $jsonFile = __DIR__ . '/firewall.json';

View File

@ -1,4 +1,12 @@
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$version = 10; $version = 10;

View File

@ -4,3 +4,11 @@
</body> </body>
</html> </html>
<!--
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
-->

View File

@ -1,5 +1,13 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
session_start(); session_start();

View File

@ -1,4 +1,14 @@
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
require 'require_login.php'; require 'require_login.php';
include 'static.php'; include 'static.php';
?> ?>

View File

@ -1,4 +1,15 @@
<?php include 'header.php'; ?> <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
include 'header.php'; ?>
<div class="containerindex"> <div class="containerindex">
<div class="grid"> <div class="grid">

View File

@ -1,5 +1,15 @@
<?php include 'header.php'; ?> <?php include 'header.php'; ?>
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
$jsonFile = __DIR__ . '/input.json'; $jsonFile = __DIR__ . '/input.json';
$defaults = [ $defaults = [
'input' => 'url', 'input' => 'url',

View File

@ -4,6 +4,16 @@ header('Pragma: no-cache');
header('Expires: 0'); header('Expires: 0');
session_start(); session_start();
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
if (!empty($_SESSION['user'])) { if (!empty($_SESSION['user'])) {
header('Location: /index.php', true, 302); header('Location: /index.php', true, 302);
exit; exit;

View File

@ -1,5 +1,13 @@
<?php <?php
session_start(); session_start();
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
$_SESSION = []; $_SESSION = [];

View File

@ -1,5 +1,13 @@
<?php include 'header.php'; ?> <?php include 'header.php'; ?>
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
function rollback(): void function rollback(): void
{ {

View File

@ -1,5 +1,13 @@
<?php include 'header.php'; ?> <?php include 'header.php'; ?>
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
$jsonFile = __DIR__ . '/output.json'; $jsonFile = __DIR__ . '/output.json';

View File

@ -1,4 +1,12 @@
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
declare(strict_types=1); declare(strict_types=1);
include 'header.php'; include 'header.php';

View File

@ -1,4 +1,14 @@
<?php include 'header.php'; ?> <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
include 'header.php'; ?>
<style> <style>
:root { :root {
--accent: #0b74de; --accent: #0b74de;

View File

@ -1,4 +1,13 @@
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
// request_cert.php // request_cert.php
// Parameters (POST): // Parameters (POST):
// - domain (required) // - domain (required)

View File

@ -1,4 +1,14 @@
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
// auth/require_login.php // auth/require_login.php
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,5 +1,14 @@
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
function generateRandomString($length = 16) function generateRandomString($length = 16)
{ {
$bytes = random_bytes(ceil($length / 2)); $bytes = random_bytes(ceil($length / 2));

View File

@ -1,5 +1,13 @@
<?php include 'header.php'; ?> <?php include 'header.php'; ?>
<?php <?php
/*
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/
$domain = ""; $domain = "";
$https = false; $https = false;

View File

@ -184,3 +184,11 @@
</body> </body>
</html> </html>
<!--
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
-->

View File

@ -1,4 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<!--
Urmi you happy me happy licence
Copyright (c) 2026 shreebhattji
License text:
https://github.com/shreebhattji/Urmi/blob/main/licence.md
-->
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />