fujunzhuo / gae-django-cms

Automatically exported from code.google.com/p/gae-django-cms
0 stars 0 forks source link

gg网站管理员工具代码改变,无法认证 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
旧的代码是:<meta name="verify-v1" 
content="kJ1FafOr4YqeyaAu0XiXNh3DVDQxgfHJKaDHUiUO8uo" >
现在新的代码如:
<meta name="google-site-verification" 
content="kJ1FafOr4YqeyaAu0XiXNh3DVDQxgfHJKaDHUiUO8uo" />

请老大修正,谢谢!
我安装GD-CMS的演示:http://cnruripn.appspot.com

Original issue reported on code.google.com by lovous...@gmail.com on 9 Nov 2009 at 2:57

GoogleCodeExporter commented 8 years ago
我在模板中修改好了,为什么在GG管理员工具中无法通过认证
呢?

Original comment by lovous...@gmail.com on 9 Nov 2009 at 6:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
基本设置/Basic

把gg_verify修改为你自己的GG验证代码

不要修改base.html的head meta

---
旧的代码是:<meta name="verify-v1" content="xxxxxx" >
现在新的代码如:
<meta name="google-site-verification" content="xxxxxx" />

name="verify-v1"这个才对,
不是这个name="google-site-verification"

Original comment by ego008 on 10 Nov 2009 at 2:08

GoogleCodeExporter commented 8 years ago
修改回原来的,还是不行!

Verify ownership
Verifying your site proves to Google that you're really the site owner.

Site URL http://cnruripn.appspot.com/ 
Verification status Not Verified - Last attempt Less than a minute ago - Show 
history Hide history

Attempted Method Outcome 
 Less than a minute ago
11/10/09 7:05:54 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  
 21 hours ago
11/9/09 9:20:06 AM UTC Meta tag Automatic re-verification failed. We couldn't 
find 
the verification meta tag.  
 1 day ago
11/9/09 6:56:23 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  
 1 day ago
11/9/09 6:51:40 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  
 1 day ago
11/9/09 6:40:45 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  
 1 day ago
11/9/09 6:39:14 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  
 1 day ago
11/9/09 6:30:02 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  
 1 day ago
11/9/09 6:20:13 AM UTC Meta tag Automatic re-verification failed. We couldn't 
find 
the verification meta tag.  
 1 day ago
11/9/09 3:12:00 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  
 9 days ago
10/31/09 3:17:18 PM UTC Meta tag Automatic re-verification failed. We couldn't 
find 
the verification meta tag.  
 10 days ago
10/30/09 12:18:08 PM UTC Meta tag Automatic re-verification failed. We couldn't 
find 
the verification meta tag.  
 11 days ago
10/29/09 9:19:07 AM UTC Meta tag Automatic re-verification failed. We couldn't 
find 
the verification meta tag.  
 13 days ago
10/28/09 6:19:03 AM UTC Meta tag Automatic re-verification failed. We couldn't 
find 
the verification meta tag.  
 13 days ago
10/28/09 3:56:01 AM UTC Meta tag Verification failed. We couldn't find the 
verification meta tag.  

Show more history 
Show less history  
Verification method Meta tag Upload an HTML file

Copy the meta tag below, and paste it into your site's home page. It should go 
in 
the <head> section, before the first <body> section.

<meta name="google-site-verification" 
content="kJ1FafOr4YqeyaAu0XiXNh3DVDQxgfHJKaDHUiUO8uo" />

Original comment by lovous...@gmail.com on 10 Nov 2009 at 7:06

GoogleCodeExporter commented 8 years ago
估计是name不同,
原base.html文件中head里有以下内容:
------------------
{% if gg_verify %}
<meta name="verify-v1" content="{{ gg_verify|safe }}" >
{% else %}
<meta name="verify-v1" content="MnHcSlQH3x+Rva/ssKMINOEBQv6hTtYXPt1o6vYoWgg=" >
{% endif %}
------------------
去掉,直接添加:
<meta name="google-site-verification" 
content="kJ1FafOr4YqeyaAu0XiXNh3DVDQxgfHJKaDHUiUO8uo" />

如果打开网页,查看网页源代码能看到修改后的meta,则说明�
��正确的

Original comment by ego008 on 11 Nov 2009 at 1:01

GoogleCodeExporter commented 8 years ago
赛青视觉

Original comment by ddsg...@gmail.com on 15 Dec 2009 at 4:12

GoogleCodeExporter commented 8 years ago
我的问题已解决:http://www.zsea.org.ru

Original comment by wmf2...@gmail.com on 3 Jan 2010 at 3:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
将
{% if gg_verify %}
<meta name="verify-v1" content="{{ gg_verify|safe }}" >
{% else %}
<meta name="verify-v1" content="MnHcSlQH3x+Rva/ssKMINOEBQv6hTtYXPt1o6vYoWgg=" >
{% endif %}
修改为
{% if gg_verify %}
<meta name="google-site-verification" content="{{ gg_verify|safe }}" >
{% endif %}
即可
我的网站:http://i-learning.appspot.com

Original comment by sitemesh@gmail.com on 17 May 2010 at 5:49

GoogleCodeExporter commented 8 years ago
<meta name="google-site-verification" 
content="kJ1FafOr4YqeyaAu0XiXNh3DVDQxgfHJKaDHUiUO8uo" />
这个才是正确的
深圳印刷公司:http://www.atmay.net
我的就是这样设置的

Original comment by joshua...@21cn.com on 22 Sep 2010 at 2:18