Three Methods to Avoid Directory-Listing in WordPress

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 [...]

Share
[Read more...]

Add Post Number, Sender Name, and Time Duration in Each Message of osTicket

Both osTicket version 1.6 RC4 and 1.6 RC5 have not included the post number, the sender name of client, and duration time in each message. That is why I made this modification. It is important for you as staff or admin of your ticketing system, if you want to know quickly how much time needed [...]

Share
[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 [...]

Share
[Read more...]

Adjust MicroKid Related Posts v2.4 with qTranslate v2.4.3 Plugins

Today, I received one notification about the update available for MicroKid Related Posts plugin that I have been using it since version 2.3. It was changed from 2.3 to 2.4. According to its change log, there were 4 main things that changed: You can now add drafts and planned posts as related posts, without them [...]

Share
[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 [...]

Share
[Read more...]

How to Translate Your Blog Title and Description Using qTranslate Plugin

Since qTranslate plugin introduced its new feature about QuickTags, we can now translate our field content to another languages so easily. Simply just add this language tag [:en] for English translation at the beginning of your English field  content, and also add another language tag at the beginning of your field content that contains of [...]

Share
[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 [...]

Share
[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. [...]

Share
[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 [...]

Share
[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, [...]

Share
[Read more...]