ShopNC QQ 互联修正,100010 错误处理
QQ 互联不允许 URL 有 Hash 存在,而 ShopNC 默认下是 ?act=toqq&op=g 这样的链接回调的,所以会导致设置失败,或者 100010 错误。
1. 建立 /shop/api_qq.php 文件
2. 修改 /shop/api/qq/comm/config.php
$_SESSION["callback"] = SHOP_SITE_URL."/api_qq.php";
3. QQ 互联填写 http://域名/shop/api_qq.php
<?php /** * 入口文件 * * 统一入口,进行初始化信息 * * * @copyright Copyright (c) 2007-2013 ShopNC Inc. (http://www.cnnewyork.com) * @license http://www.cnnewyork.com/ * @link http://www.cnnewyork.com/ * @since File available since Release v1.1 */ define('BASE_PATH',str_replace('\\','/',dirname(__FILE__))); require_once(dirname(dirname(__FILE__)).'/global.php'); session_save_path(BASE_DATA_PATH.DS.'session'); require_once(BASE_DATA_PATH.DS.'config/config.ini.php'); if(!empty($config) && is_array($config)){ $site_url = $config['shop_site_url']; $version = $config['version']; $setup_date = $config['setup_date']; $gip = $config['gip']; $dbtype = $config['dbdriver']; $dbcharset = $config['db'][1]['dbcharset']; $dbserver = $config['db'][1]['dbhost']; $dbserver_port = $config['db'][1]['dbport']; $dbname = $config['db'][1]['dbname']; $db_pre = $config['tablepre']; $dbuser = $config['db'][1]['dbuser']; $dbpasswd = $config['db'][1]['dbpwd']; $lang_type = $config['lang_type']; $cookie_pre = $config['cookie_pre']; } define('SHOP_SITE_URL',$site_url); include 'api/qq/oauth/qq_callback.php';
Copy after login
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

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
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
Assassin's Creed Shadows: Seashell Riddle Solution
2 weeks ago
By DDD
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago
By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

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

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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

Hot Topics
CakePHP Tutorial
1376
52

