Official eMule-Board: Zzul Bastard Mod 1.9.10 - Official eMule-Board

Jump to content


  • (48 Pages)
  • +
  • « First
  • 46
  • 47
  • 48

Zzul Bastard Mod 1.9.10 SUQWT and SmallFilePush

#941 User is offline   Tuxman 

  • lizzie and prog-rock fanatic
  • PipPipPipPipPipPipPip
  • Group: Validating
  • Posts: 2707
  • Joined: 26-July 04

Posted 14 November 2009 - 06:38 PM

Hm, thank you then. ;)
[ eMule beba ] :: v2.72 released, v3.00 in the works ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
0

#942 User is offline   CiccioBastardo 

  • Doomsday Executor
  • PipPipPipPipPipPipPip
  • Group: Italian Moderators
  • Posts: 5541
  • Joined: 22-November 03

Posted 14 November 2009 - 07:50 PM

Thanks jerryBG!

Hey Tux, did you sub-contract the work? ;)

@LorenzoC
It possibly is a problem with the new added columns. Probably the old sorting criteria is not restored at client startup, so the reload does nothing because the sorting rule is not set until you press the column title again.
Going to fix all this for the next release.
The problem is not the client, it's the user
0

#943 User is offline   Tuxman 

  • lizzie and prog-rock fanatic
  • PipPipPipPipPipPipPip
  • Group: Validating
  • Posts: 2707
  • Joined: 26-July 04

Posted 14 November 2009 - 07:58 PM

View PostCiccioBastardo, on 14 November 2009 - 08:50 , said:

Hey Tux, did you sub-contract the work? ;)

I think I will fork it to a derivative work, just to be sure. :P
(Works in beba, with a few small modifications...)
[ eMule beba ] :: v2.72 released, v3.00 in the works ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
0

#944 User is offline   jerryBG 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 79
  • Joined: 30-December 08

Posted 01 December 2009 - 05:20 PM

 hi there, i have stumbled upon this, tho' merely non-critical

ClientDetailDialog.cpp
        // <CB Mod : Optimization : Date 11.07.07>
#ifdef CB_MOD_EXTRAINFO_ENABLED
        GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
        if (client->GetClientModVer().IsEmpty())
            GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
        else {
#ifdef CB_MOD_ILLEGALMODSFILTER_ENABLED
            buffer.Format(_T("%s [%s] %s"), client->GetClientSoftVer(), client->GetClientModVer(), client->IsGPLViolator()?_T("<<GPL violator!>>"):client->IsIllegalMod()?_T("<<Illegal Mod>>"):_T(""));
#else
            buffer.Format(_T("%s [%s]"), client->GetClientSoftVer(), client->GetClientModVer());
#endif
            GetDlgItem(IDC_DSOFT)->SetWindowText(buffer);
        }
#endif
        // </CB Mod : Optimization>


i believe should be this way

        // <CB Mod : Optimization : Date 11.07.07>
#ifndef CB_MOD_EXTRAINFO_ENABLED //jerry: changed #ifdef -> #ifndef
        GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
#else //jerry: added #else
        if (client->GetClientModVer().IsEmpty())
            GetDlgItem(IDC_DSOFT)->SetWindowText(client->GetClientSoftVer());
        else {
#ifdef CB_MOD_ILLEGALMODSFILTER_ENABLED
            buffer.Format(_T("%s [%s] %s"), client->GetClientSoftVer(), client->GetClientModVer(), client->IsGPLViolator()?_T("<<GPL violator!>>"):client->IsIllegalMod()?_T("<<Illegal Mod>>"):_T(""));
#else
            buffer.Format(_T("%s [%s]"), client->GetClientSoftVer(), client->GetClientModVer());
#endif
            GetDlgItem(IDC_DSOFT)->SetWindowText(buffer);
        }
#endif
        // </CB Mod : Optimization>
 




jerryBG   ;)

(work status: freelance)
1

#945 User is offline   CiccioBastardo 

  • Doomsday Executor
  • PipPipPipPipPipPipPip
  • Group: Italian Moderators
  • Posts: 5541
  • Joined: 22-November 03

Posted 03 December 2009 - 10:16 PM

Yep, thanks
The problem is not the client, it's the user
0

#946 User is offline   pier4r 

  • Ex falso quodlibet ; Kad is the major concept behind emule.
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 588
  • Joined: 31-March 09

Posted 06 December 2009 - 11:11 PM

I make a feature request: multiqueue option (not hardcoded) for this great mod for better distribution of accepted request between files (imo).

Else, np, it's already good.
>>>Feature Request (ICS) or SOTN, EmuleCollectionV2 >>> Emule on old hardware (intel pentium 2 or 3 - via c3 - and so on) with good OS settings and enough ram (256+ mb): great >>>user of: eMule - Xtreme - ZZUL bastard - SharX - SharkX 1.8b5 pierQR - ZZUL-Tra - ZZUL-Tra-TL - kMule - Beba

Extended signature: click.
0

#947 User is offline   Eulero 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2553
  • Joined: 09-August 07

Posted 09 January 2010 - 12:07 PM

maybe still problems with sorting, but I have not verified if there is also with ZZUL..
in the window "in coda", with files in powershare, many columns don't work, .e.g. "punteggio coda" , "accodato da" , "numero IP ", "dimensione" ....... ;)
0

#948 User is offline   coluche 

  • hm ?
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2274
  • Joined: 02-May 05

Posted 01 May 2010 - 12:02 AM

hej,

The BastarD still runs smoothly all the time, over here.

So, is Zz still around ? So there would be a chance of a new Zzul Mod ?
It's Screamin' Jay Hawkins and he's a Wild Man, so bug off!
0

