discuz! Tutorial Open Forum home page shows waiting for notice.uchome.manyou.com response problem resolution

Source: Internet
Author: User
As the discuz! cloud platform and roaming platform stop operating, causing discuz! request roaming interface for a long time no response, the Forum home page open very slowly. Some versions of DZ background has a cloud platform switch can be directly off the roaming, but some versions of the background is no cloud platform this menu, currently only by modifying the program to achieve the solution problem.
Open File:/source/class/helper/helper_manyou.php
Found it
public static function Checkupdate () {
	global $_g;
	if ($_g[' setting '] [' my_app_status '] && empty ($_g[' setting '] [' my_closecheckupdate ']) && $_g[' group '] [' radminid '] = = 1) {
		$sid = $_g[' setting '] [' My_siteid '];
		$ts = $_g[' timestamp '];
		$key = MD5 ($sid. $ts. $_g[' setting '] [' my_sitekey ']);
		Echo ' <script type= ' text/javascript ' src= ' http://notice.uchome.manyou.com/notice?sId= '. $sid. ' &ts= '. $ts. ' &key= '. $key. ' "charset=" UTF-8 "></script>
	}}"
Change to the following content
public static function Checkupdate () {


}
Upload overwrite file, modify complete.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.