• The default language of any content posted is English.
Genius Wallet - Advanced Wallet CMS with Payment Gateway API GeniusOcean

Genius Wallet - Advanced Wallet CMS with Payment Gateway API GeniusOcean 3.0 NULLED

raz0r

owner
Staff member
Administrator
Messages
16,313
Reactions
61,281
raz0r submitted a new resource:

Genius Wallet - Advanced Wallet CMS with Payment Gateway API - Advanced Wallet CMS with Payment Gateway API | 36624159

View attachment 2796

GeniusWallet NULLED is the Advanced Professional Wallet CMS that has all the necessary features to start a Wallet with Payment Gateway API based on Laravel. Mainly its developed for those people who want to start their Business in Professional Wallet System. You will get an API System, and you can easily connect your wallet with other websites in a short time. If you are looking for Complete Professional Digital Wallet...

Read more about this resource...
 
Can you please update Genius Wallet v2.2– Advanced Wallet CMS with Payment Gateway API new version ?

Change Log in Version 2.2
1. Mobile App Api integrated.
2. Can use mobile app from now.
3. User and Merchant Api integrated for using mobile app.
4. Email verification problem in Agent is fixed.
5. Invoice transaction message issue fixed.
6. Logo upload issue fixed.
7. Security patch updated.
 

Change Log in Version 2.2​

  • 1. Mobile App Api integrated.
  • 2. Can use mobile app from now.
  • 3. User and Merchant Api integrated for using mobile app.
  • 4. Email verification problem in Agent is fixed.
  • 5. Invoice transaction message issue fixed.
  • 6. Logo upload issue fixed.
  • 7. Security patch updated.
 
Can you please update Genius Wallet v2.2– Advanced Wallet CMS with Payment Gateway API new version? Please
 
raz0r updated Genius Wallet - Advanced Wallet CMS with Payment Gateway API with a new update entry:

Genius Wallet v2.2 NULLED - Advanced Wallet CMS with Payment Gateway API

Change Log in Version 2.2​

  • 1. Mobile App Api integrated.
  • 2. Can use mobile app from now.
  • 3. User and Merchant Api integrated for using mobile app.
  • 4. Email verification problem in Agent is fixed.
  • 5. Invoice transaction message issue fixed.
  • 6. Logo upload issue fixed.
  • 7. Security patch updated.

Read the rest of this update entry...
 
i have found this on the admin controller.

this script is not nulled.

it installs in a remote db

public function activation_submit(Request $request)
{

$purchase_code = $request->pcode;
$my_script = 'Genius Wallet';
$my_domain = url('/');
$varUrl = str_replace (' ', '%20', config('services.genius.ocean').'purchase112662activate.php?code='.$purchase_code.'&domain='.$my_domain.'&script='.$my_script);
if( ini_get('allow_url_fopen') ) {
$contents = file_get_contents($varUrl);
}else{
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, $varUrl);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$contents = curl_exec($ch);
curl_close($ch);
}
$chk = json_decode($contents,true);
if($chk['status'] != "success")
{

$msg = $chk['message'];
return back()->with('error',$msg);
}else{
$this->setUp($chk['p2'],$chk['lData']);
if (file_exists(base_path('..').'/rooted.txt')){
unlink(base_path('..').'/rooted.txt');
}
$fpbt = fopen(base_path('..').'/project/vendor/markury/license.txt', 'w');
fwrite($fpbt, $purchase_code);
fclose($fpbt);
$msg = 'Congratulation!! Your System is successfully Activated.';
return back()->with('success',$msg);

}

}
 
Top