Jump to content

djwap

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by djwap

  1. Acum 11 ani descarcam de pe net cu 'tehnologia' lor! CSD inside.
  2. Cell-broadcast este si la Vodafone in Romania. Setezi telefonul pe canalul 050 si iti apare in ce localitate esti.
  3. Sa inteleg ca vrei sa faci o copie TV-MAXE dar pentru Windows. Uite aici codul sursa in Python https://code.google.com/p/tv-maxe/ pentru Linux.
  4. Este vorba despre ADS-B Automatic dependent surveillance-broadcast - Wikipedia, the free encyclopedia
  5. Nokia has confirmed reports that its Xpress Browser decrypts data that flows through HTTPS connections – that includes the connections set up for banking sessions, encrypted email and more. However, it insists that there’s no need for users to panic because it would never access customers’ encrypted data. The confirmation-slash-denial comes after security researcher Gaurang Pandya, who works for Unisys Global Services in India, detailed on his personal blog how browser traffic from his Series 40 ‘Asha’ phone was getting routed via Nokia’s servers. So far, so Opera Mini: after all, the whole point of using a proxy browser such as this is to compress traffic so you can save on data and thereby cash. This is particularly handy for those on constricted data plans or pay-by-use data, as those using the low-end Series 40 handsets on which the browser is installed by default (it used to be known as the ‘Nokia Browser for Series 40?) are likely to be. However, it was Pandya’s second post on the subject that caused some alarm. Unlike the first, which looked at general traffic, the Wednesday post specifically examined Nokia’s treatment of HTTPS traffic. It found that such traffic was indeed also getting routed via Nokia’s servers. Crucially, Pandya said that Nokia had access to this data in unencrypted form: “From the tests that were preformed, it is evident that Nokia is performing Man In The Middle Attack for sensitive HTTPS traffic originated from their phone and hence they do have access to clear text information which could include user credentials to various sites such as social networking, banking, credit card information or anything that is sensitive in nature.” Pandya pointed out how this potentially clashes with Nokia’s privacy statement, which claims: “we do not collect any usernames or passwords or any related information on your purchase transactions, such as your credit card number during your browsing sessions”. So, does it clash? Nokia came back today with a statement on the matter, in which it stressed that it takes the privacy and security of its customers and their data very seriously, and reiterated the point of the Xpress Browser’s compression capabilities, namely so that “users can get faster web browsing and more value out of their data plans”. “Importantly, the proxy servers do not store the content of web pages visited by our users or any information they enter into them,” the company said. “When temporary decryption of HTTPS connections is required on our proxy servers, to transform and deliver users’ content, it is done in a secure manner. “Nokia has implemented appropriate organizational and technical measures to prevent access to private information. Claims that we would access complete unencrypted information are inaccurate.” To paraphrase: we decrypt your data, but trust us, we don’t peek. Which is, in a way, fair enough. After all, they need to decrypt the data in order to de-bulk it. The issue here seems to be around how Nokia informs – or fails to inform – its customers of what’s going on. For example, look at Opera. The messaging around Opera Mini is pretty clear: the browser’s FAQs spell out how it routes traffic. Although you can find out about the Xpress Browser’s equivalent functionality with a bit of online searching, it’s far less explicit to the average user. And this is particularly unfortunate given that the browser is installed by default — people won’t necessarily choose it based on those data-squeezing chops. And it looks like Nokia belatedly recognizes that fact. The statement continued: “We aim to be completely transparent on privacy practices. As part of our policy of continuous improvement we will review the information provided in the mobile client in case this can be improved.” The moral of the story is that those who want absolute security in their mobile browsing should probably steer clear of browsers that compress to cut down on data. Even if Nokia isn’t tapping into that data – and there is no reason to suspect that it is – the very existence of that feature will be a turn-off for the paranoid, and reasonably so. And that’s why Nokia should be up-front about such things. UPDATE: A kind soul has reminded me that, unlike Xpress Browser and Opera Mini, two other services that also do the compression thing leave HTTPS traffic unperturbed, namely Amazon with its Silk browser and Skyfire. This is arguably how things should be done, although it does of course mean that users don’t get speedier loading and so on on HTTPS pages. Sursa
  6. @cristian.pana Cum s-a mai spus, ai prea mult if-uri. Foloseste foreach, e mult mai simplu. Cam asa: <?php /** * @author last1devil * @copyright 2012 */ function ua() { $agent = $_SERVER["HTTP_USER_AGENT"]; $useragent = array("|NK([^\s\;\-\_\/\(\)]*)|", "|Nokia-([^\s\;\_\/\(\)\.]*)|i", "|Nokia(\/)?([^\;\-\_\/\(\)\.]*)|i", "etc etc etc"); foreach ($useragent as $ua) { if (preg_match($ua, $agent, $match)) { return $match[0]; } else { return "Unknown"; } } } echo ua(); ?> Are 950 linii de cod dar nu e prea util, useragent-ul se poate schimba usor.
  7. Intre timp am gasit acest site: http://www.mobile-files.ro. A mai cumparat cineva de la ei? Sunt de incredere?
  8. Am si eu nevoie de un cod NCK pentru acest telefon. Alcatel S211 IMEI: 356306030853361 Provider: Orange Spania Multumesc!
  9. Da, dar comanda minima este de 10.000 bucati. Ar fi frumos daca s-ar putea comanda in cantitati mai mici.
  10. Salut! Am si eu o problema asemanatoare cu un program scris in C++. Folosesc CodeBlocks si MinGW. Am facut o interfata grafica cu ResEdit. In Windows 7 programul ruleaza perfect dar in windows XP nu se vede interfata grafica. Exista vreo incompatibilitate? Sau e nevoie de ceva suplimentar ca sa-l fac sa mearga pe XP?
  11. Am facut si eu un mic script. /** * @author djwap * @copyright 2011 */ header("Content-type: image/png"); $width = 500; $height = 500; $fxc = rand(0, $width); $fyc = rand(0, $height); $sxc = rand(0, $width); $syc = rand(0, $height); $sxc2 = $sxc <= floor($width / 2) ? rand(floor($width / 2), $width) : rand(0, floor($width / 2)); $syc2 = $syc <= floor($height / 2) ? rand(floor($height / 2), $height): rand(0, floor($height / 2)); $i = imagecreate($width, $height); $black = imagecolorallocate($i, 0, 0, 0); $white = imagecolorallocate($i, 255, 255, 255); $blue = imagecolorallocate($i, 0, 128, 255); $red = imagecolorallocate($i, 255, 0, 0); imageline($i, $fxc, $fyc, $sxc, $syc, $white); imageline($i, $sxc, $syc, $sxc2, $syc2, $blue); imageline($i, $fxc, $fyc, $sxc2, $syc2, $red); imagepng($i); imagedestroy($i);
  12. Multumesc pentru ajutorul acordat dar linkurile de mai sus duc catre tutoriale care folosesc Aerix iar la Omnius nu am gasit modelul meu de telefon (poate nu am cautat bine). Va multumesc!
  13. Salut! Ma poate ajuta cineva sa decodez un Sony Ericsson G705? Este blocat in reteaua Orange Spaina. Am gasit cateceva despre un program numit Aerix dar proiectul Aerix nu mai este valabil. Multumesc!
  14. offtopic: Nu poti descarca un fisier .php . Poti lua un fisier .php doar daca ai acces print FTP la server.
  15. Vreau si eu o invitatie filelist daca se poate. Multumesc!
  16. La level 11 ma poate ajuta cineva? Un mic indiciu. What are you looking at?
×
×
  • Create New...