programming | andi setiawan's blog - Part 2

Category: programming

Sometimes you need to know what your external IP (internet protocol) address is. Whether just to know or a part of maintenance. Well, I need it sometimes to check whether I’m being blocked by any website or not. I made a list of how to check our external IP address, check it out! 1. Google […]


Posted in php, programming, Tips n Trik | Tagged , , | Leave a Comment on what is my ip? |

I got new client who needs my help to convert his proposal to a real web application. It will uses Expert System algorithm. An expert system is software that uses a knowledge base of human expertise for problem solving, or to clarify uncertainties where normally one or more human experts would need to be consulted.  – Wikipedia This is the most annoying thing, […]


Posted in Cerpen, php, programming, project | Leave a Comment on New Project: Expert System |

It’s been 5 days since i use automated blog posting. It is a feature from CSU which saves every post as a draft and post the draft as a blog post. I’ve planned to develope the script to take the draft from twitter timeline. And also use xmlrpc to post the draft to remote blog. […]


Posted in announcement, php, programming, project | Leave a Comment on Automated Blogpost |

I’m currently working a new project from 2 weeks ago. It hasn’t finished yet because I don’t have much time to code lately. The name is BKOL, stand for “Bursa Kerja OnLine”, ordered by a friend of my last client. They told her (their friend) that I helped them to work on their project, so […]


Posted in announcement, php, programming, project | Tagged , | Leave a Comment on On Going Project: BKOL |

Have you ever take attention why your pages suddenly load this IP: 1.2.3.4 ? If you see the page source of the page, you will see this line added in the first line of your <head> section of the page: <script src="http://1.2.3.4/bmi-int-js/bmi.js" language=javascript"></script> Is it malicious? Actually, I’m not sure about it. But since I […]


Posted in announcement, programming, Tips n Trik, umum | Tagged | Leave a Comment on Strange JS Script |

I’ve finished maintenance on andiim3.com and this blog. what a busy weekend 🙂 Some bugs were fixed on andiim3.com, so there should be no more 404 error page when searching package with period in the package name.


Posted in programming, project | Leave a Comment on maintenance |