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
- *
- */
- function __ioncubeKontrol()
- {
- if (extension_loaded( 'IonCube Loader' )) {
- return true;
- }
- return false;
- }
- function __phpVersiyonKontrol()
- {
- if ('5,3,0' <= str_replace( '.', ',', phpversion( ) )) {
- return true;
- }
- return false;
- ....................................................................
- ...................................
- ...........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement