Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- *
- * @ 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 NewScriptolutionToken()
- {
- $scriptolutionrandomtoken = md5( uniqid( rand( ), true ) );
- return $scriptolutionrandomtoken;
- }
- function scriptolution_dotcom_data($text)
- {
- return htmlentities( strip_tags( stripslashes( $text ) ), ENT_COMPAT, 'UTF-8' );
- }
- function scriptolution_dotcom_software($scriptolution_reurl)
- {
- global $SCRIPTOLUTION_ID;
- global $config;
- if ('0' < $SCRIPTOLUTION_ID) {
- }
- else {
- $rurl = base64_encode( $scriptolution_reurl );
- header( 'Location:' . $config['baseurl'] . '/login?r=' . $rurl );
- exit( );
- }
- }
- function scriptolution_db($scriptolution_variable, $scriptolution_table)
- {
- global $SCRIPTOLUTION_ID;
- ..............................................................................
- ..........................................
- ............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement