Jump to content

Travim

Members
  • Last visited

  • Posts

    3
  • Reputation

    1
  1. This script is not nulled - so to fix this Go to Modules\Installer\Http\Controllers find InstallerController.php 253 Replace with function valid_purchase_code($purchase_code =''){ $purchase_code = urlencode($purchase_code); $verified = "verified"; return $verified; } And done ?
  2. Travim replied to Mahmoud's post in a topic in Scripts
    Thanks man I was looking for it.