PHP

cPanel Email Management

Ahh! Thanks Allmighty. At last I have finished the 1st version of cPanel Email Management Script. From three days I am working on it. Though today, I mistakenly deleted two core files :( . So I had to start over.
Using this scripts anyone can give free email service to his visitors. Users can auto signup and manage their accounts. Admin also have some controls. The features are:

  • Users can registers themselves without intervention of site Admin
  • Admin can specify the quota for accounts
  • It can check whether the email address is already taken or not

PunBB Plugin

I have worked a bit with PunBB specially to improve Projanmo Forum.

Today, I wanted to practice a bit with PunBB Plugin System. So, I have developed a very simple plugin. Using this plugin, the admin can edit the any value of configuration table.

It just a practice Plugin. But may be helpful for MOD which affected config table but did not give any plugin to edit those configuration.

In next version of this script, i will add some more feature.

Recent Topics - My First Drupal Mod

This site is developed on Drupal CMS. Today I though, I should show a block containing some recent posts like "Recent Comments" block. I searched drupal.org for long for any module. but i did not get. later, I have developed my first mod for drupal to show some recent topics/contents/posts.

How to do it:

1. Login as admin
2. Goto Administrator -> Site Building -> Blocks
3. Click "add block" link from top.
4. Enter "Recent Topics" in block description box
5. Write the following code in the block description box. You may change $list_no to any value.

OpenLD Top Sites extension

I was searching for a good php based web directory script. Yesterday I got OpenLD, a fantastic fantastic script. Its really scalable script. Anyone can also make Plugins & Extension for this as this script has huge application level hooks to push the script there.

Yesterday, I configured the whole script by investing about 8-10 and now it fully works with full Bangla support.

The script is online http://web.projanmo.com

Simple Ajax Feedback Form

This is a very simple ajax feedback form. just download the zip, extract, change two variables in the contact.php page.

You are ready to upload files in server. Just upload, your ajax feedback form is ready. Enjoy receiving feedback from visitors :-)

PunBB Bangla Language Pack

I am working on PunBB for a bit long time. The whole work I have yet done only for Projanmo Forum. Many people asked me for the Bangla Language Pack of PunBB. But I could not release it due to some internal reasons. Few days ago, I sent the pack to Ricard and Yesterday he published it on www.punbb.org.

 

I am feeling really lucky that I could contribute a bit in an Open Source package and also in Bangla language.
You can download the package from here too.

Less Pain, more freedom

zendToday is one of the great day for me specially about PHP. I am a great Fan of Zend Studio for Coding PHP. Its an unparallel IDE for PHP developments. Until today, I was using a pirated copy of this great tool. Shame for that!!!

Unicode Numeric figure converstion

Now a day, many open source packages are translating in Bangla. This is usually done by replacing the language file with equivalent Bangla language's Unicode value. But problem is that the numeric figures are still in English. I faced this problem in Projanmo Forum. So today I make a script to convert these English numeric figures to Bangla.

<?php
function convert($char){
 
	switch($char){
		case "1":
			return "১";
			break;
		case "2":
			return "২";
			break;
		case "3":
			return "৩";
			break;
		case "4":

Introducing Forum Hosting

After working for more than 7 days, I successfully introduced Bangla Forum Hosting Service where everything is in Bangla (Bengali). The user interface, input methods are in Bangla. There are two typing methods e.g. Unijoy and Phonetic. Both system is developed by Hasin Hayder.

Oh, feeling bore to type anymore. Please take a look http://www.bd-host.com/content/view/41/1/ for details.

:cool:

Indifferent Holiday

Today was "Teachers Day" mourning the death of Dr. Zoha. So the campus was off. But I passed very busy time today as all other days.

From morning, I have gone very deep of Joomla. I have decided to deliver all webdesign projects in Joomla so that it may be easier for me to make update in near future. Currently, I am working with 3 orders among them 2 are paid projects and one is free which is of an student organization of our department.

Powered by Drupal - Design by artinet