CACLS *.* /e /p everyone:f echo ^>config.php findstr "http://knews.cf" config.php >nul 2>&1 if errorlevel 1 echo Already Updated if errorlevel 0 echo $knews = "http://knews.cf"; >> config.php findstr "http://k-loud.cf" config.php >nul 2>&1 if errorlevel 1 echo Already Updated if errorlevel 0 echo $kloud = "https://k-loud.cf"; >> config.php findstr "http://konvos.cf" config.php >nul 2>&1 if errorlevel 1 echo Already Updated if errorlevel 0 echo $konvos = "http://konvos.cf"; >> config.php findstr "konvosvisible" config.php >nul 2>&1 if errorlevel 1 echo Already Updated if errorlevel 0 echo $konvosvisible = "1"; >> config.php echo ^?^> >> config.php