Go Back   FlashFXP Forums > > > >

International Help Get help in your native language (non-english).

Reply
 
Thread Tools Rate Thread Display Modes
Old 07-05-2004, 11:32 PM   #1
jaja
Banned
 
Join Date: Jun 2004
Posts: 6
Default ioFTPD+Egg [ démarré les 2 ?? ]

Salut a tous ,

je cherche ce prog , afin de pouvoir faire tourner mon bot comme suis > http://www.ioftpd.com/kb/view.php?kbid=74

Merci de votre aide
jai donc trouvé ce prog ici >>
http://www.ioftpd.com/board/showthre...?threadid=2176

le problem c est ke ca change rien lol

en essayant avec pslist ca ne me marche pas non pus, jai juste le message de pslist ki saffiche sur io en me disssant que le procces eggdrop.exe n a pas été trouvé , c tout ,

voici un extrait de mon .bat
@echo off
c:
cd "C:\laouyaleegg\egg"

rem Mettre ici le nom du fichier de configuration de votre windrop:
set botscript=eggdrop.conf

rem Mettre ici le nick de votre windrop:
set botname=_French

rem Mettre ici le nom du fichier contenant les usagers (userfile) de votre windrop:
set userfile=eggdrop.user

rem Ne rien changer ci-bas....
if exist .share* del .share*
if exist *.stackdump del *.stackdump
if exist *.tmp del *.tmp
if not exist %botscript% echo Config file (%botscript%) missing.
if not exist %botscript% goto cantload
if exist %userfile% goto checkrunning
if exist %userfile%~new ren %userfile%~new %userfile%
if exist %userfile% echo Missing userfile... Using the last saved one..
if exist %userfile% goto checkrunning
if exist %userfile%~bak ren %userfile%~bak %userfile%
if exist %userfile% echo Missing userfile... Using the last backed up one..
if exist %userfile% goto checkrunning
if not exist %userfile% echo Userfile missing. No backup/last saved userfile either. =/
goto cantload

:checkrunning
pslist eggdrop >>>> c la ou j ai mis le pslist
if errorlevel 2 goto end
if errorlevel 1 goto end
if errorlevel 0 goto restart
goto end

:restart
set result=
if not exist eggdrop.exe echo eggdrop.exe not found!
if not exist eggdrop.exe goto cantload
echo Restarting Eggdrop...
eggdrop.exe -nt
if errorlevel 8 echo Possibly Missing .dll File(s)? (tcl8*.dll, cygwin1.dll)
if errorlevel 8 goto cantload
goto success

:cantload
echo Could not reload the bot. =(
goto end

:success
echo Successfully Started Eggdrop (%botname% - %botscript%).

:end


c peut etre possible de le faire avec autre choz je ne sais pas , si kk1 peux aider merci d avance
jaja is offline   Reply With Quote
Old 07-05-2004, 11:53 PM   #2
jaja
Banned
 
Join Date: Jun 2004
Posts: 6
Default prob resolu

problem non resolu ,

malgré les modifications ci dessous


@echo off
c:
cd "C:\laouyaleegg"

rem Mettre ici le nom du fichier de configuration de votre windrop:
set botscript=eggdrop.conf

rem Mettre ici le nick de votre windrop:
set botname=_French

rem Mettre ici le nom du fichier contenant les usagers (userfile) de votre windrop:
set userfile=eggdrop.user >>> le problem vient peut etre d ici .?

rem Ne rien changer ci-bas....
if exist .share* del .share*
if exist *.stackdump del *.stackdump
if exist *.tmp del *.tmp
if not exist %botscript% echo Config file (%botscript%) missing.
if not exist %botscript% goto cantload
if exist %userfile% goto checkrunning
if exist %userfile%~new ren %userfile%~new %userfile%
if exist %userfile% echo Missing userfile... Using the last saved one..
if exist %userfile% goto checkrunning
if exist %userfile%~bak ren %userfile%~bak %userfile%
if exist %userfile% echo Missing userfile... Using the last backed up one..
if exist %userfile% goto checkrunning
if not exist %userfile% echo Userfile missing. No backup/last saved userfile either. =/
goto cantload

:checkrunning
pslist eggdrop
if errorlevel 2 goto end
if errorlevel 1 goto end
if errorlevel 0 goto restart
goto end

:restart
set result=
if not exist eggdrop.exe echo eggdrop.exe not found!
if not exist eggdrop.exe goto cantload
echo Restarting Eggdrop...
eggdrop.exe -nt
if errorlevel 8 echo Possibly Missing .dll File(s)? (tcl8*.dll, cygwin1.dll)
if errorlevel 8 goto cantload
goto success

:cantload
echo Could not reload the bot. =(
goto end

:success
echo Successfully Started Eggdrop (%botname% - %botscript%).

:end
jaja is offline   Reply With Quote
Reply

Tags
%userfile%, echo, end, exist, goto

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 11:22 AM.

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