Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. Hmm... I just checked it out. I'm not really sure why it would say that.
  2. Can you provide an address?
  3. Could it be Javascript including it dynamically?
  4. Yeah ECMA-262 says: As far as I'm concerned, Javascript does operate with classes though they decided to call it prototypes instead.
  5. Why don't you just use MySQL's views and assign permissions to that?
  6. Hmm... must be a difference between admin and normal view... I'll see if I can find it in the source files. Guess that's why I missed it.
  7. It is a class though it's declared implicitly in Javascript. You cannot have OOP without classes.
  8. I don't see anything... ??? [attachment deleted by admin]
  9. If you want to create a resources topic just with links then feel free to create it. I, or someone else, will then sticky it.
  10. You can choose for your self. However, */* is obviously rubbish. It would mean that e.g. asldkjasdlk/laksdjlkj is supported, but that doesn't even exist. By the way, it's not the server that returns it, but rather the client that claims it.
  11. No shit. I overheard to medicine students talking today. One of them complained about having to purchase a book at 4000 DKK (720 USD).
  12. My point was just that if you want to get it, you'll get in regardless of the OS.
  13. Oh, no that wasn't what I meant. Compare this: hello <?php echo 'hello'; ?> hello with: hello <?php echo 'hello'; ?> hello
  14. See, I've never understood that argument. Surely all the hype behind Macs not having viruses ensures that no Mac owner installs a virus scanner, therefore these millions of 'unprotected' Macs would be a 'good' target. Millions of baffled users unsure why their Mac has gone tits-up... It can't be a virus, Macs don't get viruses! I'd imagine it just comes down to OS X being a lot more secure than Windows, I assume, to a degree, this is down to it being based on BSD. Oh yeah? http://www.engadget.com/2007/04/22/safari-browser-exploit-produced-within-9-hours-in-hacking-compet/ http://www.engadget.com/2008/03/27/pwn-2-own-over-macbook-air-gets-seized-in-2-minutes-flat/
  15. You'll want to look for requests with URIs in the query string. Sort of like http://example.com/?foo=http://something.com/hello.php.
  16. Probably some sort of RFI vulnerability.
  17. does, but only within PHP tags.
  18. Hence the reason why we wanted you to post the input value
  19. I'm not sure how one site alone could cause massive memory consumption. Memory leaks is generally a problem in FF though.
  20. Here is yet another alternative: http://devzone.zend.com/article/4571-Fetching-multiple-random-rows-from-a-database
  21. Å should be AA, å should be aa, Ä should be AE and ä should be ae. You might also what Ø to OE, ø to oe, and Æ to AE. You'll run into trouble with the double characters though. You can't know if Æ should be AE or Ae without checking the surrounding characters.
  22. Considering images are always rectangular, that's a moot point. Just make the surrounding pixels transparent.
  23. The input string is the string your put into something, in this case the string you put into the function.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.