View Single Post
Old 04-06-2026, 07:37 AM  
Umami
Confirmed User
 
Umami's Avatar
 
Industry Role:
Join Date: Jun 2025
Posts: 238
Quote:
Originally Posted by queke View Post
This is the list I am working with:

$blockedStates = [
'AL' => 'Alabama',
'AZ' => 'Arizona',
'AR' => 'Arkansas',
'FL' => 'Florida',
'GA' => 'Georgia',
'ID' => 'Idaho',
'IN' => 'Indiana',
'KS' => 'Kansas',
'KY' => 'Kentucky',
'LA' => 'Louisiana',
'MS' => 'Mississippi',
'MO' => 'Missouri',
'MT' => 'Montana',
'NE' => 'Nebraska',
'NC' => 'North Carolina',
'ND' => 'North Dakota',
'OH' => 'Ohio',
'OK' => 'Oklahoma',
'SC' => 'South Carolina',
'SD' => 'South Dakota',
'TN' => 'Tennessee',
'TX' => 'Texas',
'UT' => 'Utah',
'VA' => 'Virginia',
'WY' => 'Wyoming',
];
$blockedCountries = [
'GB' => 'the United Kingdom',
'FR' => 'France',
];
You should add Italy, Australia to that list
Umami is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote