Advertisement
Guest User

Untitled

a guest
May 26th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.0.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 25.09.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class themeart_seotabsPluginLicence
  15. {
  16. private $_secret = 'HG4ewGRWKI86CVGJO9QXYS';
  17. private $_pluginKey = 'seoHt5hdU9FG5fTZ74';
  18.  
  19. public function checkLicence($cLizenz)
  20. {
  21. if (!(extension_loaded( 'mcrypt' ))) {
  22. Jtllog::writeLog( 'Plugin SEOtabs: PHP-Erweiterung "mcrypt" fehlt. Benötigt werden: "mcrypt_decrypt()" und "mcrypt_encrypt()", bitte nachinstallieren.', JTLLOG_LEVEL_ERROR, false, 'kPlugin' );
  23. return false;
  24. }
  25.  
  26. if (strlen( $cLizenz ) == 0) {
  27. ...........................................................................
  28. ....................................
  29. ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement