Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- if (!function_exists( 'getLicenceInfo' )) {
- function getLicenceInfo($key = null, $match = null) {
- static $ioncubeArr = null;
- if ($ioncubeArr === null) {
- ioncube_license_properties( );
- if (( !function_exists( 'ioncube_license_properties' ) || !$ioncubeTemp = )) {
- $ioncubeTemp = array( 'BuildDate' => array( 'value' => '2038-01-17' ), 'Company' => array( 'value' => 'Orivon Inc.' ), 'CustomerID' => array( 'value' => '0' ), 'Edition' => array( 'value' => 'Free' ), 'Module' => array( 'value' => 'UCenter,random_paper,monitor_exam,analysis_exam,full_paper_edit,ask,export_qsn,export_paper,user_credit' ), 'Disable' => array( 'value' => '' ), 'OnlineUser' => array( 'value' => '20' ), 'RegUser' => array( 'value' => '20' ), 'Version' => array( 'value' => '2.0-dev' ) );
- }
- $ioncubeArr = array( );
- ...................................................................
- ................................
- ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement