by mutants_r_us_guild on Sun Aug 10, 2008 12:11 am
([msg=9243]see Re: Shade[/msg])
Simple... the page checks for your browsers useragent.. every browser has one... its just a variable that has the browsers name and such... even portable browsers like that of the PSP and cell phones have useragents... Im imagining that it checks if it is a cell phone useragent... the problem with that theory is that Im sure there are a lot of cell phone browsers and I could imagine it would be hard to make such a whitelist.. so instead of a whitelist.. maybe they use a blacklist... (whitelist - list of things that ARE allowed.. usually much safer to use blacklist - list of things that ARENT allowed... much more flexible but sometimes insecure).... Ill just have to see if it even uses the useragent at all.