Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- session_start();
- if(empty($_SESSION['token']))
- {
- header('Location: sign.php');
- exit(0);
- }
- date_default_timezone_set( 'Europe/Paris' );
- if(isset(parse_url($_SERVER["REQUEST_URI"])["query"]))
- {
- parse_str(parse_url($_SERVER["REQUEST_URI"])["query"], $node);
- if(isset($node["follow"]))
- {
- header("Location: " . $node["follow"]);
- }
- }
- if(isset($_GET["lang"]))
- {
- $_SESSION["Lang"] = $_GET["lang"];
- }
- if(!isset($_SESSION["Lang"]))
- {
- $_SESSION["Lang"] = "fr";
- }
- if(isset($_POST["changelang"]))
- {
- $_SESSION["Lang"] = $_POST["lang"];
- }
- require_once "resources/i18n.class.php";
- $i18n = new i18n('resources/lang/lang_{LANGUAGE}.ini', 'resources/langcache/', 'en');
- $i18n->setFallbackLang('en');
- $i18n->setForcedLang($_SESSION["Lang"]) ;
- $i18n->init();
- if(!isset($_SESSION["Form"]["effect"]))
- {
- $_SESSION["Form"]["effect"] = 0;
- }
- $_SESSION["bypass"] = false;
- if(basename($_SERVER['REQUEST_URI']) !="")
- {
- $page = basename($_SERVER['REQUEST_URI']);
- }
- else
- {
- $page = "default";
- }
- ?><!DOCTYPE html>
- <html lang="en">
- <!--
- _____ _____ _
- / ___| | __ \ | |
- \ `--. ___ __ _ _ __ | | \/ ___ _ __ ___ _ __ __ _| |_ ___ _ __
- `--. \/ __/ _` | '_ \ | | __ / _ \ '_ \ / _ \ '__/ _` | __/ _ \| '__|
- /\__/ / (_| (_| | | | | | |_\ \ __/ | | | __/ | | (_| | || (_) | |
- \____/ \___\__,_|_| |_| \____/\___|_| |_|\___|_| \__,_|\__\___/|_|
- Forever here.
- -->
- <head>
- <?php
- if(isset($_GET["goto"]))
- {
- echo '<meta http-equiv="refresh" content="1; url=mon-panier">';
- }
- if(isset($_GET["product"]))
- {
- $product = $_GET["product"];
- }
- if ($page=="payment") {
- $_SESSION["bypass"] = true;
- if(isset($_POST["uid"]))
- {
- $_SESSION["Command"][$_POST["uid"]]["valid"] = true;
- $_SESSION["final_address"] = $btc_address;
- }
- if(isset($_GET["action"]))
- {
- switch($_GET["action"])
- {
- case "remove":
- unset($_SESSION["Command"][$_GET["id"]]);
- break;
- }
- }
- $totalEUR = 0;
- $totalBTC = 0;
- $iterator = 0;
- }
- ?>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title><?php echo L::title; ?> // Générateur de faux documents </title>
- <link rel="stylesheet" type="text/css" href="resources/css/bootstrap.min.css" />
- <link rel="stylesheet" type="text/css" href="resources/css/font-awesome.min.css" />
- <link rel="stylesheet" href="resources/css/app/app.v1.css" />
- <link rel="stylesheet" type="text/css" href="resources/css/style.css" />
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600|Raleway:400,500,600,700,300' rel='stylesheet' type='text/css' />
- <link href="static/favicon.png" rel="icon" type="image/png" />
- </head>
- <body data-ng-app>
- <?php
- if(isset($_SERVER["HTTP_X_TOR2WEB"]))
- {
- echo L::tor;
- }
- ?>
- <aside class="left-panel">
- <div class="user text-center">
- <p><a href="/"><img src="static/favicon.png" class="img-rounded" alt="...">
- </a></p>
- <p> </p>
- <a href="/">
- <h4 class="user-name">Accueil Autoscan<sup><small></small></sup></h4>
- <p> </p>
- </a>
- <div class="dropdown user-login">
- <form action="" method="post" style='margin-bottom:0px;'>
- <input type="hidden" name="changelang" value="true">
- <?php
- if($_SESSION["Lang"] == "fr")
- {
- ?>
- <button class="btn btn-xs dropdown-toggle btn-rounded" type="button" data-toggle="dropdown" aria-expanded="true">
- <img src="static/fr.png" class="lang-choose" /> Français <i class="fa fa-angle-down"></i>
- </button>
- <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1"></ul>
- <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1"></ul>
- <?php
- }
- ?>
- </form>
- </div>
- </div>
- <nav class="navigation">
- <ul class="list-unstyled">
- <li id="identity" class="has-submenu <?php if($page == "cni2" or $page == "cni" or $page == "decla" or $page == "passeport" or $page == "usapc" or $page == "vitale" or $page == "pdc") {echo 'active';} ?>"><a href="#identity"><i class="fa fa-user"></i> <span class="nav-label"><?php echo L::menu_identity; ?> <sup><small>New</small></sup></span></a>
- <ul class="list-unstyled">
- <li><a href="cni2"><?php echo L::menu_cni2; ?> <sup><small>New</small></sup></a></li>
- <li><a href="cni"><?php echo L::menu_cni; ?> <sup><small>New</small></sup></a></li>
- <li><a href="passeport"><?php echo L::menu_passeport; ?>
- <sup><small>New</small></sup></a></li>
- <li><a href="usapc"><?php echo L::menu_usapc; ?> <sup><small></small></sup></a></li>
- <li><a href="decla"><?php echo L::menu_decla; ?> <sup><small></small></sup></a></li>
- <li><a href="pdc"><?php echo L::menu_drive; ?> <sup><small></small></sup></a></li>
- <li><a href="vitale"><?php echo L::menu_vitale; ?> <sup><small></small></sup></a>
- </li>
- </ul>
- </li>
- <li id="address" class="has-submenu <?php if($page == "edf" or $page == "dengy" or $page == "free") {echo 'active';} ?>"><a href="#address"><i class="fa fa-home"></i> <span class="nav-label"><?php echo L::menu_address; ?> <sup><small></small></sup></span></a>
- <ul class="list-unstyled">
- <li><a href="edf"><?php echo L::menu_edf; ?></a></li>
- <li><a href="free"><?php echo L::menu_facturefree; ?> <sup><small></small></sup></a></li>
- <li><a href="dengy"><?php echo L::menu_den; ?> <sup><small></small></sup></a></li>
- </ul>
- </li>
- <li id="vehicule" class="has-submenu <?php if($page == "cng" or $page == "assurance" or $page == "cg") {echo 'active';} ?>"><a href="#vehicule"><i class="fa fa-home"></i> <span class="nav-label"><?php echo L::menu_vehicule; ?> <sup><small>New</small></sup></span></a>
- <ul class="list-unstyled">
- <li><a href="cng"><?php echo L::menu_cng; ?> <sup><small>New</small></sup></a></li>
- <li><a href="assurance"><?php echo L::menu_assurance; ?> <sup><small>New</small></sup></a></li>
- <li><a href="cg"><?php echo L::menu_cg; ?> <sup><small>New</small></sup></a></li>
- </ul>
- </li>
- <li class="<?php if($page == "fdp") {echo 'active';} ?>"><a href="fdp"><i class="fa fa-file-text-o"></i> <span class="nav-label"><?php echo L::menu_payslip; ?></span></a></li>
- <li class="<?php if($page == "rib") {echo 'active';} ?>"><a href="rib"><i class="fa fa-bank"></i> <span class="nav-label"><?php echo L::menu_rib; ?></span></a></li>
- <li id="cc" class="has-submenu <?php if($page == "cc_visa_classic" or $page == "cc_visa_premier" or $page == "cc_visa_infinite") {echo 'active';} ?>"><a href="#cc"><i class="fa fa-credit-card"></i> <span class="nav-label"><?php echo L::menu_creditcard; ?> <sup><small></small></sup></span></a>
- <ul class="list-unstyled">
- <li><a href="visa-classic"><?php echo L::menu_visaclassic; ?> <sup><small></small></sup></a></li>
- <li><a href="visa-premier"><?php echo L::menu_visapremier; ?> <sup><small></small></sup></a></li>
- <li><a href="visa-infinite"><?php echo L::menu_visainfinite; ?> <sup><small></small></sup></a></li>
- </ul>
- </li>
- <li id="other" class="has-submenu <?php if($page == "darty" or $page == "bac" or $page == "kbis" or $page == "bts" or $page == "dut") {echo 'active';}?>"><a href="#other"><i class="fa fa-list"></i> <span class="nav-label"><?php echo L::menu_other; ?> <sup><small>New</small></sup></span></a>
- <ul class="list-unstyled">
- <li><a href="bac"><?php echo L::menu_bac; ?></a></li>
- <li><a href="darty"><?php echo L::menu_darty; ?></a></li>
- <li><a href="kbis"><?php echo L::menu_kbis; ?> <sup><small>New</small></sup></a></li>
- <li class="notactive"><a href="#"><?php echo L::menu_bts; ?></a></li>
- <li class="notactive"><a href="#"><?php echo L::menu_dut; ?></a></li>
- <li class="notactive"><a href="#"><?php echo L::menu_absence; ?></a></li>
- <li class="notactive"><a href="bac"><?php echo L::menu_prescription; ?></a></li>
- <li> </li>
- <li> </li>
- </ul>
- </li>
- <li class="<?php if($page == "feeds") {echo 'active';} ?>"><a href="feed"><i class="fa fa-user"></i> <span class="nav-label"><font color="#9BBB59"><?php echo L::menu_feeds; ?></font></span></a></li>
- <li class="<?php if($page == "faq") {echo 'active';} ?>"><a href="faq"><i class="fa fa-user"></i> <span class="nav-label"><font color="#00B0F0"><?php echo L::menu_faq; ?></font></span></a></li>
- </ul>
- <center>
- <form action="index.php" method="GET">
- <select name="follow">
- <option value="about">Accueil</option>
- <option></option>
- <option value="cni2">Carte d'identité Effet Normal</option>
- <option value="cni">Carte d'identité Effet Usé</option>
- <option value="decla">Déclaration perte CNI</option>
- <option value="pdc">Permis de conduire</option>
- <option value="passeport">Passeport FR</option>
- <option value="edf">Facture EDF</option>
- <option value="free">Facture Free</option>
- <option value="dengy">Facture Direct Energie</option>
- <option value="cng">Certificat de Non Gage</option>
- <option value="assurance">Attestation d'Assurance</option>
- <option value="cg">Carte Grise Auto</option>
- <option value="fdp">Fiche de Paie</option>
- <option value="cc_visa_classic">Carte Bancaire Visa Classic</option>
- <option value="cc_visa_premier">Carte Bancaire Visa Premier</option>
- <option value="cc_visa_infinite">Carte Bancaire Visa Infinite</option>
- <option value="rib">Relevé d'Identité Bancaire</option>
- <option value="bac">Diplôme du Baccalauréat</option>
- <option value="bts">Diplôme du BTS</option> -->
- <option value="vitale">Carte Vitale</option>
- <option value="darty">Facture Darty</option>
- <option value="kbis">Extrait Kbis</option>
- </select>
- <input id="gow" type="submit" value="Go" />
- </form>
- </center>
- </nav>
- </aside>
- <section class="content">
- <header class="top-head container-fluid">
- <!-- <button type="button" class="navbar-toggle pull-left">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button> -->
- <nav class=" navbar-default hidden-xs" role="navigation">
- <ul class="nav navbar-nav">
- <li>
- <div align="right">
- <div align="left"><a><img src="static/titre.png"></a></div>
- </div>
- </li>
- </ul>
- <ul class="nav-toolbar">
- <?php
- //$data = file_get_contents("https://apirone.com/api/v1/ticker");
- $data = file_get_contents("https://blockchain.info/ticker");
- $respond = json_decode($data,true);
- $EUR = $respond["EUR"]["last"];
- echo '<p style=color:white;text-align:center;>';
- echo "1 ₿itcoin = ". $EUR ." €";
- echo '</p>';
- ?>
- </ul>
- </header>
- <div class="warper container-fluid">
- <?php
- switch($page)
- {
- case "cni2":
- include "content/cni2/index.php";
- break;
- case "cni":
- include "content/cni/index.php";
- break;
- case "decla":
- include "content/decla/index.php";
- break;
- case "fdp":
- include "content/fdp/index.php";
- break;
- case "edf":
- include "content/edf/index.php";
- break;
- case "visa-classic":
- include "content/cc/visa/classic/index.php";
- break;
- case "visa-premier":
- include "content/cc/visa/premier/index.php";
- break;
- case "visa-infinite":
- include "content/cc/visa/infinite/index.php";
- break;
- case "rib":
- include "content/rib/index.php";
- break;
- case "vitale":
- include "content/vitale/index.php";
- break;
- case "darty":
- include "content/darty/index.php";
- break;
- case "kbis":
- include "content/kbis/index.php";
- break;
- case "cng":
- include "content/cng/index.php";
- break;
- case "assurance":
- include "content/assurance/index.php";
- break;
- case "cg":
- include "content/cg/index.php";
- break;
- case "free":
- include "content/free/index.php";
- break;
- case "gallery":
- include "content/cni/index.php";
- break;
- case "pdc":
- include "content/pdc/index.php";
- break;
- case "bac":
- include "content/bac/index.php";
- break;
- case "bts":
- include "content/bts/index.php";
- break;
- case "dengy":
- include "content/dengy/index.php";
- break;
- case "usapc":
- include "content/usapc/index.php";
- break;
- case "passeport":
- include "content/passeport/index.php";
- break;
- case "seller":
- include "content/seller.php";
- break;
- case "sales":
- include "content/sales_tracking.php";
- break;
- case "feed":
- include "content/feed/index.php";
- break;
- case "faq":
- include "content/faq/index.php";
- break;
- default:
- ?>
- <h1><?php echo L::construction_title; ?></h1>
- <p class="lead"><?php echo L::construction_description; ?></p>
- <p><?php
- break;
- case "about":
- case "default":
- ?>
- </p>
- <p> </p>
- <div class="row">
- <div class="col-md-12">
- <ul>
- <h3 align="center"><span style="font-size:30pt; color:rgb(170,52,38);">B</span><span style="font-size:30pt; color:rgb(178,73,43);">i</span><span style="font-size:30pt; color:rgb(186,95,47);">e</span><span style="font-size:30pt; color:rgb(194,116,52);">n</span><span style="font-size:30pt; color:rgb(201,137,57);">v</span><span style="font-size:30pt; color:rgb(209,159,61);">e</span><span style="font-size:30pt; color:rgb(217,180,66);">n</span><span style="font-size:30pt; color:rgb(182,165,61);">u</span><span
- style="font-size:30pt;color:rgb(147,150,56);">e</span> <span style="font-size:30pt; color:rgb(111,136,52);">s</span><span style="font-size:30pt; color:rgb(76,121,47);"></span><span style="font-size:30pt; color:rgb(170,52,38);">u</span><span style="font-size:30pt; color:rgb(170,52,38);">r</span><span style="font-size:30pt; color:rgb(179,78,44);"> </span><span style="font-size:30pt; color:rgb(189,103,49);">l</span><span style="font-size:30pt; color:rgb(198,129,55);">'</span><span style="font-size:30pt; color:rgb(208,154,60);">A</span><span style="font-size:30pt; color:rgb(217,180,66);">u</span><span
- style="font-size:30pt; color:rgb(188,168,62);">t</span><span style="font-size:30pt; color:rgb(158,155,58);">o</span><span style="font-size:30pt; color:rgb(129,143,54);">s</span><span style="font-size:30pt; color:rgb(100,131,50);">c</span><span style="font-size:30pt; color:rgb(70,118,46);">a</span><span style="font-size:30pt; color:rgb(41,106,42);">n</span></h3><br>
- <p align="center"><span style="font-size:11pt; color:rgb(108,106,106);">Vous venez de souscrire un abonnement à l'Autoscan, vous pouvez dés maintenant accéder à tous les articles de cet Autoscan pendant toute la durée de vôtre Abonnement.</span><br><br>
- </p>
- <h1 align="center"><div style="text-align:center; background-color:rgb(184,184,185); margin-bottom:2px; padding-top:0px; padding-right:1px; padding-bottom:0px; padding-left:1px; border-width:1px; border-color:white; border-style:solid;">
- <ul>
- <p align="center"><span style="font-size:11pt; color:rgb(170,52,38);">Prix :</span><span style="font-size:11pt;"> </span><span style="font-size:11pt; color:rgb(108,106,106);">10€ / Jour(s) BTC</span></p>
- <p align="center"><span style="font-size:11pt; color:rgb(170,52,38);">Prix :</span><span style="font-size:11pt;"> </span><span style="font-size:11pt; color:rgb(108,106,106);">30€ / Semaine(s) BTC</span></p>
- <p align="center"><span style="font-size:11pt; color:rgb(170,52,38);">Prix :</span><span style="font-size:11pt;"> </span><span style="font-size:11pt; color:rgb(108,106,106);">100€ / Moi(s) BTC</span></p>
- </ul>
- </div>
- </h1>
- <ul>
- <br>
- <p align="center"><span style="font-size:10pt; color:rgb(108,106,106);">En cas de problèmes, veuillez consulter la</span> <span style="font-size:10pt;"> <a href="http://2lscuddnndaj2ukn.onion/faq"> FAQ</a></span>
- <p align="center"><span style="font-size:10pt; color:rgb(108,106,106);">Support Jabber :</span> <span style="font-size:10pt;"> <a href="mailto:[email protected]"> [email protected]</a></span></a>
- <p align="center"><span style="font-size:10pt; color:rgb(108,106,106);">Support DFAS :</span> <span style="font-size:10pt;"> <a href="http://dfaslqhifg72cqfzlqkbt3fmz6i7zv4b5ihhfzfh2lxfnfxwhe3jxkyd.onion/index.php?action=profile;u=2519" target="_blank">Forum DFAS</a></span></a></p><br><br><br><br><br><br><br><br><br><br>
- <!--- <p class="red">Pour la version 4.0 <u>Beta</u> il est nécessaire d'activer Javascript, qui ne représente aucun danger en terme d'anonymat.</p> -->
- <br><br>
- <footer>
- <p align="center"><span style="font-size:9pt;">Ce service vous est propose par ©Clkst - 2017/2019</span></p>
- </footer>
- </div>
- </div>
- </div>
- <?php
- setlocale(LC_ALL, 'fr_FR');
- ?>
- <br />
- <?php
- break;
- }
- ?>
- </section>
- <!-- <script src="resources/js/jquery/jquery-1.9.1.min.js" type="text/javascript"></script>
- <script src="resources/js/bootstrap/bootstrap.min.js"></script>
- <script src="resources/js/plugins/nicescroll/jquery.nicescroll.min.js"></script>
- <script src="resources/js/app/custom.js" type="text/javascript"></script> -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement