Sentora Support Forums
Sentora for Windows in the cloud service is available! - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: Sentora on Windows (Un-Official) v1.0 (https://senforums.mach-hosting.com/forumdisplay.php?fid=61)
+---- Thread: Sentora for Windows in the cloud service is available! (/showthread.php?tid=1719)

Pages: 1 2


Sentora for Windows in the cloud service is available! - MarkDark - 06-27-2015

Warning!
I renew the distribution Sentora for Windows 1.0.0
I made some minor changes
Added module Protect a Directory
and fixed a small bug with the counting of traffic.
Sentora for Windows in the cloud service is available!


Sentora for Windows 1.0 32-bit - Download


RE: Sentora for Windows in the cloud service is available! - Miow5 - 07-17-2015

Do you remember that annoying feature, always showing the black table each 5 minutes?
Does it still exist? : )


RE: Sentora for Windows in the cloud service is available! - MarkDark - 07-25-2015

(07-17-2015, 01:30 AM)Miow5 Wrote: Do you remember that annoying feature, always showing the black table each 5 minutes?
Does it still exist?  : )

I've included the ability to set the interval run daemon.

The default setting is 1 per hour


RE: Sentora for Windows in the cloud service is available! - Me.B - 07-25-2015

@[MarkDark]

Did you check ?

http://forums.sentora.org/showthread.php?tid=1767


RE: Sentora for Windows in the cloud service is available! - MarkDark - 07-26-2015

(07-25-2015, 09:19 AM)Me.B Wrote: @[MarkDark]

Did you check ?

http://forums.sentora.org/showthread.php?tid=1767

(rus)
Как я проверю?
Я же не команда разработчиков для меня никаких данных не присылают...


(eng)
How do I check?
I'm not a team for me, no data is sent ...


RE: Sentora for Windows in the cloud service is available! - Dave - 07-27-2015

(07-26-2015, 09:57 AM)MarkDark Wrote:
(07-25-2015, 09:19 AM)Me.B Wrote: @[MarkDark]

Did you check ?

http://forums.sentora.org/showthread.php?tid=1767

(rus)
Как я проверю?
Я же не команда разработчиков для меня никаких данных не присылают...


(eng)
How do I check?
I'm not a team for me, no data is sent ...

I can not seem to create this exploit problem Huh

I can not see other accounts in ftp (login in using filezilla client on desktop) other then the users account it is.
I can not create a domain if someone is using it on a another account let alone sub-domain with soneones domain not in your own account.
Were is the exploit exactly?  anyone Huh
I am running windows 7 ultimate 64bit AWServer+ZPanelX 2.2
 
 
MarkDark have you tested to see if its Effecting AWServer 2.2?


RE: Sentora for Windows in the cloud service is available! - MarkDark - 07-27-2015

(07-27-2015, 04:03 AM)Dave Wrote:
(07-26-2015, 09:57 AM)MarkDark Wrote:
(07-25-2015, 09:19 AM)Me.B Wrote: @[MarkDark]

Did you check ?

http://forums.sentora.org/showthread.php?tid=1767

(rus)
Как я проверю?
Я же не команда разработчиков для меня никаких данных не присылают...


(eng)
How do I check?
I'm not a team for me, no data is sent ...

I can not seem to create this exploit problem Huh

I can not see other accounts in ftp (login in using filezilla client on desktop) other then the users account it is.
I can not create a domain if someone is using it on a another account let alone sub-domain with soneones domain not in your own account.
Were is the exploit exactly?  anyone Huh
I am running windows 7 ultimate 64bit AWServer+ZPanelX 2.2
 
 
MarkDark have you tested to see if its Effecting AWServer 2.2?

Hi!
I do not have any information about this exploit
Since I'm not a developer did not give me no information on this issue.
Let's wait for the decision of the developers Sentora.
Then I will release an update to Sentora for Windows and AWServer with ZPanelX


RE: Sentora for Windows in the cloud service is available! - Miow5 - 08-05-2015

(07-25-2015, 08:23 AM)MarkDark Wrote:
(07-17-2015, 01:30 AM)Miow5 Wrote: Do you remember that annoying feature, always showing the black table each 5 minutes?
Does it still exist?  : )

I've included the ability to set the interval run daemon.

The default setting is 1 per hour

This means, if I replace the 0 * * * * by a 12, the next daemon will run in 12 hours?


RE: Sentora for Windows in the cloud service is available! - MarkDark - 08-05-2015

(08-05-2015, 12:15 AM)Miow5 Wrote:
(07-25-2015, 08:23 AM)MarkDark Wrote:
(07-17-2015, 01:30 AM)Miow5 Wrote: Do you remember that annoying feature, always showing the black table each 5 minutes?
Does it still exist?  : )

I've included the ability to set the interval run daemon.

The default setting is 1 per hour

This means, if I replace the 0 * * * * by a 12, the next daemon will run in 12 hours?

(rus)
Нет. Время записывается в формате CRON
Вот его схема:
* * * * *
|  |  |  |  |
|  |  |  |  +----- Дни недели (диапазон: 1-7)
|  |  |  +------- Месяцы     (диапазон: 1-12)
|  |  +--------- Дни месяца (диапазон: 1-31)
|  +----------- Часы       (диапазон: 0-23)
+------------- Минуты     (диапазон: 0-59)

http://www.nncron.ru/nncronlt/help/RU/working/cron-format.htm

(eng)
No. Time is recorded in CRON format
For Example:
Here is his scheme:

* * * * *
|  |  |  |  |
|  |  |  |  + ----- Week days (range: 1-7)
|  |  |  + ------- Months (range: 1-12)
|  |  + --------- Days months (range: 1-31)
| + ----------- Clock (range: 0-23)
+ ------------- Minutes (range: 0-59)

http://www.nncron.ru/nncronlt/help/EN/working/cron-format.htm


RE: Sentora for Windows in the cloud service is available! - zHostingSolutions - 08-19-2015

(06-27-2015, 12:04 PM)MarkDark Wrote: Warning!
I renew the distribution Sentora for Windows 1.0.0
I made some minor changes
Added module Protect a Directory
and fixed a small bug with the counting of traffic.
Sentora for Windows in the cloud service is available!


Sentora for Windows 1.0 32-bit - Download

Thanks for the update. How will I need to update my current version without having to reinstall anything? Thanks.