Search found 105 matches

by InnerCity
2004-09-25 05:57
Forum: Hubs and scripts
Topic: new notation 0.4032 breaks general bot tag checks
Replies: 6
Views: 3390

ok, so will wait the next fixed version
by InnerCity
2004-09-24 16:19
Forum: Hubs and scripts
Topic: new notation 0.4032 breaks general bot tag checks
Replies: 6
Views: 3390

the problems seems to be because of redirecting

if i connect directly using itspanish.no-ip.com:412 there is no problem

but i have a sdch server redirecting ppl from itspanish.no-ip.com to itspanish.no-ip.com:412, then the client is disconnected
by InnerCity
2004-09-24 15:11
Forum: Hubs and scripts
Topic: new notation 0.4032 breaks general bot tag checks
Replies: 6
Views: 3390

my users (and me when i made a test) are disconnected from the hub (old NMDC) if they use DC++0.4032 to log in

i thought it was because of general bot (problems while checking tags because of new version lenght), but i turned it off and the problem still remains

anybody have this problem?
by InnerCity
2004-09-24 12:37
Forum: Hubs and scripts
Topic: new notation 0.4032 breaks general bot tag checks
Replies: 6
Views: 3390

new notation 0.4032 breaks general bot tag checks

or may is the server? using NMDC (old version)
anybody have this problem?
by InnerCity
2004-04-21 21:13
Forum: Hubs and scripts
Topic: My hub sever project... I take comments and suggestions!
Replies: 6
Views: 3267

Re: My hub sever project... I take comments and suggestions!

Snipe wrote:Hey all,

I've been fooling around with some source code recently (namely parts of Shadow's DC Hub)!
sdch scripts, the question is solved
by InnerCity
2004-04-21 21:10
Forum: Hubs and scripts
Topic: My hub sever project... I take comments and suggestions!
Replies: 6
Views: 3267

does it support the usual NMDCH scripts?
by InnerCity
2004-04-21 21:06
Forum: Hubs and scripts
Topic: Help deleting a flooder....
Replies: 4
Views: 2303

i remember to have a problem like you, but the only problem is the lenght of the nick that make unable to kill the user using the 'kick user' menu item
anyway you can disconnect him from the 'client stats' window and then ban his IP
by InnerCity
2004-04-15 06:16
Forum: Hubs and scripts
Topic: GeneralBot slots problem
Replies: 7
Views: 3406

look for this

Code: Select all

 If iReason>0 And iReason<20 And iReason<>2 Then
  If bIsVip(curUser.sName) Or Lcase(curUser.sName)=sLetUser Then iReason=0
 End If
and try deleting 'bIsVip(curUser.sName) Or'

but you should change all the script to erase the vip-registered users privileges
by InnerCity
2004-04-15 02:54
Forum: Hubs and scripts
Topic: GeneralBot slots problem
Replies: 7
Views: 3406

it works for non-registered users
by InnerCity
2003-11-21 21:53
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

uhmm, is still not updated, i have downloaded the same version or...this new version still have not sDateRegged anywhere...

waiter, a pint of coffee for snooze, he works too much and sleep while driving his car :shock: :shock: :shock: :shock: :shock:
by InnerCity
2003-11-21 04:12
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

sDateRegged

cant find this variate in the version that i downloaded from snooze forum
is there an updated version of hubstats?
by InnerCity
2003-11-17 21:07
Forum: Hubs and scripts
Topic: [REL] Modified Searchkick 1.5 of Gadget
Replies: 3
Views: 2166

the second step is here, the actions for every kind of forbidden files are implemented, so you only need to edit settings the way you like, is enough set the ipolicy but can edit other settings if you want but... i am trying to finish the script and...have some questions and problems first, i need t...
by InnerCity
2003-11-15 05:35
Forum: Hubs and scripts
Topic: [REL] Modified Searchkick 1.5 of Gadget
Replies: 3
Views: 2166

suck, i pasted the original version...sorry http://www.iespana.es/itspanish/Searchkick3.script 'This famous script allows users to kick other users themselves! Whoever finds forbidden files with search, gots the honor to be a "op"... Scripts can also do searches by itself. It kicks active users with...
by InnerCity
2003-11-15 05:33
Forum: Hubs and scripts
Topic: [REL] Modified Searchkick 1.5 of Gadget
Replies: 3
Views: 2166

