Jump to content
The Uniform Server Community

All Activity

This stream auto-updates

  1. Yesterday
  2. I recently took out a policy for one trip for the first time and was pleasantly surprised by how easy it was to do online. I chose the option via https://www.globelink.eu/single-trip-travel-insurance.html because I needed one-time coverage for a couple of weeks in Spain. Everything is transparent, the limits are clear, the cost is adequate, and most importantly, it is valid from the moment of departure. Now I'm wondering whether it makes sense to compare different levels of coverage or is the basic one enough?
  3. I recently took out a policy for one trip for the first time and was pleasantly surprised by how easy it was to do online. I chose the option via https://www.globelink.eu/single-trip-travel-insurance.html because I needed one-time coverage for a couple of weeks in Spain. Everything is transparent, the limits are clear, the cost is adequate, and most importantly, it is valid from the moment of departure. Now I'm wondering whether it makes sense to compare different levels of coverage or is the basic one enough?
  4. https://soccer365.ru/games/2239041
  5. Last week
  6. voocciess

    Service

    In Adelaide, a friend told me about RocketSpin Casino, and I decided to check it out. First, I tried the slots with bright animations and adventure themes — the effect is awesome! I really liked the bonus features and different difficulty levels. The atmosphere draws you in from the very first minutes, and the gameplay is exciting. I realized that the online format can be just as exciting as visiting a real casino, and now I go there from time to time.
  7. Hey folks, I’m running into a really odd situation that I can’t figure out. I have Uniform Server set up on Windows 11, and everything works perfectly when I use just one site. But the moment I add a second virtual host, all of my sites, including the first one that was working, start redirecting to the wrong document root. For example, I added a new host pointing to C:/UniServerZ/www/project2, but somehow both localhost/project1 and localhost/project2 now load the same files from project2. Even stranger, if I restart the server a couple of times, it sometimes flips, and both hosts point back to project1 instead. The Apache config looks normal to me, and I double-checked that the hosts file entries are correct. It feels almost like Uniform Server is “forgetting” which virtual host to serve after a restart. Has anyone else seen this kind of behavior? Could it be some hidden caching or a Windows service interfering? I’d love to get to the bottom of this before I break everything even more. Pips NYT
  8. Assignment Help Australia is an Australia based firm founded in 2020. We provide academic services i.e. academic writing. We have thousands of writers having experience of writing on vast fields and topics. They are also very professional and have a good track record of working with 50000+ clients. They are available 24/7 with 100% original and authentic work. We also offer affordable pricing with no hidden charges.
  9. Earlier
  10. Slovakian sites are not only architectural landmarks but also dynamic spaces that combine culture, technology, and social engagement. Across Europe, certain venues have embraced a vision that goes beyond conventional leisure, offering residents and travelers immersive experiences that connect entertainment, education, and innovation. In Slovakia, legal entertainment establishments have become prime examples of this approach, operating under strict national regulations that ensure safety, reliability, and quality. Visitors can explore live performances, interactive exhibits, workshops, and multimedia installations, all within environments designed to balance creativity with structure and compliance. These regulated spaces serve multiple roles within urban ecosystems https://pcband.sk/ - Tipsport. They act as cultural hubs, bringing together artists, technologists, and community members, while simultaneously contributing to economic development by attracting tourism and supporting local businesses. Architects and planners have carefully integrated historical and contemporary elements, producing venues that are visually striking and intellectually stimulating. Patrons may encounter multimedia storytelling zones, collaborative workspaces, and immersive art installations, which encourage both individual exploration and group participation. Beyond entertainment, these spaces often host educational programs, community initiatives, and cultural showcases that reinforce regional identity and foster social cohesion. The careful management of these Slovakian venues emphasizes transparency, accessibility, and ethical operations. National oversight ensures that all aspects—from staffing to technological infrastructure—meet rigorous standards. Visitors can engage confidently, knowing that their experiences are safe, well-organized, and designed to promote fair access and equal opportunity for all participants. This level of oversight encourages repeated visits and builds trust between patrons and operators, creating a sense of reliability that enhances the overall cultural offering. As European cities increasingly prioritize interactive experiences, operators have sought to incorporate creative mechanisms that deepen engagement and enrich visitor experiences. One of the most effective strategies has been the integration of engaging storytelling elements. These narrative devices transform ordinary interactions into immersive journeys, guiding participants through thematic experiences, interactive challenges, and layered narratives. By embedding storytelling directly into exhibitions, performances, and digital interfaces, venues can capture attention, evoke emotion, and stimulate curiosity in ways that static presentations cannot. Engaging storytelling can take many forms. Some venues use multimedia projections, soundscapes, and augmented reality to create compelling narratives that unfold as visitors explore the space. Others employ gamified elements or interactive installations, encouraging participants to make choices that influence the story’s progression. By incorporating elements of suspense, discovery, and personal agency, these experiences resonate more deeply with audiences, fostering memorable interactions that extend beyond a single visit. Moreover, storytelling enhances learning outcomes in educational programs, helping participants retain information and connect emotionally with cultural or historical content. Staff training and design considerations play a key role in maximizing the effectiveness of narrative-driven experiences. Guides and facilitators are often trained to complement digital or physical storytelling elements, providing context, prompting reflection, and encouraging collaboration. Attention to pacing, audience flow, and spatial design ensures that each narrative segment feels natural, immersive, and engaging. This holistic approach combines technological innovation with human interaction, creating a seamless and captivating environment that appeals to diverse audiences. The success of narrative integration reflects a broader trend in European cultural management. Cities are increasingly recognizing that audiences seek experiences that are interactive, emotionally resonant, and personalized. Venues that successfully incorporate storytelling elements offer more than entertainment—they provide opportunities for learning, exploration, and meaningful social interaction. In Slovakia, regulated entertainment spaces demonstrate how careful oversight and innovative design can coexist, producing destinations that are both safe and exceptionally engaging. Overall, European urban landscapes are evolving to prioritize creative, interactive, and narrative-driven experiences. Legal venues in Slovakia exemplify how regulation, thoughtful design, and cultural innovation can combine to create spaces that are vibrant, socially valuable, and emotionally compelling. By integrating engaging storytelling elements, these destinations provide immersive, memorable journeys that resonate with visitors long after they leave, transforming routine outings into explorations of imagination, knowledge, and human connection. These principles illustrate the potential of modern venues to redefine leisure, turning every visit into an opportunity for discovery, inspiration, and shared cultural enrichment.
  11. Please see my topic over in the plugins forum:
  12. Using Uniservice.exe to install my ZeroXIII Apache as a service creates a big problem. In httpd.conf, you have this: # Environment variable ${PHP_SELECT} has a value of php52, # php53, php54, php55 or php56. It is used in the following # five define statements to select a PHP version to # load as a module. Define ${PHP_SELECT} <IfDefine php56> Include ${US_ROOTF}/core/apache2/conf/extra_us/php56.conf </IfDefine> <IfDefine php70> Include ${US_ROOTF}/core/apache2/conf/extra_us/php70.conf </IfDefine> <IfDefine php71> Include ${US_ROOTF}/core/apache2/conf/extra_us/php71.conf </IfDefine> <IfDefine php72> Include ${US_ROOTF}/core/apache2/conf/extra_us/php72.conf </IfDefine> <IfDefine php73> Include ${US_ROOTF}/core/apache2/conf/extra_us/php73.conf </IfDefine> <IfDefine php74> Include ${US_ROOTF}/core/apache2/conf/extra_us/php74.conf </IfDefine> Well when installing, that then changes.. ${PHP_SELECT} is replaced with 'None' so you see "Define None" at the top... instead of removing the Define.. (or actually defining a php version). But it gets worse.. because included is php versions 7.2 and 7.3 with these contents in the .conf files respectively - php72.conf: LoadFile ${US_ROOTF}/core/php72/libsasl.dll LoadFile ${US_ROOTF}/core/php72/icudt64.dll LoadFile ${US_ROOTF}/core/php72/icuin64.dll LoadFile ${US_ROOTF}/core/php72/icuio64.dll LoadFile ${US_ROOTF}/core/php72/icuuc64.dll # Load PHP module and add handler LoadModule php7_module "${US_ROOTF}/core/php72/php7apache2_4.dll" AddHandler application/x-httpd-php .php # Configure the path to php.ini PHPIniDir "${US_ROOTF}/core/php72/${PHP_INI_SELECT}" php73.conf LoadFile ${US_ROOTF}/core/php73/libsasl.dll LoadFile ${US_ROOTF}/core/php73/icudt64.dll LoadFile ${US_ROOTF}/core/php73/icuin64.dll LoadFile ${US_ROOTF}/core/php73/icuio64.dll LoadFile ${US_ROOTF}/core/php73/icuuc64.dll # Load PHP module and add handler LoadModule php7_module "${US_ROOTF}/core/php73/php7apache2_4.dll" AddHandler application/x-httpd-php .php # Configure the path to php.ini PHPIniDir "${US_ROOTF}/core/php73/${PHP_INI_SELECT}" Neither of these files are updated at all. None of those ${} variables are changed (Notepad++ confirms this). So you don't preserve the selected version of php from the UniController and then you fail to include the correct php config file. Obviously PHP then doesn't run its magic on any php files. Even in your online manual you state: Clicking Install service button (A) initiates a backup of the following configuration files: ◦ httpd.conf ◦ httpd-autoindex.conf ◦ httpd-dav.conf ◦ httpd-manual.conf ◦ httpd-multilang-errordoc.conf ◦ httpd-sni.conf ◦ httpd-ssl.conf ◦ httpd-userdir.conf ◦ httpd-vhosts.conf ◦ php_production.ini - Selected configuration file ◦ phpxx.conf - Selected PHP version ◦ php-cli.ini But you don't back up the php72 or php73.conf files - because you've completely forgotten to update them in the first place (or use the selected option from the unicontroller). This needs fixing. Although you do have pretty extensive documentation, you fail to mention in it anywhere how you are setting all of these ${tags} such as ${PHP_SELECT} and where they are all located in the files and what files they are used in. As apache.org no longer offers downloads because of websites like this one offering an all in one download, it's tricky to unpick your work when you screw it up and make apache unusable as a service.
  13. Welcome back fellows has anyone managed to update PHP to 4.8 ?!!
  14. It's been a few years since I had to install the UniServerZ system, and I am having to do that on a new laptop I just bought. I need to ensure that the 'sodium' module is available. I execute the UniServerZ to start it and click on "Apache" at the top. Then on "Edit Basic and Modules". and then on "Apache Modules Enable/Disable". It used to be that one would find "sodium" in that list and simply click on it to enable it. But I don't see such a choice. So how do I enable "sodium" on this newest version of UniServerZ? Thanks much. Len Jacobson
  15. Just because I paid $100 or so for an OS does not mean it is better than a free OS.
  16. I checked another topic and ran Apache Syntax Check menu button result: L:\UniServerZvzzz2023zUpgradeUniformv15-02\UniServerZ>httpd_z.exe -t httpd_z.exe: Syntax error on line 44 of L:/UniServerZvzzz2023zUpgradeUniformv15- 02/UniServerZ/core/apache2/conf/httpd.conf: Syntax error on line 8 of L:/UniServ erZvzzz2023zUpgradeUniformv15-02/UniServerZ/core/apache2/conf/extra_us/php83.con f: Cannot load L:/UniServerZvzzz2023zUpgradeUniformv15-02/UniServerZ/core/php83/ php8apache2_4.dll into server: No se encontr\xf3 el proceso especificado.
  17. I cant seem to start the apache server with lastestt 15.0.2 , maybe is because I'm running windows 7? I do need to run php 8.3 for some projects with Wordpress , and Uniform Server version 15.0.1 does start apache though, but tried adding the module 8.3 of php and it doesnt appear in the version PHP select window. Help please
  18. Hi Vladimir, to install Composer correctly on UniServerZ, place the composer.phar file in the UniServerZ\home\us_config\bin folder and add it to the PATH via the UniServer console (Start_as_program.exe > PHP > Run PHP Console). Then run composer create-project drupal/recommended-project my_site_name_dir from that console to begin installing Drupal 10. Slope Game
  19. Hey. From what I understand, Uniform Server renames apache.exe like to httpd_z.exe mainly to avoid conflicts with other Apache installations on the system. It helps keep things portable and allows multiple instances to run without stepping on each other, especially in development environments where people might have different stacks running at once. The downside, as you mentioned, is that standard Apache commands like apache -k restart rely on the binary being named apache.exe. When it's renamed, those commands fail unless you manually reinstall the service under the expected name, like you did with apache2.2. I agree it would be great if there was an option to keep the original executable name for users who need full compatibility with Apache's CLI and service tools.
  20. Hello, brand new installation of UniserverZ XV. I am trying to create a new user and grant all privileges, but am getting an error: SQL query: Copy Edit Edit GRANT ALL PRIVILEGES ON *.* TO 'sclord'@'localhost'; MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: YES) I tried without a MySQL password, with my own password, by restoring original password. I tried the console and password worked correctly - even by issuing the command from within the console I get the same error. Any help appreciated!
  21. You might want to check the error logs for any specific messages that could indicate what’s going wrong with the site on PHP 5.5 or 5.6. Sometimes, certain extensions or configurations in Joomla can cause issues when upgrading PHP versions. papa's scooperia
  22. Hello, I've just downloaded and tested UniServerZ 15.0.2 and everything went perfectly fine on my side! Please ensure you have installed the latest supported Microsoft Visual C++ Redistributable packages for Visual Studio.
  23. I looked everywhere but i cant find a straight forward tutorial on how to get it online. When i look at General > Server internet status, i get: How can i configure UNISERVER to be accessible from the internet ?
  24. Coincidentally I am having the same problem. Thanks for sharing and exchanging information with everyone. pokemon clicker, thanks!
  25. LtB

    CURL function not working

    I was lucky to find the page PHP Modules and Basics. Of the modules, cURL was not enabled so I placed a checkmark before it. I could continue working thereafter. Today, after a fresh restart of the PC, I encountered the same error message: that curl_init() is not defined. Does that mean that enabling cURL was not sufficient? Must I add/download/configure something (You see, I am a complete ignorant)
  26. On Uniform Server Zero XV V15-0-2, I run geneaogical software TNG. TNG throws this error message when I use a certain functionality: [php:error] [pid 13456:tid 1984] [client 127.0.0.1:4875] PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in Z:\\UniServerZ\\www\\TNG\\geocodelib.php:169\nStack trace:\n#0 Z:\\UniServerZ\\www\\TNG\\geocodelib.php(109): get_file()\n#1 Z:\\UniServerZ\\www\\TNG\\geocodelib.php(12): geocode_osm()\n#2 Z:\\UniServerZ\\www\\TNG\\admin_addfamily.php(82): geocode()\n#3 {main}\n thrown in Z:\\UniServerZ\\www\\TNG\\geocodelib.php on line 169, referer: http://localhost/TNG/admin_newfamily.php?husband=P9885&tree=tree1&cw= The TNG Helpdesk suggested that The "curl_init" function is part of PHP, not TNG, so your PHP may not be configured to support curl functions right now In the info of PHP Version 8.3.0 under Module authors I read: Module Authors Module Authors BC Math Andi Gutmans Bzip2 Sterling Hughes Calendar Shane Caraveo, Colin Viebrock, Hartmut Holzgraefe, Wez Furlong COM and .Net Wez Furlong ctype Hartmut Holzgraefe cURL Sterling Hughes Date/Time Support Derick Rethans What must I do to get cURL working? Bribe mr Highes? 🙂
  27. Basketball Bros is a free online arcade basketball game featuring wild dunks, quirky characters, and multiplayer modes, playable in your browser.
  28. Every pitch and swing in Baseball Bros IO brings you closer to victory.
  1. Load more activity
×
×
  • Create New...