Go Back   FlashFXP Forums > > > >

St0rm's scripts StormDICE, StormAPPROVE, StormSEARCH, StormRW, StormNEW, StormZS, StormRULES, StormNFO, StormACTIVITY

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-03-2014, 09:19 AM   #1
jared-
Junior Member
FlashFXP Registered User
 
Join Date: Dec 2013
Posts: 8
Default Anyone still got these scripts?

Hey guys,

Does anyone still have a copy of Storm's scripts? Looking for the NFO one.

Thanks.
jared- is offline   Reply With Quote
Old 02-03-2014, 05:21 PM   #2
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

I've got a copy of all the scripts available circa 2005 that were on this site, but I don't have st0rms since it looks like none of them were there at that time. Hopefully someone else might have it for you.
Yil is offline   Reply With Quote
Old 02-03-2014, 07:22 PM   #3
jared-
Junior Member
FlashFXP Registered User
 
Join Date: Dec 2013
Posts: 8
Default

Cool! Are you able to send me a copy of the scripts?

Do you have any to display NFO files?
jared- is offline   Reply With Quote
Old 02-04-2014, 03:17 PM   #4
Yil
Too much time...
FlashFXP Beta Tester
ioFTPD Administrator
 
Join Date: May 2005
Posts: 1,194
Default

If I want to see a .nfo I just use the view file option in FlashFXP. When/how were you wanting to see them? I can't think printing them out on CWD's would be a good idea. Some of them are huge...
Yil is offline   Reply With Quote
Old 05-11-2014, 06:08 AM   #5
Dahlia
Member
 
Join Date: Sep 2008
Posts: 33
Default

I was using this nfoshow script from Jeza

Code:
set iojNFO(version)			"1.0"

set ldir [glob -nocomplain -directory [resolve pwd $pwd] *]

foreach ndir $ldir { 
  if { ([string match -nocase "*.nfo" $ndir ]) } {
    if { [file exists $ndir] } {
      set Oerror [catch { set nfoFile [open $ndir r] } Oresult]
      if { !$Oerror } {
        while { ![eof $nfoFile] } {
          iputs -nobuffer [gets $nfoFile]
        }
      }
      set Cerror [catch { close $nfoFile } Cresult]
    }
  }
}
and this is what you looking for:
StormSHOWNFO V1.0
stormshownfo.rar
Dahlia is offline   Reply With Quote
Reply

Tags
guys, hey, nfo, scripts, storms

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:41 AM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)