Visad182
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Visad182-
Visad182 commented,
Dude you compare a command line with PHP wtf ?
-
Visad182 created a post,
Problems Understanding the cPanel API
Don't you think cPanel need an entire revision of his current - Removed - API ? This is innacceptable that we pay to get a license, but nobody have any answer for his API except "Please see our DO...
-
Visad182 created a post,
cPanel API V2 (Fileman - Extract)
Hello, It's been 5 months since cPanel API V2 Fileman (op = extract) is not working. Are you planing to fix it ? Thanks
-
Visad182 created a post,
Are There Any API Example Scripts For Use?
Hello, I just updated WHM and i realized that XML API is no longer supported for WHM. So i have to switch to WHM API 1, but how can it be so dificult to find a starting script. I mean, a PHP scri...
-
Visad182 commented,
May someone explain me this please ? I really don't know why we pay for license fee but have no support...
-
Visad182 created a post,
Fileman fileop function
Hello, i uploaded a ZIP, and i need to extract it. Here is my code. [PHP] 'extract', 'sourcesfiles' => 'public_html/damn/app.zip', 'doubledecode' => '0' ); // Set up the cURL request o...
-
Visad182 commented,
Hello Michael, thank for your help. Finaly, files was uploaded. I think problem was files paths... Here is the working code: [PHP] $destination_dir, 'file-1' => $cf ); // Set up the cURL r...
-
Visad182 commented,
Same thing for this part of your own code in your API doc. [PHP] $destination_dir, 'file-1' => $cf ); // Set up the cURL request object. $ch = curl_init( $request_uri ); curl_setopt( $ch, C...
-
Visad182 commented,
Hello Michael. Cpanel should rethink his API. To much method without example.
-
Visad182 created a post,
XML API Uploadfiles not working properly?
Hello everyone. I'm working on a project right now to create automaticly account and send files after the account creation. I'm working with XML API. Right now, createaccs is working very well w...