Advertisement
Guest User

Untitled

a guest
Mar 16th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 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. function multidns($dns)
  15. {
  16. $lista_dns = ['Padrao' => 'http://angels.red'];
  17. return $lista_dns[$dns];
  18. }
  19.  
  20. $debug = false;
  21. $logs = false;
  22. $dns_base = 'http://angels.red';
  23. $compatibility = true;
  24. $tv_censored_category_id = 19;
  25. $movie_censored_category_id = 144;
  26. $filmes_em_alta_categoria = 46;
  27. ............................................................
  28. .................................
  29. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement