antonbiz
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by antonbiz-
antonbiz commented,
Hi. So I am basically following this doc. cPanel API 2 Functions - Fileman::fileop - Software Development Kit - cPanel Documentation Maybe I misread it or I am not using the function the same way...
-
antonbiz commented,
I think I answered my question again. The API2 code seems to be return $xmlapi->api2_query($account, 'Fileman', 'fileop', $args2); Once I added the account it started deleting old files. I think...
-
antonbiz created a post,
API2 and delete files
Hi, I am having some issues deleting old backup of a site I created. Below is my code. Could anyone give me a hint where I am going wrong. Everything works except the unlink function. Basically, I...
-
antonbiz commented,
never mind. answered by own questions. the code to get it is foreach ($list->data as $item) { array_push($files, $item->file); }
-
antonbiz created a post,
API2, fileman and listfiles objects
Hello. I am wracking my brain trying to use this with the API2 Fileman listfiles query results. Basically, what I am trying to do is get a list of files in a directory and delete the ones older tha...