Search found 9 matches

by Rainbow1
Thu Mar 09, 2023 4:33 pm
Forum: General Questions
Topic: mySql Functions, Tables and Extensions
Replies: 2
Views: 553

mySql Functions, Tables and Extensions

Hi, I have a mySql db which stores data from over a dozen sensors and display the data on a web page hosted by my website using the Chart.js extension with no problem.
In mySql I have several function's which checks the data and sets various flags in an error table if the sensor readings move ...
by Rainbow1
Tue May 10, 2022 4:21 pm
Forum: Login Tools Questions
Topic: Lost Admin Login Panel
Replies: 2
Views: 8670

Re: Lost Admin Login Panel

Thanks, but I found the issue was on the Synology Server and the 'Web Station' settings, for future reference, you have to go into 'Packages' 'Web Station', 'Script Language Settings' and in my case I had PHP 7.4, 7.3 and 7.2 installed, selecting each one of these in turn I enabled the 'mysqli ...
by Rainbow1
Tue May 10, 2022 12:29 pm
Forum: Login Tools Questions
Topic: Lost Admin Login Panel
Replies: 2
Views: 8670

Lost Admin Login Panel

Hi, hope someone can help, I'm not an expert in HTML! and I am trying to move my Website from a Synology DS413 NAS server which is running perfectly to a new Synology DS920+ NAS server. I am running the latest ver of 'WYSIWYG'

I am having an issue with the both the 'Admin' Login form and the 'Login ...
by Rainbow1
Sun Feb 16, 2020 2:47 pm
Forum: Login Tools Questions
Topic: Login Extension and mySql
Replies: 8
Views: 20578

Re: Login Extension and mySql

Hi Pablo,

Yes thanks, tried this and it works great using the unmodified .css code which uses $crypt MD5!

Thanks for your help.

Adrian (J)
by Rainbow1
Sat Feb 15, 2020 11:09 pm
Forum: Login Tools Questions
Topic: Login Extension and mySql
Replies: 8
Views: 20578

Re: Login Extension and mySql

I am wondering if it's possible to add a change to the extension that gives the option of a property to enable (or disable) the MD5 option.

If you change the .css to modify the file, when you re-compile/publish the page the change is lost.

An option to do this would be better?
by Rainbow1
Sat Feb 15, 2020 7:55 pm
Forum: Login Tools Questions
Topic: Login Extension and mySql
Replies: 8
Views: 20578

Re: Login Extension and mySql

Hi MGD4me,

Change the code and 'hey presto' it works!!

Spot on!! with your answer.

I changed the code to remove MD5 and it works as expected :P

As both my Web-server and Sql are on the same system on my local LAN, should I be to concerned over an MD5 hash?

I was in the right area of where it ...
by Rainbow1
Sat Feb 15, 2020 7:35 pm
Forum: Login Tools Questions
Topic: Login Extension and mySql
Replies: 8
Views: 20578

Re: Login Extension and mySql

Thanks for the quick response.

The page properties were set in 'advanced' to the default of PHP5-7, (my version was 5.6) selecting PHP4 produces a blank page so I can understand the php code failed?
Switching back to PHP5-7, sends me back to access denied?

I am at a loss??
by Rainbow1
Sat Feb 15, 2020 5:16 pm
Forum: Login Tools Questions
Topic: Login Extension and mySql
Replies: 8
Views: 20578

Login Extension and mySql

Hi,

I have been testing and playing with the Login extension as I want to add this functionality to my Website, I created a simple page (login) which I have added the 'Login' extension to, I have set the properties for Error Page to redirect to another i.e 'access_denied.php' and Destination Page ...