Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html detection vpn script

$proxy_headers = array(
    'HTTP_VIA',
    'HTTP_X_FORWARDED_FOR',
    'HTTP_FORWARDED_FOR',
    'HTTP_X_FORWARDED',
    'HTTP_FORWARDED',
    'HTTP_CLIENT_IP',
    'HTTP_FORWARDED_FOR_IP',
    'VIA',
    'X_FORWARDED_FOR',
    'FORWARDED_FOR',
    'X_FORWARDED',
    'FORWARDED',
    'CLIENT_IP',
    'FORWARDED_FOR_IP',
    'HTTP_PROXY_CONNECTION'
);
foreach($proxy_headers as $x){
    if (isset($_SERVER[$x])) die("You are using a proxy!");
}
Comment

PREVIOUS NEXT
Code Example
Html :: meta initial scale resize to fit screen 
Html :: unsplash image for html 
Html :: alive 
Html :: angular pass data without -let 
Html :: html button radio button 
Html :: html script to get gps location without permission 
Html :: add link to text using span html 
Html :: banner slider bootstrap 
Html :: onclick open new page html 
Html :: how to remove whitespace below my footer in html 
Html :: macbook boot in verbose mode 
Html :: Using HTML, write a code snippet that will result to this HTML table output. * 
Html :: how to hide youtube watermark from embedded video :2021 
Html :: how to fix <h1<h1 
Html :: How to start an html 
Html :: image code 
Html :: html decode online 
Html :: how to edit html in wordpress 
Html :: xbox roblox games 
Html :: how to make image a link html 
Css :: css way media query 
Css :: antialiasing css 
Css :: remove underline hover css 
Css :: css code to make text bold 
Css :: how to remove background color in css 
Css :: limit paragraph by 2 lines css 
Css :: remove the glow in bootstrap input 
Css :: ionic textarea placeholder color 
Css :: grayscale css 
Css :: div background image 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =