Global DNS - Multiple Server - DNS Propagation Checker - PHP

Global DNS - Multiple Server - DNS Propagation Checker - PHP V3.0.0

No permission to download

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You
New Update!

Changelog​

v2.3 - 14 November 2022
- Added Advance Ad Block Detector (Auto adjust with new changes by Ad Blockers)
- Added option to reload if map fails to load (Fixes issue where certain users have continuous reload)
- Fixed 419 error due to inactivity
- Fixed Purchase Code Leak


@Tomz @ramo
 

thavhadf

New member
May 18, 2022
2
3
3
Tested on Global DNS - PHP 2.0

Edit app\Http\Livewire\Installer\Installer.php

From


/** License Key Check */
private function checkLicense() {
try {
$link = base64_decode('aHR0cHM6Ly9lbnZhdG8uaGFyc2hpdHBlZXIuY29tL2dsb2JhbGRucy1waHAvdmVyaWZ5Lz9jb2RlPQ');
$request = Http::get($link . $this->state['license_key']);
$response = $request->body();
if ($response === $this->state['license_key']) {
Artisan::call('db:seed', ['--force' => true]);
Artisan::call('storage:link');
$this->success = 'Purchase Code Verified. Please continue with creating your Admin Account';
return true;
} else {
$this->error = 'Invalid Purchase Code';
return false;
}
} catch (Exception $e) {
$this->error = $e->getMessage();
return false;
}
}


Change it to

/** License Key Check */
private function checkLicense() {
try {
$link = base64_decode('aHR0cHM6Ly9lbnZhdG8uaGFyc2hpdHBlZXIuY29tL2dsb2JhbGRucy1waHAvdmVyaWZ5Lz9jb2RlPQ');
$request = Http::get($link . $this->state['license_key']);
$response = $request->body();
if (1 === 1) {
Artisan::call('db:seed', ['--force' => true]);
Artisan::call('storage:link');
$this->success = 'Purchase Code Verified. Please continue with creating your Admin Account';
return true;
} else {
$this->error = 'Invalid Purchase Code';
return false;
}
} catch (Exception $e) {
$this->error = $e->getMessage();
return false;
}
}
 
  • Like
Reactions: mynii and KangMus

ramo

Well-known member
Trusted Uploader
Jun 18, 2018
136
207
50
MrSam_1 updated Global DNS - Multiple Server - DNS Propagation Checker - PHP with a new update entry:

Global DNS - Multiple Server - DNS Propagation Checker - PHP V3.0.0

Decryption key:


Untouched Version

v3.0.0 - 18 February 2025
- Added Footer Menu
- Optimized Menu & DarkmodeCSS
- Optimized and Cleaned DNS Results
- Fixed Broken External Links
- Fixed Captcha Issues
- Upgraded Ad Block Detector to Handle Network Blockers
- Optimized Auto Updates and Installer
- Updated Documentation Links

Read the rest of this update entry...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu