浆糊论坛-RO小站's Archiver

ccbeckham 发表于 2005-10-22 20:56

献给那些有意做论坛的人

演示地址:[/b][URL=http://www.vault13.62m.net/dz4/index.php]http://www.vault13.62m.net/dz4/index.php[/URL]
[b]下载:[/b]
Discuz! 4.0.0 破解版:[URL=http://vault13.62m.net/bbs/template/documents/Discuz!_4.0.0_SC_GBK.zip]下载地址一[/URL] [URL=http://www.v13.etechplace.com/zp/Discuz!_4.0.0_SC_GBK.zip]下载地址二[/URL] [URL=http://luckyluke.eop.cn]下载地址三[/URL]
安装方法和DZ 2.5没什么区别,如果有什么问题,请PM我 

或者来我论坛上单独发帖

我的论坛地址是 [URL=http://www.vault13.62m.net/bbs/]www.vault13.62m.net/bbs/[/URL]

undead phoenix 发表于 2005-10-22 20:57

不错不错.........

怎么弄?????

想念你家楼下的牛肉水饺 发表于 2005-10-22 21:02

楼主头像 哎....

ccbeckham 发表于 2005-10-22 21:05

[b]虽然上面提供的已经是破解版了,但是还是来把破解方法告诉大家吧[/b]

打开

include\validate.class.php

替换
[CODE]<?php
&nbsp;class licensestuff
&nbsp;{
&nbsp; &nbsp;var $data = '';
&nbsp; &nbsp;var $key = array &#40;&#41;;
&nbsp; &nbsp;var $env = array &#40;&#41;;
&nbsp; &nbsp;function readfile &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; if &#40;$fp = fopen &#40;&#40;DISCUZ_ROOT.'./discuz_license.php'&#41;, 'r'&#41;&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;$this->data = fread &#40;$fp, 9999&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;fclose &#40;$fp&#41;;
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp;}

&nbsp; &nbsp;function initialize &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;$this->readfile &#40;&#41;;
&nbsp; &nbsp; &nbsp;if &#40;$this->data&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;foreach &#40;explode &#40;'
', $this->data&#41; as $string&#41;
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if &#40;strpos &#40;$string, ' = '&#41;&#41;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;eval &#40;preg_replace &#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;''.'/^&#40;'&#41;.'&#91;'&#41;.'a-z0-9'&#41;.'\\-'&#41;.'&#93;'&#41;.'+&#41;'&#41;.'\\s'&#41;.'\\='&#41;.'\\s'&#41;.'&#40;.+?&#41;'&#41;.'$'&#41;.'/i'&#41;, '$this->key&#91;\'\\1\'&#93; = \'\\2\';', trim &#40;str_replace &#40;'\'', '\\\'', $string&#41;&#41;&#41;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if &#40;preg_match &#40;'/\\<\\?\'.+\'\\?\\>/', $string&#41;&#41;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$this->key&#91;'Validation-code'&#93; = $this->decrypt &#40;preg_replace &#40;'/\\<\\?\'&#40;.+&#41;\'\\?\\>/', '\\1', $string&#41;, 'I love my father, mother, my Grace, and my self, I am working hard', '##@Crossday Studio@##'&#41;;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp; &nbsp; &nbsp;$this->getenvinfo &#40;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;return 1;
&nbsp; &nbsp; &nbsp;}
/* &nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;if &#40;&#40;&#40;strtoupper &#40;substr &#40;PHP_OS, 0, 3&#41;&#41; == 'WIN'&#41; AND in_array &#40;$GLOBALS&#91;'_SERVER'&#93;&#91;'HTTP_HOST'&#93;, array &#40;'localhost', '127.0.0.1'&#41;&#41;&#41;&#41;
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 2;
&nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;return 0;
&nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp;}*/

&nbsp; &nbsp;}

&nbsp; &nbsp;function checkinfo &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;if &#40;&#40;substr &#40;$this->key&#91;'Validation-code'&#93;, 16, 8&#41; == substr &#40;md5 &#40;preg_replace &#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;''.'/^&#40;.+?&#41;'&#41;.'\\s'&#41;.'*'&#41;.'\\<'&#41;.'\\?'&#41;.'\\\''&#41;.'.+'&#41;.'\\\''&#41;.'\\?'&#41;.'\\>'&#41;.'$'&#41;.'/s'&#41;, '\\1', $this->data&#41;&#41;, 0, 8&#41;&#41;&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp;}

&nbsp; &nbsp;function checkdate &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;if &#40;&#40;!$this->key&#91;'License-expires'&#93; OR &#40;time &#40;&#41; < strtotime &#40;$this->key&#91;'License-expires'&#93;&#41;&#41;&#41;&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp;}

&nbsp; &nbsp;function checkkey &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;if &#40;&#40;substr &#40;$this->key&#91;'Validation-code'&#93;, 8, 8&#41; == substr &#40;md5 &#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;&#40;$this->env&#91;'os'&#93;.'|'&#41;.$this->env&#91;'ip'&#93;&#41;.'|'&#41;.$this->env&#91;'sapi'&#93;&#41;.'|'&#41;.$this->env&#91;'cpu'&#93;&#41;.'|'&#41;.$this->env&#91;'name'&#93;&#41;&#41;, 0, 8&#41;&#41;&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp;}

&nbsp; &nbsp;function checkhostpath &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;if &#40;&#40;&#40;&#40;substr &#40;$this->key&#91;'Validation-code'&#93;, 24, 6&#41; == &#40;&#40;dechex &#40;ord &#40;'d'&#41;&#41;.dechex &#40;ord &#40;'z'&#41;&#41;&#41;.dechex &#40;ord &#40;'k'&#41;&#41;&#41;&#41; OR &#40;substr &#40;$this->key&#91;'Validation-code'&#93;, 0, 8&#41; == substr &#40;md5 &#40;$this->env&#91;'host'&#93;&#41;, 0, 8&#41;&#41;&#41; OR &#40;substr &#40;$this->key&#91;'Validation-code'&#93;, 24, 8&#41; == substr &#40;md5 &#40;$this->env&#91;'path'&#93;&#41;, 0, 8&#41;&#41;&#41;&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp;}

&nbsp; &nbsp;function getenvinfo &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;global $_SERVER;
&nbsp; &nbsp; &nbsp;global $_POST;
&nbsp; &nbsp; &nbsp;global $_ENV;
&nbsp; &nbsp; &nbsp;$env&#91;'time'&#93; = gmdate &#40;'d-M-Y', time &#40;&#41;&#41;;
&nbsp; &nbsp; &nbsp;$env&#91;'os'&#93; = PHP_OS;
&nbsp; &nbsp; &nbsp;$env&#91;'ip'&#93; = getenv &#40;'SERVER_ADDR'&#41;;
&nbsp; &nbsp; &nbsp;$env&#91;'sapi'&#93; = php_sapi_name &#40;&#41;;
&nbsp; &nbsp; &nbsp;$env&#91;'host'&#93; = &#40;getenv &#40;'HTTP_HOST'&#41; ? getenv &#40;'HTTP_HOST'&#41; &#58; $_SERVER&#91;'HTTP_HOST'&#93;&#41;;
// &nbsp; &nbsp; &nbsp;$env&#91;'path'&#93; = dirname &#40;&#40;'validate.class.php.LkuQHr' ? dirname &#40;'validate.class.php.LkuQHr'&#41; &#58; getenv &#40;'SCRIPT_FILENAME'&#41;&#41;&#41;;//********
&nbsp; &nbsp; &nbsp;$env&#91;'cpu'&#93; = &#40;&#40;$_ENV&#91;'PROCESSOR_IDENTIFIER'&#93;.'/'&#41;.$_ENV&#91;'PROCESSOR_REVISION'&#93;&#41;;
&nbsp; &nbsp; &nbsp;$env&#91;'name'&#93; = $_ENV&#91;'COMPUTERNAME'&#93;;
&nbsp; &nbsp; &nbsp;$this->env = $env;
&nbsp; &nbsp;}

&nbsp; &nbsp;function decrypt &#40;$txt, $key, $owner = ''&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;$txt = $this->keyED &#40;base64_decode &#40;$txt&#41;, &#40;&#40;$owner == '##@Crossday Studio@##'&#41; ? $key &#58; ''&#41;&#41;;
&nbsp; &nbsp; &nbsp;$tmp = '';
&nbsp; &nbsp; &nbsp;for &#40;$i = 0; &#40;$i < strlen &#40;$txt&#41;&#41;; $i++&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;$md5 = $txt&#91;$i&#93;;
&nbsp; &nbsp; &nbsp; &nbsp;$i++;
&nbsp; &nbsp; &nbsp; &nbsp;&#40;$tmp .= &#40;$txt&#91;$i&#93; ^ $md5&#41;&#41;;
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp; &nbsp;return $tmp;
&nbsp; &nbsp;}

&nbsp; &nbsp;function keyed &#40;$txt, $encrypt_key&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;$encrypt_key = md5 &#40;$encrypt_key&#41;;
&nbsp; &nbsp; &nbsp;$ctr = 0;
&nbsp; &nbsp; &nbsp;$tmp = '';
&nbsp; &nbsp; &nbsp;for &#40;$i = 0; &#40;$i < strlen &#40;$txt&#41;&#41;; $i++&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;if &#40;&#40;$ctr == strlen &#40;$encrypt_key&#41;&#41;&#41;
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$ctr = 0;
&nbsp; &nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp; &nbsp; &nbsp;&#40;$tmp .= &#40;$txt&#91;$i&#93; ^ $encrypt_key&#91;$ctr&#93;&#41;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;$ctr++;
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp; &nbsp;return $tmp;
&nbsp; &nbsp;}

