调用图灵机器人API
// 图灵机器人 function tuling($keyword) { $key="http://www.tuling123.com/openapi/record.do?channel=9800";//api key到这里申请 $api_url = "http://www.tuling123.com/openapi/api?key=".$key."&info=". $keyword; $result = file_get_contents ( $api_url ); $result = json_decode ( $result, true ); switch ($result ['code']) { case '200000' : $text = $result ['text'] . ',<a href="' . $result ['url'] . '">点击进入</a>'; return $text; break; case '301000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['name'], 'Description' => $result['list'][$i]['author'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '302000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['article'], 'Description' => $result['list'][$i]['source'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '304000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i< $length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['name'], 'Description' => $result['list'][$i]['count'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '305000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['start'] . '--' . $result['list'][$i]['terminal'], 'Description' => $result['list'][$i]['starttime'] . '--' . $result['list'][$i]['endtime'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '306000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['flight'] . '--' . $result['list'][$i]['route'], 'Description' => $result['list'][$i]['starttime'] . '--' . $result['list'][$i]['endtime'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '307000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['name'], 'Description' => $result['list'][$i]['info'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '308000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['name'], 'Description' => $result['list'][$i]['info'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '309000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['name'], 'Description' => '价格 : ' . $result['list'][$i]['price'] . ' 满意度 : ' . $result['list']['satisfaction'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '310000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['number'], 'Description' => $result['list'][$i]['info'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '311000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['name'], 'Description' => '价格 : ' . $result['list'][$i]['price'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; case '312000' : $length = count($result['list']) > 9 ? 9 :count($result['list']); for($i= 0;$i<$length;$i++){ $articles [$i] = array ( 'Title' => $result['list'][$i]['name'], 'Description' => '价格 : ' . $result['list'][$i]['price'], 'PicUrl' => $result['list'][$i]['icon'], 'Url' => $result['list'][$i]['detailurl'] ); } return $articles; break; default : if (emptyempty ( $result ['text'] )) { return false; } else { return $result ['text'] ; } } }
以下是谁是卧底游戏
//谁是卧底游戏 function UnderCover($key,$username){ $mysql = new SaeMysql(); $userid = $username; if($key==''){ $text = "如果您是法官请输入游戏人数(4~13之间,不包括法官哦)\n其他用户请输入房间号\n回复【规则】了解游戏规则\n回复【惩罚】查看惩罚游戏\n回复【退出】即可退出谁是卧底游戏"; }elseif ($key=='退出') { $lock = 'unlock'; $sql="UPDATE `wx_users` SET `lock` = '$lock' WHERE `openid` = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $text='已退出谁是卧底模式,再次发送【谁是卧底】即可开启'; }elseif($key>=4 && $key<=6){ $sql = "SELECT * FROM `uc_rooms` where `userid` = '$username' "; $data = $mysql->getData( $sql ); if($data){ $allcount = $key; $undercoverid1 = rand(1,$key); $words = getWords(); $word1 = $words['word1']; $word2 = $words['word2']; $sql = "update uc_rooms set allcount= '$allcount', nowcount='0',undercoverid1= '$undercoverid1',word1= '$word1',word2= '$word2' where userid= '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $datas = getDatas($userid); $roomid = $datas['roomid']; $text = "您是法官\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底是:".$undercoverid1."号\n游戏人数为:". $allcount."\n回复[换],换一组词,\n(一局结束后,不必重建房,回复[换]直接换词)\n如果需要自定义词语,请输入”改“+卧底词和平民词,如:改状元,冠军"; }else{ $userid = $username; $allcount = $key; $undercoverid1 = rand(1,$key); $words = getWords(); $word1 = $words['word1']; $word2 = $words['word2']; $sql = "insert into uc_rooms(userid,allcount,nowcount,undercoverid1,word1,word2) values('$username', '$allcount', '0','$undercoverid1' ,'$word1' ,'$word2')"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $datas = getDatas($userid); $roomid = $datas['roomid']; $text = "您是法官\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底是:".$undercoverid1."号\n游戏人数为:". $allcount."\n回复[换],换一组词,\n(一局结束后,不必重建房,回复[换]直接换词)\n如果需要自定义词语,请输入”改“+卧底词和平民词,如:改状元,冠军"; } }elseif($key>=7 && $key<=10){ $sql = "SELECT * FROM `uc_rooms` where `userid` = '$username' "; $data = $mysql->getData( $sql ); if($data){ $allcount = $key; $undercoverid1 = rand(1,$key); $undercoverid2 = randexcp1($undercoverid1,$key); $words = getWords(); $word1 = $words['word1']; $word2 = $words['word2']; $sql = "update uc_rooms set allcount= '$allcount', nowcount= '0',undercoverid1= '$undercoverid1',undercoverid2= '$undercoverid2',word1= '$word1',word2 = '$word2' where userid = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $datas = getDatas($userid); $roomid = $datas['roomid']; $text = "您是法官\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底1是:".$undercoverid1."号\n卧底2是:".$undercoverid2."号\n游戏人数为:". $allcount."\n回复[换],换一组词,\n(一局结束后,不必重建房,回复[换]直接换词)\n如果需要自定义词语,请输入”改“+卧底词和平民词,如:改状元,冠军"; }else{ $userid = $username; $allcount = $key; $undercoverid1 = rand(1,$key); $undercoverid2 = randexcp1($undercoverid1,$key); $words = getWords(); $word1 = $words['word1']; $word2 = $words['word2']; $sql = "insert into uc_rooms(userid,allcount,nowcount,undercoverid1,undercoverid2,word1,word2) values('$username', '$allcount', '0','$undercoverid1' ,'$undercoverid2' ,'$word1' ,'$word2')"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $datas = getDatas($userid); $roomid = $datas['roomid']; $text = "您是法官\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底1是:".$undercoverid1."号\n卧底2是:".$undercoverid2."号\n游戏人数为:". $allcount."\n回复[换],换一组词,\n(一局结束后,不必重建房,回复[换]直接换词)\n如果需要自定义词语,请输入”改“+卧底词和平民词,如:改状元,冠军"; } } elseif($key>=1000&&$key<=9999) { $sql = "select * from uc_rooms where roomid = '$key'"; $data = $mysql->getLine($sql); if($data){ if($data['nowcount']<$data['allcount']){ $nowcount = (int)$data['nowcount']; $nowcount++; $sql = "update uc_rooms set nowcount = '$nowcount' where roomid = '$key'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } if($nowcount == (int)$data['undercoverid1']){ $text = "您是".$nowcount."号,您的词语是".$data['word2']; }elseif($nowcount == (int)$data['undercoverid2']){ $text = "您是".$nowcount."号,您的词语是".$data['word2']; }elseif($nowcount == (int)$data['whiteboardid']){ $text = "您是".$nowcount."号,您是白板"; }else{ $text = "您是".$nowcount."号,您的词语是".$data['word1']; } }else{ $text = "房间人数已满"; } }else{ $text = "您输入的房间号无效"; } }elseif($key=="换") { $datas = getDatas($userid); $allcount=(int)$datas['allcount']; $undercoverid1 = rand(1,$allcount); $words = getWords(); $word1 = $words['word1']; $word2 = $words['word2']; $roomid = $datas['roomid']; if($allcount<7){ $sql = "update uc_rooms set nowcount = '0', undercoverid1= '$undercoverid1',word1= '$word1',word2 = '$word2' where userid = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $text = "换词成功\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底是:".$undercoverid1."号,游戏人数为:".$allcount."\n请参与人员重新发送房间号"; }elseif ($allcount<11) { $undercoverid2 = randexcp1($undercoverid1,$allcount); $sql = "update uc_rooms set nowcount = '0', undercoverid1= '$undercoverid1',undercoverid2= '$undercoverid2',word1= '$word1',word2 = '$word2' where userid = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $text = "换词成功\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底1是".$undercoverid1."号,卧底2是".$undercoverid2."号,游戏人数为:".$allcount."\n请参与人员重新发送房间号"; }elseif ($allcount<14) { $undercoverid2 = randexcp1($undercoverid1,$allcount); $whiteboardid = randexcp2($undercoverid1,$undercoverid2,$allcount); $sql = "update uc_rooms set nowcount = '0', undercoverid1= '$undercoverid1',undercoverid2= '$undercoverid2',whiteboardid='$whiteboardid',word1= '$word1',word2= '$word2' where userid = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $text = "换词成功\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底1是".$undercoverid1."号,卧底2是".$undercoverid2."号,白板号是".$whiteboardid."号,游戏人数为:".$allcount."\n请参与人员重新发送房间号"; } }elseif(substr($key,0, 3)=="改" ){ $key = substr($key, 3); $words = explode(",",$key); if(count($words) != 2) { $words = explode(",", $key); } if(count($words) != 2) { $text = "请按照正确格式输入卧底词和平民词,如:改状元,冠军"; return $text; exit; break; } $word1=$words[0]; $word2=$words[1]; $datas = getDatas($userid); $allcount=(int)$datas['allcount']; $roomid = $datas['roomid']; $undercoverid1 = rand(1,$allcount); if($allcount<7){ $sql = "update uc_rooms set nowcount = '0', undercoverid1= '$undercoverid1',word1= '$word1',word2 = '$word2' where userid = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $text = "改词成功\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底是:".$undercoverid1."号,游戏人数为:".$allcount."\n请参与人员重新发送房间号"; }elseif ($allcount<11) { $undercoverid2 = randexcp1($undercoverid1,$allcount); $sql = "update uc_rooms set nowcount = '0', undercoverid1= '$undercoverid1',undercoverid2= '$undercoverid2',word1= '$word1',word2 = '$word2' where userid = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $text = "改词成功\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底1是".$undercoverid1."号,卧底2是".$undercoverid2."号,游戏人数为:".$allcount."\n请参与人员重新发送房间号"; }elseif ($allcount<14) { $undercoverid2 = randexcp1($undercoverid1,$allcount); $whiteboardid = randexcp2($undercoverid1,$undercoverid2,$allcount); $sql = "update uc_rooms set nowcount = '0', undercoverid1= '$undercoverid1',undercoverid2= '$undercoverid2',whiteboardid='$whiteboardid',word1= '$word1',word2 = '$word2' where userid = '$username'"; $mysql->runSql($sql); if ($mysql->errno() != 0) { die("Error:" . $mysql->errmsg()); } $text = "改词成功\n游戏房间号为".$roomid."\n平民词:".$word1."\n卧底词:".$word2."\n卧底1是".$undercoverid1."号,卧底2是".$undercoverid2."号,白板号是".$whiteboardid."号,游戏人数为:".$allcount."\n请参与人员重新发送房间号"; } }elseif($key=="规则" || $key=="游戏规则") { $text="4-6人游戏1卧底\n7-10人游戏2卧底\n11-13人游戏2卧底1白板\n1.每人每轮用一句话描述自己拿到的词语,既不能让卧底察觉,也要给同伴以暗示\n". "2.每轮描述完毕,所有在场的人投票选出怀疑谁是卧底,得票最多的人出局。若没有人的得票超过半数(50%),则没有人出局。若卧底出局,则游戏结束。若卧底未出局,游戏继续\n". "3.反复多个流程,若卧底撑到最后一轮(场上剩3人时),则卧底获胜,反之,则大部队胜利"; }elseif($key==0 || $key=="惩罚") { $text=getPunish(); } else{ $text='好吧,你说的我听不懂了'; } $mysql->closeDb(); return $text; } function getWords(){ $mysql = new SaeMysql(); $sql = "select count(*) from uc_words"; $all = $mysql->getVar($sql); $id = rand(1,$all); $sql = "select * from uc_words where id = $id"; $words=$mysql->getLine($sql); if ($mysql->errno() != 0) { die("Error:".$mysql->errmsg()); } $mysql->closeDb(); return $words; } function getDatas($userid){ $mysql = new SaeMysql(); $sql = "select * from uc_rooms where userid = '$userid'"; $datas=$mysql->getLine($sql); if ($mysql->errno() != 0) { die("Error:".$mysql->errmsg()); } $mysql->closeDb(); return $datas; } function randexcp1($excp,$key) { $randresult = rand(1,$key); if ($randresult == $excp) { return randexcp1($excp); } else { return $randresult; } } function randexcp2($excp1,$excp2,$key) { $randresult = rand(1,$key); if ($randresult == $excp1 || $randresult == $excp2) { return randexcp2($excp1,$excp2,$key); } else { return $randresult; } } function getPunish(){ $content = "请输的同学摇骰子选择:\n\n"; $mysql = new SaeMysql(); $sql = "select max(id) from uc_punish"; $maxid = $mysql->getVar($sql); $a = array(); $i = 1; while($i<=6) { $id = fmod(rand(1,100000),$maxid) + 1; if(array_search($id, $a)==false) { $a[]=$id; $sql = "select item from uc_punish where id = $id"; $item = $mysql->getVar($sql); $content.=$i.". ".$item."\n\n"; $i=$i+1; } } return $content; }

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\ \;||\xc2\xa0)/","其他字符",$str)”语句。

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1
Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version
God-level code editing software (SublimeText3)
