Category: php
I just recently upgraded my forum (coding for speed) to PHPBB3.1.5, however, I found out that when your are browsing as bots, it reported a general error: You can …
I just recently upgrade my forum to PHPbb3.1: https://codingforspeed.com/forum/ however, the phpbb3.1 does not offer inbuilt sitemap generator, but we can write a piece of small PHP code to …
In your web applications, sometimes you would need to send users tons of emails. You can send them real time when users e.g. press a send button. But this …
A wordpress blog can receive more than 100 spam comments (produced by spam robots) a day, which is annoying. Generally, these can be captured by plugins such as Akismet, …
If you host many wordpress blogs on the same server, then you can do this easily by the following PHP script. I have hosted 6 websites on the one …