Dario
Member-
Posts
13 -
Joined
-
Last visited
About Dario

Dario's Achievements
Junior Member (1/3)
0
Reputation
-
Dario started following Duplicate Titles , Incompatible encoding behavior , Introducing WHMCS Whatsapp Notification Module and 2 others
-
Incompatible encoding When I check the compatibility of php on: Utilities > System > PHP Version Compatibility, within Incompatible Encoding section, I see files cannot be decoded by ionCube Loader for the specified PHP versión 8.2. The strange behavior is that these files do not exist, I have deleted them since I moved them outside the root of whmcs where I can see that the files can be decoded by ionCube Loader without problems. And if I click the button Rescan, I get the following error: An error occurred while analyzing installation files Can someone help me more on this topic? Regards
-
Introducing WHMCS Whatsapp Notification Module
Dario replied to Ardeshir's topic in Third Party Add-ons
I do not trust any of these modules either, since the "bridge" through which the information passes is insecure. In addition, the API developer has access to all the information he wants, phone numbers, sensitive data that the client can send since he does not know where the information travels, and much more. -
Hi, I use whmcs as a customer administration system but I also want to create my custom pages where I can show my products and services in detail. My question is that I don't know which Friendly URLs method to use, what are the differences between basic url, friendly index.php and full friendly rewrite. What is the best practice? Regards
-
Hi there! Your answer was very clear. It happens that I want to simplify the fastest and easiest contact method since today many people want to contact without having to log in, responding directly to the ticket from their email program, without reading content where I explicitly inform that if the client responds directly , they will not receive a response, but they insist on practical contact methods such as, for example, WhatsApp where they want a response now. For us, these methods of support tickets system are effective, but people don't understand it.
-
Hi all! Increasingly, many customers do not want to log in to create a ticket from whmcs and only want to send queries directly from their own emails. What are the risks of sending a direct email to whmcs from an email client such as gmail, yahoo, hotmail, without first creating the ticket in whmcs?
-
Hi. There is a wrong configuration, but I don't know where the problem is. I will continue investigating.
-
Hi there, The title you see, meta keywords and meta description, was added by me manually in: /lang/overrides/english.php since whmcs, by default it only adds <title>Homepage</title>, as you see in my description above and that is what I don't want to appear: <title>Homepage</title> because it is already customized by me.
-
Hello, I am doing tasks to improve the indexing of whmcs in search engines. When I look at the source code of my pages, I can see that the title tag appears duplicated, the first title is correct, according to the configuration set in the lang/overrides/english.php file, but the second one appears as the name of the page , in this case: Homepage How to prevent the title tag from appearing duplicate? header.tpl <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Quality of Web Services</title> <meta name="keywords" content="web hosting, domain names" /> <meta name="description" content="Web Services from people to the world" /> <title>Homepage</title> <!-- Styling --> <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600|Raleway:400,700" rel="stylesheet"> <link href="/templates/six/css/all.min.css?v=cc3457" rel="stylesheet"> <link href="/assets/css/fontawesome-all.min.css" rel="stylesheet"> <link href="/templates/six/css/custom.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> /lang/overrides/english.php $_LANG['title_homepage'] = "Quality of Web Services"; $_LANG['meta_description_homepage'] = "Web Services from people to the world";
-
Hello We offer services to Argentina, Uruguay, Chile and Bolivia. To customers located in Argentina, when registering and checkout, we request some data through custom fields, like data of billing address and other data that is not required for customers in Chile and Bolivia. Exists any hook or php code to make these features available? Regards
-
Can someone help me why when I try to update the information in the dashboard, clicking the circular arrow icon at the top-right corner of each widget, the information does not update? Regards
-
Hi I have the default language of whmcs set in spanish, and the second language is in english. When somebody, with or whithout registration as client, send an email using the contact form choosing english language, the Support Ticket Opened notification is sent in english without problems, but when I reply the message as administrator, the content of the email template Support Ticket Reply, is sent in spanish language, but my message in english, when should be all in english. This only happen sending to pre-sales department. Logged in, all messages are perfectly delivered in english language. Is this a system error, or what am I doing wrong?
-
Hello I use whmcs for administrative purposes, like a second website with a subdomain. The main domain is a basic html website. All I need is to prevent google from indexing whmcs, or certain url's such as: clientarea.php, cart.php, cart.php?a=add&pid=1, cart.php?a=view and other url's I have read that adding if else in the head.tpl is enough, but I do not get positive results. Can anybody help me?
-
Hello, I have a customer with an active product ordered on 02/21/2017 Due to an error, the customer was deleted and today 10/27/2020 I had to re-create it and assign the product to it. The problem is that, when the customer orders a new product, it is prorated to 10/27/2020 and not to 02/21/2017 Is it possible to modify the tblclients table and set the original registration date to 02/21/2017? Can this change affect the correct operation of the system?
