정보기술

php.ini File Configuration

Check after server installation short_open_tag = On Enables the use of "<?php" and "<?". display_errors = On Outputs error messages if they occur during PHP script execution. (If set to Off, it will display HTTP 500 Internal Server Error) date.timezone = Asia/Seoul Sets the specified timezone. error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED Ignores notice errors. (*...

WordPress and GnuBoard Integration

This is the method to integrate WordPress with GnuBoard currently used on KilhoNet. I was planning to share the source after stabilizing the site, but due to a request from a GnuBoard user, I hastily put this together. (http://sir.co.kr/bbs/board.php?bo_table=cm_free&wr_id=741180) In the future, I am considering directly loading pages created in WordPress from the head.php and...

Using jQuery from Google

Due to traffic, images and flash files have been moved to another server and linked accordingly. I discovered the following code while surfing and connected it to Google. Modified file: theme/functions.php [PHP] //Making jQuery Google API function modify_jquery() { if (!is_admin()) { // Comment out the next two lines to load the local copy of...

GnuBoard Backup Practice

To convert the existing DB from euc-kr to utf8, I carefully took a backup (??), When I opened it with editplus, it mentioned that there are characters that might be lost in the current encoding, I ignored it for now and switched to UTF8 and imported… Damn, it didn’t work because of the broken characters...

WordPress Installation Complete

Just finished installing WordPress and analyzing... still not adapted to it ㅠㅠ Got delayed a lot because I was struggling with the menu installation. When it's a sub-menu page(?), the focus wasn't output properly in Navigate. I made a temporary fix, and now it works correctly. I need to analyze it further. (File location: /themes/Polished/includes/scripts.php)...