tecwithquestion
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
Posts
Recent activity by tecwithquestion-
Customize index.tt
Hello, I have added below code in the index.tt file [% IF quota_info.inodes_used < 600000 %] [% ELSE %] Here I want to add the conditoin. If the package is ABC, the I want to show inode count ...
-
Cant open WHM in iframe
Hello, I am trying to open WHM in iframe but I am getting error as below Refused to display '
-
css issue with plugin
Hello Can someone help me in fixing css issue for letsencrypt plugin?
-
Open cPanel in iframe
Hello, I have admin based created using laravel and there I am trying to open cpanel using iframe code but I am getting error as below Refused to display '
-
Reseller Email account usage
Hello How can I find reseller accounts emaild and its usage ? Is there any script or api I can use ?
-
Modify cPanel stats bar
Hello Can you please guide me how can I add my custom settings in cpanel stats bar ? is there any link which I can refer ? Thanks
-
find user's addon domain and subdomain folder path
Hello Can someone help to find users addon dominn path and subdomain path using cpanel uapi ? I tried to use documentation link but I am unable to find exact code. Thank you.
-
allow user to run script located in /bin
Hello I have placed my script in /usr/bin folder but when I try to run that script as user. I am getting error permission denied. I have set chmod u+x to file but its not working.
-
Find user homedir
Hello In x3 I was using below code to find user's home dir $homedir = $_CPANEL['USERDATA">['home">; Can someone please tell how can I find user homedir using live.php file ? Thanks
-
Paper_lantern header and footer
Hello I already checked cpanel documentation couple of times but I an not able to run my php code in paper_latern. Can you please tell me how can I get header and footer using .php file ? If I u...