Jump to content
Bicrypto v4.5.0 + All Plugins ×

Empire007

Members
  • Posts

    3
  • Reputation

    0
  • Files

    0
  • Rank

    Newbie
  • Joined

  • Last visited

1 Follower

About Empire007

Recent Profile Visitors

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

Empire007's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Dedicated Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. To Null, Go to app/Http/Netro.php <?php namespace App\Http; use Illuminate\Http\Request; use Illuminate\Support\Facades\Http; trait Netro { private $compositionUrl = 'aHR0cHM6Ly9jY2FkbWluLnByb2R1Y3RzOC5uZXQvYXBpL3ZhbGlkYXRlLXB1cmNoYXNl'; private $compositionStatusUrl = 'aHR0cHM6Ly9jY2FkbWluLnByb2R1Y3RzOC5uZXQvYXBpL3ZhbGlkYXRlLXB1cmNoYXNlLXN0YXR1cy8='; private function decodeBase64($encodedString) { return base64_decode($encodedString); } public function composition($purchase_email, $purchase_code, $domain) { // Always return true, bypassing the license check return true; } public function compositionStatus($domain){ // Always return true, bypassing the status check return true; } }
×
×
  • Create New...