標題: [插件] 男女分版限制 For DZ6.0(官網)
 肥然
 0049089
Rank: 1

頭銜: Newbie

帖子: 19

精華: 0

積分: 310 點

現金: 54 元

存款: 0 元

閱讀權限: 10

註冊: 2006-8-2

狀態: 離線
 
發表於 2007-8-4 20:13  資料  個人空間  短消息  加為好友 
男女分版限制 For DZ6.0(官網)

男女分版限制 For DZ6.0(官網)



男女分版限制 For DZ5.0

修改 include/common.inc.php
查找

[Copy to clipboard] [ - ]
CODE:
s.groupid='6' AS ipbanned,


後面加上

[Copy to clipboard] [ - ]
CODE:
m.gender AS discuz_gender,


修改forumdisplay.php
查找

[Copy to clipboard] [ - ]
CODE:
$discuz_action = 2;


下面加上

[Copy to clipboard] [ - ]
CODE:
///男女版開始,MJJ修改版For DZ5.0。
if ($discuz_user){
if ($fid ==70) { //男版
                if($discuz_gender == 0 && $discuz_uid <> 1){
                showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
                } elseif($discuz_gender == 2 && $discuz_uid <> 1){
                showmessage('<font color=red>哎呀,小心裸男哦,女生止步!</font>');
                }
}
if ($fid == 71) { //女版
        if($discuz_gender == 0 && $discuz_uid <> 1){
        showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
        } elseif($discuz_gender == 1 &&  $discuz_uid <> 1){
        showmessage('<font color=red>女生閨房,男生止步!</font>');
        }
}
}else{
}
///男女結束,MJJ修改版For DZ5.0。


修改viewthread.php
查找

[Copy to clipboard] [ - ]
CODE:
$discuz_action = 3;


下面加上

[Copy to clipboard] [ - ]
CODE:
///男女版開始,MJJ修改版For DZ5.0。
if ($discuz_user){
if ($fid ==70) { //男版
                if($discuz_gender == 0 && $discuz_uid <> 1){
                showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
                } elseif($discuz_gender == 2 && $discuz_uid <> 1){
                showmessage('<font color=red>哎呀,小心裸男哦,女生止步!</font>');
                }
}
if ($fid == 71) { //女版
        if($discuz_gender == 0 && $discuz_uid <> 1){
        showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
        } elseif($discuz_gender == 1 &&  $discuz_uid <> 1){
        showmessage('<font color=red>女生閨房,男生止步!</font>');
        }
}
}else{
}
///男女結束,MJJ修改版For DZ5.0。


請自行設置fid




 AL8 Forum © All rights reserved.
頂部
 量產白頭片
 0052251
Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6
點擊查看 量產白頭片 的詳細資料

頭銜: Forum Legend

暱稱: npc

帖子: 4201

精華: 0

積分: 7970 點

現金: 1193 元

存款: 1859 元

閱讀權限: 70

註冊: 2006-9-11

狀態: 離線
 
發表於 2007-8-4 20:24  資料  個人空間  短消息  加為好友 
[Copy to clipboard] [ - ]  <=== 抄得專業少少好嘛
加返晒d[code] [/code]  係咪真係咁辛苦呢?




你已遭鬼隱了
 AL8 Forum © All rights reserved.
頂部
 alanyiphk
 0048279
Rank: 4Rank: 4Rank: 4Rank: 4
點擊查看 alanyiphk 的詳細資料

頭銜: Lord

帖子: 535

精華: 0

積分: 5850 點

現金: 81 元

存款: 0 元

閱讀權限: 25

註冊: 2006-7-18

狀態: 離線
 
發表於 2007-8-4 21:10  資料  個人空間  短消息  加為好友  添加 alanyiphk 為MSN好友 通過MSN和 alanyiphk 交談
幫你整好了 ~

