2015-11-21 21:38:54 +00:00
|
|
|
findstr "http://webclip.ml" config.php >nul 2>&1
|
|
|
|
if errorlevel 1 echo Already Updated
|
|
|
|
if errorlevel 0 cscript replace.vbs "config.php" "http://webclip.ml" "http://klips.cf"
|
2015-11-14 11:33:21 +00:00
|
|
|
|
2015-11-14 15:28:49 +00:00
|
|
|
findstr "knews.cf" config.php >nul 2>&1
|
|
|
|
if errorlevel 1 findstr "k-loud.cf" config.php >nul 2>&1
|
|
|
|
if errorlevel 1 findstr "konvos.cf" config.php >nul 2>&1
|
|
|
|
if errorlevel 1 ImportLines.bat
|
2015-11-21 21:38:54 +00:00
|
|
|
if errorlevel 0 echo Already Updated
|