&nbsp; &nbsp;function validate &#40;&#41;
&nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp;$init = $this->initialize &#40;&#41;;
&nbsp; &nbsp; &nbsp;if &#40;&#40;&#40;$init == 2&#41; OR &#40;&#40;&#40;&#40;&#40;$init == 1&#41; AND $this->checkinfo &#40;&#41;&#41; AND $this->checkdate &#40;&#41;&#41; AND $this->checkkey &#40;&#41;&#41; AND $this->checkhostpath &#40;&#41;&#41;&#41;&#41;
&nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp;if &#40;&#40;$init == 2&#41;&#41;
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;define &#40;'DISCUZ_LICENSE_KEY', md5 &#40;&#40;base64_decode &#40;'ISgqISEpQCZfRGlzY3V6IV9pc19SdW5uaW5nX3VuZGVyX0xvY2FsaG9zdA'&#41;.md5 &#40;&#40;&#40;&#40;'#19811027_'.'DZK_'&#41;.'WROTE_Discuz!_'&#41;.substr &#40;time &#40;&#41;, 0, &#40;0 - 2&#41;&#41;&#41;&#41;&#41;&#41;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp; &nbsp;{
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;define &#40;'DISCUZ_LICENSE_KEY', md5 &#40;&#40;base64_decode &#40;'ISgqISEpQCZfRGlzY3V6IV9XSUxMX1dJTl9USEVfRlVUVVJFX0ZST01fTk9XX09O'&#41;.md5 &#40;&#40;&#40;&#40;'#19811027_'.'DZK_'&#41;.'WROTE_Discuz!_'&#41;.substr &#40;time &#40;&#41;, 0, &#40;0 - 2&#41;&#41;&#41;&#41;&#41;&#41;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp;}
&nbsp; &nbsp; &nbsp;else
&nbsp; &nbsp; &nbsp;{
/* &nbsp; &nbsp; &nbsp; &nbsp;echo '<html>
<head>
<title>Invalid License File</title>
</head>
<body bgcolor=&#34;#FFFFFF&#34;>
<table cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=&#34;0&#34; width=&#34;600&#34; align=&#34;center&#34; height=&#34;85%&#34;>
&nbsp;<tr align=&#34;center&#34; valign=&#34;middle&#34;>
&nbsp; &nbsp;<td>
&nbsp; &nbsp;<table cellpadding=&#34;10&#34; cellspacing=&#34;0&#34; border=&#34;0&#34; width=&#34;80%&#34; align=&#34;center&#34; style=&#34;font-family&#58; Verdana, Tahoma; color&#58; #666666; font-size&#58; 12px&#34;>
&nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp;<td valign=&#34;m';
&nbsp; &nbsp; &nbsp; &nbsp;echo 'iddle&#34; bgcolor=&#34;#EBEBEB&#34;>
&nbsp; &nbsp; &nbsp; &nbsp;<br><b style=&#34;font-size&#58; 20px&#34;>Your License was Invalid</b>
&nbsp; &nbsp; &nbsp; &nbsp;<br><br>License expiring, shifting to a new server, changing server IP, hardware, OS, PHP SAPI module, or, changing both host name and absolute directory on your disk, may invalidate your license. If you have trouble in activation, please visit <a href=&#34;&#91;url&#93;http&#58;//www.discuz.com/license/&#91;/url&#93;&#34; target=&#34;_blank&#34;>';
&nbsp; &nbsp; &nbsp; &nbsp;echo '&#91;url&#93;http&#58;//www.discuz.com/license/</a>&#91;/url&#93; for more information.
&nbsp; &nbsp; &nbsp; &nbsp;<br><br>您的密匙不存在、超过有效期、更换新的服务器空间、更改 IP 地址、硬件、操作系统、PHP 安装模&';
&nbsp; &nbsp; &nbsp; &nbsp;echo '#x5F0F;,或同时改变绝对路径或访问域名,都可能导致密匙失效。请访问 <a href=&#34;&#91;url&#93;http&#58;//www.discuz.com/license/&#91;/url&#93;&#34; target=&#34;_blank&#34;>&#91;url&#93;http&#58;//www.discuz.com/license/</a>&#91;/url&#93; 重新生成密匙。
&nbsp; &nbsp; &nbsp; &nbsp;<br><b';
&nbsp; &nbsp; &nbsp; &nbsp;echo 'r>
&nbsp; &nbsp; &nbsp;</td>
&nbsp; &nbsp;</tr>
&nbsp; &nbsp;</table>
&nbsp; &nbsp;</td>
&nbsp;</tr>
</table>
</body>
</html>
';
&nbsp; &nbsp; &nbsp; &nbsp;exit &#40;&#41;;
&nbsp; &nbsp; &nbsp; &nbsp;return TRUE;*/
&nbsp; &nbsp; &nbsp;}

