Get my server IP
dig TXT +short o-o.myaddr.l.google.com @ns1.google.com
Get target server IP
host <something.com>
Instant website tech analisys
WappolizerChrome Plugin
| <?php | |
| namespace Core\Http\Controllers; | |
| use App; | |
| use View; | |
| use Redirect; | |
| use Illuminate\Http\Request; | |
| use Core\Contracts\AdminRepositoryContract; |
| import toastr from 'toastr' | |
| // this = jQuery element .ajaxLink | |
| export default { | |
| redirectHome(){ | |
| location.href = '/'; | |
| }, |