Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. EDIT: Too late ...
  2. I don't understand why you're not just doing an UPDATE query and using something like ADDDATE() - http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_adddate
  3. For a new issue I would start a new topic.
  4. Then you'll have to install and configure something like sendmail or postfix and use mail(). There are examples in the manual of how to let users create attachments.
  5. It's a bit blurry for what you're trying to do. Do you want this info emailed to you or do you simply want to keep a list?
  6. Your navigation bar is messed up (chromium 18.01):
  7. For example, if you just want the content: foreach($xpath->query('//div[@class="pageContainers"]') as $div { echo $div->getElementsByTagName("p")->item(0)->nodeValue; echo "\n\n"; }
  8. The div with the class "page-display" is empty. You should probably match on a class such as "pageContainers".
  9. Big improvement IMO. Thanks to everyone who contributed!
  10. Need 100+ posts Oh yeah, haha.
  11. Then the "change my user name" thread will be flooded.
  12. No it wasn't.
  13. Never heard of him.
  14. I love the holster for the monster.
  15. That's a lot of negative feedback... but I guess that's part of what a beta is for. I like the new style though
  16. I've never really been a fan of the SimCity games but I was thinking about trying this one out.
  17. OK. Maybe check this out - https://www.phpbb.com/community/docs/hook_system.html
  18. It may have been a glitch, but there was another topic created exactly the same as this, that I deleted.
  19. spertuit, please don't double post, I deleted your other topic.
  20. LOL
  21. Just so you know, a lot of these tools are browser plugins. I know FF has XSS ME, SQL Inject me, Exploit me, and a few others for common vulnerabilities and security holes.
  22. Java would look something like: String output = ""; for(int i=0; i{ output = i + output; System.out.println(output); }
  23. This topic has been moved to Miscellaneous. http://forums.phpfreaks.com/index.php?topic=364917.0
  24. Google: 5 Bing: 0 For anyone else doing this, I would recommend searching for something you haven't searched Google or Bing before because it displays your previously clicked links.
  25. I deleted your other topic, as jesi mentioned, don't double post.
×
×
  • 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.