Change the Tag

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Frodz
Posts: 3
Joined: 2004-03-07 16:12

Change the Tag

Post by Frodz » 2004-03-07 16:20

I've searched and searched but i cant find the tag in the source?
I would like to change the <++ 0.306 .....> but i just cant find it ! Please help me out !

Todi
Forum Moderator
Posts: 699
Joined: 2003-03-04 12:16
Contact:

Post by Todi » 2004-03-07 16:25

Try searching for "<++".

Frodz
Posts: 3
Joined: 2004-03-07 16:12

Post by Frodz » 2004-03-07 16:29

It results in like...nothin'.

6 reults from the changelog and 1 from the readme.

Qbert
Posts: 73
Joined: 2003-06-07 03:12

Post by Qbert » 2004-03-07 16:40

I recall almost all the characters being craftily created during runtime, which I assumed was the intention to prohibit altering the final binary to change resources and string names. What is your intention of changing this? We may be able to help you out easier if you tell us what you’re trying to do. Or if I at least think I know what you’re trying to do, I would just point you to some already made clients.

I would recommend reading through the entire source, trying to understand it better. NOT skimming though the source or doing searches, but understanding the functions. What you need to look for is in the Client.cpp file.
My Visual Studio .NET 2003 is licensed under my name, and the same for my operating system... What about you?
I surf on an OC3 without limitations, two to be exact, and I'm not joking.

Todi
Forum Moderator
Posts: 699
Joined: 2003-03-04 12:16
Contact:

Post by Todi » 2004-03-07 16:48

:oops:
I was actually looking in the BCDC source, where it's a bit easier to find.. sorry ;)

Frodz
Posts: 3
Joined: 2004-03-07 16:12

Post by Frodz » 2004-03-07 16:59

Well thanks alot !

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-03-11 22:33

Frodz wrote:Well thanks alot !
In standard DC++, "<++" appears nowhere on purpose. This is to discourage people whose only change is to fake their tag. If you're serious about modding DC++, you will have no problem finding which section to modify, and in figuring it out, you'll learn a lot about the DC protocol and DC++'s source.

In the meantime, we're here to answer any questions you may have.

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-09 14:00

well... i was thinking aabout changing the tag... all i wanted was to change <++ part to something else... just to show that its a different client...
just like <oDC...

I think its supposed to be set somewhere where the client connects to the server.. or even on a startup... or?

Thanx, Alex

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-10 07:08

Well.. you guys said that if im serious--i might find it... i am serious but cant find it... any tip or something?

plz

Sedulus
Forum Moderator
Posts: 687
Joined: 2003-01-04 09:32
Contact:

Post by Sedulus » 2004-04-10 07:27

I cannot believe that you've modified the source in other places to make your client distinct from vanilla dc++ but you cannot find this simple bit, especially after Qbert pointing you to the right file.
http://dc.selwerd.nl/hublist.xml.bz2
http://www.b.ali.btinternet.co.uk/DCPlusPlus/index.html (TheParanoidOne's DC++ Guide)
http://www.dslreports.com/faq/dc (BSOD2600's Direct Connect FAQ)

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-10 07:30

But i haven modified it SO much yet...its all in proccess... i just think that its better if it will be different... cuz its not DC++ anymore... even thou its almos like DC++...

Im REALLY stupid...cuz i skipped the line in his post... sorry...

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-04-10 09:07

okej... i found it...
i liked the way of coding it...
how did u do it--i didnt see any function that proccessed it...

Toodles
Posts: 4
Joined: 2004-07-30 14:12
Contact:

Post by Toodles » 2004-07-30 23:15

hum... why dont u code from scratch and then call it your own... rather then changing a few variable names, creating more bugs, then just changing the tag to call it yours...

Alexei Kubarev
Posts: 18
Joined: 2004-04-08 15:46
Location: Sweden
Contact:

Post by Alexei Kubarev » 2004-07-31 05:06

hehe... good suggestion but i thought about it and just threw it out... cuz DC i kinda borring... its time to get a bit more serious with stuff :)

Locked