update version 10
This commit is contained in:
parent
12eb8faa99
commit
746d133942
|
|
@ -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
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
-->
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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 = [];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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));
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
-->
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue