Saeb
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Saeb-
Saeb commented,
thanks i found my resault until now. no need answer.
-
Saeb commented,
Hello This is my Code, it is not more than .. ?! but i set [PHP]private $port = '2083';[/PHP] because i cant access WHM. then i use cpanel port. add zone record worked. [PHP]password_au...
-
Saeb commented,
thank you. now i need know how get a zone record line and how remove it. i can't find help and example for $xmlapi->api2_query [PHP] print $xmlapi->api2_query( 'ZoneEdit', 'remove_zone_record', a...
-
Saeb commented,
Hello :) Yes, it's possible to use it with cPanel access only. There's a previous post that provides an example at: Remote Authentication - cPanel (No WHM) - ListPopAccounts Thank you. how conf...
-
Saeb created a post,
PHP Client Class without WHM
GitHub - CpanelInc/xmlapi-php: A PHP Class for Interacting with cPanel's XML-API is it for CPanel without whm?
-
Saeb commented,
thanks for reply and sorry for late answer why show this problem? [21-Apr-2016 17:49:12 Asia/Tehran] PHP Fatal error: Uncaught exception 'Exception' with message 'No host defined' in /home/khazra...
-
Saeb commented,
first uploaded xmlapi.php to dns folder at root and create a file for write script to add/change/delete zone. i write include xmlapi.php in that. and wrote this codes: api2( 'ZoneRecord', 'add_...
-
Saeb commented,
now errored: [18-Sep-2015 20:25:44 Asia/Tehran] PHP Fatal error: Class 'CPANEL' not found in /home/khazrait/public_html/dns/tst.php on line 3
-
Saeb commented,
i so dissied i include xmlapi.php error in error_log wrote "fetal error" __________________ my codes: include "xmlapi.php"; $cpanel = new CPANEL(); // Connect to cPanel - only do this once. // Add...
-
Saeb commented,
include "xmlapi.php"; $cpanel = new CPANEL(); // Connect to cPanel - only do this once. // Edit a type "A" zone record on "example.com" $edit_zone_record = $cpanel->api2( 'ZoneRecord', 'edit_zon...