tecwithquestion
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
Comments
Recent activity by tecwithquestion-
Hello Thank you for the reply, but if I want to use below code, I must set file filename.live.php header( "Page Heading, app_key" ); // Add the header. ?> Is that correct ? Using this cod...
-
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 ...
-
After a lot work, I managed to get x3 theme back in cpanel. - Removed offer -
-
Hello For every new account which I will create on server, I want to set my custom theme for that account. I am not able to see my custom theme under WHM Home " Server Configuration " Basic cPane...
-
can you give me example of working code for the same ? Honestly I am not good in coding .
-
I am using cloudlinux and cagefs so /home is safe I still wanted to block user level read access to /usr/local/cpanel folder
-
Bascially I want to install wordpress automatically if custom package is selected in whm. It will work if I am able to get username which is being used for creating cpanel account
-
Hello I used below script in postwwwacct .'"; $databasename = 'dbbb';//do not prepend with username $databaseuser = 'dbbb';//api will do that for you $databasepass = 'P3cJdlvx/vAo5cSRR5djAA=='...
-
Try this one password_auth("root","rootpass"); $xmlapi->set_debug(1);//this setting will put output into the error log in the directory that you are calling script from $xmlapi->set_output('array'...
-
Hello I managed to make it working. Is there way I can disable some plugins in the demo mode ? Like if user login as demo user, and if he click on my plugins he will get msg that this function i...