tecwithquestion

  • Total activity 82
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 16

Activity overview

Latest activity by tecwithquestion
  • tecwithquestion created a post,

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

  • tecwithquestion created a post,

    Cant open WHM in iframe

    Hello, I am trying to open WHM in iframe but I am getting error as below Refused to display '

  • tecwithquestion created a post,

    css issue with plugin

    Hello Can someone help me in fixing css issue for letsencrypt plugin?

  • tecwithquestion created a post,

    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 '

  • tecwithquestion created a post,

    Reseller Email account usage

    Hello How can I find reseller accounts emaild and its usage ? Is there any script or api I can use ?

  • tecwithquestion created a post,

    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

  • tecwithquestion commented,

    Hello ! I dont want to start it automatically. I just want user should be able to fix permissions at his end. Is it possible that user can set permissions for public_html at his end ?

  • tecwithquestion commented,

    Hello ! Can I allow users to run chmod user.nobody for public_html folder

  • tecwithquestion commented,

    Thank you ! How can I get result using header( "Path" ); // Add the header. $list_addons = $cpanel->api2( 'AddonDomain', 'listaddondomains', array( 'dir' => 'domain...

  • tecwithquestion created a post,

    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.