Jump to content

en HappY

Members
  • Posts

    10
  • Reputation

    0
  • Files

    0
  • Rank

    Explorer
  • Joined

  • Last visited

1 Follower

About en HappY

  • Birthday 05/23/1990

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

en HappY's Achievements

Explorer

Explorer (4/14)

  • Collaborator Rare
  • Dedicated Rare
  • One Year In
  • Reacting Well
  • First Post

Recent Badges

0

Reputation

  1. if you have the version from here , you should just change in /common/models/Setting.php search public function getGraphSetting(){ $resultSetting = $this->getSettingData(); $key = base64_decode('ZW52ZW50b1B1cmNoYXNlQ29kZQ=='); $code = Yii::$app->params[$key]; $msg = base64_decode('RW52YWxpZCBlbnZlbnRvIHB1cmNoYXNlIGNvZGU='); if(!$code){ Yii::$app->user->logout(); Yii::$app->session->setFlash('error', $msg); return false; }else{ if(!$resultSetting->user_p_id){ try { $url = base64_decode('aHR0cHM6Ly9md2R0ZWNobm9sb2d5LmNvL2xpY2VuY2VfY2hlY2tlci9hcGkvd2ViL3YxL2xpY2VuY2Vz'); $site_url = Yii::$app->params['siteUrl']; $ip = isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : null; $data = ['purchase_code'=>$code,'site_url'=>$site_url,'ip'=>$ip,'source_type'=>'admin','p'=>'IkshidddddsdffliNjh2303','au'=>'iosappsworld']; $result = $this->CallAPI('GET',$url,$data); $resultData = json_decode($result); if($resultData->status==200){ $replyCode = $resultData->data->replyCode; if($replyCode =='NOTUP'){ Yii::$app->user->logout(); Yii::$app->session->setFlash('error', $resultData->message); return false; }else if($replyCode =='UP'){ $resultSetting->user_p_id=$code; $resultSetting->save(false); } } } catch (ErrorException $e) { $resultSetting->user_p_id=$code; $resultSetting->save(false); } and replace the whole code public function getGraphSetting(){ return true; } if you attach a file, try to preview it, if necessary use it Setting.php
  2. Unfortunately after reconfiguration , the site is not working , i.e. registration goes but anything through the admin panel can not make any changes
  3. not nulled ? stil error unable to verify this purchase code. Try later
  4. not working ? maybe update ?
  5. next upadte for activation new version app ? or still problem with TripleDES ?
  6. this is version have new metod licence .. at the moment it's hard to break.
×
  • Create New...