eMule v0.50a Xtreme 8.0 Beta 测试版

Xtreme的最新稳定版本信息见:eMule 0.50a Xtreme 8.1 发布
Xtreme

万众期盼的基于0.50a的Xtreme 8.0 Beta 测试版来了!

eMule Xtreme Mod相对于官方eMule的主要功能有:

  • 使用Maella带宽控制系统,准确计算额外开销。
  • 使用网络适配器回馈控制(NAFC,network adapter feedback control)系统,更适合ADSL用户使用。
  • 高级上传带宽控制,拥有可调节的传输速度。
  • 使用Xtreme下载管理系统,来源处理更加智能。
  • 使用Xtreme积分系统。
  • 支持强力分享(PowerRelease)和动态隐藏文件块(dynamic Hide OS)功能,文件发布更迅速
  • 支持IP to Country(IP2C)数据库,显示用户连接上的客户、服务器端的国家或地区旗帜。
  • 支持DLP(动态反吸血驴保护),侦测并屏蔽或对吸血驴进行减分,使得吸血鬼无所遁形。
  • 多线程与线程队列支持。
  • 通用即插即用(Universal Plug and Play,UPnP)的支持,以自动调节路由器设置
  • 相对于官方eMule的数以百计的代码改进。

Xtreme 8.0 Beta 测试版下载地址

eMule v0.50a Xtreme 8.0 Beta(可执行文件)

Xtreme 8.0 Beta 源代码(C++源代码)

请注意:这个版本使用VS2008 SP1和NET Framework 3.5 SP1以及Windows 7 SDK编译,不再支持Windows XP SP2以下的系统,使用前请确认你的系统版本等于或高于Windows XP SP2!

5月22日更新:
mod作者zz_fly目前已经确认一个连续崩溃的问题,请大家按照下面的说明继续进行测试。
问题产生的原因是由于SafeHash的影响,Xtreme的known2_64.met里面部分文件的HashSet和官方不兼容。升级至0.50a之后,Xtreme会扫描Known2_64.met并解决这个不兼容的问题。
这会造成程序相应变慢,如果此时Hash其他文件或者链接服务器的话,很可能会造成Xtreme崩溃。
解决方案:
1、将config目录中的nodes.dat和server.met暂时改名或删除,确保Xtreme不会连接服务器和KAD。
2、将temp目录暂时改名,确保temp文件不会影响扫描。
3、关闭杀毒软件或者监控类软件。
4、让Xtreme自己运行,不去碰它,直到相关操作完成。

eMule v0.50a Xtreme 8.0 Beta ChangeLog

Xtreme 8.0 BETA
—————-

Main Features:

– Maella Bandwidthcontrol, caculates the real Overhead
– NAFC (network adapter feedback control)
– advanced Uploadbandwidththrottler with adjustable slotspeed
– Xtreme Downloadmanager for a clever source-handling
– improved Xtreme-Creditsystem
– Powerrelease with dynamic Hide OS
– IP to country – show country-flags
– Dynamic Leecher Protection (DLP)
– Multi-threaded disc access with threading-queue
– hundreds of code improvements

supported languages:
german, english, spanish, french, italian, chinese, turkish, czech

based on emule 0.50a
compiled with:
libpng 1.4.1
zlib 1.2.3
Cryptopp 5.5.2
CxImage version 6.00
** this version is compiled using MS Visual Studio 2008 SP1 and Windows 7 SDK **

Xtreme 8.0 BETA
– updated to 0.50a codebase (thanks Stulle)
– add: ATL Server code for VS2008 compilation (Stulle)
– add: Fincan community hash detection (JvA)
– add: retrieve MTU from system (netfinity)
– add: dual upnp lib support (in code only)(zz_fly)
– add: AICHHashset write buffer, reduce diskio while hashing (zz_fly)
– add: let unshared hashsets in a single file, reduce the size of Known2_64.met (zz_fly)
– improved: Reduced CPU usage in CUInt128 (netfinity)
– improved: better clients.met file backup and recovery (Enig123)
– improved: remove useless sort process in downloadqueue (Enig123)
– improved: optimized in download queue balance (Enig123)
– improved: Don’t reset Connection Settings for Webserver/CML/MM (Stulle)
– fixed: skip big archive in auto archive preview (zz_fly)
– fixed: minimize to systray issue (Enig123)
– fixed: a splash-screen UI problem in Vista (WiZaRd)
– fixed: don’t transmit for nested/overlapping data requests (emuleplus)
– fixed: a possible crash when username contain %s (DolphinX)
– fixed: don’t reload sharedfiles when we need not (DolphinX)

