php聊天機器人源碼
㈠ 求QQ 智能 自動聊天 機器人 易語言源碼 !最好是能在QQ群里用的 ,能自動...
夢真機器人注冊碼的,軟體你自己下吧 剛才加你了,我這就發你郵箱吧 不用加我了
㈡ 求php韓順平講ajax web多人離線聊天的源代碼
***userList.php*****
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN">
<html>
<head>
<title>用戶列表</title>
<metahttp-equiv="pragma"content="no-cache">
<metahttp-equiv="cache-control"content="no-cache">
<metahttp-equiv="expires"content="0">
<metahttp-equiv="keywords"content="keyword1,keyword2,keyword3">
<metahttp-equiv="description"content="Thisismypage">
<metahttp-equiv="content-type"content="text/html;charset=utf-8"/>
<scripttype="text/javascript">
<!--
window.resizeTo(200,400);
functionabc(obj){
obj.style.color="red";
obj.style.cursor="hand";
}
functionabc2(obj){
obj.style.color="";
}
//跳出一個聊天的頁面
functionabc3(obj){
varname=obj.innerText;
window.open("chatRoom.php?name="+encodeURI(name),"_blank");
}
-->
</script>
</head>
<body>
好友列表<br>
<liid="li1"onmouseover="abc(this)"onclick="abc3(this);"onmouseout="abc2(this)">費爾普斯</li>
<liid="li2"onmouseover="abc(this)"onclick="abc3(this);"onmouseout="abc2(this)">謝忠君君</li>
<liid="li3"onmouseover="abc(this)"onclick="abc3(this);"onmouseout="abc2(this)">姚明</li>
</body>
</html>
***chatRoom.php****
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN">
<html>
<head>
<?php
$name=$_GET['name'];
//空格.
$name=trim($name);
//從session
session_start();
$yourname=$_SESSION['username'];
?>
<title>聊天室</title>
<metahttp-equiv="pragma"content="no-cache">
<metahttp-equiv="cache-control"content="no-cache">
<metahttp-equiv="expires"content="0">
<metahttp-equiv="content-type"content="text/html;charset=utf-8"/>
<metahttp-equiv="keywords"content="keyword1,keyword2,keyword3">
<metahttp-equiv="description"content="Thisismypage">
<scripttype="text/javascript">
<!--
window.resizeTo(400,400);
window.setInterval("getMsg()",10000);
//定義一個ajax引擎
varxmlHttp;
functionsendMsg(){
//根據情況建立ajax引擎
if(window.ActiveXObject){
xmlHttp=newActiveXObject("Microsoft.XMLHTTP");
}else{
xmlHttp=newXMLHttpRequest();
}
if(xmlHttp){
varreq="MessageController.php?getter=<?phpecho$name;?>&msg="+document.all.con.value;
xmlHttp.open("get",req,true);
//指定返回的函數
xmlHttp.onreadystatechange=chuli;
//發送
xmlHttp.send(req);
varsendMsg=document.all.con.value;
document.all.mytextares.value+="你說:"+sendMsg+" ";
}
}
functionchuli(){
if(xmlHttp.readyState==4){
if(xmlHttp.status==200){
//!!!
}
}
}
varxmlHttp2;
//每隔一定時間從伺服器得到屬於自己的消息
functiongetMsg(){
//根據情況建立ajax引擎
if(window.ActiveXObject){
xmlHttp2=newActiveXObject("Microsoft.XMLHTTP");
}else{
xmlHttp2=newXMLHttpRequest();
}
if(xmlHttp2){
varreq="GetMessageCl?getter=<?phpecho$yourname;?>&sender=<?phpecho$name;?>";
xmlHttp2.open("get",req,true);
//指定返回的函數
xmlHttp2.onreadystatechange=chuli2;
//發送
xmlHttp2.send(req);
}
}
functionchuli2(){
if(xmlHttp2.readyState==4){
if(xmlHttp2.status==200){
//取出消息的內容
varmesCon=xmlHttp2.responseXml.getElementsByTagName("msg");
vartimes=xmlHttp2.responseXml.getElementsByTagName("msgTime");
if(mesCon[0].firstChild.data!="null"){
//將信息顯示到文本預
for(vari=0;i<mesCon.length;i++){
vargetMsg=mesCon[i].firstChild.data;
document.all.mytextares.value+="<%=name%>"+"說:"+getMsg+" ";
}
}
}
}
}
-->
</script>
</head>
<body>
<center>
我的聊天室(您在和<fontcolor="red"><?phpecho$name;?></font>聊天)<br>
<textarearows="10"id="mytextares"cols="50"></textarea><br/>
<inputtype="text"id="con">
<inputtype="button"onclick="sendMsg();"value="發送">
</center>
</body>
</html>
㈢ 求 QQ 智能 自動聊天 機器人 易語言源碼 !最好是能在QQ群里使用的!
鑒於以上幾點要求完全可以做到
只是你只是想要一個框架,什麼加密,美工,自動聊天內容豐富,詞庫都不要,然後可以實現一點點聊天內容呢還是完全多功能化
如果你需要多功能,例如自動詞庫,管理機器人,美化軟體的分就不該只有5分,否則沒人願意做那麼復雜的
我先給你發個簡便點的,你先看看怎麼樣在考慮多功能版的
稍等幾分鍾傳附件
㈣ 求易語言聊天機器人源碼
你好,目前有一款叫做酷Q的機器人,有完整版源碼和成品程序免費下載,地址cqp.cc,請採納,謝謝!
㈤ 求一份簡單的聊天機器人源代碼,要C++編寫的
那得看樓主希望聊天機器人有哪些功能了。
一般地,首先要能分析句子,區分名詞和形容詞,能記憶集合關系
然後就是隨機性地回答問題了
㈥ 求一款自動聊天機器人,比較智能的,有源代碼更好
我自己擁有一套QQ自動回復機器人系統......是我買的.....
用PHP寫的......該機器人綁定的QQ是465749449
這幾天我的機器人功能正在維護暫時不可用,我給你一個跟我用一樣系統的機器人QQ號------869936432
㈦ 哪裡有語音聊天室PHP源碼下載
一般開源的應用github上比較多,還有國內的開源中國。
㈧ 我想用PHP做一個聊天機器人,我調用別人的API實現了中文分詞,我要怎樣構建自己的資料庫呢
可以用SimSimi API:http://developer.simsimi.com/(不需要資料庫)。
根據提示進行注冊(注冊地址:http://developer.simsimi.com/signUp)。
登錄後訪問:http://developer.simsimi.com/apps,
點擊[Get a 7 days Trial Key],你就會獲得一個Trial Key(有效期為7天),然後直接
$key='';//你的TrialKey
$lang='';//語言
$msg='';//用戶說的話
$res=file_get_contents('http://sandbox.api.simsimi.com/request.p?key='.$key.'&lc='.$lang.'&ft=1.0&text='.$msg);
或者你要購買一個Paid Key,也可以。
在http://developer.simsimi.com/apps中,點擊[Get Paid Key],就可以購買。
只是代碼要改為(響應地址不同):
$key='';//你的PaidKey
$lang='';//語言
$msg='';//用戶說的話
$res=file_get_contents('http://api.simsimi.com/request.p??key='.$key.'&lc='.$lang.'&ft=1.0&text='.$msg);
就可以了。注意php.ini中,allow_url_fopen要為On:
allow_url_fopen=On
然後會返回一個JSON字元串,與下面類似:
{
"result":100,
"response":"SimSimi的回答",
"id":本次會話的標識符(int),
"msg":"響應描述"
}
相應描述與result的值相關。
100:OK.//成功
400:BadRequest.//參數錯誤
401:Unauthorized.//Key不存在
404:Notfound.//頁面不存在
500:ServerError.//伺服器出錯
參見:SimSimi API:http://developer.simsimi.com/api
謝謝!
㈨ 怎麼用php寫一個放在qq群里的機器人求具體過程,有教程就更好了,答得好有追加~~
php是腳本語言,是運行在伺服器的腳本文件,你是不是弄錯什麼了
㈩ 誰知道美國那個聊天機器人的網址啊
http://www.abenteuermedien.de/jabberwock/index.php是一個美國聊天機器人,不過不像你說的那樣,是從電腦愛好者上看的