&nbsp; &nbsp;}
&nbsp;}

&nbsp;if &#40;!defined &#40;'IN_DISCUZ'&#41;&#41;
&nbsp;{
&nbsp; &nbsp;exit &#40;'Access Denied'&#41;;
&nbsp;}

&nbsp;$license = new licensestuff &#40;&#41;;
&nbsp;$license->validate &#40;&#41;;
&nbsp;unset &#40;$license&#41;;
?>[/CODE]

再在根目录新建个 discuz_license.php

内容为
[CODE]# !ATTENTION! PLEASE DO NOT OPEN FOR EDITING
# ANY MODIFICATION WILL INVALIDATE THIS LICENSE

Product-name = Discuz! Board Retail
License-issued = 16-Jul-2005

Registered-to = Tkz
Registered-URL = &#91;url&#93;http&#58;//127.0.0.1/&#91;/url&#93;[/CODE]
做好的破解文件:[URL=http://vault13.62m.net/bbs/template/documents/dz4p.zip]下载地址[/URL]

ccbeckham 发表于 2005-10-22 21:06

  以前风妖说要到我论坛上做管理员的吖。。。真后悔那时没答应。。。头象。。。现在补救一下吧。。。。

undead phoenix 发表于 2005-10-22 21:06

唔...................

好难啊...........教教..........

ccbeckham 发表于 2005-10-22 21:08

下破解文件覆盖就可以了

undead phoenix 发表于 2005-10-22 21:09

然后呢???然后呢???

ccbeckham 发表于 2005-10-22 21:10

就是你从哪弄空间的问题了!

undead phoenix 发表于 2005-10-22 21:11

呜.............

好难啊.........

ccbeckham 发表于 2005-10-22 21:14

Discyz! 4 用户手册:[URL=http://www.discuz.net/usersguide/intro.htm]http://www.discuz.net/usersguide/intro.htm[/URL]
Discuz!全攻略:[URL=http://www.discuz.net/viewthread.php?tid=120208&extra=page%3D1]http://www.discuz.net/viewthread.php?tid=1...&extra=page%3D1[/URL]


自己下慢慢看吧。。。。累死了。。。碰到传说中的小白了吧

undead phoenix 发表于 2005-10-22 21:15

很想弄个班里的论坛.........

不过不会............. <...>

ccbeckham 发表于 2005-10-22 21:16

开个群不就得了?那么几个人。。。太奢侈了


哇 原来我都突破2000帖了 真不容易 快2年了 ~~

ccbeckham 发表于 2005-10-22 21:28

 希望大家闲来无聊时来我论坛灌灌水  我的ID是暗之左手。。有事可以M我

有什么意见和建议请指教

宫城良帅 发表于 2005-10-22 21:29

做论坛饿?

spike.spiegel 发表于 2005-10-22 21:51

我有心动...估计没行动

﹎.牙ヤ牙 发表于 2005-10-23 06:13

ccbeckham 发表于 2005-10-23 08:19

可以考虑申请个免费空间的 

拉稀分机 发表于 2005-10-23 11:42

真的假的?前几天还在考虑要不要换他们论坛...

﹎.牙ヤ牙 发表于 2005-10-23 13:23

ccbeckham 发表于 2005-10-23 16:01

可以下个自己看看啦~

ccbeckham 发表于 2005-10-23 16:33

[IMG]http://www.callcall.cn/d4/images/ce.gif[/IMG]
[URL=http://www.callcall.cn/d4/kll_ce.rar]点击下载[/URL]

[IMG]http://www.callcall.cn/d4/images/co.gif[/IMG]
[URL=http://www.callcall.cn/d4/kll_co.rar]点击下载[/URL]

[IMG]http://www.callcall.cn/d4/images/ff.gif[/IMG]
[URL=http://www.callcall.cn/d4/kll_ff.rar]点击下载[/URL]

[IMG]http://www.callcall.cn/d4/images/ipb.gif[/IMG]
[URL=http://www.callcall.cn/d4/kll_ipb.rar]点击下载[/URL]

[IMG]http://www.callcall.cn/d4/images/ls.gif[/IMG]
[URL=http://www.callcall.cn/d4/kll_ls.rar]点击下载[/URL]

[IMG]http://www.callcall.cn/d4/images/mb.gif[/IMG]
[URL=http://www.callcall.cn/d4/kll_mb.rar]点击下载[/URL]

[IMG]http://www.callcall.cn/d4/images/mysky.gif[/IMG]
[URL=http://www.callcall.cn/d4/kll_mysky.rar]点击下载[/URL]

NEIBOY 发表于 2005-10-23 17:18

[QUOTE]ccbeckham,2005-10-22, 21:28:32
 希望大家闲来无聊时来我论坛灌灌水  我的ID是暗之左手。。有事可以M我

有什么意见和建议请指教 [/QUOTE]
地址呢

ccbeckham 发表于 2005-10-23 17:27

[URL=http://www.vault13.62m.net/bbs/]www.vault13.62m.net/bbs/[/URL]

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.