#949 User is offline   MadlyMad 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3745
  • Joined: 29-October 02

Posted 01 May 2010 - 05:50 PM

View Postcoluche, on 01 May 2010 - 02:02 AM, said:

So, is Zz still around ? So there would be a chance of a new Zzul Mod ?

Really hope so, for both questions :flowers:

The extreme limit of wisdom, that is what the public calls madness.
0

#950 User is offline   CiccioBastardo 

  • Doomsday Executor
  • PipPipPipPipPipPipPip
  • Group: Italian Moderators
  • Posts: 5541
  • Joined: 22-November 03

Posted 01 May 2010 - 06:35 PM

View Postcoluche, on 01 May 2010 - 02:02 AM, said:

hej,

The BastarD still runs smoothly all the time, over here.

So, is Zz still around ? So there would be a chance of a new Zzul Mod ?

Hi,
I have to close it manually after a couple of months of continuous working in order to fix the statistics calculations which go berserk after a certain time.

Unfortunately, even though ZZ will update his mod to the new code, I do not know if I will ever update mine (if that is of interest to anyone).
I have too few spare time lately and that mostly goes to sleep. Sometimes I can sleep even 6 complete hours at night! But only when I am lucky.

See you.
The problem is not the client, it's the user
0

#951 User is offline   Tuxman 

  • lizzie and prog-rock fanatic
  • PipPipPipPipPipPipPip
  • Group: Validating
  • Posts: 2707
  • Joined: 26-July 04

Posted 05 May 2010 - 10:34 PM

Real life is more important than the mule indeed. :flowers:

Although we all look forward to you having more spare time again ... :bounce:
[ eMule beba ] :: v2.72 released, v3.00 in the works ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
0

#952 User is offline   coluche 

  • hm ?
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2274
  • Joined: 02-May 05

Posted 16 May 2010 - 06:28 PM

huh, I thought to have answered a while ago already. :confused:

By all means, try to have a perspective that that situation changes.
I think one can live like that for a while, but after some years it starts wearing you off seriously.

And of course an updated version of the BastarD would be nice and apreciated, but it is not as if we drop dead without it.
Official is also fine.

Good luck. :flowers:
It's Screamin' Jay Hawkins and he's a Wild Man, so bug off!
0

#953 User is offline   Eulero 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2553
  • Joined: 09-August 07

Posted 23 June 2010 - 07:50 AM

I noticed only now that Bastard remove the client after 3 months.


UINT count = file.ReadUInt32();
		m_mapClients.InitHashTable(count+5000); // TODO: should be prime number... and 20% larger

		
		// <CB Mod : Credit Expiration : Date 27.01.08>
#ifdef CB_MOD_SUQWT_ENABLED
		uint32 expireTime = 12960000; // today - 150 day
		if (count > 20000)
			expireTime = 7776000; // today - 90 day

		const uint32 dwExpired = time(NULL) - expireTime;
#else
		const uint32 dwExpired = time(NULL) - 12960000; // today - 150 day
#endif
		// </CB Mod : Credit Expiration : Date 27.01.08>




What does this mean? Why? Perhaps, if the file is "too big" (more than 20000 clients saved) remove after 3 months instead of 5?
0

#954 User is offline   Stulle 

  • [Enter Mod] Dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5804
  • Joined: 07-April 04

Posted 23 June 2010 - 09:44 AM

well, the code does indicate this. you should, however, know that the official purges those entries after 90 days, no matter what. so it's longer for Bastard mod if it's not too much clients.
I am an emule-web.de member and fan!

[Imagine there was a sarcasm meter right here!]

No, there will not be a new version of my mods. No, I do not want your PM. No, I am certain, use the board and quit sending PMs. No, I am not kidding, there will not be a new version of my mods just because of YOU asking for it!
0

#955 User is offline   coluche 

  • hm ?
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2274
  • Joined: 02-May 05

Posted 01 September 2015 - 07:42 PM

After I recently had to reset the notebook to factory defaults - first time in about 12 years that I had to "re-install" windows - I tried for a while with the official client, but must say I have become so accustomed to Zzul-BastarD, I installed it again.

But, also for the first time in many, many years, I did not keep identity, credits, known.met and such.
The only old thing I kept was cancelled.met, do not want to download that crap yet another time. :lol:

So, just another thanks! to Zz and CB for this Mod, it still works fine. :thumbup:

And just so, here is a picture to show how cool the chunk selection works :
Posted Image

Having downloaded half of the file, I already have 100% of that part, which the Xunlei-Mod does not have. :respect:

This post has been edited by coluche: 01 September 2015 - 07:49 PM

It's Screamin' Jay Hawkins and he's a Wild Man, so bug off!
0

#956 User is offline   coluche 

  • hm ?
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2274
  • Joined: 02-May 05

Posted 05 September 2017 - 04:09 PM

I still use this one ...
though it's getting increasingly unstable to fill the UL by sharing rarely requested stuff ...

Would someone know what it is that ocasionally triggers a (run)time reset?
Is it that it happens whenever this eMule mod is running for x days? Or something outside eMule?

It doesn't do any harm, it is just that eMule Zzul-Bastard all of a sudden claims to run since just now. Other data stays intact, so I for a moment end up with the highest UL-speed ever (250 GB/1 minute). :angelnot:

environment: notebook with windows7 64 bit, running around the clock, all year, rarely rebooted - on average maybe once a month.
just curious.

This post has been edited by coluche: 05 September 2017 - 04:11 PM

It's Screamin' Jay Hawkins and he's a Wild Man, so bug off!
0

  • Member Options

  • (48 Pages)
  • +
  • « First
  • 46
  • 47
  • 48

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users