Official eMule-Board: Emule V0.50A Stullemule V7.0 - Official eMule-Board

Jump to content


  • (64 Pages)
  • +
  • « First
  • 60
  • 61
  • 62
  • 63
  • 64

Emule V0.50A Stullemule V7.0 It's been a while but here we go again!

#1221 User is offline   Stulle 

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

Posted 29 December 2010 - 01:32 AM

+1 at wiz^^
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

#1222 User is offline   Ki3r 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 74
  • Joined: 13-April 05

Posted 29 December 2010 - 03:37 AM

// ==> Control download priority [tommy_gun/iONiX] - Stulle


You should recheck the real origin of this code...
0

#1223 User is offline   Stulle 

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

Posted 29 December 2010 - 09:43 AM

i added the code about 4 years ago and used the info from the tagging that was provided in iONiX back then. if you know any more about that and can give me some changelog which predates mine please point me to that. but don't be so cryptic because i usually do check my stuff to give proper credits and for the past 4 years nobody complained!

to give you the original code:
// --> tommy_gun -- control download priority
	//WiZaRd - rework
	if(GetDownPriority() != thePrefs.GetBowlfishPrioNewValue())
	{
		if((thePrefs.GetBowlfishPrioPercent() && GetPercentCompleted() >= (float)thePrefs.GetBowlfishPrioPercentValue())
			|| (thePrefs.GetBowlfishPrioSize() && GetFileSize()-GetCompletedSize() <= ((uint32)(thePrefs.GetBowlfishPrioSizeValue())*1048576)))
		{
			//CString newPriority;
			SetAutoDownPriority(false);
			switch(thePrefs.GetBowlfishPrioNewValue())
			{
				case 0:
					//newPriority.Format(_T("%s"), GetResString(IDS_PRIOLOW));
					SetDownPriority(PR_LOW);
					break;
				case 1:
					//newPriority.Format(_T("%s"), GetResString(IDS_PRIONORMAL));
					SetDownPriority(PR_NORMAL);
					break;
				case 2:
					//newPriority.Format(_T("%s"), GetResString(IDS_PRIOHIGH));
					SetDownPriority(PR_HIGH);
					break;
			}
			//theApp.emuledlg->AddModLogLine (true,2,GetResString(IDS_BF_PRIO_LOG_PERCENT), this->GetFileName(), newPriority, this->GetPercentCompleted());
		}
	}
// <-- tommy_gun -- control download priority

This post has been edited by Stulle: 29 December 2010 - 09:52 AM

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

#1224 User is offline   Ki3r 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 74
  • Joined: 13-April 05

Posted 29 December 2010 - 12:00 PM

View PostStulle, on 29 December 2010 - 09:43 AM, said:

i added the code about 4 years ago and used the info from the tagging that was provided in iONiX back then. if you know any more about that and can give me some changelog which predates mine please point me to that. but don't be so cryptic because i usually do check my stuff to give proper credits and for the past 4 years nobody complained!


This was the first time I looked at Stullemule code. I can't tell you right now who wrote it, maybe CarapauGT, but I'm sure it came from Bowlfish. Just look at the function names.
0

#1225 User is offline   Stulle 

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

Posted 29 December 2010 - 12:29 PM

well, since Wiz was team of the iONiX team back then at least the iONiX credits are in order. compared the code from last iONiX to iONiX 3.0 and apparently there was a huge difference. who tommy_gun is, i do not know, but frankly, i am not going to have debates about who gave improper credits at some point. i used the credits provided in the source code and excuse me for being ignorant to whatever crappy leecher and community modders coded years ago. to be honest, i did not know about bowlfish as a mod until some 2 years ago or something when debate was going on because of the DLP ban.

anyway, if you got something to say make sure you got all the facts and make sure you actually know better. just giving me crumbs because you think i screwed up is a sure way to get me angry.

edit: also, i don't like people who are incapable of giving proper credits for themselves advising me on how to give credits.

Quote

