Build Your IM Bot - Cyber Tweaks

Ads Top

Build Your IM Bot

Content is free. When you buy through links on my site, I may earn affiliate commission. Learn More.

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 the 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;
}
?>


now just upload the file to your server.

your link would be like this

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

paste this on BOT URL and click on create Bot.

Now for setting Bopt to you, I'm Gtalk, Yahoo!, MSN, etc.

go under network setting click on the icon of in which you want to set bot and click on activate.

now you are Done :)

https://www.tropo.com

1 comment:

Powered by Blogger.