Jump to content

Scripthunter

Members
  • Last visited

  • Posts

    31
  • Reputation

    1
  1. rame started following Scripthunter
  2. Thanks 🙂
  3. I was just asking dude. No offence 🙂
  4. It seems to call the developer's server giving them your server details. Or am I wrong..?
  5. See this in install/index.php: if ($action == 'result') { $url = 'https://license.viserlab.com/install'; $params = $_POST; $params['product'] = $itemName; $ch = curl_init(); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POSTFIELDS, $params); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $result = curl_exec($ch); curl_close($ch); $response = json_decode($result, true);
  6. Maybe...
  7. The ones who did buy this are complaining about many errors and bugs over at codecanyon.
  8. It doesn't say it is nulled, does it..?
  9. Just go to the URL where the script is located. Make sure that .htaccess is present and that your server can use it.
  10. There are no install folder in this script.
  11. The link is dead. Do you have the latest version, please?