where are the modules? Thread last updated on 2004-05-15 08:58:07

Posted by member 159715 on 2004-05-11 19:02:37

i've looked for a bit

trying to find an updated site with modules ......but to no avail

i tried shell front but they are all tooo old

any help would be aprieciated

Posted by member 159715 on 2004-05-11 19:23:07 link

okay i think i might have found another url
but i'm starting to think i'm editing the step.rc wrong


this is what i have and wont work


;------------------------------------------------------------------------------
; define critical folder locations
;------------------------------------------------------------------------------

PersonalDir "$LiteStepDir$profiles\$UserName$\personal\"
ThemesDir "$LiteStepDir$profiles\$UserName$\themes\"



;------------------------------------------------------------------------------
; load personal settings and theme
;------------------------------------------------------------------------------

include "$ThemesDir$themeselect.rc"
include "$ThemeDir$config\_compatibility_patch.rc"

IF ThemeIsOTS1Compliant
ShortcutsDir "$Desktop$"
ModulesDir "$ThemeDir$modules\"
include "$PersonalDir$personal.rc"
include "$ThemeDir$step.rc"

ELSE
ThemeIsOTS1Compliant false
ModulesDir "$LiteStepDir$modules\"
LoadModule "$LiteStepDir$NLM\NetLoadModule2.dll"
*NetLoadModuleSite "http://www.loose-screws.com/modules.php?style=list"
*NetLoadModuleSite "http://www.loose-screws.com/modules/"
NetLoadModulePath "$ModulesDir$"
NetLoadModuleDocPath "$ModulesDir$docs\"
NetLoadModuleZipPath "$ModulesDir$archive\"
NetLoadModuleAliasFile "$LiteStepDir$NLM\NetLoadModule.ini"
include "$PersonalDir$personal.rc"
include "$ThemeDir$theme.rc"
ENDIF

Posted by member 159715 on 2004-05-11 19:24:11 link

i have recycled and it still does not seem to want to connect to dl the modules could anyone tell me what i'm doing wrong?

Posted by member 35 on 2004-05-11 20:16:50 link

the netloadmodulesite lines are wrong, use:"

*NetLoadModuleSite "http://www.loose-screws.com/download.php?netloadmodule="
*NetLoadModuleSite "http://modules.shellfront.org/"
*NetLoadModuleSite "http://www.ls-universe.info/download/modules/"

Posted by member 159715 on 2004-05-14 23:32:13 link

thanks for the help with configuration.
now it seems i cant find a host for the dlls

is there anywhere that does not compress the modules?
like a ftp feed?

Posted by member 1 on 2004-05-15 08:58:07 link

they are all hosted in zip fashion because they contain the documentation and sometimes the source for the module. why is it a problem to get the zip'd files?