
Posts by WoltLaben
Users Online on This Page 1
There is currently 1 guest online
-
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
Please login to see this link.
-
This extension for WoltLab Suite 5.2+ gets your community ready for the next Halloween season by making bats scurry across the screen on all pages, whose behavior you can conveniently control via the administration interface.
Users who feel disturbed by this can disable the animation at any time in the general user options.
Important Note
Before purchasing, please note that this is the cloud version of our free product of the same name. The version offered here is optimized for use within the WoltLab Cloud, but can also be used outside it without restrictions.
You can get support at Please login to see this link. or Link: here.
Source: Please login to see this link.
-
Display More
Removed the visible copyright from the plugin "Filing system for roleplay projects (GTA5 / Arma)"
This plugin removes the visible copyright notices from the plugin "Filing system for roleplay projects (GTA5 / Arma)".
IMPORTANT:
The plugin "Filing system for roleplay projects (GTA5 / Arma)" must be installed.
In different time intervals we will develop the plugin further according to your wishes. Support inquiries, update requests, bug reports can be published in the specially created section at Please login to see this link..
Source: Please login to see this link.
-
This extension for WoltLab Suite 5.2+ extends the same with an implementation of the shunting-yard algorithm, which can be used to perform mathematical operations (e.g. from an option) without using potentially dangerous PHP functions.
Usage examples:
PHP
CodeLink: require_once(WCF_DIR . 'lib/system/api/php-shunting-yard/autoload.php');@@@WCF_PRE_LINEBREAK@@@Link: @@@WCF_PRE_LINEBREAK@@@Link: $equation = '3 + 4 * 2 / ( 1 - 5 ) ^ 2 ^ 3';@@@WCF_PRE_LINEBREAK@@@Link: $result = \RR\Shunt\Parser::parse($equation);@@@WCF_PRE_LINEBREAK@@@Link: echo $result; // 3.0001220703125PHP
Display MoreCodeLink: require_once(WCF_DIR . 'lib/system/api/php-shunting-yard/autoload.php');@@@WCF_PRE_LINEBREAK@@@Link: @@@WCF_PRE_LINEBREAK@@@Link: $string = 'max(%x * 0.1 + 0.35, 2000)';@@@WCF_PRE_LINEBREAK@@@Link: $string = str_replace('%x', 3434.133, $string);@@@WCF_PRE_LINEBREAK@@@Link: @@@WCF_PRE_LINEBREAK@@@Link: $ctx = new \RR\Shunt\Context();@@@WCF_PRE_LINEBREAK@@@Link: $allowedFunctions = ['ceil', 'exp', 'floor', 'fmod', 'max', 'min', 'pow']; // allowed PHP functions@@@WCF_PRE_LINEBREAK@@@Link: @@@WCF_PRE_LINEBREAK@@@Link: foreach ($allowedFunctions as $fn) {@@@WCF_PRE_LINEBREAK@@@Link: if (str_contains($string, $fn . '(')) {@@@WCF_PRE_LINEBREAK@@@Link: $ctx->def($fn);@@@WCF_PRE_LINEBREAK@@@Link: }@@@WCF_PRE_LINEBREAK@@@Link: }@@@WCF_PRE_LINEBREAK@@@Link: @@@WCF_PRE_LINEBREAK@@@Link: $result = \RR\Shunt\Parser::parse($string, $ctx);@@@WCF_PRE_LINEBREAK@@@Link: @@@WCF_PRE_LINEBREAK@@@Link: echo $result; // 2000Source: Please login to see this link.
-
Please login to see this link.