男女分版限制 For DZ5.0
修改 include/common.inc.php
查找
s.groupid='6' AS ipbanned,
後面加上
m.gender AS discuz_gender,
修改forumdisplay.php
查找
$discuz_action = 2;
下面加上
///男女版開始,MJJ修改版For DZ5.0。
if ($discuz_user){
if ($fid ==70) { //男版
                if($discuz_gender == 0 && $discuz_uid <> 1){
                showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
                } elseif($discuz_gender == 2 && $discuz_uid <> 1){
                showmessage('<font color=red>哎呀,小心裸男哦,女生止步!</font>');
                }
}
if ($fid == 71) { //女版
        if($discuz_gender == 0 && $discuz_uid <> 1){
        showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
        } elseif($discuz_gender == 1 &&  $discuz_uid <> 1){
        showmessage('<font color=red>女生閨房,男生止步!</font>');
        }
}
}else{
}
///男女結束,MJJ修改版For DZ5.0。
修改viewthread.php
查找
$discuz_action = 3;
下面加上
///男女版開始,MJJ修改版For DZ5.0。
if ($discuz_user){
if ($fid ==70) { //男版
                if($discuz_gender == 0 && $discuz_uid <> 1){
                showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
                } elseif($discuz_gender == 2 && $discuz_uid <> 1){
                showmessage('<font color=red>哎呀,小心裸男哦,女生止步!</font>');
                }
}
if ($fid == 71) { //女版
        if($discuz_gender == 0 && $discuz_uid <> 1){
        showmessage('<font color=red>吆?火星人?您還沒設置性別呢!</font>');
        } elseif($discuz_gender == 1 &&  $discuz_uid <> 1){
        showmessage('<font color=red>女生閨房,男生止步!</font>');
        }
}
}else{
}
///男女結束,MJJ修改版For DZ5.0。
請自行設置fid




 AL8 Forum © All rights reserved.
頂部
 babababa
 0043394
Rank: 4Rank: 4Rank: 4Rank: 4

頭銜: Lord

帖子: 364

精華: 0

積分: 2950 點

現金: 550 元

存款: 0 元

閱讀權限: 25

註冊: 2006-4-13

狀態: 離線
 
發表於 2007-8-4 21:12  資料  個人空間  短消息  加為好友 
有冇演示丫?




 AL8 Forum © All rights reserved.
頂部
 羽河
 0073820
Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6Rank: 6

頭銜: Forum Legend

暱稱: 冰's羽河

帖子: 1068

精華: 0

積分: 10169 點

現金: 58 元

存款: 0 元

閱讀權限: 70

註冊: 2007-4-19

來自: www.hkf ...

狀態: 離線
 
發表於 2007-8-4 21:14  資料  個人空間  主頁 短消息  加為好友  添加 羽河 為MSN好友 通過MSN和 羽河 交談
///男女結束,MJJ修改版For DZ5.0。

原來如此




 AL8 Forum © All rights reserved.
頂部
 loveyou1121
 0054484
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5

頭銜: King

帖子: 957

精華: 0

積分: 4067 點

現金: 121 元

存款: 8625 元

閱讀權限: 30

註冊: 2006-10-6

來自: ~澳門MACAU~

狀態: 離線
 
發表於 2007-8-5 13:04  資料  個人空間  主頁 短消息  加為好友 
FOR DZ 5.5 !?
咁做咩POST黎LE到GE?




 AL8 Forum © All rights reserved.
頂部
 babababa
 0043394
Rank: 4Rank: 4Rank: 4Rank: 4

頭銜: Lord

帖子: 364

精華: 0

積分: 2950 點

現金: 550 元

存款: 0 元

閱讀權限: 25

註冊: 2006-4-13

狀態: 離線
 
發表於 2007-8-5 14:44  資料  個人空間  短消息  加為好友 
可能D6.0都用得掛= =!!!!




 AL8 Forum © All rights reserved.
頂部
 babababa
 0043394
Rank: 4Rank: 4Rank: 4Rank: 4

頭銜: Lord

帖子: 364

精華: 0

積分: 2950 點

現金: 550 元

存款: 0 元

閱讀權限: 25

註冊: 2006-4-13

狀態: 離線
 
發表於 2007-8-5 15:04  資料  個人空間  短消息  加為好友 
改左係邊到可以睇到架?




 AL8 Forum © All rights reserved.
頂部
 vistarouser
 0081141
Rank: 1

頭銜: Newbie

帖子: 38

精華: 0

積分: 540 點

現金: 95 元

存款: 0 元

閱讀權限: 10

註冊: 2007-7-7

狀態: 離線
 
發表於 2007-8-7 06:39  資料  個人空間  短消息  加為好友 
QUOTE:
原帖由 羽河 於 2007-8-4 21:14 發表
///男女結束,MJJ修改版For DZ5.0。
原來如此



哈,

1. for 5.5
2. 講到好似全世界死曬人感 (男女結束)




 AL8 Forum © All rights reserved.
頂部
 Abu
 0074232
Rank: 2Rank: 2
點擊查看 Abu 的詳細資料

頭銜: Member

帖子: 73

精華: 0

積分: 680 點

現金: 325 元

存款: 0 元

閱讀權限: 15

註冊: 2007-4-23

狀態: 離線
 
發表於 2007-8-22 13:10  資料  個人空間  短消息  加為好友 
Not Bad MAN~~~~




 AL8 Forum © All rights reserved.
頂部


網頁空間由 I-SERVICES 提供
當前時區 GMT+8, 現在時間是 2008-12-5 19:16