Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. Sure, I've got access to everything, but the source code of SMF is freely available to anyone, so anyone can make the changes just as well as I can. I'm not familiar with SMF's code, so I have no advantage over anyone else either.
  2. Actually, it's after two posts.
  3. I did that around 1.5 years ago: http://www.phpfreaks.com/forums/index.php/topic,232740.0.html
  4. I'm pretty sure he was joking about that. That group means someone who is financially supporting the website by donating money. He and anyone else can add themselves to that group instantly if they like to.
  5. I suppose for the same reason you haven't submitted a patch yet
  6. That page is static though. Note that some of those bbcodes have been turned off.
  7. "Notify" means you'll get an email whenever someone replies to a particular topic or starts a new topic in a board. "Mark read" does what it says on the tin: it marks something as read.
  8. If you've got a lot of PMs from people thanking you for helping them, why do you feel under appreciated? Surely knowing that you've made a difference to someone is better than some arbitrary title on a forum.
  9. SELECT SUM(points) FROM table WHERE clanID = 11; Or: SELECT SUM(points) FROM table GROUP BY clanID;
  10. Only when you're in XML files. Most of the times you aren't.
  11. Then read the topic so you can refine your "as far as you know". If that's all there is to it, what do you figure 9 pages were used for?
  12. Try running a traceroute to see where the problem is. Here is my ping stats: --- phpfreaks.com ping statistics --- 50 packets transmitted, 50 received, 0% packet loss, time 49018ms rtt min/avg/max/mdev = 156.608/160.645/163.628/1.274 ms
  13. The edit to the hosts file would be to prevent Photoshop from calling home by making the domain where the activation servers are hosted on resolve to an invalid IP address.
  14. Try booting from some sort of Linux live CD and use gparted or fdisk. If it's an NTFS partition then you can use ntfsresize.
  15. many many thanks to your tips. how to write a guestbook , is there any tutorial you can give me. now, i can write php form,and insert the form data into a database and show them. That is exactly what a guestbook does. If you can put data from a form into a database, and later show that information again, then you can create a guestbook.
  16. From SMF. It's part of the default theme, which we're using. Edit: Okay... nevermind. I didn't actually click the link. I thought you were talking about the "XHTML" link at the bottom. The TOS link was something we added. It's been fixed now.
  17. Daniel0

    Foreach

    You need to either provide a variable name for the key or omit the => operator in the foreach loop.
  18. Also have a look at http://dk.php.net/manual/en/reference.pcre.pattern.syntax.php
  19. You can use the in_array function to check before inserting.
  20. It's the one KingPhilip linked to, the one that "it" is referring to in the post from you that I quoted. http://creativecommons.org/licenses/by-nd/3.0/
×
×
  • 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.