Build Your IM Bot

Create an account on

http://www.imified.com

Go To, My Bots and Create a New bot

Set your Bot name and screen name there

now third list is Bot URL

just create an account on 110mb.com free hosting.

now,

copy the following code and save as php file > bot.php



<?php
switch ($_REQUEST['step']) {
case 1:
echo "Hi, what's your name?";
break;
case 2:
echo "Hi " . $_REQUEST['value1'] . ", where do you live?";
break;
case 3:
echo "Well, welcome to this hello world bot, " . $_REQUEST['value1'] . "<br>from " . $_REQUEST['value2'] . ".<reset>";
break;
}
?>


or download the file:

Link 1
Link 2

now just upload the file to you server.

you link would be like this

http://youhost.110mb.com/bot.php

paste this on BOT URL and clisk on create Bot.

Now for setting Bopt to you Im Gtalk, yahoo!,MSN etc.

go under netwrok setting click on the icon of im which you want to set bot and clisk on activate.

now you are Done :)

use Tropo its also provides Im bot service.

0 comments:

Post a Comment