Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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
- *
- */
- include __DIR__ . '/../includes/functions.php';
- $mes = $db->select('autolayout', '*', 'id = :id', '', [':id' => 1]);
- error_reporting(E_ALL);
- ini_set('display_errors', 1);
- if (!($mes[0]['layout'] ?? NULL) || !($mes[0]['layout'] ?? NULL)) {
- $adslayout = 'layout_0';
- }
- else {
- $adslayout = $mes[0]['layout'];
- }
- switch ($adslayout) {
- case 'layout_0':
- header('Location: ./ads/autoads_0.php');
- exit();
- break;
- case 'layout_1':
- header('Location: ./ads/autoads_1.php');
- exit();
- break;
- case 'layout_2':
- header('Location: ./ads/autoads_2.php');
- exit();
- break;
- case 'layout_3':
- header('Location: ./ads/autoads_3.php');
- exit();
- break;
- case 'layout_4':
- header('Location: ./ads/autoads_4.php');
- exit();
- break;
- case 'layout_5':
- header('Location: ./ads/autoads_5.php');
- exit();
- ...................................................................
- ...........................................
- .........................
Advertisement
Add Comment
Please, Sign In to add comment