mIRC Home    About    Download    Register    News    Help

Print Thread
#26010 26/05/03 01:17 AM
Joined: May 2003
Posts: 9
D
Dra6oN Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: May 2003
Posts: 9

#26011 26/05/03 03:30 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
ok no matter how many times u bump the threads or post the same thing over and over again in a new thread no one will help u ...... if u use the search feature u would come to the conclusion that this has been address numerous numerous times ..... and there is several answers to your issue ...... as far as that goes ive seen atleast 4 posts from u that have offered nothing but to make the original post be noticed ....... but i will assure u of one thing ........ no one will reply to u if your going to continue such childish impatiance


D3m0nnet.com
#26012 26/05/03 04:20 AM
Joined: May 2003
Posts: 9
D
Dra6oN Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: May 2003
Posts: 9
I dont want to sound like a @$$ or anything, but I searched every little topic on DCC and no I did not find anything, I tried everything. But yes I am sorry for acting so impatiencent.

#26013 26/05/03 04:42 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
ok im assuming u have found this code right here that someone else says works ... ive not tested it nor will i try ..... but u ned to take this code {

Code:
ctcp *:*: {
  if  ($1-2 == dcc send) {
    if ($exists(download\ $+ $3)) { ctcp $nick DCC resume file.ext $dccportfree $file(download\ $+ $3).size | halt }
  }
}
alias dccportfree {
  var %i <first dcc port>
  while (%i <= <last dcc port>) {
    if ($portfree(%i)) { return %i }
    else inc %i
  }
}


and add it to your remotes section of your mirc ..... the person who posted it says it works for them ,,,,, hopefully it will work for u too ..... once u put it in your remotes and have your remotes on that should be all u need to do to utilize this code hopefully that will help u


D3m0nnet.com
#26014 26/05/03 05:02 AM
Joined: May 2003
Posts: 9
D
Dra6oN Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: May 2003
Posts: 9
no work frown

#26015 26/05/03 05:11 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
well quite possibly sending a private message to the original poster who created that script would help you other than that i dont know of any problem ud be having with resume ... as it works fine for me .....


D3m0nnet.com

Link Copied to Clipboard