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 - erm3nda

Pages: 1 ... 5 6 [7] 8 9 ... 13
91
CentOS-WebPanel Bugs / Re: Heavy GUI Slow Menu
« on: February 20, 2015, 11:33:19 PM »
You can force menu expansion onload using jquery with easy as a temporal solution.

I use GreaseMonkey, but for a "al pc's solution" you need to edit at least one file of the install. (ie, the index.php)

I got also the slooow menu issue even with load disabled.

92
MySQL / Re: Error when importing mysql dump file
« on: February 20, 2015, 11:25:03 PM »
syntax is ok if you get that error while importing from command too then you have error in sql file  ???

I think is important to know if the file was generated with phpmyadmin too.
I don't spect a dump from phpmyadmin to fail.

Maybe is a encoding problem.

93
CSF Firewall / Re: Port for SSL
« on: February 20, 2015, 11:17:36 PM »
Quote
Escuss me
is definetively the bad way to ask for help.

Ports are open by the SO, so consider read about iptables.
If you use the CSF Firewall included on the CWP panel, look at the configuration sample.

A quick view http://forum.centos-webpanel.com/installation/how-to-open-port-2030/msg1871/#msg1871

94
CentOS Configuration / Re: How to setup user quotas ?
« on: February 19, 2015, 01:12:51 AM »
Thank you sir.

My waiting has rewarded me with work done by you.
Just kidding, thank you really :)

95
Installation / Re: How to open port 2030
« on: February 14, 2015, 06:05:46 PM »
I guess you are A LOT confused.

If you can see "LOGIN TO CENTOS WEBPANEL" means you have reached the website under port 3020, so it's open.

I can't see any other valuable information on your screenshoot, like if you are triying to connect from inside or outside, as example. That screenshot has no info at all, but confuses my about where do you get it.

I would recommend this website to you http://www.t1shopper.com/tools/port-scan/

96
CentOS 6 Problems / Re: Very high RAM usage, resulting in failure of server
« on: February 06, 2015, 05:45:01 PM »
Liked to watch the Ram Eater Penguin :)

There is a lot of usefull info in this webpage.
but HTOP report the great value on the status, and shows also the caching.

Also has nice testings for test/learn a bit :) http://www.linuxatemyram.com/play.html

97
Apache / Re: I can't see my homepage.
« on: February 06, 2015, 05:37:42 PM »
Rebuild vHosts from the menu Apache menu on the CPW panel.

98
Installation / Re: How to open port 2030
« on: February 06, 2015, 03:30:20 PM »
Please, that is not a question of cwp, its a question about SO and it's features.

http://www.linuxquestions.org/questions/linux-security-4/how-to-open-ports-with-iptables-237939/

Use the following command:

Code: [Select]
iptables -A INPUT -p tcp --dport 2030 -j ACCEPT
For more ports, use menu Security->CSF Firewall->Configuration wich will edit the file /etc/csf/csf.conf

Search for
Code: [Select]
TCP_IN and  put your values (incomin & outgoing).

Example for port tcp 80 and 443 (http & https)
Code: [Select]
# Allow incoming TCP ports
TCP_IN = "80,443"

By now i don't see any handy editor for ports. It is a basic feature and ALL other webpanels have it.

99
Information / Re: Which License used CWP?
« on: February 05, 2015, 04:04:51 AM »
This is how i see it. I'm not a license expert, but this software has NO licensing at all. Don't?

It can be treated as Freeware because it's free to use.
It's free to edit/modify/share, but you can edit only unencrypted part, the addition code part, menu building. module addons.

This is not GPL, is not Opensource and is not under other license. If you can break that encryption, there are no prohibitions published into webpage nor attached license document. (watch http://centos-webpanel.com/terms-of-service)

When the publisher finally put the license file over a version, that applies to that version, so you can use AS YOU WANT the older versions, like the actual.

I wanna recommend developer to put ANY license, because code encription is only time based. Time based mean that someday one guy will break encription used (Zen i guess, not ionCube).

Regards and thank you for this software.

100
Information / Re: Executing an immediate backup?
« on: February 05, 2015, 03:49:06 AM »
Those little things can be easy converted into custom modules.

101
Information / Re: CWP to control multi-server environment?
« on: February 05, 2015, 03:47:03 AM »
I recommend you to watch one by one the buttons on the panel.

If you don't see anything related to that, may be not.

102
CSF Firewall / Re: LSF firewall not working at all
« on: February 04, 2015, 07:25:23 PM »
I say working again.

I remember i run the requeriments test and all was Okey, just doesn't start due to bad config. Was my fault, adding LIMITCONN features without quotes on the values.
Bad =
Good = ""

I saw it running ldf on console.
Restarting CSF firewall from panel outputs nothing.

Regards.

103
Installation / Re: SSH / Quota warning on Centos after install
« on: February 04, 2015, 07:21:11 PM »
I have only the SSH por22 warn, wich i dont like too.

104
Addons / Re: Team Speak 3 - Admin data not working
« on: February 02, 2015, 07:35:40 PM »
I run this on CentOS 6 too, 64bit.

What about log?

105
CSF Firewall / Re: LSF firewall not working at all
« on: January 30, 2015, 02:32:04 AM »
I've tried run again ldf from console and watch the output.
Line error, missing "" quotes for a value.

Working again.

Pages: 1 ... 5 6 [7] 8 9 ... 13