Newb
Hey, I am new and I have no idea what I am doing. Please help!! :(
Comments are currently closed for this discussion. You can start a new one.
4 people watching.
-
New Issue
-
Conversation Started
-
The discussion is closed
No more actions from IMified or the discussion starter are required.
-
Re-open the discussion Re-open the discussion
Private Permissions
This discussion is private. Only you and IMified support staff can see and reply to it.
Recent Discussions
| 18 Oct, 2010 07:09 PM | Send Message doesnt Work | |
| 30 Mar, 2012 04:45 AM | Do IMified support 1 way communication? | |
| 10 Jan, 2012 06:39 AM | my bot return nothing (code attached) | |
| 10 May, 2012 10:20 PM | I Can't Add Coding | |
| 10 May, 2012 08:10 PM | MSN Bot Not Appearing Online |
2 Posted by irish_ignite on 30 Oct, 2009 11:32 AM
ok its pretty simple. sign up for webhost.com. then go to files and add this script.
<?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'] . "
from " . $REQUEST['value2'] . ".";
break;
} ?>
It was the same script in the api. after that you need to press view on it and find out the URL. that is after following the instructions on that site. Your home page has to be index.html so it can't be your home page cause you need something.php. You can mess around with the script to learn more, Google search things, read other people forums to see what they can do, and be more specific on questions. Just some free advice from another user, not trying to be cruel or anything but that's about all i can think of to do
Support Staff 3 Posted by Adam Kalsey on 30 Oct, 2009 02:04 PM
What is it you're trying to do?
--
Adam Kalsey
This mobile device has tiny keys. Please excuse any typos.
On Oct 29, 2009, at 4:49 PM, Coltraine <***@tenderapp.com
> wrote:
4 Posted by mlucas on 15 Oct, 2010 02:55 PM
It looks like we've answered this for you, so we're going to mark this question as resolved. If you have any questions, you can re-open this issue or send a new one in and we'll be glad to help.
-Matt Lucas
IMified Support
mlucas closed this discussion on 15 Oct, 2010 02:55 PM.