@newbi3 I believe its @kbeflotemplates https://github.com/kbeflo/evilportals
From my own testing I found the notify command was killing the whole process by somehow hanging. I tried many deviations of the same to try and get notify to work from php. Still no joy although i haven't given up completely yet, suggestions and reading welcome.
I have got the templates to work while still giving a notification, but it is by using something that may not be on the pineapple for much longer. And that's /usr/sbin/pineutil Right @Foxtrot? Either way its there atm.
Currently if you replace the
$this->execBackground("notify $email' - '$pwd");
with
$this->execBackground("pineutil notify 0 'Evilportal got creds! $email - $pwd'");
Then in general most of the NANO/TETRA templates seem to work, some with other minor tweaks required.
So for backward compatibility and having some basic templates to test in home labs early on - its a quick and dirty way to get something up and working. But going forward new portals should probably be made from scratch for the MKVII using the best from the available firmware & module.