sysnishit
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by sysnishit-
Hello, If you have shell access then do following. Generate backup of account cd /home /scripts/pkgacct cpanelusername it will generate backup file . Now move file to new server rsync -va /home/...
-
Hello, Create backup of cPanel account with domain demo.example.com using /script/pkgacct cpanel-username . Then go to WHM > Modify an account > select account demo.example.com modify domain name ...
-
Hello, For SSL setting mail client need such domain which has SSL installed so it is cute.cpanelforsold.com. For non ssl it can be anything which is pointing to server IP. If internetsomething.or...
-
Hello, You can use mysqlcheck -r databasename to check if databases / database tables are corrupted or not. Also, Try to backup mysql database from command line using mysqldump command cd /home m...
-
Hello, You can check logs of sent email in /var/log/exim_mainlog . Also sometime email get delivered but to spam box of recipient . so make sure mail server IP is not black listed.
-
Hello, There is no such feature to create monitor user. But yes if you want to access awstats/webalizer stats of your site without login to cpanel then it is possible.
-
Hello, You don't need to ask client to point A record to your server IP. Just add IP and domain in hosts file on your local PC so site will resolve through your server for your PC. Path to host fi...
-
Hello, Ping to the url they provided and you will get IP. or execute command ping xxxxxxxx.eu-west-1.rds.amazonaws.com or host xxxxxxxx.eu-west-1.rds.amazonaws.com
-
Hello, Create another folder with name as include and access it. If that is not getting redirect then there is issue with index page or database used by index page.
-
Hello, It seems brute force attack on your wordpress site. There are many plugin which can protect your site from such attack like "Loginizer". Another option is password protect directory. You ca...