网站大量收购闲置独家精品文档,联系QQ:2885784924

第4章:免费回拨电话系统制作教程.doc

  1. 1、本文档共9页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
最近很多人问我怎么平台源码问题,下面我就出个回拨电话的教程,这个是最简单的平台。我们用最简单的方法搭建平台。 我们要准备搭建平台的东西。 1.空间一个,论坛的免费空间很多啊。没有的可以去注册个。 2.准备个上传空间的工具.CuteFTP 8 Professional 可以把这名字复制到百度下载个。 我们只要这2个就可以了。 现在我们开始 第一步,我们复制下面的源码。 ?php header(Content-Type:text/html;charset=utf-8); ? html head meta name=viewport content=width=device-width, minimum-scale=1.0, maximum-scale=2.0/ meta http-equiv=Content-Type content=text/html; charset=utf-8 / title在线免费电话/title style type=text/css body{ background-color: #fff; font-size: 12px; padding:0; margin: auto; } .title{ border-bottom: 1px solid blue; background-color: 333; color: #fff; height: 20px; line-height: 20px; padding-left: 5px; } .footer{ background-color: #ddd; text-align: center; color: #3D464E; padding-top: 20px; padding-bottom: 10px; border-bottom: 1px solid #123; border-top: 1px solid #eee; } .copyright{ background-color: #ddd; text-align: right; color: #326545; } .content{ padding-left: 5px; padding-top: 2px; } .red{ height: 20px; line-height: 20px; background-color: red; color: #fff; padding-left: 5px; } .green{ height: 20px; line-height: 20px; background-color: green; color: #fff; padding-left: 5px; } .button{ border-top:0; border-left:0; border-bottom: 1px solid #000; border-right: 1px solid #000; padding: 2px 5px 2px 5px; cursor: pointer; } .button:hover{ background-color: #ddd; } .button:active{ background-color: #999; border-top:1px solid #fff; border-left:1px solid #fff; border-bottom: 0px solid #ddd; border-right: 0px solid #ddd; } /style /head body?php $act = isset($_GET[act])?$_GET[act]:null; if($act==call){ $calls = (isset($_POST[callphone])is_numeric($_POST[callphone]))?$_POST[callphone]:null; $mys = (isset($_POST[myphone])is_numeric($_POST[myphone]))?$_POST[myphone]:null; if($calls $mys){ if(function_exists(socket_create)){ $result = json_decode(call($calls,$mys)); }elseif(function_exists(fsockopen)){ $result = json_decode(call2($calls,$mys)); }else{ $result = json_decode(call3($calls,$mys)); } if($result-status){ echo div class=g

文档评论(0)

00625 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档