View Single Post
Old 05-29-2005, 01:27 PM  
turbo|TBL
Junior Member
 
Join Date: Oct 2002
Posts: 3
Default HOWTO: Integrate cSFVse into FlashFXP

i wrote this for all you people who want SFV checking. I know that the flashfxp guy has his own sfv checker, but i found the one that i used for this guide to be quite a smooth addition/compliment to flashfxp. feedback is always appreciated! thanks--

Quote:

----------------------------------------------------------------------------
HOWTO: Integrate cSFVse into FlashFXP
----------------------------------------------------------------------------
Written by: turbo|TBL
2005-05-30


Obtaining the software:
-FlashFXP can be downloaded and legally used for 30 days.
https://oss.azurewebsites.net
-cSFVse is freely available from his website. What a nice guy :)
http://cruzer.antispam.dk/


Assumptions:

For the purposes of this howto, we use "C:\Program Files\FlashFXP" for the
FlashFXP install location, and "C:\Program Files\FlashFXP\cSFVse" for the
cSFVse install location.


Instructions:

1. Extract cSFVse archive to the location of your choice.


2. Create the .bat file and then insert the contents via a text editor:
Filename: sfvcheck.bat
---------------------file-contents-begin-below-this-line--------------------

"C:\Program Files\FlashFXP\cSFVse\cSFVd.exe" -file "%1"

---------------------file-contents-end-above-this-line----------------------
***NOTE: make sure the paths reflect your own systems configuration
***NOTE: Thise whole file should only contain one (1) line

3. In your FlashFXP installation directory, locate the file 'FlashFXP.ini'
and open it in a text editor.


4. Insert the following block of text into the file 'FlashFXP.ini':
Filename: FlashFXP.ini
---------------------file-contents-begin-below-this-line--------------------

[run]
app="C:\Program Files\FlashFXP\sfvcheck.bat"
param=%f
show=0

---------------------file-contents-end-above-this-line----------------------
***NOTE: make sure the paths reflect your own systems configuration
***NOTE: Thise whole file should only contain one (4) lines

Final Notes: FlashFXP must be restarted for changes to take effect. Also,
you will most likely want to go through cSFVse's GUI and set the
applications options according to your own tastes/preferences.


Contact the Author:
I can be reached via email for any questions, comments, complaints, or
suggestions that you may have. Constructive feedback or ideas are always
appreciated. I check my email least every other day and I will reply as
promptly as I can.

Best regards,
turbo|TBL

email: turbo{---press--shift-two---}glftpd.com

I would like to extend my thanks to the FlashFXP development team and to
CruZer for creating such nice software, and for all the thoughtful and hard
work they have put in.
------------------------------------------------------------------------#EOF
turbo|TBL is offline