
Unboxing…
Continue reading “Platinum Maki-e 18k PTL-12000M Phoenix Review”
Just Random Recollections
Unboxing…
Continue reading “Platinum Maki-e 18k PTL-12000M Phoenix Review”
As what the title says, this application is just a download helper for eco’s patch files. It looks similar to the previous post, but with some added functions. Now the program can handle editing the upsv.lst and running nginx for you.
Note: This program requires .NET Framework 4.0
Continue reading “ECO Patch New Downloader”
As what the title says, this application is just a download helper for eco’s patch files. The rest of the process (rewriting upsv.lst, running nginx, etc) is still the same (see this).
Continue reading “ECO Japan Patch Downloader”
This post is for those who simply confused reading the last post regarding ECO manual update. I separated the installation process here.
I’m not talking about an official manual patch. Instead, I just wrote how to update the Emil Chronicle Online client manually -yes, literally manually. This guide is only appropriate to you if:
If you’re wondering why should you choose this way to update, one thing that is almost guaranteed is that you don’t need to repeat the update from the beginning every time you fail, since you’ll download the files manually. You can use any download manager to pause and continue every time you want.
Update (22 Aug 2013): Step 3 up to 9 can be replaced by using the application I posted here.
The big idea is to redirect the patch server into your own computer (localhost) so the launcher would request update from your own computer. To do this you need a web server. OK, for those who do not understand, you can forget this paragraph and continue.
Recently I’ve been playing DMC4 and managed to somehow beat all levels. If you have completed at least one level, you should be able to play another level with all weapon already available (for Dante) and all Devil Bringer’s skill available (for Nero). There are many walkthroughs out there, so I won’t be writing another one. Instead, I will tell some tips which I considered will come in handy.
Continue reading “Devil May Cry 4 Tips”
Using Pusher with native PHP is relatively easy. But using it with a PHP Framework can be a little bit confusing, since it needs some additional work. Up to this date, there’s no Pusher PHP Library which is designed to work directly with FuelPHP. It just takes minutes to set up, though.
Continue reading “Pusher with FuelPHP”
This method only works for Speedy Mail and Chat Packet users. Recently telkomspeedy changed its iframe URL address – I don’t know why. But it makes the old one, posted in Kaskus, unusable.
Continue reading “Speedy Postpaid Quota Check”
Up until Ubuntu 11.04 (Natty Narwhal) is released, TortoiseHg 2.0 has not been released. So, the repository is the old mercurial repo. I’m using Natty, and these are the steps to install Mercurial, along with TortoiseHg 2.0:
Continue reading “Installing TortoiseHg 2.0 on Ubuntu”
Today I’m just happened to start coding again after a long hiatus. And suddenly, tortoisehg is stuck and hg gave me “waiting for lock” message when I try to commit. I’m using tortoisehg 2. Here is the workaround I found:
Delete the
.hg/wlock
file in your working directory.
It works, although I don’t know whether it’s safe or not.