Last updated on March 7th, 2022 at 05:19 pmCreate a draggable div popup box using Javascript. Add some CSS to make it look better. No complex code required. It also has a window close option. Basically a div overlay that appears on top of a webpage (Lightbox) It is very simple and just follow the […]
Page 26 of 58
How to Create a Countdown Timer Before Displaying Hyperlinks
Last updated on November 7th, 2024 at 12:59 pmThis HTML and JavaScript code creates a countdown timer that counts down from a specified time (in minutes and seconds) and then shows a link once the countdown reaches zero. The countdown is displayed in the browser, and when the countdown finishes, the message changes to indicate […]
How to delete all pending comments from WordPress
Last updated on January 29th, 2022 at 11:04 amWhile checking my website today I saw around 3792 comments pending for approval. It is for sure that my website is attacked by WordPress comment spam. They will post thousands of comments spamming the entire website and if your website is having less resource then it might […]
How to generate one time download link using PHP
Last updated on February 25th, 2022 at 06:13 pmGet IP Address And Generate Time Limited Download Link Using PHP File sharing websites use different logic to expire the download link[They use methods like temporary file location, Databases, Javascript etc.,], You might be wondering how they do that? In this tutorial I am going to show […]