Posted by Vikash Dhankar on March 19, 2010 ·
In this tutorial you will able to writer your own instant messaging bots.
What is understand by IM or Instant Messaging Bots ?
The instant messaging bot are write for some specific purpose. Just like to fetch the results of particular university, or just like to fetch the TOP stories of Digg.com and many more uses.
Here I am going to write a IM bot of Digg to Fetch the TOP stories from all the Categories:-
Follow the following steps to make your [...]
Posted by Vikash Dhankar on March 14, 2010 ·
I was thinking to to have fun with my friends, by making them curious about the incoming emails to them.
Think how much it is interesting to send the emails to your friend from his email ID…OMG that will be interesting.
I will be providing you the script but, don’t harm the people for the FUN purpose, Fun should be remain fun.
Some of you might googled about the http://www.google.co.in/search?q=send+anonymous+emails but rarely these site [...]
Posted by Vikash Dhankar on September 29, 2009 ·
Hi,
Here in this tutorial, I am providing something that you may need for your own website. The value of CMS ( Content Management System ) , in todays site is one of the most attracting feature. CMS built the site dyanamic means that, the regsiter user can directly connect to thte database and can make the change in database , which can be seen on the webpage. Really its very nice.
As I am Computer Science student so, i made this CMS in my minor project [...]
Posted by Vikash Dhankar on July 18, 2009 ·
In today’s senario there is online messaging, reporting, submission of query,updation of the user list, admin and user account and bla-bla-bla.
So we need a way to handle all the stuff all over the world by giving the username and password and defining their privileges.
Here I am giving you some brief tutorial on the above that how we can make own login and logout page.
I am using PHP+MySQL in the Tutorial.
There are simple 3 steps to make that.
Step1: [...]