Version 11.1 Beta – Xlinesoft Blog

Version 11.1 Beta is here. Is is available for both PhPrunner (Windows, Mac, Linux) and Asprunner.net. Version 11 The most frequently asked questions answered. PHprunner 11.1 for Windows test Asprunner.net 11.1 for Windows test PHprunner 11.1 for Mac Test PHPRunner 11.1 for Linux test (Debian) PHPRunner 11.1 for Linux test (Redhat) You can install and…

Clickable code FRABET on a dashboard – Xlinesoft Blog

In this article we will show how you can easily create a click code fragment on a board. Our fragment will show several customers to Customers Table and click anywhere in the fragment area will take us to the Customers Table in question. 1. Add a code fragment to the board. Use the code below….

Viewing Visitors from the Website on Map – Xlinesoft Blog

Our goal is to show visitors to the website on the map, similar to the following screen capture. We will turn your IP address into LAT/GNL coordinates and show these markers on the opensreetmap map. To convert the IP addresses to LAT/GNL couples, we will use the geolocation data of IP2LOCATION.com. We will show active…

Phpdesktop update – Xlinesoft Blog

As you could know, we joined the Phpdesktop developer to bring him to the most recent version of Chromium and PHP. We now have Phpdesktop 130.1 at our disposal that works with PHP 8.3. Soon it will be a part of Phprunner 11 and, in the meantime, I will show you how to update Phpdesktop…

Execution of the PHPrunner app as a docker container – Xlinesoft Blog

What is Docker? Docker is a software platform that allows you to pack, distribute and execute applications in autonomous units called containers. These containers include everything that the application needs, such as the code, the execution time and the libraries, guaranteeing constant execution in different environments. How can this be useful? There are many possible…