mIRC Home    About    Download    Register    News    Help

Print Thread
S
Sl1pkn0t
Sl1pkn0t
S
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

Last edited by Sl1pkn0t; 18/12/02 07:25 AM.
C
Cassius
Cassius
C
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.

W
wyx
wyx
W
hik's on 403 code crazy

T
theRat
theRat
T
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

S
Sl1pkn0t
Sl1pkn0t
S
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....

Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
Ya outta luck, few webhosts allow remote loading these days because it reduces hits on their ad banners.

S
Sl1pkn0t
Sl1pkn0t
S
Well let me rephrase my question then how can i copy selected text in a dialog within a list to the clipboard ?

Joined: Dec 2002
Posts: 1,253
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,253
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


Link Copied to Clipboard