[REL] Modified Searchkick 1.5 of Gadget

i want to create a very customizable searchkick, but i am not a scripter, anyway i'll try to do it by the observe-copy-and-paste method the final purpose is have a searchkick working as it do it inside General Bot (not as Searchkick 1.5) but with no General Bot needed, so that you can decide every a...
by InnerCity
2003-11-13 16:08
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

there is a bug in countrystats.script Case "cshelp" If Not isOp Then Exit Sub ' Comment out line if you want everyone to use this command. Respond sResults sResults = "CountryStats - Show stats of countries represented in the hub." & vbCrLf sResults = sResults & "UsersByCountry (CountryCode) - Show ...
by InnerCity
2003-11-12 13:59
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

its not a real peak, everytime you restart the computer these values are reset
by InnerCity
2003-11-12 09:01
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

what about to implement a typical record-bot in webstats to show the maximun ever shared peak or maximun users ever connect?
by InnerCity
2003-11-10 05:19
Forum: Hubs and scripts
Topic: frmHub.DoEventsForMe
Replies: 22
Views: 7765

i've got a hub where music and films are forbidden, searchkick is implemented in general bot .241, but after one or two days running the hub (not refreshing/restarting the computer) it let users connect with shareds plenty full of music, i decided to separate these two scripts, deleted searchkick in...
by InnerCity
2003-11-08 17:37
Forum: Hubs and scripts
Topic: frmHub.DoEventsForMe
Replies: 22
Views: 7765

i had to stop the searchkick of gadget cos my users were kicked with no reason sent Else curUser.PrivateMessage cStr(Kicker),Kicker+" is kicking "+CurUser.sName+" because: "+Reason+" ("+sFileName+")" colUsers.SendChatToAll cStr(Kicker),Kicker+" is kicking "+CurUser.sName+" because: "+Reason+" ("+sFi...
by InnerCity
2003-11-04 10:15
Forum: Hubs and scripts
Topic: Does VB scripts work with other Hub Prog.
Replies: 20
Views: 7166

latest=the new version NOP said is coming soon
by InnerCity
2003-11-04 10:14
Forum: Hubs and scripts
Topic: Does VB scripts work with other Hub Prog.
Replies: 20
Views: 7166

thanks, waiting the latest version of SDCH
by InnerCity
2003-11-04 10:10
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

nice
:D
by InnerCity
2003-10-30 13:55
Forum: Hubs and scripts
Topic: $UserCommand script
Replies: 5
Views: 3086

thanks, using this to manage the hub privately with the bot

Code: Select all

curUser.SendData "$UserCommand 1 3 Userinfo(private)$$To: NameOfTheBot From: %[mynick] $<%[mynick]> userinfo %[nick]|"
by InnerCity
2003-10-30 12:29
Forum: Hubs and scripts
Topic: $UserCommand script
Replies: 5
Views: 3086

