cPanel database administering class

It is long time since I have worked with cPanel. My last work was cPanel Email Management  script that enables us to create/delete email accounts from outside of cPanel.
Today I have worked with another cool thing. I have created similar class for database. Using this class, anyone can easily create/delete database and database users.
Current Features:

Create [...]

How to Upgrade Fedora 10 to Fedora 11

Recently Leonidas, the latest version of Fedora, is released. I have already upgraded my laptop using the latest DVD. However, I was planning to upgrade my office’s desktop directly from internet. Searching internet, I have found a very useful tutorial regarding this. I suggest fedora users to have a look.
http://www.cyberciti.biz/faq/upgrade-fedora-11/
Optionally you can also read this: [...]

ঘুরে এলাম জাফলং….

গত বেশ কয়েকদিন ধরেই মনে হচ্ছিল কোথায় যাওয়া দরকার! কিন্তু যাওয়ার মত সঙ্গী না পাওয়ায় যেতে পারছিলাম না! আমি ছাড়া জগতের সবাই ব্যস্ত! অনেককে বললাম! সর্বশেষে বললাম আরাফাত ভাইকে! তিনি রাজি হলেন! সন্ধ্যায় সিন্ধান্ত নিলাম বরিশাল যাব! জাহাজে বসে নদী-চাঁদ উপভোগ করবো! পরদিন সন্ধ্যায় যাত্রা করার কথা! কিন্তু সকালে মনে হল আজকে তো বৃহঃস্পতিবার; বরিশালের [...]

‘প্রথম আলো’ এক অনবদ্য উপন্যাস

প্রায় ৮ মাসেরও বেশি সময় লাগল আমার এ উপন্যাসটি শেষ করতে! এত লম্বা সময় ধরে কোন উপন্যাস পড়িনি! আসলে ব্যস্ততার কারণেই সময় করতে পারিনি! আর বিশাল কলেরবের এ উপন্যাস পড়তে এমনিতেই অনেক সময় লাগার কথা!
তবে বরাবরই আমি অল্পতে সন্তুষ্ট! ‘গর্ভধারীনি’ পড়ার পর প্রায় ১৫দিন পুরো ঘটনা মাথায় ঘুরছিল! তবে এটা লম্বা সময় ধরে পড়ার কারণে [...]

Seminar on ‘Current Development Trend’

On May 16th, I have joined the seminar titled ‘Current Development Trend’ organized by phpxperts, a globally recognized PHP group on yahoo maintained from Bangladesh.
There were total 8 presentations by experts of those fields. The presentation titles were:

How to Become a PHP Nijna?Emran Hassan
How to make simple Facebook application?Junal Rahman
Advantages of using Javascript Frameworks [...]

417 status/response code and PHP cURL

Recently I have released an extension named put_twitter for PunBB 1.3.x. It sends forum’s activity to designated twitter account. It uses twitter class for posting to twitter which utilizes PHP’s cURL library.
The extension works fine for most of the people. But a few were complaining that it was not working for them! I was totally [...]

স্রষ্টার প্রতি কৃতজ্ঞতা…

আমরা প্রতিটি মানুষ যার যার অবস্থায় অনেকের চেয়ে কতই না ভাল আছি! অথচ তার জন্য আমরা সৃষ্টিকর্তার নিকট কতটুকুইবা কৃতজ্ঞ হই বা তা প্রকাশ করি! অনেকেই হয়তো আমরা মনে মনে কৃতজ্ঞতা স্বীকার করি! সম্ভবত এটিই সর্বোত্তম পন্থা! কিন্তু প্রকাশ্যে কৃতজ্ঞতা প্রকাশ করলে সবচেয়ে বড় লাভ যেটা হবে সেটা হল অন্যরাও তাদের উপর বর্ষিত আশীর্বাদ সমূহ [...]

Convert .nrg (Nero Archive) to .iso, mount .nrg in Linux

Today I have downloaded an archive which later I found as an .nrg archive. Again, trial period of my nero for linux is already expired. So I was looking for a solution to read the .nrg archive in linux. Did not get something useful in google. Then I post a line in Twitter. jimmietryon replied [...]

Unbelievable Optical Illusion

Unbelievable Optical Illusion

I have seen many optical illusion. But today I got something exceptional and unbelievable illusions in my mail sent by my elder brother. The last one is really mind blowing.

Bookmark:

yahooBuzzArticleHeadline = “Unbelievable Optical Illusion”;
yahooBuzzArticleId = “http://hungrycoder.xenexbd.com/general/unbelievable-optical-illusion.html”;

[...]

OpenLD is going to live again

Finally I have decided to maintain OpenLD script. You already know OpenLD is a very lightweight link directory script. It is highly extensible without hard coding. You can make extensions to utilize its hooking system. There are many hooks in every steps of all files where you may push some piece of code by your [...]

URL Shortening using PHP

Yesterday while developing PunBB Twitter extension, Invarbrass of Projanmo Forum helped me by providing some URL shortening snippets for several websites. Those were very simple to use. I am sharing so that it comes to others’ usages.
to.ly
function CompressURL($url) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, “http://to.ly/api.php?longurl=”.urlencode($url));
curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_HEADER, 0);
$shorturl = curl_exec ($ch);
curl_close ($ch);
return $shorturl;
}
echo CompressURL(”http://projanmo.com”);

Bookmark:
[...]

PunBB Twitter – Twitter Updater for PunBB Forum

This morning I got this idea to make an extension for PunBB forum engine that will update twitter status upon new posts and other activities. Few hours back I have completed it.  It may need many many improvements. But yep, its ready for testing.
Current Version: 0.8
Current features:

Configurable account
Update on creation of new topic
Update on reply [...]

Auto Login (Gnome) in Fedora, Ubuntu

As I am the single user of my laptop run on Fedora 10, entering username & password each time is troublesome for me. So I need to automatic login feature. It is very easy in Ubuntu but not in Fedora. After searching online, I have seen it is not very hard to configure in Fedora [...]

What the hell is happening with Akismet spam filter?

From two days I got more than 50 spam comments in my blog that is not automatically marked as spam by Akismet. But when I check the comments and click ‘Check for spam’ it is then identifying them as spam. I don’t know why it don’t work automatically as it was doing earlier.
I tried [...]

Some of my recent photos

Hello,
let me share some of my recent photography with you.

Bookmark:

yahooBuzzArticleHeadline = “Some of my recent photos”;
yahooBuzzArticleId = “http://hungrycoder.xenexbd.com/my-life/some-of-my-recent-photos.html”;

[...]

Translation