Page 8 of 16

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Thu Sep 29, 2016 12:30 am
by RamMae
SS88 wrote:
RamMae wrote:There's a weired problem on my csf.
Image
Try changing the file permissons.

755 for directory and 644 for files.
Where i can find the file directory?

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Thu Sep 29, 2016 11:28 am
by SS88
RamMae wrote:
SS88 wrote:
RamMae wrote:There's a weired problem on my csf.
Image
Try changing the file permissons.

755 for directory and 644 for files.
Where i can find the file directory?

Code: Select all

	find /usr/local/vesta/web/list/csf -type d -exec chmod 755 {} \;
	find /usr/local/vesta/web/list/csf -type f -exec chmod 644 {} \;

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Thu Sep 29, 2016 4:28 pm
by RamMae
SS88 wrote:
RamMae wrote:
SS88 wrote:
Try changing the file permissons.

755 for directory and 644 for files.
Where i can find the file directory?

Code: Select all

	find /usr/local/vesta/web/list/csf -type d -exec chmod 755 {} \;
	find /usr/local/vesta/web/list/csf -type f -exec chmod 644 {} \;
Tested and working, new gui?

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Thu Sep 29, 2016 4:30 pm
by SS88
RamMae wrote:
SS88 wrote:
RamMae wrote:
Where i can find the file directory?

Code: Select all

	find /usr/local/vesta/web/list/csf -type d -exec chmod 755 {} \;
	find /usr/local/vesta/web/list/csf -type f -exec chmod 644 {} \;
Tested and working, new gui?
CSF released new GUI :)

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Fri Nov 25, 2016 5:47 pm
by mephivio
Hi
will you update your script for the brand new VestaCP 0.9.8-17 ?
thanks

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Mon Nov 28, 2016 10:24 pm
by SS88
mephivio wrote:Hi
will you update your script for the brand new VestaCP 0.9.8-17 ?
thanks
It is now ready for v 17.

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Tue Nov 29, 2016 12:23 am
by DBBJAF
well well, you done really nice job after a bottle of wine
Keep up the good work
and like a old time question :-), how about localization cfs panel in other languages?

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Tue Nov 29, 2016 1:43 pm
by mephivio
congrat !
thanks for your work !

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Fri Dec 09, 2016 10:10 am
by hammy
Problems with GUI

Will not show options for:-

Firewall Allow IPs

Firewall Deny IPs

lfd Blocklists

When those buttons are clicked it takes you to a page with just a 'Return' button. There seems to be a letter 'm' in the very bottom corner of those pages so maybe a error.

Re: [HOWTO] Install CSF + Use it's GUI in VestaCP

Posted: Fri Dec 09, 2016 1:44 pm
by SS88
hammy wrote:Problems with GUI

Will not show options for:-

Firewall Allow IPs

Firewall Deny IPs

lfd Blocklists

When those buttons are clicked it takes you to a page with just a 'Return' button. There seems to be a letter 'm' in the very bottom corner of those pages so maybe a error.
Please re-run the command - all fixed.