if you are using the dc++301 (dont know other versions) the name of the bot must be written with no <,>, ie, To: 0-Cancerbero, but not To: <0-Cancerbero>, and check PM command type O_O sorry, i say this if you want a private working of commands (may dont want people see the way you and your bot con...
by InnerCity
2003-10-30 06:47
Forum: Hubs and scripts
Topic: $UserCommand script
Replies: 5
Views: 3086

it works for me
if you are using the dc++301 (dont know other versions) the name of the bot must be written with no <,>, ie, To: 0-Cancerbero, but not To: <0-Cancerbero>, and check PM command type
by InnerCity
2003-10-26 22:13
Forum: Hubs and scripts
Topic: Does VB scripts work with other Hub Prog.
Replies: 20
Views: 7166

download version .011 in it you will see a converter to convert NMDC to SDCH, no need to install ver .011 just extract the converter. i have downloaded some hub-severs cos wanna scape form NMDC (cant always be running the old v1) y-hub have no scripts, like a garden with no flowers ptokax seems to ...
by InnerCity
2003-10-25 19:38
Forum: Hubs and scripts
Topic: Hub Hardware
Replies: 8
Views: 4215

using NMDCH v1 (NMDCH v2 to redirect) AMD 1800 XP 384 mb ram cable conection 64/128 windows xp sp1 peak of server-bandwith: no more than 1 kb/sg with the suck-mldonkey method (5kb/sg before that gread idea) my peak of users is 50-52, and over 52 users the hub becomes unstable and if one user connect...
by InnerCity
2003-10-22 09:15
Forum: Hubs and scripts
Topic: READ THIS...ml donkey info
Replies: 12
Views: 5950

dont know how mldonkeys work, but i am still at hublist.org with my usual number of users http://www.hublist.org/?p=hub&id=450 but dissappeared from imperialnet.org another detail is that you dont have to register two different address, i have dchubv2 running through port 411 (itspanish.no-ip.com) a...
by InnerCity
2003-10-17 07:37
Forum: Hubs and scripts
Topic: READ THIS...ml donkey info
Replies: 12
Views: 5950

you can install the old NMDC and the new NMDCv2 in different folders, in this one set the redirect address (hub2) check "redirect if full" maximun users : 0 uncheck "allow ops if full" and in the "full" text of "messages", write "you are being redirected..bla bla bla, if uncheked automatically follo...
by InnerCity
2003-10-17 03:07
Forum: Hubs and scripts
Topic: READ THIS...ml donkey info
Replies: 12
Views: 5950

uhm, there is no onjoin message shown on the hub1, cos as you said there is no connection to that hub
my upload waste of the server has decrease from 3-5 Kb/sg to 0.2 kb/sg :D :D :D :D :D :D :D :D :D :D :D :D :D
i am happy
suck mldonkey
by InnerCity
2003-10-17 02:15
Forum: Hubs and scripts
Topic: READ THIS...ml donkey info
Replies: 12
Views: 5950

nice, it works, it has been a great idea, so...i was thinking on install dchub in two differente folders, so the start configuration of everyone is different, so you can make a first onjoin message for the first one telling "you are being redirect to hub2:412, if your client doesnt allow redirects p...
by InnerCity
2003-10-16 22:53
Forum: Hubs and scripts
Topic: READ THIS...ml donkey info
Replies: 12
Views: 5950

uhmmmmm, i cant help you with the scripts, but... that is a method I came up with. What do you think about that? is very interesting, but have some questions...have you got the hub1 with 500-800 mldokeys connected (not kicked) and the hub2 with your users connected? or do you kick and ban the mldonk...
by InnerCity
2003-10-12 13:26
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

webstat use the ftp of windows to upload the file, but you must tell it the way not this "http://hjem.get2net.dk/schaeferdor/index.htm" must be "ftp.host_company/folder" look at this, my index address of statistics is http://www.iespana.es/itspanish/estadisticas/index.htm http://host_company/user/fo...
by InnerCity
2003-10-10 19:04
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

and use this syntax

sFtpAddress = "ftp.iespana.es/estadisticas/index.htm" '<- Where to send the page (path must exist)
sFtpUsername = "xxxxx" '<- Your FTP username
sFtpPassword = "xxxxx" '<- Your FTP password
by InnerCity
2003-10-10 19:02
Forum: Hubs and scripts
Topic: Webstats
Replies: 23
Views: 8927

it works perfect for me i update statistics automatically every hour by ftp http://www.iespana.es/itspanish/estadisticas/index.htm try to use a smaller average of updating time, ftp needs time to connect, time to upload and time to disconnect, use an application to know if ftp.exe is connecting and ...
by InnerCity
2003-10-10 14:49
Forum: Hubs and scripts
Topic: NMDC Version 2.0 Developer Preview 1
Replies: 4
Views: 2455

i supposed, all the little tradition of VBscript has grown up around NMDCH, and now this radical turn?¿?¿.....i hope this new support allow owners easily modify standar developers/scripters plug-in's
by InnerCity
2003-10-10 09:30
Forum: Hubs and scripts
Topic: NMDC Version 2.0 Developer Preview 1
Replies: 4
Views: 2455

yes, i downloaded your plug-in, but...is it posible to run old vbscripts in this new hub-soft? i couldnt do it, is it only a beta-version with not all features (VBS support) implemented?
by InnerCity
2003-10-06 19:44
Forum: Hubs and scripts
Topic: NMDC Version 2.0 Developer Preview 1
Replies: 4
Views: 2455

NMDC Version 2.0 Developer Preview 1

did someone test it?
by InnerCity
2003-10-05 18:40
Forum: Hubs and scripts
Topic: searchkick - no private messages - scripting question
Replies: 0
Views: 1203

searchkick - no private messages - scripting question

this is the original searchkick of gadget, i am running a modified version to kick users with all kinds of films and music 'This famous script allows users to kick other users themselves! Whoever finds forbidden files with search, gots the honor to be a "op"... Scripts can also do searches by itself...
by InnerCity
2003-09-29 07:42
Forum: Feature Discussion (Archived)
Topic: Upload speed limiting patch...
Replies: 35
Views: 14132

i remember a post where somebody said that would be a good idea to implement a feature to limit a % of de upload capacity, for example only 80% or no less than 80% reduction, could this be posible? maybe would be the end of this eternal discussion
by InnerCity
2003-09-29 07:20
Forum: Feature Discussion (Archived)
Topic: back-forward buttons on the user file list window
Replies: 0
Views: 1041

back-forward buttons on the user file list window

just that, as the buttons of windows explorer or internet explorar bar, so you can move through directories more easily
by InnerCity
2003-09-28 20:27
Forum: Hubs and scripts
Topic: Right click menu commands?
Replies: 23
Views: 8415

do ipban is support by hub or general bot. do general bot accept command tru PM or only from main. does general bot support the command you try to send to it. do the general bot command require parameters that costum does not send. general bot support ipban, ban, kickban, etc, it accepts commands t...
by InnerCity
2003-09-28 01:34
Forum: Hubs and scripts
Topic: Right click menu commands?
Replies: 23
Views: 8415

first question is solved with
ipban %[nick] %[line:desc]
but not second question
by InnerCity
2003-09-28 01:10
Forum: Hubs and scripts
Topic: Right click menu commands?
Replies: 23
Views: 8415

this is a very interesting discussion i am using general bot in my hub, with typical bot commands, ban, drop, kick, kickban, and so on have two questions: 1/how to use ban <IP> bot command, what's the equivalent IP variable?, does exist something like %[nick] just for the user IP? 2/cant send a PM t...
by InnerCity
2003-09-25 16:59
Forum: Hubs and scripts
Topic: password
Replies: 4
Views: 2148

Gasman1015 wrote:No problem use mine ******* :)
:D :D :D :D :D :D :D :D :D :D :D :D :D :D
by InnerCity
2003-09-23 20:33
Forum: Hubs and scripts
Topic: my script up and running but now i ask for more help please
Replies: 4
Views: 2146