updated languages: Italian(DarkForge.it), Chinese(zz_fly), Turkish(erdem444)
Remarks:
Remark1: Xtreme does an exact overhead-calculation. This means, Xtreme shows more overhead than other eMule-Mods.
Remark2: For the access problem, original website http://www.xtreme-mod.net will not update. You can find new information of Xtreme from http://www.emule-mods.de/?mods=xtreme.
Remark3: It is better to use CLEAN INSTALL (Delete prefercence.ini in your CONFIG directory).
Remark4: If your upload speed greater than 500kb/s, and you found the upload speed is not stable enough. You can enable 24k send buffer via prefercence.ini by “sendbuffersize=24000”. This option can let Xtreme work better.
Remark5: Correct eMule.tmpl located in CONFIG directory. Use correct templet can prevent some error in webinterface.

Remark6: This version requires Windows XP SP2 or above with .NET Framework 3.5 SP1.

中文版:

Xtreme 8.0 BETA
– codebase 更新至 0.50a (感谢 Stulle)
– 为VS2008添加ATL Server代码 (Stulle)
– 添加Fincan社区用户检测 (JvA)
– 从系统中获取MTU (netfinity)
– 添加双UPNP库支持(只在代码中) (zz_fly)
– 添加AICHHashset缓存算法, 减少Hashing文件时的磁盘读写 (zz_fly)
– 将未共享文件的Hashset单独存放到其他文件中, 减少Known2_64.met的大小 (zz_fly)
– 改进: 优化了CUInt128的部分算法 (netfinity)
– 改进: clients.met文件的备份和自动恢复 (Enig123)
– 改进: 去除下载队列中不必要的排序过程 (Enig123)
– 改进: 优化下载队列平衡 (Enig123)
– 改进: 不要在Webserver/CML/MM中重置连接设置 (Stulle)
– 修正: 自动压缩包预览现在会跳过过大的压缩包 (zz_fly)
– 修正: 最小化到系统栏后可能出现的问题 (Enig123)
– 修正: 在Vista下欢迎界面的UI问题 (WiZaRd)
– 修正: 不要发送重叠的数据请求 (emuleplus)
– 修正: 用户名包含”%s”可能会导致崩溃的问题 (DolphinX)
– 修正: 不必要的共享文件刷新 (DolphinX)

更新翻译: Italian(DarkForge.it), Chinese(zz_fly), Turkish(erdem444)

Xtreme的SourceForge页面:
http://sourceforge.net/projects/emulextreme

由于Xtreme采用精确的额外开销计算方法,因此Xtreme显示的速度可能比其他MOD低。
建议使用Clean Install,即把原来的 preferences.ini 删除,重新配置。特别是原VCD用户,务必使用干净安装。
如果你的上传>500,并且发现Xtreme的上传不是很稳定的时候,请在 prefercence.ini 中找到 “sendbuffersize=####” 这一行,并将这一行修改为 “sendbuffersize=24000″,使用24k发送缓存。在大部分情况下,它能改善大水管的上传能力。

如果使用中遇到什么问题,请去中国驴论坛寻求帮助和支持
http://www.chnp2p.com/forumdisplay.php?fid=6

如果使用的过程中Xtreme崩溃了,请将崩溃后产生的*.dmp发送到以下邮箱
[email protected]

~~~~~~~~~~我是兴奋的分割线~~~~~~~~~~

既然XT来了,那么XT系们还会远么?
兴奋不已的某只欢呼着飘过。。。

