smc
This commit is contained in:
111
smc/colour.php
Normal file
111
smc/colour.php
Normal file
@@ -0,0 +1,111 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* @ This file is created by http://DeZender.Net
|
||||
* @ deZender (PHP7 Decoder for SourceGuardian Encoder)
|
||||
*
|
||||
* @ Version : 4.1.0.1
|
||||
* @ Author : DeZender
|
||||
* @ Release on : 29.08.2020
|
||||
* @ Official site : http://DeZender.Net
|
||||
*
|
||||
*/
|
||||
|
||||
$jsondata = file_get_contents('./includes/appsnscripts.json');
|
||||
$data = json_decode($jsondata, true);
|
||||
$json = $data['info'];
|
||||
$col = $json['aa'];
|
||||
$lang = ($json['aa'] == '1' ? 'selected' : '');
|
||||
$lang1 = ($json['aa'] == '2' ? 'selected' : '');
|
||||
$lang2 = ($json['aa'] == '3' ? 'selected' : '');
|
||||
$lang3 = ($json['aa'] == '4' ? 'selected' : '');
|
||||
$lang4 = ($json['aa'] == '5' ? 'selected' : '');
|
||||
$lang5 = ($json['aa'] == '6' ? 'selected' : '');
|
||||
$lang6 = ($json['aa'] == '7' ? 'selected' : '');
|
||||
$lang7 = ($json['aa'] == '8' ? 'selected' : '');
|
||||
$lang8 = ($json['aa'] == '9' ? 'selected' : '');
|
||||
$lang9 = ($json['aa'] == '11' ? 'selected' : '');
|
||||
$lang10 = ($json['aa'] == '12' ? 'selected' : '');
|
||||
$lang11 = ($json['aa'] == '13' ? 'selected' : '');
|
||||
$lang12 = ($json['aa'] == '14' ? 'selected' : '');
|
||||
$lang13 = ($json['aa'] == '15' ? 'selected' : '');
|
||||
$message = '<div class="alert alert-primary" id="flash-msg"><h4><i class="icon fa fa-check"></i>Theme Updated!</h4></div>';
|
||||
|
||||
if (isset($_POST['submit'])) {
|
||||
$jsonData = file_get_contents('./includes/appsnscripts.json');
|
||||
$date = date('d-m-Y H:i:s');
|
||||
$time = time();
|
||||
$egg = base64_encode($date);
|
||||
$egg1 = sha1($egg);
|
||||
$egg2 = $json['ii'] + 1;
|
||||
$arrayData = json_decode($jsonData, true);
|
||||
$replacementData = [
|
||||
'info' => ['aa' => $_POST['aa'], 'bb' => $date, 'cc' => $time, 'dd' => $egg, 'ff' => $egg2, 'gg' => $egg1]
|
||||
];
|
||||
$newArrayData = array_replace_recursive($arrayData, $replacementData);
|
||||
$newJsonData = json_encode($newArrayData, JSON_UNESCAPED_UNICODE);
|
||||
file_put_contents('./includes/appsnscripts.json', $newJsonData);
|
||||
header('Location: colour.php?m=' . $message);
|
||||
}
|
||||
|
||||
include 'includes/header.php';
|
||||
echo ' <!-- Begin Page Content -->' . "\n";
|
||||
echo ' <div class="container-fluid">' . "\n";
|
||||
echo "\n";
|
||||
|
||||
if (isset($_GET['m'])) {
|
||||
echo $_GET['m'];
|
||||
}
|
||||
|
||||
echo ' <!-- Page Heading -->' . "\n";
|
||||
echo ' <h1 class="h3 mb-1 text-gray-800">Colour Changes</h1>' . "\n";
|
||||
echo ' ' . "\n";
|
||||
echo ' <!-- Content Row -->' . "\n";
|
||||
echo ' <div class="row">' . "\n";
|
||||
echo "\n";
|
||||
echo ' <!-- First Column -->' . "\n";
|
||||
echo ' <div class="col-lg-12">' . "\n";
|
||||
echo "\n";
|
||||
echo ' <!-- Custom codes -->' . "\n";
|
||||
echo ' <div class="card border-left-primary shadow h-100 card shadow mb-4">' . "\n";
|
||||
echo ' <div class="card-header py-3">' . "\n";
|
||||
echo ' <h6 class="m-0 font-weight-bold text-primary"><i class="fa fa-paintbrush"></i> Colours</h6>' . "\n";
|
||||
echo ' </div>' . "\n";
|
||||
echo ' <div class="card-body">' . "\n";
|
||||
echo ' <form method="post">' . "\n";
|
||||
echo "\t\t\t\t\t\t\t" . '<div class="form-group ">' . "\n";
|
||||
echo ' <label class="control-label requiredField" for="aa" >' . "\n";
|
||||
echo ' <strong> Pick Your Colour</strong>' . "\n";
|
||||
echo ' </label>' . "\n";
|
||||
echo ' <select class="select form-control text-primary" id="select" name="aa">' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="1"' . $lang . '>Purple</option>' . "\n";
|
||||
echo ' <option value="2"' . $lang1 . '>Blue</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="3"' . $lang2 . '>Red</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="4"' . $lang3 . '>Orange</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="13"' . $lang11 . '>Yellow</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="5" ' . $lang4 . '>Green</option>' . "\n";
|
||||
echo ' <option value="6"' . $lang5 . '>Teal</option>' . "\n";
|
||||
echo ' <option value="7"' . $lang6 . '>Cyan</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="8"' . $lang7 . '>Gray</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="9"' . $lang8 . '>Dark-Gray</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="14"' . $lang12 . '>Black</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="15"' . $lang13 . '>Dark Gray - With Black</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="11"' . $lang9 . '>Purple-Black</option>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t\t" . '<option value="12"' . $lang10 . '>Black-Gray</option>' . "\n";
|
||||
echo ' </select>' . "\n";
|
||||
echo "\t\t\t\t\t\t\t" . '</div>' . "\n";
|
||||
echo ' <button class="btn btn-success btn-icon-split" name="submit" type="submit">' . "\n";
|
||||
echo ' <span class="icon text-white-50"><i class="fas fa-check"></i></span><span class="text">Submit</span>' . "\n";
|
||||
echo ' </button>' . "\n";
|
||||
echo ' </div>' . "\n";
|
||||
echo ' </div>' . "\n";
|
||||
echo ' </div>' . "\n";
|
||||
echo ' </div>' . "\n";
|
||||
echo ' </div>' . "\n";
|
||||
echo "\n";
|
||||
echo ' <br><br><br>';
|
||||
include 'includes/footer.php';
|
||||
require 'includes/appsnscripts.php';
|
||||
echo '</body>' . "\n";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user