![]() |
![]() ![]() |
Apr 13 2006, 06:44 AM
Post
#1
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 245 Joined: 12-February 04 From: Switzerland Member No.: 4,145 |
hi @all
i made a plugin for the 'Quick 'n Easy FTP Server Lite' (free for personal use) Info's here: http://www.pablosoftwaresolutions.com/html...erver_lite.html you can download the plugin from my my Webpage in cab or zip format all files included, try it out! regards, fuwi |
|
|
|
Apr 19 2006, 03:17 PM
Post
#2
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 893 Joined: 9-July 05 Member No.: 12,533 |
Thanks!
-------------------- ![]() Maxthon Web-browser - The Way We Surf The World MicroPE - Create an itsy bitsy WinXP or Win2003 PE Ultimate Boot CD for Windows - UBCD4Win helps to create a bootable CD to repair/restore/diagnose computer problems Reatogo XPE Recovery CD - Full Blown XP Live Rescue CD Boot Land - Where boot methods meet discussion - also hosting XPE Builder - is a crossbreed BartPE/XPE/Reatogo based Live PE Rescue builder |
|
|
|
Apr 20 2006, 10:46 AM
Post
#3
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 893 Joined: 9-July 05 Member No.: 12,533 |
There is a shortcut error in your file
the one that goes to the programs its missing a ".exe" [Software.Addreg] ; XPE-Shortcuts: 0x2, "Sherpya\XPEinit\Desktop", "Quick 'n Easy FTP Server Lite", "%SystemDrive%\Programs\ftpserver3lite\ftpserver3lite_sfx.exe||%SystemDrive%\Programs\ftpserver3lite\FTPServer.ico" 0x2, "Sherpya\XPEinit\Programs", "Quick 'n Easy FTP Server Lite", "%SystemDrive%\Programs\ftpserver3lite\ftpserver3lite_sfx.exe||%SystemDrive%\Programs\ftpserver3lite\FTPServer.ico" -------------------- ![]() Maxthon Web-browser - The Way We Surf The World MicroPE - Create an itsy bitsy WinXP or Win2003 PE Ultimate Boot CD for Windows - UBCD4Win helps to create a bootable CD to repair/restore/diagnose computer problems Reatogo XPE Recovery CD - Full Blown XP Live Rescue CD Boot Land - Where boot methods meet discussion - also hosting XPE Builder - is a crossbreed BartPE/XPE/Reatogo based Live PE Rescue builder |
|
|
|
Apr 21 2006, 03:59 AM
Post
#4
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 245 Joined: 12-February 04 From: Switzerland Member No.: 4,145 |
|
|
|
|
Apr 21 2006, 05:52 AM
Post
#5
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 893 Joined: 9-July 05 Member No.: 12,533 |
No problem.
I downloaded to test Virtual PDF Printer (go2pdf) but how can I get it to work with XPE. -------------------- ![]() Maxthon Web-browser - The Way We Surf The World MicroPE - Create an itsy bitsy WinXP or Win2003 PE Ultimate Boot CD for Windows - UBCD4Win helps to create a bootable CD to repair/restore/diagnose computer problems Reatogo XPE Recovery CD - Full Blown XP Live Rescue CD Boot Land - Where boot methods meet discussion - also hosting XPE Builder - is a crossbreed BartPE/XPE/Reatogo based Live PE Rescue builder |
|
|
|
Apr 21 2006, 07:25 AM
Post
#6
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 245 Joined: 12-February 04 From: Switzerland Member No.: 4,145 |
@TheHive
I made the Virtual PDF Printer (go2pdf) plugin primarily for using with nu2shell/nu2menu, not for XPE. The printer is installed at run-time via Startup Group (autostart) in the nu2menu. I'm not very familiar with XPE, but i think you must add something like this in the go2pdf.inf QUOTE [Software.AddReg]0x2,"Sherpya\XPEinit\Startup","Virtual PDF Printer", "%SystemDrive%\System32\go2pdf_inst.exe" Hope that works, please give a feedback! fuwi |
|
|
|
Apr 21 2006, 12:20 PM
Post
#7
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 893 Joined: 9-July 05 Member No.: 12,533 |
Just added what you posted and It doesnt seem to work. The folder go2pdf doesnt even copy over to the XPE CD
-------------------- ![]() Maxthon Web-browser - The Way We Surf The World MicroPE - Create an itsy bitsy WinXP or Win2003 PE Ultimate Boot CD for Windows - UBCD4Win helps to create a bootable CD to repair/restore/diagnose computer problems Reatogo XPE Recovery CD - Full Blown XP Live Rescue CD Boot Land - Where boot methods meet discussion - also hosting XPE Builder - is a crossbreed BartPE/XPE/Reatogo based Live PE Rescue builder |
|
|
|
Apr 23 2006, 05:10 AM
Post
#8
|
|
|
Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 603 Joined: 5-December 04 From: Bovensmilde, The Netherlands Member No.: 8,789 |
@Fuwi,
Nice Program/Plugin Thnx But if i were you i would change the following Change 0x4, "Software\Pablo Software Solutions\FTPServer\Settings", "AutoActivate", 0x0 To 0x4, "Software\Pablo Software Solutions\FTPServer\Settings", "AutoActivate", 0x1 This will AutoStart th FTP Server when the program is executed. Further i wouldn't SFX the Files.. because it's smaller when you don't Create a FTPServer.CMD and save it into the files folder CODE @echo off title=[ Quick 'n Easy FTP Server Lite 3.01 ] setlocal if "%temp%" == "" goto _err if not exist "%temp%\programs" md "%temp%\programs" if not exist "%temp%\programs\ftpserver3lite" md "%temp%\programs\ftpserver3lite" echo. xcopy %~dp0*.* "%temp%\programs\ftpserver3lite" /Y/Q/S/E/I start %temp%\programs\ftpserver3lite\ftpserver.exe goto _end :_err echo. echo ftpserver.cmd: No temp variable set... echo ftpserver.cmd: Try adding a ramdrive... echo. pause. :_end endlocal Replace the XPE ShortCuts [Software.Addreg] ; XPE-Shortcuts: 0x2, "Sherpya\XPEinit\Desktop", "Quick 'n Easy FTP Server Lite", "%SystemDrive%\Programs\ftpserver3lite\ftpserver.cmd||%SystemDrive%\Programs\ftpserver3lite\FTPServer.exe" 0x2, "Sherpya\XPEinit\Programs", "Quick 'n Easy FTP Server Lite", "%SystemDrive%\Programs\ftpserver3lite\ftpserver.cmd||%SystemDrive%\Programs\ftpserver3lite\FTPServer.exe" Extract the ftpserver3lite_sfx.exe to the files folder Remove the ftpserver.ico the plugin is smaller and easier to update Update the nu2menu file <MITEM TYPE="ITEM" DISABLED= "@Not(@FileExists(@GetProgramDrive()\Programs\ftpserver3lite\ftpserver.cmd))" CMD="RUN"FUNC="@GetProgramDrive()\Programs\ftpserver3lite\ftpserver.cmd">Quick 'n Easy FTP Server Lite</MITEM> Hope you don't mind me changing the complete plugin Thnx for your plugin.. i never heard of this nice FTPServer.. Emiel |
|
|
|
Apr 23 2006, 06:49 PM
Post
#9
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 893 Joined: 9-July 05 Member No.: 12,533 |
ewieldra, I tried your method but it brings up the command line promp and then runs the program. Do you know how to hide the commnad line from showing.
-------------------- ![]() Maxthon Web-browser - The Way We Surf The World MicroPE - Create an itsy bitsy WinXP or Win2003 PE Ultimate Boot CD for Windows - UBCD4Win helps to create a bootable CD to repair/restore/diagnose computer problems Reatogo XPE Recovery CD - Full Blown XP Live Rescue CD Boot Land - Where boot methods meet discussion - also hosting XPE Builder - is a crossbreed BartPE/XPE/Reatogo based Live PE Rescue builder |
|
|
|
Apr 24 2006, 06:28 AM
Post
#10
|
|
|
Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 603 Joined: 5-December 04 From: Bovensmilde, The Netherlands Member No.: 8,789 |
@TheHive
that's correct it brings up a dos-box... If you do not want to show a dos-box.. you'll have to use an _SFX file.. Emiel |
|
|
|
Apr 24 2006, 07:29 AM
Post
#11
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 893 Joined: 9-July 05 Member No.: 12,533 |
I like your method, Is there a command to add to the ini where it will hide the Command Prompt. If not Ill stick with SFX method since it appears without the Command Prompt.
-------------------- ![]() Maxthon Web-browser - The Way We Surf The World MicroPE - Create an itsy bitsy WinXP or Win2003 PE Ultimate Boot CD for Windows - UBCD4Win helps to create a bootable CD to repair/restore/diagnose computer problems Reatogo XPE Recovery CD - Full Blown XP Live Rescue CD Boot Land - Where boot methods meet discussion - also hosting XPE Builder - is a crossbreed BartPE/XPE/Reatogo based Live PE Rescue builder |
|
|
|
Apr 24 2006, 03:05 PM
Post
#12
|
|
|
Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 603 Joined: 5-December 04 From: Bovensmilde, The Netherlands Member No.: 8,789 |
@TheHive
Search the forum or google for HideRun.exe or HideExec.exe.. Your AntiVirus could give you a false warning with these files |
|
|
|
Apr 24 2006, 03:28 PM
Post
#13
|
|
![]() Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 893 Joined: 9-July 05 Member No.: 12,533 |
@TheHive Cant seem to find either one here or on google. All they refer to is that they are a virus or trojan.
Search the forum or google for HideRun.exe or HideExec.exe.. Your AntiVirus could give you a false warning with these files -------------------- ![]() Maxthon Web-browser - The Way We Surf The World MicroPE - Create an itsy bitsy WinXP or Win2003 PE Ultimate Boot CD for Windows - UBCD4Win helps to create a bootable CD to repair/restore/diagnose computer problems Reatogo XPE Recovery CD - Full Blown XP Live Rescue CD Boot Land - Where boot methods meet discussion - also hosting XPE Builder - is a crossbreed BartPE/XPE/Reatogo based Live PE Rescue builder |
|
|
|
Apr 24 2006, 03:32 PM
Post
#14
|
|
|
Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 603 Joined: 5-December 04 From: Bovensmilde, The Netherlands Member No.: 8,789 |
@TheHive
You watched the pages with your eyes closed.. http://www.scriptlogic.com/products/script...kit/default.asp |
|
|
|
Apr 25 2006, 04:10 AM
Post
#15
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 245 Joined: 12-February 04 From: Switzerland Member No.: 4,145 |
@ewieldra
CODE Change 0x4, "Software\Pablo Software Solutions\FTPServer\Settings", "AutoActivate", 0x0 To 0x4, "Software\Pablo Software Solutions\FTPServer\Settings", "AutoActivate", 0x1 This will AutoStart th FTP Server when the program is executed. i know, but i like to start the server manually (sometimes i have to change some settings before the server is online, e.g. homefolder, user-password) CODE i wouldn't SFX the Files.. because it's smaller when you don't ... the plugin is smaller and easier to update it's very easy to update the plugin: open ftpserver3lite_sfx.exe with WinRar, delete FTPServer.exe in the archive and put the new version of FTPServer.exe in the archive with (drag & drop). Same for FTPServer.hlp if necessary. Thnx again fuwi |
|
|
|
Apr 25 2006, 05:10 AM
Post
#16
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 245 Joined: 12-February 04 From: Switzerland Member No.: 4,145 |
@TheHive
CODE Just added what you posted and It doesnt seem to work. The folder go2pdf doesnt even copy over to the XPE CD there is a separate thread for the Virtual PDF Printer (go2pdf) plugin, read my postings there: http://www.911cd.net/forums/index.php?showtopic=14963&hl= |
|
|
|
Apr 25 2006, 02:33 PM
Post
#17
|
|
|
Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 603 Joined: 5-December 04 From: Bovensmilde, The Netherlands Member No.: 8,789 |
@fuwi
thnx for the Nice FTP Server |
|
|
|
Sep 15 2006, 03:13 AM
Post
#18
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 245 Joined: 12-February 04 From: Switzerland Member No.: 4,145 |
|
|
|
|
Mar 13 2008, 09:11 AM
Post
#19
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 4-September 07 Member No.: 30,890 |
Hi,
Is there a way to save the user account information? (yeah, you guessed it, I'm new) I've made some edits to the inf, but I don't see user information. Thanks, Dan |
|
|
|
Mar 14 2008, 02:03 AM
Post
#20
|
|
![]() Silver Member ![]() ![]() ![]() Group: Members Posts: 245 Joined: 12-February 04 From: Switzerland Member No.: 4,145 |
@Dan
Start the Quick 'n Easy FTP Server Lite and make your changes in "Manage User Accounts". Close the Application. In the Ramdisk go to the folder "FTPServer". Save the file "users.xml". In the FTPServer-Plugin, open "ftpserver3lite_sfx.exe" with Winrar (or an other app that can handle Winrar sfx-archives), and replace the "users.xml" inside the archive with your saved "users.xml" (drag and drop). kind regards, fuwi |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 9th February 2010 - 11:09 AM |