sorry, and ask them the instructions for the private dialogue, :D :D :D
and ask for a cigarrette for me
and another one for my girlfriend
and ask gadget when will be finished the new general bot
by InnerCity
2003-09-23 20:04
Forum: Hubs and scripts
Topic: my script up and running but now i ask for more help please
Replies: 4
Views: 2146

yes, you can, type something like: Sub Main() sBotName="Op_Rules" '<---- The HelperBots name LoggPath = "C:\Program Files\Direct Connect Hub\scripts\" '<---- Path to the .txt file frmHub.RegisterBotName(sBotName) <-----THIS End Sub and the bot will appear as an operator i have seen this syntax in ot...
by InnerCity
2003-09-16 18:14
Forum: Hubs and scripts
Topic: OP needs help
Replies: 6
Views: 1956

i think ptokax doesnt allow vbscripts, so gadgets scripts will not work in your hub

better go here
http://dc.ww-ei.com/index.php?&act=luascripts
by InnerCity
2003-08-24 10:44
Forum: Hubs and scripts
Topic: general bot: max number of connected hubs: question
Replies: 0
Views: 1038

general bot: max number of connected hubs: question

in my hub the max number of hubs you can be simultaneously connected is 2, but some users have been connected on more than 2 hubs, breaking this rule, this occurs when they are registered in other hubs, so the tag is something like H:2/1/1 (for example), so my question is: what does general bot chec...
by InnerCity
2003-08-15 22:24
Forum: Hubs and scripts
Topic: Help with bot (kick doesn't work)
Replies: 11
Views: 4187

sorry, this is not the real end, anyway, try to use
colUsers.SendChatToAll CStr(sBotName),CStr(sA)
curUser.PrivateMessage CStr(sBotName),CStr(sA)

and define sA as you want