mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 22
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 22
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.
Joined: Dec 2002
Posts: 20
C
Ameglian cow
Offline
Ameglian cow
C
Joined: Dec 2002
Posts: 20
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.


"Illegitimati non Carborundum" -> "Don't let the bastards grind you down."
Joined: Dec 2002
Posts: 75
wyx Offline
Babel fish
Offline
Babel fish
Joined: Dec 2002
Posts: 75
hik's on 403 code crazy


-= Win 95 Virusses =-
-= Try To Infecting Virus =-
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
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


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Dec 2002
Posts: 22
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 22
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,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Ya outta luck, few webhosts allow remote loading these days because it reduces hits on their ad banners.

Joined: Dec 2002
Posts: 22
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Dec 2002
Posts: 22
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,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
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


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C

Link Copied to Clipboard