Guest User

Untitled

a guest
Nov 13th, 2024
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for SourceGuardian Encoder)
  6. *
  7. * @ Version : 4.1.0.1
  8. * @ Author : DeZender
  9. * @ Release on : 29.08.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. include __DIR__ . '/../includes/functions.php';
  15. $mes = $db->select('autolayout', '*', 'id = :id', '', [':id' => 1]);
  16. error_reporting(E_ALL);
  17. ini_set('display_errors', 1);
  18. if (!($mes[0]['layout'] ?? NULL) || !($mes[0]['layout'] ?? NULL)) {
  19. $adslayout = 'layout_0';
  20. }
  21. else {
  22. $adslayout = $mes[0]['layout'];
  23. }
  24.  
  25. switch ($adslayout) {
  26. case 'layout_0':
  27. header('Location: ./ads/autoads_0.php');
  28. exit();
  29. break;
  30. case 'layout_1':
  31. header('Location: ./ads/autoads_1.php');
  32. exit();
  33. break;
  34. case 'layout_2':
  35. header('Location: ./ads/autoads_2.php');
  36. exit();
  37. break;
  38. case 'layout_3':
  39. header('Location: ./ads/autoads_3.php');
  40. exit();
  41. break;
  42. case 'layout_4':
  43. header('Location: ./ads/autoads_4.php');
  44. exit();
  45. break;
  46. case 'layout_5':
  47. header('Location: ./ads/autoads_5.php');
  48. exit();
  49. ...................................................................
  50. ...........................................
  51. .........................
Advertisement
Add Comment
Please, Sign In to add comment