Don’t know where I found this, so please let me know where to link to, if you do know the source…


(?P<id>[0-9-]+)/(?P<lng>[a-zA-Z_]*)/(?P<view>[a-zA-Z0-9-]*)
Is this okay? check it at: https://regex101.com/
Need a cheatsheet?
Continue reading Regular ExpressionsSometimes you have to be reminded of the basics:
“How to use a dollar-sign $ in a string?”
In single quotes a dollar sign isn’t parsed as anything. Nothing is auto parsed in single quotes in php. If you use double quotes they are automatically parsed:
echo "$var"; // this will print the value of $var;
echo '$var'; // this will print $var;
echo "\$var";// this escapes the dollar sign so it will print $var;

How?
IIS MANAGER
Configure SMTP E-mail here to send using an external mailserver will work for ASP scripts – Deliver to SMTP server with credentials
IIS 6.0 MANAGER
Configure the SMTP server here to make the PHP mail-function work.
Properties:
Access-Connection – Grant only your own server IP and 127.0.0.1
Access-Relay – Grant only your own server IP and 127.0.0.1
Delivery-outbound security – Basic Auth login details TLS
Delivery-Advanced – Smart Host smtp server name
PHP.INI
SMTP = 127.0.0.1
smtp_port = 25
SERVICES
configure SMTPSVC to start automatic, so you won’t go crazy after your next reboot…
Here we go again …
CLI-8.1.1 is new, new is better, ehm, except that the splashscreen stopped showing on Android. Stepping back to cli-7.1.0 solves this problem, but that is not really solving it.
<!-- Platforms to compile -->
<gap:platform name="ios" />
<gap:platform name="android" />
<!-- Define a specific version of PhoneGap to build -->
<platform name="android">
<preference name="phonegap-version" value="cli-7.1.0" />
</platform>
<platform name="ios">
<preference name="phonegap-version" value="cli-8.1.1" />
</platform>
Of course you search for solutions and may find out about density and qualifier, but neither keyword works. Also this link does not help by adding:
< platform name="android">
< preference name="SplashScreen" value="splash" />
< /platform>
the only “solution” so far is…
<platform name="android">
<preference name="phonegap-version" value="cli-7.1.0" />
</platform>
sorry.
step 1
https://speeltuin.nl/thewayback/
update the code and compile with Phonegap Build – submit you IPA
step 2
get an annoying e-mail: