Сообщения

Сообщения за август, 2020

8

Изображение
"PHP" / Говнокод #16827 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 function country_code_to_country ( $code ) { $country = '' ; if ( $code == 'AF' ) $country = 'Afghanistan' ; if ( $code == 'AX' ) $country = 'Aland Islands' ; if ( $code == 'AL' ) $country = 'Albania' ; if ( $code == 'DZ' ) $country = 'Algeria' ; if ( $code == 'AS' ) $country = 'American Samoa' ; if ( $code == 'AD' ) $country = 'Andorra' ; if ( $code == 'AO' ) $country = 'Angola' ; if ( $code == 'AI' ) $country = 'Anguilla' ; if ( $code == '...

Kiev

Изображение
ЙажаСценарий / Говнокод #25446 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 // http://pacipfs2.antizapret.prostovpn.org/proxy-ssl.js function FindProxyForURL ( url, host ) { if (d_ipaddr.length < 10 ) return "DIRECT" ; // list is broken if (!az_initialized) { var prev_ipval = 0 ; for ( var i = 0 ; i < d_ipaddr.length; i++) { d_ipaddr[i] = parseInt (d_ipaddr[i], 36 ) + prev_ipval; prev_ipval = d_ipaddr[i]; } for ( var i = 0 ; i < special.length; i++) { special[i][ 1 ] = nmfc(special[i][ 1 ]); } az_initialized = 1 ; } var shost; if ( /\.(ru|co|cu|com|info|net|org|gov|edu|int|mil|biz|pp|ne|msk|spb|nnov|od|in|ho|cc|dn|i|tut|v|dp|sl|ddns|dyndns|livejournal|herokuapp|azurewebsites|cloudfront|ucoz|3dn|nov|linode|amazona...