繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
標題:
[分享]
遊客自動彈出登錄按鈕提示(遊客一鍵登錄代碼)
[打印本頁]
作者:
n7197
時間:
2012-4-5 23:45
標題:
遊客自動彈出登錄按鈕提示(遊客一鍵登錄代碼)
我不是原創~只是純分享給有需要的人!
第一步:
配置“遊客”帳號:(需要自己配置)
1:註冊一個用户,用户名隨便,反正是不可以直接使用“遊客”名字來註冊,因為怕被認為是敏感禁止詞匯而被禁止註冊;
2:密碼選擇一個簡單點的就行了。(如:123 123456 或:你的論壇地址等)
3:然後進入後台,到“系统設置” - “用户” - “用户管理” - “原用户名” - “搜索” - “詳情” - “新用户名” -“ 遊客”。
備註:當然你也可以随便註冊一個帳號,不需要修改了,在代碼中直接使用那個用户名就可以。
重要提示:註冊完了,請修改代碼中的“用户名”“用户名密碼”(就是你剛才註冊的用户名和密碼,修改後再添加代碼後台後)
第二步:代碼設置:
在這裡以用户名:遊客,密碼:888888,為例,自己注意修改
使用方法1:將以下代碼投放至;全局 - 站點信息 - 網站第三方統計處
使用方法2:將以下代碼投放至;廣告 - 增加廣告 - 頁頭通欄廣告 或 頁尾通欄廣告
以上提供2種使用方法,站長們主要選擇一種使用方法即可。
說明:
使用方法1.彈出遊客提示登錄框速度比較慢;
使用方法2.彈出遊客提示登錄框速度比較快)
<div style="display:none">
<form type=hidden
id="loginform" method="post" name="login"
action="logging.php?action=login&loginsubmit=true">
<input
type="hidden" name="formhash" value="3a0be874" />
<input type="hidden"
name="cookietime" value="2592000" />
<input type="hidden"
name="loginfield" value="username" />
<input type="hidden"
id="username" name="username" value="遊客" />
<input type="hidden"
id="password" name="password" value="888888"
/>
</form>
</div>
<script
type="text/javascript">
function getCookie(name) {
var
aricetest=1;
var cookiefound=false;
var start=0;
var end=0;
var
cookiestring=document.cookie;
var i=0;
while (i<=cookiestring.length)
{
start=i;
end=start+name.length;
if
(cookiestring.substring(start,end)==name)
{
cookiefound=true;
break;
}
i++;
}
if (cookiefound==true)
{
start=end+1;
end=cookiestring.indexOf(";",start);
if (end<start)
{
end=cookiestring.length;}
return
cookiestring.substring(start,end);
}
return "";
}
function
newcookie(id,value,guoqi) {
var expires=new
Date();
expires.setTime(expires.getTime()+24*60*60*30*1000);
//30為天數,可改為任意數字
var
expiryDate=expires.toGMTString();
document.cookie=id+"="+value+";expires="+expiryDate;
}
if
(getCookie("cdb_auth")=="" && getCookie("Alerted")=="")
{
newcookie("Alerted","yes");
if(confirm("您還没有登錄,是否自動登錄?")){
document.getElementById('loginform').submit();
}
}
</script>
複製代碼
第三步:設置“遊客一鍵登錄”按鈕
遊客一鍵登錄:
使用方法:界面 - 界面設置 - 導航欄 - 添加菜單 - 名稱:“遊客一鍵登錄”
鏈接:
javascript:document.getElementById('loginform').submit();
複製代碼
作者:
0857
時間:
2012-4-8 07:15
感謝分享~來試試OwO
作者:
link88
時間:
2012-4-10 01:04
谢谢分享!!
----------------------------------------------------------------------------------------------------------
http://www-bbs.utmall.com/
歡迎光臨 SCLUB免費論壇申請-使用者論壇 (http://youpost.info/discuz/)
Powered by Discuz! 7.2