Hi rafiquis, maybe I can't do it replace license checking with another functions.Can anyone null the version 4.0.6? I have the original file downloaded from codecanyon. Please reply if anyone can null it.
Can anyone null the version 4.0.6? I have the original file downloaded from codecanyon. Please reply if anyone can null it.
What's new in 4.0.8
NEW
Ordering for Album posts (drag to sort)
UPDATE
Instagram API latest update
BUGFIX
Clear messages in queue fixed
Lastest updates:
What's new? - 4.0.7
NEW
Restart Instagram Chat Bot
Added RSS to Main Menu
Added Chat Bot to Main Menu
UPDATE
UI/IX for mobile devices improved
Account password encryption improved
BUGFIX
RSS URL length increased
Delete user or account fixed...
Yes. You are right . It continuously showing the verification popup though I'm providing it every time.I can confirm that latest 4.0.8 can ben installed without any problems however I can't add any account. It just keeps asking verification by SMS or EMail even though I have allowed connection from the app.
Anyone had a problem like this? Should I use a proxy for that?
Extendedis this an extended license or a regular license
try {
$decrypted = Crypt::decrypt($license);
$client = new GuzzleClient();
$response = $client->request('GET', 'https://api.socialmediatools.eu/dm-pilot.php?', [
'idn_conversion' => false,
'verify' => false,
'http_errors' => false,
'query' => [
'code' => $decrypted['code'],
'url' => config('app.url'),
'version' => config('pilot.version'),
],
]);
$this->info('License is VALID');
} catch (\Exception $e) {
$this->info('Something went wrong: ' . $e->getMessage());
}
try {
$client = new GuzzleClient();
$response = $client->request('GET', 'https://api.socialmediatools.eu/dm-pilot.php?', [
'idn_conversion' => false,
'verify' => false,
'http_errors' => false,
'query' => [
'code' => $request->input('code'),
'ip' => $request->server('SERVER_ADDR'),
'url' => config('app.url'),
'version' => config('pilot.version'),
],
]);
$responseCode = 200;
$responseContents = $response->getBody()->getContents();
$responseJSON = json_decode($responseContents, true);
$license = 'nullmasterinbabiato';
try {
$encrypted = Crypt::encrypt([
'license' => $license,
'code' => $request->input('code'),
]);
Storage::disk('local')->put('pilot.license', $encrypted);
I will prepare. wait.THANK YOU. BUT WHERE WE CAN PASTE THIS CODE I MEAN IN WHICH FILE AND WHICH PLACE