This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Exceptions; | |
| use Exception; | |
| use Laravel\Telescope\Telescope; | |
| use Laravel\Telescope\IncomingEntry; | |
| use GuzzleHttp\Exception\ClientException; | |
| use GuzzleHttp\Exception\ServerException; | |
| use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var table = document.getElementsByClassName('advanced_dns')[0]; | |
| var rows = table.getElementsByTagName('tr'); | |
| var i, len, row; | |
| var hostname, type, priority, ttl, destination; | |
| var output = ''; | |
| output += '$TTL 600\n'; // start with default TTL | |
| // skip header and last two rows (add new entry, delete all entries) | |
| for (i = 1, len = rows.length - 2; i < len; i++) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Support\Str; | |
| class MakeAll extends Command | |
| { | |
| /** | |
| * The name and signature of the console command. | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Services; | |
| use App\Post; | |
| class Slug | |
| { | |
| /** | |
| * @param $title |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| ### | |
| ### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
| ### https://christitus.com/windows-tool/ | |
| ### https://github.com/ChrisTitusTech/winutil | |
| ### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
| ### iwr -useb https://christitus.com/win | iex | |
| ### | |
| ### OR take a look at | |
| ### https://github.com/HotCakeX/Harden-Windows-Security |