Search found 105 matches

by InnerCity
2003-08-15 21:52
Forum: Hubs and scripts
Topic: Help with bot (kick doesn't work)
Replies: 11
Views: 4229

may need this End Select If sA<>"" Then If InStr(sA,"\n")>1 Then sA=Replace(sA,"\n",vbCrLf) If InStr(sA,"\t")>1 Then sA=Replace(sA,"\t",vbTab) If iSecurity=0 Then colUsers.SendChatToAll CStr(sBotName),CStr(sA) Else curUser.SendData CStr("<"+sBotName+" (private)> "+sA) End If End If End If dont need ...
by InnerCity
2003-08-15 21:43
Forum: Hubs and scripts
Topic: Help with bot (kick doesn't work)
Replies: 11
Views: 4229

this is a extract of general bot, use it as model there are some functions used that doesnt appear in this extract, but you can find this fucntions if download the general bot script Case sCmdPrefix+"kick" If sUser="" Then sA="Please give a username" ElseIf bIsIP(sUser) Then sA="Can't kick an IP num...
by InnerCity
2003-08-15 18:20
Forum: Hubs and scripts
Topic: Help with bot (kick doesn't work)
Replies: 11
Views: 4229

use curUser.Kick()

the best help that the scripters can give you is their works
take a look at some of them

http://gadget.no-ip.info/
http://dc.ww-ei.com/index.php?&act=scripts
by InnerCity
2003-08-08 15:53
Forum: Hubs and scripts
Topic: OP Status
Replies: 3
Views: 1910

in the status message menu of nmdc, also have information about users kicked and opers that kicked them
by InnerCity
2003-08-08 15:51
Forum: Hubs and scripts
Topic: OP Status
Replies: 3
Views: 1910

general bot will tell you something like..
[22:49] <0-Cancerbero> Informacion sobre el usuario innercity desde vie 8.8.2003 16:18:27
Connected: Yes
Operator: Yes, kicked 0 users, banned 2 users....
but no other details about an oper
by InnerCity
2003-07-31 04:30
Forum: Hubs and scripts
Topic: Problem with my hub, please help
Replies: 1
Views: 1167

yes, you can connect to your hub, download dc++ client, in "file/public hubs" enter your IP address in the field "manual connect address" and click on "connect"
by InnerCity
2003-07-31 04:26
Forum: Hubs and scripts
Topic: Small prob. with my hub.......!
Replies: 9
Views: 3751

in the nmdc hub you have a section called CLIENT STATS where you can see who is connected (USERNAME), his IP and STATUS
take a look there
by InnerCity
2003-07-30 21:02
Forum: Hubs and scripts
Topic: Pm to ops
Replies: 8
Views: 3119

http://gadget.no-ip.info/scripts/Op-Message.script
All users can send messages to all ops with this (talebearbot or something).
by InnerCity
2003-07-30 20:56
Forum: Hubs and scripts
Topic: Small prob. with my hub.......!
Replies: 9
Views: 3751

i usually have this problem with my users, i dont register my users, but if one of them have the described problem then i have to register him to stop the problem i think this occurs when the user disconnect but nmdc doesnt drop him from the client stat list, so when the user try to reconnect nmdc s...
by InnerCity
2003-07-20 15:57
Forum: Off Topic
Topic: panic in spain
Replies: 0
Views: 1399

panic in spain

25 soft companies want to make massive-judgments to p2p users (emule and adsl users), they have been spying file transfers about 6 months http://www.spanishare.com/modules.php?op=modload&name=XForum&file=viewthread&tid=108489 this is the post (in spanish), 10.000 visits in 3 days they think the Peer...
by InnerCity
2003-07-17 02:59
Forum: Hubs and scripts
Topic: need another server
Replies: 2
Views: 1670

but...in my hub is only permited dc++/oDC, and the script doesnt kick mldc clients because of being mldc clients, it kick them because of being direct connect users, so if i use one of that servers that you can check what kind of clients are allowed (direct connect/dc++), will i spend the same bandw...
by InnerCity
2003-07-16 11:21
Forum: Hubs and scripts
Topic: need another server
Replies: 2
Views: 1670

need another server

my hub is growing up, now 50 users, tomorrow dont know sometimes the nmdc server gets peaks of 3kb/s of upload (when we start to run the hub never was more than 0.2 kb/s), the total upload of my 128 kb cable connection is 7kb/s, so it start to be a problem think mldc clients and the myinfo upload it...
by InnerCity
2003-07-15 01:24
Forum: Hubs and scripts
Topic: Welp to finish this script
Replies: 2
Views: 1501

tmpMsg = vbCrLf + "Aqui está a lista de tudo o que há de novo no hub! :" + vbCrLf + _ "Breath of Fire IV (PC-CD-ROM)" + vbCrLf + _ "Dragon Ball Hentai and the Space gays" go here http://gadget.no-ip.info/ and download bulletin script, you can easily modify it to work only for show the list you...
by InnerCity
2003-07-12 09:23
Forum: Hubs and scripts
Topic: dcForum Script (for SDCH)
Replies: 5
Views: 2574

may i'll need it for opendchub, but must be written in perl
and of course, a lot of people will need it for nmdc, sure
seems to be a god job, well done
by InnerCity
2003-07-10 19:07
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

didn't want to criticize memobot very well explained all the script i have learned a lot of vb just watching it it's a beautiful and usefull script only was looking for the most simple way of doing something, sorry there is a typo in the script i downloaded from dc++ the new decade http://dc.ww-ei.c...
by InnerCity
2003-07-10 06:57
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

:D Function CheckRegUser(sUser)
CheckRegUser=True
End Function :D
by InnerCity
2003-07-10 06:53
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

Function CheckRegUser(sUser) If frmHub.lstOps.FindItem(CStr(sUser)) Is Nothing Then CheckRegUser=True End Sub non-registered users can't send memos to registered users finally used Function CheckRegUser(sUser) If frmHub.lstOps.FindItem(CStr(sUser)) Is Nothing Then CheckRegUser=True CheckRegUser=Tru...
by InnerCity
2003-07-10 06:03
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

thanks again, working ok, but i think memobot is... think about this: a "sub" inside a multi bot, your general-bot script, for example the invalid newuserconnected (like mldc) are stopped by the initial conditions, so the subroutine will not work with invalid users (no waste of cpu) you have a txt, ...
by InnerCity
2003-07-10 02:56
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

sorry, i am writting a monologue, but i am modifying memobot to work with no registered users, i have a question, it seems that the logic operator "or" doesn't exist in vbscript, can use only one "sub" for all kind of users??????is there any better way than repeat the "sub"? 'Registered User Logs in...
by InnerCity
2003-07-10 00:01
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

''''''''''''''''''''''''''''''''''' 'Check if user is in hub registry '''''''''''''''''''''''''''''''''''' Function CheckRegUser(sUser) CheckRegUser = True For Each oItem In frmHub.lstOps.listItems If lcase(oItem.Text) = Lcase(sUser) then CheckRegUser = True End IF Next End Function that's my dirty ...
by InnerCity
2003-07-09 21:32
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

shit, only works with registered users, if i register my users the general bot don't test connection settings and file list conditions, so i would have to modify it

what is the problem of sending messages non-registered users ¿any hacking question¿?¿?¿?¿?¿?
by InnerCity
2003-07-09 20:50
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

found the MemoBot, time to run it
by InnerCity
2003-07-09 15:20
Forum: Hubs and scripts
Topic: mldc client probleme
Replies: 4
Views: 2142

i have modified that script for mldc clients

If instr(1, Lcase(sDesc), "mldc client") Then .......
if cstr(curUser.iBytesShared) = "11534336" then ......

and it bans temporarly the ip TWO times (appears two consecutive times in the nmdc tem.ban.list)
by InnerCity
2003-07-08 18:46
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5142

the best script request ever made in the world

po zi, mas o menos :lol: :lol: :lol: i have general bot script, and it has a command to leave messages to users that are not connected, when they just connect they receive the message, ok, but it only works for opers and if you restart the hub you lost? the message (i didn't test it, but i think it ...
by InnerCity
2003-07-08 13:21
Forum: Hubs and scripts
Topic: Dc Hub V 3
Replies: 6
Views: 3293

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You can vote in polls in this forum

and what is that?
by InnerCity
2003-07-06 20:24
Forum: Hubs and scripts
Topic: Yet another script request.
Replies: 7
Views: 3135

anyway, if you wanna hunt them, you'd better don't ban their nick, so they will be more identifiables. if you ban permanently their ip every time they connect, finally you can see their range just typing "+banlist", the same firts numbers of their ip-range is at your eyes, but, i will never say no t...
by InnerCity
2003-07-06 19:39
Forum: Hubs and scripts
Topic: Yet another script request.
Replies: 7
Views: 3135

this script exists, it's called "ban nick". only if they change the nick then you will need to ban their ip-range, ok, but if they have changed the nick to connect to your hub and also change ip on every connection to the hub (that is the situation we are discussing), how can the script know that is...
by InnerCity
2003-07-06 16:04
Forum: Hubs and scripts
Topic: joint multiple HUBs
Replies: 4
Views: 2481

you can only join the search capacity, if user1 makes a search in hub1 it will be shown if any user being connected to hub2 have this file, and user1 don't need to be connected to hub2
by InnerCity
2003-07-06 09:29
Forum: Hubs and scripts
Topic: Yet another script request.
Replies: 7
Views: 3135

you can activate "view status message in main chat", in the appearance menu, so you will have the ip of all the kicked users in the log/window of the main chat (if you kick them with your dc++ client user menu), this is usefull to find ip ranges of a-lot-of-times-kicked-users
by InnerCity
2003-07-04 14:17
Forum: Hubs and scripts
Topic: how to build a DC++ HubList Server ? thanks
Replies: 11
Views: 3584

and don't use emoticons unless you want to express an specific feeling
by InnerCity
2003-07-02 11:59
Forum: Hubs and scripts
Topic: general bot strange behavour
Replies: 7
Views: 2972

perfect, it works fine, sends the message only one time when you connect to the hub
thanks a lot, all of your scripts are very usefull
by InnerCity
2003-07-02 07:45
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

if you have time to do it i'll be your grateful tester
by InnerCity
2003-07-02 07:26
Forum: Hubs and scripts
Topic: general bot strange behavour
Replies: 7
Views: 2972

yeah, now it works fine, the bot sends the message but doesn't disconnect anybody .THANKS now i have a question, i have this value iSearchInterval = 0 '<- Bad file search interval in minutes. if you writte 30, for example, the bot will search bad files every 30 minutos, ok, but if you writte 0, as i...
by InnerCity
2003-06-30 10:31
Forum: Hubs and scripts
Topic: general bot strange behavour
Replies: 7
Views: 2972

the script send the sreason(21) text, the spolicy(0) text and tells the path and name of the bad file, that is OK, but also disconnect the user, this is the problem, it is supossed that ipolicy(0) make no action but... :( :( :( :( :( :( first disconnect the users who are inside the hub with this bad...
by InnerCity
2003-06-30 08:53
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

there was no typo, it was only a stupid error that it made, i forgot to change this kind of broken lines -------------------- SendChatToOps sChatName, "The IPs could not be loaded: the cfg file was not found! Please edit the path specified in the script." -------------------------------- now it's al...
by InnerCity
2003-06-30 06:16
Forum: Hubs and scripts
Topic: general bot strange behavour
Replies: 7
Views: 2972

lol CurUser.Kick() Case 4 x=Ban(curUser.sName,CStr(sPolicy(iPolicy(iReason))),CStr(sBotName)) CurUser.Kick() End Select sLastPunished=CStr(curUser.sName) If sFollow<>"None" Then If LCase(sFollow)=LCase(sOpChatName) Then For each userOP in colUsers If userOP.bOperator Then colUsers.ItemByName(CStr(us...
by InnerCity
2003-06-29 18:25
Forum: Hubs and scripts
Topic: general bot strange behavour
Replies: 7
Views: 2972

general bot strange behavour

i want general bot to tell my users about uncompressed aplications. this will be a future expulsion reason, but not yet, so i only want it to tell about dll files. ok, i just added Dim sReason(21),iPolicy(21) <-------one more value ------------------------------ "T?F?0?1?.vob","T?F?0?1?.dll" <------...
by InnerCity
2003-06-22 05:42
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

thanks, i will report the typo if i find it
i think it exists cos i tried the two methods that refer Ade in the old ipblocker to run the script and had the same windows error
by InnerCity
2003-06-19 23:13
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

i supose that when you say typo you mean a type error
(i don't know about developer's expressions)
is there any script editor to find that kind of errors?
one of them that make easy the visualization/comprehension of the code?
by InnerCity
2003-06-17 10:42
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

i have this windows error:
Error 1033: Constante de cadena sin terminar
it could be translated as: constant string value not finished
where is wally?
by InnerCity
2003-06-17 09:47
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

testing testing testing
THANKS
by InnerCity
2003-06-16 18:15
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

ok, i prefer to have some fails by other opers than to be the only one who can ban ip ranges, i can't always be vigilant of my hub
i will look for that script
by InnerCity
2003-06-16 06:52
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5155

ADE IPBLOCKER WITH COMMAND

could it be possible to have the ade ipblocker script but having a command entry to add ip ranges by any oper?
just an utility to ban ip ranges not being the owner of the hub or editing the ipblocker.cfg by the owner
by InnerCity
2003-06-12 20:34
Forum: Hubs and scripts
Topic: GeneralBot slots problem
Replies: 7
Views: 3434

vip users=registered users have some privileges with generalbot examples: ElseIf bIsVIP(sUser) Then sA="Can't flood a VIP user" ----------------------------- Else sA="Can't ban IP number '"+CStr(sUser)+"' because it belongs to an operator/VIP '"+CStr(sOp)+"'" ----------------------------------------...
by InnerCity
2003-06-12 15:18
Forum: Hubs and scripts
Topic: GeneralBot slots problem
Replies: 7
Views: 3434

of course, you are an oper and the admin. of the hub
¿do you want a bot with more privileges than you?
:D :D :D :D :D :D :D :D
by InnerCity
2003-06-10 09:59
Forum: Hubs and scripts
Topic: Help me !
Replies: 5
Views: 2739

thanks, sir
by InnerCity
2003-06-08 09:02
Forum: Hubs and scripts
Topic: Make script requests here!
Replies: 23
Views: 8484

acumulative statistics of the share amount data peaks per hour, day or week. just like the maximun number of users in the gadget webstats
by InnerCity
2003-06-01 00:03
Forum: Hubs and scripts
Topic: Help me !
Replies: 5
Views: 2739

I've heard serveral times about aDe IP blocker
where can i get it?
by InnerCity
2003-05-26 14:37
Forum: Hubs and scripts
Topic: SHELL ACCOUNT TO HOST A DCHUB...is it possible?
Replies: 5
Views: 2256

telnet, ssh, ftp, lynx, pine, perl, java, tcl, c, c++, control pannel, eggdrops, process, bnc, psybnc, shell, bitchX, cgi, ircd....i am lost :cry: :cry: :cry: :cry: :cry: :cry: :cry: what do i really need to host a dchub¿?¿?¿?¿?? i need technical support, is there anybody out there??????...
by InnerCity
2003-05-25 09:39
Forum: Hubs and scripts
Topic: SHELL ACCOUNT TO HOST A DCHUB...is it possible?
Replies: 5
Views: 2256

well, i will try to do it and so my computer will say: "thanks for this little rest, my lord"