Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 3.0.8.0
- * @ Author : DeZender
- * @ Release on : 25.09.2017
- * @ Official site : http://DeZender.Net
- *
- */
- class themeart_seotabsPluginLicence
- {
- private $_secret = 'HG4ewGRWKI86CVGJO9QXYS';
- private $_pluginKey = 'seoHt5hdU9FG5fTZ74';
- public function checkLicence($cLizenz)
- {
- if (!(extension_loaded( 'mcrypt' ))) {
- Jtllog::writeLog( 'Plugin SEOtabs: PHP-Erweiterung "mcrypt" fehlt. Benötigt werden: "mcrypt_decrypt()" und "mcrypt_encrypt()", bitte nachinstallieren.', JTLLOG_LEVEL_ERROR, false, 'kPlugin' );
- return false;
- }
- if (strlen( $cLizenz ) == 0) {
- ...........................................................................
- ....................................
- ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement