mIRC Homepage
Posted By: Sl1pkn0t hi asking a question pls help thanks - 18/12/02 06:10 AM
Hi i was wondering im using Invision's Fserver Browser and i want to copy the list of files/Dir of one's fserver to the clipboard but how would i copy it ?Any ideas ?And is there an addon out there that can help me ?Look at screenshot to see what i mean thanks
Sry didnt know i cant link images on my webserver use the link below thanks
http://www23.brinkster.com/sl1pkn0tman6666/img.png
Okay try this one maybe geocities will work laugh
Image Link here
Posted By: Cassius Re: hi asking a question pls help thanks - 18/12/02 06:56 AM
please get a better website:

HTTP1.1 STATUS 403 Remote Access to this object forbidden This file cannot be directly accessed from a remote site, but must be linked through the Brinkster Member's site.
Posted By: wyx Re: hi asking a question pls help thanks - 18/12/02 10:44 AM
hik's on 403 code crazy
Posted By: theRat Re: hi asking a question pls help thanks - 18/12/02 01:36 PM
I could view the picture grin, and when I looked, I saw in it words like warez, movies and porn, as far as I know those all are copyrighted material, and therefore illegal, so we can't help?

crazy
Posted By: Sl1pkn0t Re: hi asking a question pls help thanks - 18/12/02 03:26 PM
Well i just want to cope the list to a txt file i have nothing to do with the warez etc its on someone elses fileserver....
Posted By: Watchdog Re: hi asking a question pls help thanks - 18/12/02 07:50 PM
Ya outta luck, few webhosts allow remote loading these days because it reduces hits on their ad banners.
Posted By: Sl1pkn0t Re: hi asking a question pls help thanks - 18/12/02 11:06 PM
Well let me rephrase my question then how can i copy selected text in a dialog within a list to the clipboard ?
Posted By: Hammer Re: hi asking a question pls help thanks - 18/12/02 11:22 PM
Assume that your listbox ID is number 5:
Code:

  clipboard $did($dname,5,1).seltext
  var %limit = $did($dname,5,0).sel
  var %i = 2
  while (%i <= %limit) {
    clipboard -a $did($dname,5,%i).seltext
    inc %i
  }
  ;
  ; your selected lines are now on your clipboard, ready to Ctrl-V (paste) somewhere
© mIRC Discussion Forums