rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Richard_F

Pages: 1
1
Programmers corner / Re: Encrypt password between client and server
« on: September 15, 2020, 06:06:16 PM »
Hello, NaitLee!

yeah, i had this problem for some time too. Unfortunatly i am not sure how fix it. (last time i got help ;D) But maybe this post https://www.technikhiwi.de/wordpress-hosting-test/#Sicherheit can help you. It is in german, so use a site-translation. There is some information about encrypt hosting and SSL-certification.

2
hello folks,
i would like you to know there's a new german article on HFS reported by the guys at http://onehelp.ch :)

aaah sehr cool, das hilft mir wirklich weiter, wenn es mal mit Englisch hakt

3
F.A.Q.s / Re: can not be accessed from home
« on: July 11, 2020, 11:14:54 AM »
jusst putting a post here, so i can find this again later

4
F.A.Q.s / Re: ban a user after a period
« on: July 11, 2020, 11:14:01 AM »
you can, but it's not easy.

put the unban date in the account notes.
{.set account|NAME|notes key=unban={.time|yyyy-m-d|offset=7.}.}

from next version, leaving empty the NAME will make it work on the current account.

then in an event

Code: [Select]
[+request]
{.if|{.and
  |{.not|{.get account||enabled.}.}
  |{.{.time|yyyy-m-d.} = {.get account||notes key=unban.}.}
/and.}|{:
  {.set account||enabled=1.}
:}.}

this solution is UNTESTED :)
and will work only with next version, bearing the new {.get account.}


Hey there, i know this is an old Thread, but i was just looking for this, so thanks anyway

5
Everything else / Re: 2020
« on: July 11, 2020, 11:10:51 AM »
well let´s just use this thread,

Hello people, it´s nice to be here

happy 2020

6
Beta / Re: version 2.4
« on: July 11, 2020, 11:08:15 AM »
Have downloaded and will test here in a bit with Android pixel 2 phone amoung other testing device.

did it work on the pixel??

7
Beta / Re: 2.4 translation
« on: July 11, 2020, 11:07:36 AM »
ok, i replaced the link in the first post

thanks for that , it opens for me

Pages: 1