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 ... 10 11 [12] 13
166
FTP / Re: Create new accounts from cwp
« on: October 15, 2014, 02:46:49 AM »
you can use root password to login in user panel

I always use root, but FTP account manager only works with single user, not root.
So i have to login as "user" with user password to being able create a new ftp account.

Maybe i don't understand you.
Also tried to use "user's" domain using root, but the result is same than login root over IP address so the only diference is that root has NO customer panel, so you must create at least one user to use "users panel", wich is the only panel that allow you create FTP accounts.

Instead of the root being able to edit all acoounts, root can edit none of them.

167
MySQL / Re: can't start mysqld
« on: October 15, 2014, 02:38:29 AM »
Glad to know i forced you to use logs  ::)

Quote
141006 12:54:48 [ERROR] Can't start server: can't create PID file: No space left

168
MySQL / Re: can't start mysqld
« on: October 06, 2014, 06:11:30 AM »
You didn't supply ANY info about your server details nor log info, so it's difficult to help you.

If mysql do not work, this may be a problem from installation. Is this the first time?

You can try restart whole cwp service by command `service cwpsrv restart` or only mysql by command `service mysql restart` or `/etc/init.d/mysqld restart`.

If not, try to reinstall mysql server using command `yum reinstall mysql-server`.




169
Installation / Re: Installing on Amazon AWS Instance
« on: October 06, 2014, 06:01:20 AM »
You are talking about login on SSH. By default, Amazon AMI do not allow root to being logued, also force you to use key pairs. This a HOT question for all AMI users and the first think i modify when test long time ago.

Remove old ec2-user keys:
`rm /home/ec2-user/.ssh/authorized_keys`

Now allow root login and login by password by editing file: /etc/ssh/sshd_config.

You have to search for that and set yes to both:
  • PasswordAuthentication yes
  • PermitRootLogin yes

Do not forget to:
`/etc/init.d/sshd restart` or `service sshd restart`

Also, set a default password for root using command: 'sudo passwd root`

170
Other / Re: Softaculous is integrated - Where?
« on: October 06, 2014, 05:43:41 AM »
Glad to know.

1 click install is the FAST way to test plugins and more on fresh installs, like wp.

Thank you for adding it.

171
New Modules / Re: Where to store data/settings
« on: October 06, 2014, 05:40:50 AM »
Im sorry.

Im the guy building freedns connector PLUGIN between cwp and freedns.
The idea is to auto-sync custom dns entries from local "named" to the freedns system, commit them.

I think deeply on that, im sure the database is the safest way to store such credentials. Don't?

Even if freedns is not part of, is a perfect pair for CWP on single IP hostings, also a good service even if you can run your own dns.

Regards.

EDITED: I've deciced to put it on database, also editable.

172
FTP / Re: Create new accounts from cwp
« on: October 06, 2014, 05:34:12 AM »
As usually, i just see it when ask here :D thank you.

Theres any way to enable login as "user" then login back to root?

Root panel suggest you to "can manage all" :D and that makes my crazy searching for ftp.
I just use root account for most things.

173
Other / Softaculous is integrated - Where?
« on: October 05, 2014, 06:16:11 PM »
I read on http://centos-webpanel.com/ that Softaculous is integrated.
By integrated i understand included. Don't?

If not, how can i include it?

Regards.

174
New Modules / Re: Where to store data/settings
« on: October 05, 2014, 05:15:05 PM »
Basically the freedns manager credentials to avoid ask everytime.

175
FTP / Create new accounts from cwp
« on: October 05, 2014, 05:08:29 PM »
This looks like a dummy question, but...

How do i create a new FTP account?
I need create a lot of different ftp accounts under same user/domain.

Regards.

176
New Modules / Where to store data/settings
« on: September 18, 2014, 05:20:58 PM »
Where do i should put the data or the settings of my module.

Because the module uses external user autentication, i need to allow user to store the credentials.
A cool site is database, but i dont figure out on what table do i need to store.

Do i need to create a new table?
Can i use settings table?

Regards.

177
Installation / Re: After finish installation and reboot server down pls help
« on: September 18, 2014, 04:23:36 PM »
Does the iptables still remain on the config over reboot?

With firewall off must work for sure. Connection refused may mean "you put wrong ip" or "your ip may be ok but the port is not open".

178
New Modules / Re: How to add custom built module to left menu?
« on: September 18, 2014, 03:01:26 PM »
It’s easy, go to /etc/webpanel/panel/include folder and make new file named 3rdparty.php ,in this file you add links one per line.
eg.
<a href=”index.php?module=test2″>TEST 2</a>
<a href=”index.php?module=test3″>TEST 3</a>

reload web panel and module will be added to the menu.

I cant find the location of the 3rdparty.php file.

Module is located /usr/local/cwpsrv/htdocs/resources/admin/modules and works fine.
Tried to create the 3rdparty.php file under /usr/local/cwpsrv/htdocs/resources/admin/include but didn't work,

Do not figure where to put.

179
Information / Outdated info over mysql conection error cwp panel
« on: September 13, 2014, 08:28:48 AM »
When you play/change/lost your mysql password, a message is displayed:

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/admin/include/db_conn.php and /root/.my.cnf

The file db_conn.php is located in /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php in my case.

I have experienced problems with that, in example i changed root password and NO dabases where listed. The rest of webpanel remain working. Now i set again all passwords and is working fine :D

Regardas.

180
How to / Re: how to change mysql root password (phpmyadmin root) same thing
« on: September 13, 2014, 08:10:46 AM »
I don't think the why is a required thing to ask :D

Also i wanna remark that are different things if you wanna change to another, or if you lost it.
Also, once change, you must update my.ini file under root home.

Pages: 1 ... 10 11 [12] 13