- ADDED: Several fixes (MORPH) [Ki3r] <-- i like the specificness of this!
- ADDED: Mod recognition [Ki3r] <-- i should doubt you reinvented the wheel and did not use any ideas provided by other people
- ADDED: SafeHash by SLUGFILER [canina_pt] <-- lots of fixes and improvements by people like SiRoB or Wiz or bortsch, also Wiz and I worked on reading this code for 0.50a
- ADDED: Enhanced DynamicBlockRequests by netfinity [canina_pt] <-- if i am not totally mistaken the enhanced was introduced by SiRoB after he rewrote parts of the code


so don't give me that attitude.

This post has been edited by Stulle: 29 December 2010 - 12:46 PM

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

#1226 User is offline   Ki3r 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 74
  • Joined: 13-April 05

Posted 29 December 2010 - 12:42 PM

View PostStulle, on 29 December 2010 - 12:29 PM, said:

anyway, if you got something to say make sure you got all the facts and make sure you actually know better. just giving me crumbs because you think i screwed up is a sure way to get me angry.


It was just a heads up because, like you said, you give proper credits. I really don't care...
0

#1227 User is offline   Stulle 

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

Posted 29 December 2010 - 12:45 PM

see my edit.

edit: oh, i just found my favorite:

	if(StrStr(m_sURLToDownload,_T("sourceforge"))==NULL) // BOWLFISH Added (Ki3r): Fix recent sourceforge downloads problem
	HttpAddRequestHeaders(m_hHttpFile, _T("User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1)\r\n"), (DWORD)-1L, HTTP_ADDREQ_FLAG_ADD);


looks familiar!? too bad this looks an awful lot like what i posted in the corresponding thread!

This post has been edited by Stulle: 29 December 2010 - 12:50 PM

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

#1228 User is offline   Ki3r 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 74
  • Joined: 13-April 05

Posted 29 December 2010 - 01:25 PM

You're right, the sources lack a lot of comments to identify the coder/mod origin, but I'm trying to correct that. It's not easy though. The project was abandoned for 2 years and the first goal was to update it. With time I will try to identify all foreign code. Rest assured the sourceforge problem thread will be mentioned.
0

#1229 User is offline   Cirdan 

  • Member
  • PipPip
  • Group: Members
  • Posts: 16
  • Joined: 25-February 05

Posted 29 December 2010 - 01:52 PM

View PostStulle, on 25 December 2010 - 11:18 PM, said:

updated :shock:

:thumbup: :respect:
0

#1230 User is offline   tHeWiZaRdOfDoS 

  • Man, what a bunch of jokers...
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5630
  • Joined: 28-December 02

Posted 29 December 2010 - 02:59 PM

That feature was added before I joined the team, I just cleaned it up... I don't know where my partner got the code from but obviously it was some (leecher?) mod and commented with tommy_gun though IIRC its origin IS BowlFish and it was somewhere in the iONiX logs or whereever... I wouldn't grant "full" credits, though as the code was changed a lot... bascially it's a completely new code... but maybe "[idea by...]"?

This post has been edited by tHeWiZaRdOfDoS: 29 December 2010 - 09:28 PM

0

#1231 User is offline   kaft 

  • 兵士数千
  • PipPipPipPipPip
  • Group: Members
  • Posts: 270
  • Joined: 09-July 07

Posted 29 December 2010 - 03:37 PM

wow... Posted Image this if it was a great Christmas gift, the trouble is that I found out too late.


Thanks Stulle. Posted Image Posted Image

Posted Image
Activa la Red KAD de tu eMule | Busca Archivos por via KAD
0

#1232 User is offline   Stulle 

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

Posted 29 December 2010 - 07:03 PM

again +1 for wiz.
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

#1233 User is offline   kmok 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 01-May 05

Posted 02 January 2011 - 07:02 PM

Hi Stulle,

nice to see your hands/brain back at this Mod! Posted Image

Thank you and a happy new year!

kmok
0

#1234 User is offline   Stulle 

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

Posted 02 January 2011 - 07:20 PM

well, like i said, i spent a lot of time on that mod... just never got around finishing the job until recently.
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

#1235 User is offline   punter18 

  • Member
  • PipPip
  • Group: Members
  • Posts: 24
  • Joined: 05-June 09

Posted 07 January 2011 - 06:50 PM

