Jump to content

Deniweb

Member
  • Posts

    11
  • Joined

  • Last visited

About Deniweb

Deniweb's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Yes, sites using same whmcs database, but store.lanscodesign.com is alias of deniweb.eu and I have set it in to cname configuration of whmcs resellers center. Thanks.
  2. Hello, I manually entered already active domain registration orders for customers of one of my resellers following the instructions in this link: https://support.openprovider.eu/hc/en-us/articles/360037011194-How-to- import-domains-to-WHMCS-manually. If I access the customer of my reseller directly, I see the domains uploaded and access their data on openprovider registrar, if instead I login to the same customer but from the reseller center area of my reseller, the orders will not are displayed. Why does this happen? How can I solve? To better clarify the problem I send you 2 screenshots where on the first accessing as a customer of deniweb from where the orders were placed with the link I told you before, you see the 2 domains ordered, while accessing the same customer from the reseller area of my reseller "LANSCO" the orders of the domains are not there. The customer is the same. Why don't they display ??
  3. I solved ... thanks .... Domain registration options were missing in settings / general.
  4. i tried ..... same problem ...... it's not the template .... it's something else !!
  5. This is the sequence of lines I see in the error log when I reload the page that should make me choose the domain: 2021-08-17 10:58:34Access62.11.0.144200GET /cart.php?a=add&pid=24 HTTP/1.08.09 KAccesso SSL/TLS Apache2021-08-17 10:58:36Access62.11.0.144304GET /templates/FlowHost/js/scripts.min.js?v=413fcd HTTP/2.00Accesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144304GET /templates/orderforms/standard_cart/js/scripts.min.js?v=413fcd HTTP/2.00Accesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144304GET /templates/FlowHost/assets/js/jquery.slicknav.js HTTP/2.00Accesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144200GET /templates/FlowHost/assets/img/logo.png HTTP/2.07.15 KAccesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144200GET /templates/FlowHost/assets/img/icon_facebook.png HTTP/2.0294Accesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144200GET /templates/FlowHost/assets/img/icon_twitter.png HTTP/2.0379Accesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144200GET /templates/FlowHost/assets/img/icon_youtube.png HTTP/2.0499Accesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144200GET /assets/img/overlay-spinner.svg HTTP/2.0711Accesso SSL/TLS nginx2021-08-17 10:58:36Access62.11.0.144200GET /assets/img/clippy.svg HTTP/2.0519Accesso SSL/TLS nginx
  6. Hello, I have included the possibility to choose domain registration in my vps plans, but with no reseller, I have the possibility to choose the domain, see www.deniweb.eu site and try to choose a dedicated vps plan. How can I do ? What am I doing wrong ? Thanks
  7. Hello, I activated marketconnect by uploading some funds as well, and activated marketgoo as indicated in the guides, but then when a customer selects marketgoo and clicks "Manage" to verify a domain he receives the following error: Function Not Allowed !! What have I not configured yet ?? Thanks.
  8. Hello, Thanks to your indications, the added buttons worked until a few days ago, then suddenly from the Cpanel buttons (see attachment) I no longer access the relative cpanel but sends me to the whmcs home page. From the Plesk buttons instead I normally access the various Plesk. What happened ? It may have been some update or I have changed something without realizing it. ?? Thank you.
  9. Hello, I activated marketconnect by uploading some funds as well, and activated marketgoo as indicated in the guides, but then when a customer selects marketgoo and clicks "Manage" to verify a domain he receives the following error: Function Not Allowed !! What have I not configured yet ??
  10. Thank you for your quick answer, Where do I find the button icons for plesk.png and cpanel.png? Thank you.
  11. Hello, I followed these directions from katamaze to insert a column with the icon directed to the plesk or cpanel panel on my service list. (look attach image). Unfortunately, a part of the code for how to insert icons and links to panels is missing. See below, I also reported this to katamaze but got no answer. Can you help me solve? Thank you Managing multiple accounts can be frustrating for customers. The following hook makes things easier by allowing you to access any control panel directly from the My Services section. Here is a preview. The hook works with any control panel (cPanel, Plesk, DirectAdmin, Centova Cast, Cloudmin ...) provided that the servers and products / services have been correctly integrated. Before getting the code, keep in mind that the hook requires some changes to a template file. Open templates / {YOUR_TEMPLATE} /clientareaproducts.tpl and add the new Manage column in thead as follows. {$ LANG.orderproduct} {$ LANG.clientareaaddonpricing} {$ LANG.clientareahostingnextduedate} {$ LANG.clientareastatus} {$ LANG.manage} Your thead may be slightly different (e.g. in the first column you may have the SSL certificate checker) so apply the change accordingly. Then move to the tbody and add the cell right inside the {foreach} loop. {if $ kt_autologin [$ service.id]} ****missing code **** {/ if} We recommend replacing the Click to Login text with a $ LANG variable for multi-language support. Now we just have to turn off the sorting for the newly added column. At the top of the file you find the following string. {include file = "$ template / includes / tablelist.tpl" tableName = "ServicesList" noSortColumns = "4" filterColumn = "3"} Focus on noSortColumns = "4". 4 means that the fifth column cannot be sorted (the column count starts from zero). Edit it accordingly. For example, if in your template in the first column you have the SSL certificate checker, you will write noSortColumns = "0, 5".
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated