Search found 20 matches

by Gizmo
2004-11-11 10:36
Forum: DCH++ General
Topic: http://dchpp.digitalbrains.com/
Replies: 2
Views: 4376

thx, thats what u get for not reading instructions i guess.
by Gizmo
2004-11-11 08:40
Forum: DCH++ General
Topic: http://dchpp.digitalbrains.com/
Replies: 2
Views: 4376

http://dchpp.digitalbrains.com/

upon visiting http://dchpp.digitalbrains.com/ i saw it said u could download the plugins. "You can download the source code for the core and plugins using svn (subversion). " i tried this but it wants a user name and password for me to be able to get it. is this for just regesterd users then ? thx f...
by Gizmo
2004-09-22 19:36
Forum: Protocol Alley
Topic: Connecting to a hub (order in which things are sent)
Replies: 4
Views: 4827

very nice program thx for that. Turns out it was all ok, i was not converting the text fromt the byte array correctly.
by Gizmo
2004-09-22 13:37
Forum: Protocol Alley
Topic: Connecting to a hub (order in which things are sent)
Replies: 4
Views: 4827

Connecting to a hub (order in which things are sent)

hi all, been writing a bot in c# and iv got it to connect to YHub but it won't connect to any other hubs, it sends me the lock and pk but after that nothing seems to happen. just wondering if u can tell me if im responding with the correct responce to what the server sends me. these are in no pertic...
by Gizmo
2004-02-05 12:34
Forum: DCH++ General
Topic: Plug-ins
Replies: 5
Views: 6824

oh well no harm in asking . . thanks for the relpys
by Gizmo
2004-02-05 12:04
Forum: DCH++ General
Topic: Plug-ins
Replies: 5
Views: 6824

Plug-ins

Is there any chance we can have a list of the attributes and methods that will be available to us for the plug-ins so we can start working on writing some?

thx Gizmo
by Gizmo
2003-11-15 18:02
Forum: DCH++ General
Topic: DCH++ Features
Replies: 16
Views: 17919

look forward to writing plugins for it :D . . and hope cross my fingures the one i allready wrote will work with it
by Gizmo
2003-10-09 09:14
Forum: Hubs and scripts
Topic: NMDC Version 2.0 Developer Preview 1
Replies: 4
Views: 2455

if ur talking about the new hub by jon hess then yes i wrote a basic plug in for it.
by Gizmo
2003-09-28 06:21
Forum: Hubs and scripts
Topic: i want to set up my own hub? how
Replies: 26
Views: 9532

the hub is up while u have the hub software open so therefore ur computer must always be on in order for the hub to always be up
by Gizmo
2003-09-14 14:40
Forum: Hubs and scripts
Topic: Userinfo Version 0.4 out for DC Hub 2
Replies: 0
Views: 1217

Userinfo Version 0.4 out for DC Hub 2

Version 0.4 is out. ok a few things to note.... Don't use it in conjunction with other Plug Ins (if any one knows how to correct this plz tell me, or correct the code for me :)) Made it so +UserInfo only works for OP's in the txt file iv made it so you can add comments using // in the text file DO ...
by Gizmo
2003-09-10 07:04
Forum: Hubs and scripts
Topic: welcome msg prob
Replies: 1
Views: 1162

Try taking the . (dot) out after the

"Hello" & curUser.sName &
by Gizmo
2003-09-08 13:37
Forum: Hubs and scripts
Topic: VB script to dch2 PlugIn converter
Replies: 2
Views: 1466

don't think so, i would not even know where to start eather . . way out of my reach.
by Gizmo
2003-09-08 12:07
Forum: Hubs and scripts
Topic: DC Hub V2.0
Replies: 6
Views: 3843

Version 0.3 is out and it does basic slot checking. It will check to see if some one is in more hubs than u specify and if they have to many slots open. If eather of these turn out to be true the user it sent a message of why and then disconected you can get it here In this version you have text fi...
by Gizmo
2003-09-06 12:27
Forum: Hubs and scripts
Topic: DC Hub V2.0
Replies: 6
Views: 3843

you can get version 0.2 from http://Gizmos.no-ip.com
by Gizmo
2003-09-05 12:47
Forum: Hubs and scripts
Topic: DC Hub V2.0
Replies: 6
Views: 3843

Version 0.2 is out . . but i can't atach files to here can i ??
by Gizmo
2003-09-02 19:41
Forum: Hubs and scripts
Topic: DC Hub V2.0
Replies: 6
Views: 3843

A sneek at what im doing is below. Its only the header file as the .cpp file contains too much code to past. #ifndef _DCUSER_ #define _DCUSER_ #include "String.h" #include "InStr.h" #include <time.h> struct DCTag { int iRegHubs; int iOPingHubs; int iNormalUserHubs; int iSlots; int iOpenSlots; // thi...
by Gizmo
2003-09-02 10:54
Forum: Hubs and scripts
Topic: DC Hub V2.0
Replies: 6
Views: 3843

Im in the process of writing one. iv wrote a class so that when a user comes in it will get all there information and store it in a vector . . its in working progress and am currently working on +userinfo . . its going to take some time but fingures crossed when its done it will do quite a few things
by Gizmo
2003-08-31 17:40
Forum: Hubs and scripts
Topic: firewall
Replies: 3
Views: 2077

you might have ur windows xp fire wall on. click start control pannle network and internet connections network conections Right click on ur internet connection and click propities click advanced and untick (if ticked) the box. If it was ticked the xp fire wall was active. Now try going back to activ...
by Gizmo
2003-08-29 13:34
Forum: Hubs and scripts
Topic: The new Hub Software By Jon Hess
Replies: 0
Views: 1399

The new Hub Software By Jon Hess

ok so the new hub sofware does not use scripts any more it uses plug-ins but i was not sure where elss to post this so im sorry. right down to the prob. iv got hub->sendMessage(user,"<Plug In> hi there|"); and hub->sendPrivateMessage("Gizmo","Gizmo","testing"); to work and sent messages to people in...
by Gizmo
2003-08-29 06:30
Forum: Hubs and scripts
Topic: DC++ hub, again srry, can't find an answer ::s
Replies: 2
Views: 1732

you need to open up the port for what the hub is running on. if u don't have a no-ip.com accound u can just put ur ip address in it and people can connect to ur ip address for a tempary time if u just want to get it set up.