Thanks Stulle. I too was waiting for it for too long. Having said that, I remember last time I was here I was facing problems of Stullemule freezing as soon as it would open after I had shifted "credits" (that's how I'd put it, because I do not know what .met and .bak are supposed to mean) and everything else to the "new" eMule folder when I formatted my PC. At that time you said only one thing would help me and that would be a "clean install".

My question is this. I want to upgrade to the latest version without having to "clean install" it again. My credits and statistics are too precious to me than before. At the same time, though, I won't like Stullemule to freeze again on startup.

Please, a step-by-step process. Thank you kindly. :respect:
0

#1236 User is offline   Andu 

  • Morph Team
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 13015
  • Joined: 04-December 02

Posted 07 January 2011 - 09:17 PM

View Postpunter18, on 07 January 2011 - 07:50 PM, said:

Please, a step-by-step process. Thank you kindly. :respect:


:lol: poor newbie. Before you get slowly roasted over an open fire I'd suggest you check the wiki. Link should be in my sig. Doesn't make a difference if it's Morph or Stulle for upgrades.
Three Rings for the Elven-kings under the sky,
Seven for the Dwarf-lords in their halls of stone,
Nine for Mortal Men doomed to die,
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.


Dark Lord of the Forum


Morph your Mule

Need a little help with your MorphXT? Click here

0

#1237 User is offline   Stulle 

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

Posted 08 January 2011 - 04:25 AM

View PostAndu, on 07 January 2011 - 09:17 PM, said:

View Postpunter18, on 07 January 2011 - 07:50 PM, said:

Please, a step-by-step process. Thank you kindly. :respect:


:lol: poor newbie. Before you get slowly roasted over an open fire I'd suggest you check the wiki. Link should be in my sig. Doesn't make a difference if it's Morph or Stulle for upgrades.

burn f*cker burn!

PS: Penis!

This post has been edited by Stulle: 08 January 2011 - 04:26 AM

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

#1238 User is offline   punter18 

  • Member
  • PipPip
  • Group: Members
  • Posts: 24
  • Joined: 05-June 09

Posted 08 January 2011 - 07:16 AM

View PostAndu, on 08 January 2011 - 02:47 AM, said:

View Postpunter18, on 07 January 2011 - 07:50 PM, said:

Please, a step-by-step process. Thank you kindly. :respect:


:lol: poor newbie. Before you get slowly roasted over an open fire I'd suggest you check the wiki. Link should be in my sig. Doesn't make a difference if it's Morph or Stulle for upgrades.


http://wiki.emule-we...no_installer.3F

Didn't work for me. :cry:
0

#1239 User is offline   xilolee 

  • eMule 0.50b BETA1 user
  • PipPipPipPipPipPipPip
  • Group: Italian Moderators
  • Posts: 7983
  • Joined: 20-August 08

Posted 09 January 2011 - 09:39 AM

1) download latest binary version and unpack it
2) close emule
3) get (copy) the new stullemule.exe and replace it over the old stullemule.exe
4) if a .dll language file exists for your language, copy it and replace it over the old .dll language file
5) done

:flowers:

This post has been edited by xilolee: 09 January 2011 - 09:44 AM

INCONCEIVABLE! - You keep using that word. I do not think it means what you think it means.
come ottenere aiuto italian guides - guide della sezione italiana
italian support - sezione italiana scaricare la lista server
ottenere id alto impostare le porte nel router
recuperare file corrotti i filtri ip
Sembra talco ma non č serve a darti l'allegrIa! Se lo lanci e poi lo respiri ti dā subito l'allegrIa! Immagine Postata
0

#1240 User is offline   punter18 

  • Member
  • PipPip
  • Group: Members
  • Posts: 24
  • Joined: 05-June 09

Posted 09 January 2011 - 04:17 PM

View Postxilolee, on 09 January 2011 - 03:09 PM, said:

1) download latest binary version and unpack it
2) close emule
3) get (copy) the new stullemule.exe and replace it over the old stullemule.exe
4) if a .dll language file exists for your language, copy it and replace it over the old .dll language file
5) done

:flowers:


Thanks xilolee, that did it for me. :thumbup:
0

  • Member Options

  • (64 Pages)
  • +
  • « First
  • 60
  • 61
  • 62
  • 63
  • 64

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