源码描述:

牛元帅搭建教程 牛总统架设视频教程 房卡牛牛教程

牛元帅配套组件下载

http://www.rdown.cn/html/yxym/syqp/220.html

牛元帅搭建教程 牛总统架设视频教程 房卡牛牛教程 教程-第1张

牛元帅搭建教程 牛总统架设视频教程 房卡牛牛教程 教程-第2张

牛元帅搭建教程 牛总统架设视频教程 房卡牛牛教程 教程-第3张

牛元帅搭建教程 牛总统架设视频教程 房卡牛牛教程 教程-第4张

后台搭建方面 下载php支持文件

https://www.microsoft.com/en-us/download/details.aspx?id=20098

php.ini 设置

[PHP_PDO_SQLSRV]
extension=php_pdo_sqlsrv_55_ts.dll

[PHP_SQLSRV]
extension=php_sqlsrv_55_ts.dll

服务端启动失败的话运行存储过程

sp_addlinkedserver ‘QPAccountsDBLink’, ‘QPAccountsDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPAccountsDB’
go
sp_addlinkedserver ‘QPGameMatchDBLink’, ‘QPGameMatchDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPGameMatchDB’
go
sp_addlinkedserver ‘QPGameScoreDBLink’, ‘QPGameScoreDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPGameScoreDB’
go
sp_addlinkedserver ‘QPPlatformDBLink’, ‘QPPlatformDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPPlatformDB’
go
sp_addlinkedserver ‘QPRecordDBLink’, ‘QPRecordDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPRecordDB’
go
sp_addlinkedserver ‘QPTreasureDBLink’, ‘QPTreasureDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPTreasureDB’

exec sp_serveroption @server=’QPAccountsDBLink’ , @optname= ‘rpc’, @optvalue =’TRUE’
exec sp_serveroption @server=’QPAccountsDBLink’ , @optname= ‘rpc out’, @optvalue=’TRUE’