
KostonConsulting
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 48
Activity overview
Latest activity by KostonConsulting-
KostonConsulting commented,
If you're already logged in as root, you'll have read access to /root/.accesshash. Just load it out of the file and use it to make the API call Be warned that you should use an appconfig file to m...
-
KostonConsulting commented,
cPanel's LogMeIn.pm is written in Perl so you won't be able to use it in PHP. You can look at the file '/usr/local/cpanel/Cpanel/LogMeIn.pm' and re-write it's logic in PHP. It doesn't actually use ...
-
KostonConsulting commented,
When you install the plugin (you need to build your own installer), you can create a database as root and then you can access it through PHP's mysqli functions ([url=http://php.net/manual/en/book.m...
-
KostonConsulting commented,
That makes sense. cPanel/WHM is a really comprehensive way to manage all the services on a Linux server related to web hosting. Those include (but are not limited to): DNS FTP/S SQL ...
-
KostonConsulting commented,
It's a big project to replace Exim with MDaemon. You'll want to intercept all mail related actions with Standardized Hooks. You'll probably want to email integration [at] cPanel (dot) NET to see if...
-
KostonConsulting commented,
The PublicAPI classes aren't typically meant to be run on the cPanel/WHM server. You could whitelist 127.0.0.1 (the local server) but that could allow others with shell access to hammer the API. Yo...
-
KostonConsulting commented,
There's no indication that cPanel is executing this template as PHP. In fact, the documentation shows this which indicates they are using Perl's Template Toolkit: [QUOTE] You may use the following...
-
KostonConsulting commented,
If you have cPanel access, you have access to API1 and API2. If you have WHM access, you have access to the general XML/JSON API. You can test these with a URL. To see if you have cPanel api acce...
-
KostonConsulting commented,
[quote="DonB, post: 1627322"> The domain name I am trying to park is one of mine, is pointed to the nameservers of my Master Reseller site and in fact allowed me to park domains onto it using the C...
-
KostonConsulting commented,
Seems like this API call is documented incorrectly. The topdomain parameter is actually just the prefix of the subdomain you are parking this new domain to. What's also weird is that subdomain has ...