« Return to Thread: Sitepal don't speak... help me please.
The problem that I'm having is that when I use the demo faces of SitePal the robot functions perfectly & it talks everything. However, when I use the faces that I have created in SitePal it only says hello to me when it comes in & after that it doesn't talk any more. I have talked to the people from SitePal & they tell that the problem is with Pandorabots. It used to work perfectly previously. I was doing a "custom html" to take the advertisement from Pandorabots not to show on the page of my company & now even if I put the advertisement back into the html is not work....
I have read de documentation of Pandorabots the part of custom html & I have followed all of the steps that the document is indicating to do; however, it continues not to function.
Is there a "custom html" that I would be able to copy & paste in my "custom html"? That would be great if it does exist being that I'm not a programmer & I have been trying to fix this problem for the past 2 weeks & going crazy.
The robot is in Spanish & I'm attaching it here in case you would like to look at it.
http://www.pandorabots.com/pandora/talk-oddcast?botid=f4c34aa14e3629d0
I appreciate very much all the help you can give me... I'm desperate.
I try 3 diferents custom html but nothing work...
This is my 3 custom html:
custom html 1:
<html>
<body onLoad="document.form.input.focus();">
Kumakabots tu amigo en la internet.
<br>
</font>
<br>
<form method="POST" name="form">
!CUSTID!
Hablame: <input type="TEXT" autocomplete="off" name="input" size="60"><input type="SUBMIT" value="Enter">
</form>
<br>
!SPEAK!
<template>
<think>
<set name="_history_1"><request index="1"/></set>
<set name="_history_2"><request index="2"/></set>
<set name="_history_3"><request index="3"/></set>
<set name="_history_4"><request index="4"/></set>
</think>
<condition name="_history_1" value="*">
<i><b> Tu:</b></i> <request index="1"/><br/>
<i><b>Kumakabots:<bot name="name"/>:</b></i> <font color="green"><response index="1"/></font><br/>
<br/>
</condition>
<condition name="_history_2" value="*">
<i><b>Tu:</b></i> <request index="2"/><br/>
<i><b>Kumakabots<bot name="name"/>:</b></i> <response index="2"/><br/>
<br/>
</condition>
<condition name="_history_3" value="*">
<i><b> Tu:</b></i> <request index="3"/><br/>
<i><b>Kumakabots<bot name="name"/>:</b></i> <response index="3"/><br/>
<br/>
</condition>
<condition name="_history_4" value="*">
<i><b> Tu:</b></i> <request index="4"/><br/>
<i><b>Kumakabots:<bot name="name"/>:</b></i> <response index="4"/><br/>
<br/>
</condition>
</template>
</body>
</html>
custom html 2:
<html>
<body onLoad="document.form.input.focus();">
Kumakabots tu amigo en la internet.
<br>
<script language="JavaScript" type="text/
javascript">
function vh_slideBegin(){
sayText("Jorge","6,2,2");
}
</script>
</font>
<br>
<form method="POST" name="form">
!CUSTID!
Hablame: <input type="TEXT" autocomplete="off" name="input" size="60"><input type="SUBMIT" value="Enter">
</form>
<br>
</head>
<body>
<template>
<think>
<set name="_history">
<request index="3"/>
</set>
</think>
<condition name="_history">
<li value="*">
<i><b>Human:</b></i> <request index="1"/><br/>
<i><b><bot name="name"/>:</b></i> <response index="1"/><br/>
</li>
</condition>
<br/>
</template>
<template>
<think>
<set name="_history">
<request index="2"/>
</set>
</think>
<condition name="_history">
<li value="*">
<i><b>Human:</b></i> <request index="2"/><br/>
<i><b><bot name="name"/>:</b></i> <response index="2"/><br/>
</li>
</condition>
<br/>
</template>
<template>
<think>
<set name="_history">
<request index="1"/>
</set>
</think>
<condition name="_history">
<li value="*">
<i><b>Human:</b></i> <request index="3"/><br/>
<i><b><bot name="name"/>:</b></i> <response index="3"/><br/>
</li>
</condition>
<br/>
</template>
</body>
</html>
custom html 3:
<html>
<body onLoad="document.form.input.focus();">
Kumakabots tu amigo en la internet.
<br>
</font>
<br>
<form method="POST" name="form">
!CUSTID!
Hablame: <input type="TEXT" autocomplete="off" name="input" size="60">: <input type="hidden" name="botcust2" value="f4c34aa14e3629d0">
</form>
<br>
!SPEAK!
<template>
<think>
<set name="_history_1"><request index="1"/></set>
<set name="_history_2"><request index="2"/></set>
<set name="_history_3"><request index="3"/></set>
<set name="_history_4"><request index="4"/></set>
</think>
<condition name="_history_1" value="*">
<i><b> Tu:</b></i> <request index="1"/><br/>
<i><b>Kumakabots:<bot name="name"/>:</b></i> <font color="green"><response index="1"/></font><br/>
<br/>
</condition>
<condition name="_history_2" value="*">
<i><b>Tu:</b></i> <request index="2"/><br/>
<i><b>Kumakabots<bot name="name"/>:</b></i> <response index="2"/><br/>
<br/>
</condition>
<condition name="_history_3" value="*">
<i><b> Tu:</b></i> <request index="3"/><br/>
<i><b>Kumakabots<bot name="name"/>:</b></i> <response index="3"/><br/>
<br/>
</condition>
<condition name="_history_4" value="*">
<i><b> Tu:</b></i> <request index="4"/><br/>
<i><b>Kumakabots:<bot name="name"/>:</b></i> <response index="4"/><br/>
<br/>
</condition>
</template>
</body>
</html>
What I need???
« Return to Thread: Sitepal don't speak... help me please.
| Free embeddable forum powered by Nabble | Forum Help |