Search found 143 matches

by Paul_Don
2003-08-21 12:58
Forum: Hubs and scripts
Topic: Need a OP - entering script
Replies: 2
Views: 1646

Dim sBotName, sUserMsg, sRegMsg, sOpMsg, oUser Sub Main sBotName = "Entry" sUserMsg = "" sRegMsg = "%USER% has entered" sOpMsg = "%USER% Has Entered" Set oUser = CreateObject("Scripting.Dictionary") '***************************************************************************************************...
by Paul_Don
2003-07-22 23:39
Forum: Hubs and scripts
Topic: VIP script needed...
Replies: 2
Views: 1628

well technicly all u have to do is go to http://gadget.no-ip.info
and download his general bot and as for vips register them in your hub with username and password. then u can sort it out through general bot
by Paul_Don
2003-07-16 13:11
Forum: Hubs and scripts
Topic: lost hub addy
Replies: 2
Views: 1604

Found it
by Paul_Don
2003-07-08 20:46
Forum: Hubs and scripts
Topic: the best script request ever made in the world
Replies: 12
Views: 5103

ask gadget nicely :P i think he probably might be updatin it with feature for the nmdc but im not sure

but the

+message <user> <msg> leaves a message to a specific user when he/she logs on


command works fine for me jsut dont restart ya comp all the time
by Paul_Don
2003-07-07 16:19
Forum: Hubs and scripts
Topic: Auto redirect script
Replies: 4
Views: 2323

cheerz buddy appreciate it
by Paul_Don
2003-07-07 11:53
Forum: Hubs and scripts
Topic: Auto redirect script
Replies: 4
Views: 2323

And with maybe a private message :P :oops:
by Paul_Don
2003-07-07 10:41
Forum: Hubs and scripts
Topic: Auto redirect script
Replies: 4
Views: 2323

Auto redirect script

Any of u badass coders reckon u do me a quick script that will redirect users to another address if there not registered? :twisted:
by Paul_Don
2003-07-06 17:11
Forum: Hubs and scripts
Topic: joint multiple HUBs
Replies: 4
Views: 2456

And thats pointless cause multi hub search dont work in dc++ because u can conenct to multible hubs
by Paul_Don
2003-07-06 04:23
Forum: Hubs and scripts
Topic: Problems Running A Hub/Connecting With DC++
Replies: 5
Views: 2622

try connecting 127.0.0.1:411
by Paul_Don
2003-07-06 04:05
Forum: Hubs and scripts
Topic: Yet another script request.
Replies: 7
Views: 3110

+userinfo <username>
+ipinfo <ip>


already implemented in general bot should sort ya out
but generally what i do is look for the exact same share as what the person had been kicked and kick them again take note of there ips
then do +find 81.66 for example then u can see :lol:
by Paul_Don
2003-07-02 16:38
Forum: Hubs and scripts
Topic: Script request
Replies: 5
Views: 2698

gadget wins :oops:
by Paul_Don
2003-07-02 16:29
Forum: Hubs and scripts
Topic: Script request
Replies: 5
Views: 2698

ok just add

Code: Select all

Sub OpConnected(curUser) 
  Call NewUserConnected(curUser) 
End Sub
to the script also :P
by Paul_Don
2003-07-02 12:19
Forum: Hubs and scripts
Topic: Script request
Replies: 5
Views: 2698

Code: Select all

Sub NewUserConnected(curUser)

strTrig = lcase("$name1$name2$name3$") 
If instr(1, strtrig, "$" & lcase(curUser.sName) & "$") then 
  colUsers.SendChatToAll "Hub-Security", "ViP " & curUser.sName & " has entered." 
End if 
Exit Sub
Just hard Code ViP's where u see $name1$name2$name3$
by Paul_Don
2003-06-27 21:59
Forum: Hubs and scripts
Topic: IPBlocker Subnets
Replies: 4
Views: 2368

OK thanx alot :)
by Paul_Don
2003-06-27 10:34
Forum: Hubs and scripts
Topic: IPBlocker Subnets
Replies: 4
Views: 2368

well see i wasnt sure on which ones wouldnt be appropriate i just scoured round a few sites and took note of ip they tell people to ban on there firewalls i took out the very obviousones like U.S postal service i just need someone wiht some knowledge to tell me which ones i should remove as they wou...
by Paul_Don
2003-06-27 08:06
Forum: Hubs and scripts
Topic: IPBlocker Subnets
Replies: 4
Views: 2368

IPBlocker Subnets

ok i actually wrote htis in the wrong part of the forum so ill write it again :) Ok i gathered a few bad ip subnets and implemented into aDes and butterflysouls IPBlocker Would someone please have a look through it and tell me which ones are not applicable. There is currently 112 in there www.underg...
by Paul_Don
2003-06-16 13:46
Forum: Hubs and scripts
Topic: ADE IPBLOCKER WITH COMMAND
Replies: 13
Views: 5100

you could do it with a script that writes to txt files. by pointing to the cfg i was thinkin exactly like u, but hten i though of the other probs which would be the ip range would have to be wrote exact and failing to do so could ban alot of people form the hub. and there not the option to delete th...
by Paul_Don
2003-06-09 11:48
Forum: Hubs and scripts
Topic: Make script requests here!
Replies: 23
Views: 8411

well personally i think gadget webstats is more than adaquite
by Paul_Don
2003-06-08 21:21
Forum: Hubs and scripts
Topic: Script problem.. =(
Replies: 3
Views: 1981

are u writing in your shoutcast address in this line

Code: Select all

aStreams=Array("myhub.no-ip.com:8000","password") 
by Paul_Don
2003-06-08 21:18
Forum: Hubs and scripts
Topic: Make script requests here!
Replies: 23
Views: 8411

for one day wtf, why when u can have ftp uplaod every minute??
by Paul_Don
2003-06-08 11:08
Forum: Hubs and scripts
Topic: Make script requests here!
Replies: 23
Views: 8411

pitty tasman never got round to finishign his version of gadget webstats got too caught up on sdch :(
by Paul_Don
2003-06-06 12:26
Forum: Hubs and scripts
Topic: A rules script.
Replies: 2
Views: 1676

Dim sBotName Sub Main() sBotName="bot-name" frmHub.RegisterBotName(CStr(sBotName)) End Sub Sub NewUserConnected(curUser) curUser.PrivateMessage CStr(sBotName), " "&_ vbCrLf & +vbTab+vbTab+" "& _ vbCrLf & +vbTab+vbTab+" • Rule 1"& _ vbCrLf & +vbTab+vbTab+" • Rule 2"& _ vbCrLf & +vbTab+vb...
by Paul_Don
2003-06-02 20:42
Forum: Hubs and scripts
Topic: Download problem
Replies: 1
Views: 1346

mmmmmmm............. over there :arrow:
by Paul_Don
2003-05-31 21:32
Forum: Hubs and scripts
Topic: Help me !
Replies: 5
Views: 2705

they take up as much as any other user but they are down right bastards the best way is to get general bot made by gadget and ban th euser names and the ip that should work o if there major asshole get aDe and butterflysouls ip blocker and block there whole dame subnet :P
by Paul_Don
2003-05-31 11:14
Forum: Hubs and scripts
Topic: How did he find my hub??
Replies: 6
Views: 3538

i have 1024/256 and i run a hub with nearlly 200 users and share it doesnt make any significant impact there might be a bit of lag here and there but never get connection reset
or no one has ever told me in the year of running it :S
by Paul_Don
2003-05-31 09:53
Forum: Hubs and scripts
Topic: How did he find my hub??
Replies: 6
Views: 3538

a hub with 10 users wont take up bugger all abndwidth u could run that on 56k no problem if u really worried bout your hub registerin get the PtokaX hub software and delete the registration add then it definately wont register nowhere :)
by Paul_Don
2003-05-30 20:27
Forum: Hubs and scripts
Topic: How did he find my hub??
Replies: 6
Views: 3538

it probably did register
by Paul_Don
2003-05-30 03:16
Forum: Hubs and scripts
Topic: Chat stats
Replies: 5
Views: 2567

cheerz guys
by Paul_Don
2003-05-29 10:24
Forum: Hubs and scripts
Topic: Chat stats
Replies: 5
Views: 2567

rght lets see would that give u like top 10 posters and top 10 ops post sorta thing?
by Paul_Don
2003-05-29 04:16
Forum: Hubs and scripts
Topic: Chat stats
Replies: 5
Views: 2567

Chat stats

is there a chat stats script for the nmdc hub like there is for ptokax that show top ten posters and what not, ive looked about and cant find one :(
by Paul_Don
2003-05-27 21:03
Forum: Hubs and scripts
Topic: error 339
Replies: 4
Views: 2056

or u could try installin nmdc client first then running the hub client
by Paul_Don
2003-05-26 01:52
Forum: Off Topic
Topic: Anyone on seti@home?
Replies: 16
Views: 7722

any of u lot ran grub client at all??
www.grub.org pretty good :P
by Paul_Don
2003-05-24 21:49
Forum: Hubs and scripts
Topic: SHELL ACCOUNT TO HOST A DCHUB...is it possible?
Replies: 5
Views: 2233

if u got a none restriction shell account it should be no prob
by Paul_Don
2003-05-23 18:23
Forum: Feature Discussion (Archived)
Topic: Simultaneously download from more than one source?
Replies: 3
Views: 1939

take it u aint come accross pDC++ then

http://www.lowertech.net/pdcpp/
by Paul_Don
2003-05-21 17:10
Forum: Hubs and scripts
Topic: Window pop up on connect
Replies: 4
Views: 2260

yes it does work for registered users and ops but new users dont get it i think it might be because the reg script interferes but everyhting is fine
thanks for your help :)
by Paul_Don
2003-05-20 10:08
Forum: Hubs and scripts
Topic: media files wont play !!!! Help!
Replies: 5
Views: 2444

noo prob
by Paul_Don
2003-05-19 21:29
Forum: Hubs and scripts
Topic: media files wont play !!!! Help!
Replies: 5
Views: 2444

by Paul_Don
2003-05-19 14:31
Forum: Hubs and scripts
Topic: media files wont play !!!! Help!
Replies: 5
Views: 2444

u need the codecs www.vcdhelp.com go on there and downlaod nimo codec pack
by Paul_Don
2003-05-19 12:04
Forum: Hubs and scripts
Topic: Window pop up on connect
Replies: 4
Views: 2260

Window pop up on connect

ok this was psoted b4 but for sum reason it never worked i want the message to come up in a new window on connect for everyone heres the code Dim sBotName Sub Main() sBotName="[uF]" frmHub.RegisterBotName(CStr(sBotName)) End Sub Sub NewUserConnected(curUser) curUser.PrivateMessage CStr(sBotName), " ...
by Paul_Don
2003-05-17 21:39
Forum: Hubs and scripts
Topic: LINE SCRIPT TO DETECT A SINGULAR FILE
Replies: 10
Views: 4006

well and on another note the range aint too much usualy like 81.6.83.xxx so it aint too bad it snot like your banning everyone with 81.6 in there ip
by Paul_Don
2003-05-17 21:36
Forum: Hubs and scripts
Topic: LINE SCRIPT TO DETECT A SINGULAR FILE
Replies: 10
Views: 4006

well i use aDes ipblockers and it seems in uk people ip range dont change too drastic so banning ranges works fine i dont know whether this is the case for other countrys but it seems too work ok for banning certain people in the uk
by Paul_Don
2003-05-17 08:23
Forum: Hubs and scripts
Topic: n00b needs help! Looking for finnish HUB-lists
Replies: 3
Views: 2284

www.moglo.net use there hublist it tells u the country the hub is in that should help
by Paul_Don
2003-05-17 05:34
Forum: Hubs and scripts
Topic: A good purely music/MP3 hub?
Replies: 1
Views: 829

see below
by Paul_Don
2003-05-17 05:29
Forum: Hubs and scripts
Topic: searching hubs with out being connected ?
Replies: 8
Views: 4204

see below
by Paul_Don
2003-05-17 05:27
Forum: Hubs and scripts
Topic: Uhhh...Little help please!
Replies: 2
Views: 1588

http://www.undergroundfusion.co.uk/tutorial.html

that is a tutorial to get into my hub but it will give u the general idea
and if u downlaod the dc++ off my site its already got new hublsits in
so give it a try and feel free to pimp out my tutorial :P
by Paul_Don
2003-05-17 05:25
Forum: Hubs and scripts
Topic: Help Needed!
Replies: 1
Views: 828

i dont think theres a linux hub soft that supports lua but open dc is a linux hub software and scripting is perl theres a few scripts about for it
by Paul_Don
2003-05-17 05:23
Forum: Hubs and scripts
Topic: LINE SCRIPT TO DETECT A SINGULAR FILE
Replies: 10
Views: 4006

ive found a way let the wankers come in like another 5-10 times and keep kicking them think they got the better of ya take note of there ips then gets ades iprang blocker then ban there ip range this will also bann people in the same area than him/her but the chances of people living near them and t...
by Paul_Don
2003-05-14 17:49
Forum: Hubs and scripts
Topic: GOOD Swedish hub list needed
Replies: 5
Views: 3764

seems mo is a nicer person than me
by Paul_Don
2003-05-14 17:46
Forum: Hubs and scripts
Topic: new hublist
Replies: 2
Views: 3681

good work :)
by Paul_Don
2003-05-14 17:43
Forum: Hubs and scripts
Topic: "share" a hub with 2 or 3 users
Replies: 3
Views: 2016

the best thing to do as dc++ wont redirect to the same address and most people dont follow redirects anyway is to change the dns to your mates computer once its workin after liek 10 minutes jsut close down the hub on your computer then the users client will try reconnect to thesame address then conn...