18条评论隐藏

  1. #1 Dafixer
    2010年6月3日 周四 12:41 | 回复

    正式版应该就要出来了吧

  2. #2 lee
    2010年6月4日 周五 10:56 | 回复

    等正式版出来再用,最近没时间折腾,呵呵

  3. #3 空气橙
    2010年6月4日 周五 12:54 | 回复

    在多次崩溃之后换了新mod,然后我的config文件夹似乎又出问题了⊙﹏⊙b汗

  4. #4 c_eastar
    2010年6月13日 周日 12:21 | 回复

    这个测试版的经常崩溃 我都要崩溃了

  5. #5 囧王
    2010年6月13日 周日 12:47 | 回复

    @c_eastar
    先用旧的正式版

  6. #6 cc
    2010年6月14日 周一 01:56 | 回复

    建议用原生C写吧,点net真的不好,用点net写的程序反应迟钝…

  7. #7 throll
    2010年6月21日 周一 18:35 | 回复

    弱弱問一下,有打算出beta2嗎?beta1好像不太穩定的樣子

  8. #8 editor
    2010年6月21日 周一 21:18 | 回复

    @throll
    作者也不确定,要看情况

  9. #9 chengr28
    2010年6月21日 周一 21:39 | 回复

    @cc
    现在不是语言的问题,而是图形库的问题 😳
    官方eMule那里似乎也是用.NET写的那个路线图而不是MFC
    .NET能不用最好当然不用……写个简单的程序资源占用就高得要死……

  10. #10 DGQ
    2010年6月21日 周一 22:05 | 回复

    @cc 如果以后全部.net,理论上岂不是可以跨平台

  11. #11 ddg
    2010年6月23日 周三 14:03 | 回复

    期待新版早日发布
    1527398.aaa365.info

  12. #12 Dafixer
    2010年6月24日 周四 19:43 | 回复

    8) 问个问题哈,Xtreme有例如下载软件的那个下载前提示保存地点的功能? 其他Mod有吗?

  13. #13 w
    2010年6月25日 周五 06:26 | 回复

    @Dafixer 好像没有吧。但可能可以通过下载自动分类之类的来实现。。。不过话说下载前提示不是麻烦了吗。。。

  14. 2010年6月30日 周三 11:04 | 回复

    等等等等等等ScarAngel

  15. #15 sinside
    2010年10月1日 周五 13:56 | 回复

    😆 用了0.50a xtreme 8.0版,反映个问题,在连接服务器的时候老是连接不上,即使有时候出现lowID的时候还要重试,有什么办法可以解决

    2010-10-1 13:46:25: 正在连接到eMule Security No1(95.211.121.156:3612)…
    2010-10-1 13:46:25: LowID — Trying Again (attempts 1)
    2010-10-1 13:46:26: 连接到eMule Security No1(95.211.121.156:3612),发送登陆请求
    2010-10-1 13:46:51: 试图连接到”eMule Security No1″(95.211.121.156:3612)已经超时

  16. #16 SDKerer
    2010年10月1日 周五 15:28 | 回复

    @sinside
    选项 – 服务器 – 启用智能LowID检测 – 把勾去掉

  17. 2010年12月13日 周一 11:28 | 回复

    我测试发现,xt8.0的限速下载功能貌似有点小问题

    我全速下载应该在220k左右,做了限速50的处理,但结果速度还是降不下来……

  18. #18 19411943
    2010年12月13日 周一 15:30 | 回复

    @旺仔聪
    😀 原來還有人跟我一樣遇到限速無效,這個應該不是8.0的問題,因為我用惡魔2.2也出現過這種問題,所以看來XT系都有可能會出現這種情況,至於能不能遇上估計要看運氣了,我當時是重啟程序解決(偶爾不能解決還要重啟機器)
    😥 你那還算好的,我這當時是1M帶寬限速90,出現限速無效的時候最高能飆到500多kB/S,卡到連開始菜單都打不開,1M的極限好像不是只有100多麼?遇到這種事真TM詭異透了

共3页上一页123

发表评论

您的Email将不会显示出来。头像请至Gravatar.com注册上传。*号标注项为必填。

*
*
*
标签用法
字数:0