tecwithquestion
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
Posts
Recent activity by tecwithquestion-
Default theme for all new accounts
Hello We have created custom theme which we want to set as default theme for all accounts. However we are not able to find any option for that. In basic_settings we can see only three themes . ...
-
one click login
Hello I want to create button using which staff can login to whm of particular server. Can you please provide me example for the same ? Thanks
-
restrict access to cpanel folder
Hello While connect server via ssh from user login I can easily access complete /usr/local/cpanel folder. As I can see current permission set to 711 and permission is root:wheel. How can I block...
-
Pm error
Hello While accessing app from whm I am getting error as below Can't locate IO/CloseFDs.pm in @INC (@INC contains: /usr/local/cpanel /usr/local/cpanel/whostmgr/docroot/cgi /usr/local/lib64/perl...
-
cpanel login page for multiple servers
Hello I have few cpanel servers and I want to setup login page using that customer can login to their control panel. I dont want to give server URL to them. How can I setup single login page for...
-
get cpanel username
Hello I am trying to create new db using php script which I have place in postwwwacct . I am able to create db if I manually give username and password in php script. Its works perfect. What I ...
-
Need help with small shell script
Hello I am using below script to monitor spam on server :: #!/bin/bash EMAIL="user@email.com NOW=$(date +"%m-%d-%Y") FILE="cwd.$NOW.txt" grep "cwd=/home" /var/log/exim_mainlog | awk '{for(i=1;i<...
-
Exclude domain in csf firewall
Hello I want to exclude few domains in csf firewall. So that failed login attempts will not create issue for their entire network. Can someone help me with this ?
-
cPanel plugins
Hello I have some which are running on my domain url (domain.com/tools/index.php) I want to use these tools as plugin in cpane. but when I moved tools folder in /usr/local/cpanel/base/frontend/x3...
-
install plugin in whm
Hello I have cgi script which I want to register as plugin. how can I use .cgi for whm plugin installation ?