rocconeri
Retired Forum Member-
Posts
23 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by rocconeri
-
No, I wanted to do that... That's why I tried to remove my IP from configuration. But before I did it I saw that it worked anyway without key and without IP.. I'm connecting to a php file that calls the api.php file..
-
I noticed that when I removed my IP from the API IP Access Restriction in Security page, when I launch my request I can however access to the API. I also tried with the browser from free proxies, but I have no restrictions.. Am I wrong in something? Thanks
-
Hi all, I have the GetProduct query that look like this http_build_query( array( 'action' => 'GetClientsProducts', // See https://developers.whmcs.com/api/authentication 'username' => $api_identifier, 'password' => $api_secret, 'clientid' => '111', 'responsetype' => 'json', but instead client id I would like to query with a customfield. How can I do it? Thanks.
-
oh wow!!! so much easier than I thought! Thank you very much for your help and patience
-
Thanks for your answer. Yes, my API client do POST, I can select every kind of transmission (GET, POST, PUT, ecc...) The exact message I receive is this "result=error;message=Authentication Failed" How should I connect this file? I've just tried to copy the text of the example (modyfing the URL and the credentials) in the body section of my client, but I just receive the same Authentication Failed message. Thank you.
-
I mean that I'm trying to connect to the API with a client like Postman or others to test the request/response, using the admin credentials provided from the WHMCS Panel in Setup > Staff Management > Manage API credentials..
-
Hi all, I'm new to API so hope you can be patience with me if I ask maybe an easy/newbie question. I'm trying to connect to the API following the documentation, trying to do that with a client. I also did the procedure to create my API credentials with WHMCS. I set a Basic authentication from the client, including my identifier and secret (is it necessary?) and I just copied the authentication code (taked from the Authentication page of WHMCS documentation) in my request, but I receive all the times Authentication Failed. It seems that I can access only using the browser adding to the endpoint link the username and password parameters, and I receive Invalid API Command (maybe because I didn't gave any requests). I know that it is a basic issue but I didn't find any help googling around internet, so I hope you can just point me to the right direction to overcome the authentication step. Thank you.
-
Do not allow payment if there is an active paypal subscription
rocconeri replied to consc198's topic in Developer Corner
This works if you are sure that all your customers paypal subscriptions are active, if the subscription is suspended the subscription ID is still in WHMCS but Paypal doesn't charge the amount and you lose money. -
Big Fonts after upgrade from 5.x to 6.1.1
rocconeri replied to rocconeri's topic in Developer Corner
I tried to compare also the version 5.x blend template with version 6 blend template and same here the fonts are bigger than version 5. I compared the style.css v4 from 5 and 6 using winmerge and the result is that they are completely different for both v4 and blend template so to obtain the same results as on whmcs 5 version is not sufficient to replace the pd style.css but a complete rewrite is necessary. so I decided to stay with the big fonts although it shown very unclean. Thank you again -
Big Fonts after upgrade from 5.x to 6.1.1
rocconeri replied to rocconeri's topic in Developer Corner
Brian thank you very much for taking the time to reply, to be honest my main problem is on admin side, I looked to the version 5 and the admin side use the v4 template, I have the same template in 6.1.1 and there the font appear different. I tried to change template to blend and save but the fonts are big returninig to v4 template and no joy. I think I need to look at the css but to be honest I don't know what css have the admin side fonts setting -
Big Fonts after upgrade from 5.x to 6.1.1
rocconeri replied to rocconeri's topic in Developer Corner
Yes the site is the same as the WHMCS demo, and compared to the 5.x release the fonts are too big so the page shown are very confused. For this reason I would like to have the same fonts size as 5.x version where the pages appear to be very clean. -
Big Fonts after upgrade from 5.x to 6.1.1
rocconeri replied to rocconeri's topic in Developer Corner
I'm not refferring to my website where we still use version 5.x and everything is OK. The problem is with version 6.x that I use for test, here I use the six template and the big fonts are on client and admin side -
Hello, After I did upgrade from 5.x version to 6.1.1 anything is shown with bigger fonts. How I can change fonts from big to small so I have the same fonts I used in 5.x version? Regards
-
Changing a custom client field from drop down to checkbox
rocconeri replied to rocconeri's topic in Using WHMCS
I already considered the option of creating a new Custom Client Field and disable the old one from order form, but I would prefer to completely replace the old field, in order to have just one Custom Field to avoid confusion, and to not have 2 similar Custom Fields shown in the Client's profile (at admin side). Or, is there a way to hide a Custom Client Field in client's profile (at admin side)? -
Hello, I have a Client Custom Field in the registration form set as drop down menu, and I would like to change it to checkbox, but I don't want to lose all previous data. So all the old data should be kept as drop down, and all the new data should be saved as checkbox. Is it possible to achieve this? Or alternatively, since the drop down menu has 2 choices (one empty, and one "I Accept"), convert the empty choices to a "disabled" checkbox, and all "I Accept" choices to a "enabled" checkbox. Thank you for your help. Rocco
-
Is this addon working with 5.2.7 version?
-
Hi, I would like to use a product custom field (text box) as a password and then that it doesn't show the characters entered on it (like every password field) but only asteriscs. Is it possible? Thanks.
-
Hi, I have this problem related to the language of e-mail templates: in WHMCS Email Templates page I have the Default language (in english) plus Italian language, which I have translated and which should be used in the emails. Till yesterday all worked fine and it sent emails in Italian language, but now it sends them in english, even if I set Italian language in the order form and even if I have Italian as default language in General Settings -> Localisation. Also I noticed in Client's Profile -> Profile tab, that it automatically sets the language as "Default" instead of "Italian", and in fact when I set Italian then the emails are sent in this language, but I don't know why it doesn't automatically sets the Italian language. How can I solve this and use Italian language instead of Default in email templates? Thanks all.
-
Hi, I need to put custom fields in the order form, but it put they only in sequence. There is a way to position they in different parts of the form? Thanks.
