TheRevTastic Posted January 14, 2012 Report Share Posted January 14, 2012 Alright, I recently made it so that my server instance will star on windows booting/login. I am now trying to make it so that the splash screen doesn't open up after startup as it opens up Chrome right away (which has a number of tabs open) that I usually like to open up last after opening a few other programs. What do I need to do to go about this? Quote Link to comment Share on other sites More sharing options...
Yoni Posted January 14, 2012 Report Share Posted January 14, 2012 It's in the documentation... Go to X:\UniServer\uni_con\config_tracker.ini 1- Find ; Display page at start up. true display page false no pagestart=true 2- Set to false ; Display page at start up. true display page false no pagestart=false hope this help Quote <p class="bbc_center"><span style="font-size:12px;"><strong>Yoni</strong></span></p> Link to comment Share on other sites More sharing options...
TheRevTastic Posted January 14, 2012 Author Report Share Posted January 14, 2012 I'm still using version 7 and can't find any config_tracker.ini anywhere at all, I would update but don't really know how as I'm afraid I will most likely mess up and ruin some things in my www folder. Quote Link to comment Share on other sites More sharing options...
Yoni Posted January 14, 2012 Report Share Posted January 14, 2012 I got late to the party. For some odd reason I assume that everyone is running the later version. I'm sorry. There is gotta be a way to turn it off and I'm sure it is in a config file Maybe someone with experience or a search in the forum could get you some answers. Good to know that I'm not the only one running UniServer in production. Quote <p class="bbc_center"><span style="font-size:12px;"><strong>Yoni</strong></span></p> Link to comment Share on other sites More sharing options...
BobS Posted January 16, 2012 Report Share Posted January 16, 2012 In The Uniform Server versions before 8-Coral, the method of startup is defined in UniServer\unicon\main\includes\config.inc.php.You'll see that there are two variables that control what happens at startup: $server_standard and $server_service, which are set to 7 by default. Setting these to 3 will suppress the redirect to the index pages If you read the comments in the file, it will be abundantly clear how to change these for your desired actions. Regards,BobS Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.