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

Pages: 1 2 [3] 4 5
31
CentOS-WebPanel GUI / Re: Where can I find Webpanel themes?
« on: January 30, 2016, 12:33:43 AM »
I have these templates for sell (with an CWP module to execute each time you need it)
For each CWP update made you'll have the need to change the template since the CSS files are replaced by the updated ones.
Also you'll have to press CTRL+F5 after applying the new theme (to avoid browser cache)

$3 (for both) if someone is interested PM me




Module:

32
MySQL / Re: MySQL error (MySQL server has gone away) on restart
« on: January 29, 2016, 11:41:05 PM »
Just ignore that error, it's normal and there is nothing else to do, once you have stoped mysql you have stoped mysql also in CWP that's why you get that error :)

33
FTP / Re: Where are saved FTP accounts?
« on: January 29, 2016, 11:33:37 PM »
Pure-FTPd is the one managing them

Process this SSH code:
Code: [Select]
pure-pw list
Or open the file:
/etc/pure-ftpd/pureftpd.passwd

34
Thanks buddy :)

35
Installation / Re: Error while logging on
« on: January 29, 2016, 11:12:57 PM »
You messed up with your server configs, it looks like you have destroyed important configurations.
What have you done that you can remember?

36
MySQL / Re: Error message when restarting mysql
« on: January 29, 2016, 11:08:12 PM »
The administrator meant over SSH not over the CWP.
That's a typical error that CWP gives but you can ignore that :)

37
E-Mail / Re: Email rejected: Quota exceeded (mailbox for user is full)
« on: January 28, 2016, 09:59:46 PM »
Nice, thanks, never have this problem actually.
Btw, do you have idea why/when this problem will ocurred?

It occurs when one of your emails receives the total of 10000, if anyone tries to send a new one, that sender will receive a delivery error

38
New Modules / Re: Migrate CWP->CWP
« on: December 13, 2015, 03:27:31 AM »
I'm working on it, altho i don't have time to finish it at the moment.

But all you have to do is:
- Export data bases (phpmyadmin)
- Export database users (phpmyadmin)
- Backup postfix, root_cwp databases (phpmyadmin)
- Backup /home files
- Backup var/vmail (email folders)
   - After you import email files, process these commands
       chown -R vmail:mail /var/vmail
       find /var/vmail -type f -exec chmod 600 {} \;
       find /var/vmail -type d -exec chmod 700 {} \;
Then backup vhosts and other stuff that you might need

39
New Modules / Re: [module] Clear memory ram
« on: December 11, 2015, 01:26:32 AM »
What do you mean? I don't get it

40
New Modules / Re: How to Build a new module for CentOS Web Panel (CWP)
« on: December 11, 2015, 01:22:02 AM »
Is there a way to process ajax requests (PHP side)?
How can i call my module without calling the entire index page?

41
E-Mail / Re: Email rejected: Quota exceeded (mailbox for user is full)
« on: September 14, 2015, 11:09:20 PM »
BEST SOLUTION:

open the file: /etc/dovecot/dovecot-mysql
search for: (...) CONCAT('*:messages=10000:bytes=', quota) (...)

And replace it by:
search for: (...) CONCAT('*:messages=:bytes=', quota) (...)

And it'll be fixed :)

42
How to / Re: MySQL & Default domain
« on: August 30, 2015, 11:43:20 AM »
Download "phpMyAdmin 4.0.10.10" and it will work just fine :)

43
How to / Re: How do I edit Cron Jobs
« on: August 30, 2015, 11:37:01 AM »
Quote
/usr/local/cwp/php54/bin/php -d max_execution_time=1000000 -q /home/user/public_html/blablabla.php

And it'll work just fine :)

44
How to / Re: Disable Function for User Account
« on: August 30, 2015, 11:33:45 AM »
GO to /usr/local/cwpsrv/htdocs/resources/client/modules
And remove\comment the name\change the internal content - of those modules you want to not allow access to.

But remember, after an automatic update of CWP, those files will start working again :)

45
How to / Re: How to update CWP to New version
« on: August 30, 2015, 11:29:54 AM »
It's automatic, just wait for it and it'll be done by itself :)

Pages: 1 2 [3] 4 5