In WordPress, almost plugins that I have used, do not include the index.html or index.php file inside its directory. As default, up to WordPress version 2.8.4, there is no protection to prevent or to avoid directory listing the first time you access your website after you install your WordPress. Thus, you or even your visitor [...]
[Read more...]Adjust PS Auto Sitemap v1.1.3 with qTranslate v2.4.3 Plugins
Today I installed and used PS Auto Sitemap plugin for this website. It is a plugin that automatically generates a site map page from your WordPress site. Easy to install for beginners and easy to customize for experts. You may change the settings of the display of the lists from administration page. Several neat CSS [...]
[Read more...]How to Convert Special Character to HTML Code
Sometimes, I have to view special character that could not be displayed directly on my website for the certain reason. For example, when I wanted to share a knowledge about How to Translate Your Blog Title and Description Using qTranslate Plugin then I have to display special tag related to this topic like [:en] which [...]
[Read more...]How to Make Client’s Phone Auto-Filled-In in osTicket System
I am currently using osTicket v1.6 RC4, and in this version, when a Staff add new ticket by typing some characters of client’s email, there will be appear a pop-up list box that contains of list of client’s email and name. And when a Staff click on one of some items in the list, the [...]
[Read more...]How to Avoid Duplicate Ticket Content in osTicket System
In osTicket System, when a new ticket created, it executes INSERT INTO SQL, and then displaying the “Thank You” page afterwards. Unfortunately, when client reload or refresh that page, then it will re-execute that SQL again, since the primary key for the ticket table is an ID of the ticket which has the auto-number field. [...]
[Read more...]How to Get Data from Excel Worksheet Using VB6
You can read and retrieve data from Microsoft Excel Worksheet easily by using your application that you made by Visual Basic 6 (VB6) programming. Simply just using its Microsoft Excel Object Library reference provided by VB6. The following code will show you how we can do that step by step. Started from how we can [...]
[Read more...]How to Calculate Difference Between Two Dates Using VB6
This following code will show you how to calculate difference between two dates by using Visual Basic 6. The calculation result will give you an output that contains of the difference between those two dates in format: Days, Hours:Minutes:Seconds. The both dates must be in complete format. For example: the first date is March 1, [...]
[Read more...]
Recent Comments