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.


Topics - Alexk92

Pages: [1]
1
FTP / How i solved the 530 Login authentication failed
« on: September 29, 2022, 10:28:17 PM »
Although i feel pretty dumb that i had to waste so much time to realise this.
I hope it will be of help to someone else :).

I noticed that there two details to keep in mind.

1. Password must contain everything, chars (capital and not) , numbers , symbols and most important maximum 12 chars length
2. When you insert the username to the ftp client (e.g. filezilla) you have to add the @domain.com .
For example
Quote
Host : mydomain.com   /   Username: ftpusername@mydomain.com    / Password: mypassword

Edit: i also did this
Code: [Select]
http://wiki.centos-webpanel.com/pure-ftpd-setup-passive-ftp-portsThat's all for now :)

2
How to / Cronjob for WPallimport
« on: August 09, 2022, 07:30:11 AM »
Hi everyone, i try to create a cron job for wpallimport with no luck.
What i have tried so far,

Code: [Select]
/usr/local/bin/php /home/usernaname/public_html//wp-load.php?import_key=MYKEY&import_id=1&action=trigger
Code: [Select]
curl "https://MYWEBSITE.com/wp-load.php?import_key=MYKEY&import_id=1&action=trigger"
Code: [Select]
wget -q -O - "https://MYWEBSITE.com/wp-load.php?import_key=MYKEY&import_id=1&action=trigger"
But none of those worked (same methods had been applied for action=processing). Am i missing something, because all this have worked with cPanel, plesk.

3
Information / Future of CWP?
« on: July 07, 2022, 07:38:41 AM »
Hi everyone,
I am totally new to server administration and i was wondering what is going to be the future of CWP since CentOS 8 is EOL and with CentOS 7 reaching its end in 2024. I find CWP really handy and easy to use and work with, for this i want to invest my time and money on getting familiar with it in order to setup my VPS to host websites. But, if they are going to stop developing in 1.5 year then i find no reason to start with CPW in the first place. So, i was wondering if any of the veteran here has anything to suggest me on what to do with CWP i would be gratefull  :D.

Pages: [1]