Jump to content

boka003

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by boka003

  1. Did you try this https://github.com/Flexusma/blesta-keyhelp-integration
  2. Done it, It is working well. Can we do similar procedure with contact form? When someone send as message via contact form, how it can automatic open ticket in Blesta?
  3. Hello, I try to do same. How i can make my html form working with csrf? I have found this on some guy web site (and it is working well). <!-- Domain search area --> <div class="searchbox"> <div class="container"> <h2>Start your journey..</h2> <form method="post" action="https://domain.net/order/config/preconfig/Domains" class="disable-on-submit"> <input type="hidden" name="_csrf_token" value="248b07ad391603435ea84a7bc7a29b5ed6f57ab87e090bb13835f61d6468026b" /> <div class="input-group"> <input name="domain" value="" type="text" class="form-control" placeholder="mydomain.com" > <div class="input-group-append"> <button class="btn btn-primary" input type="submit"><img src="assets/images/search.png" /> Search</button> </div> </div> </form> Here is example of my form: (how i can make it to use csrf) ? <form action="" method="POST" class="domain-search-form"> <input type="search" placeholder="Enter Address" id="domain-search"> <div class="select-group"> <select name="domainList"> <option value="com" selected>.com</option> <option value="net">.net</option> <option value="io">.io</option> <option value="info">.info</option> <option value="store">.store</option> </select> <input type="submit" value="Search"> </div> </form>
  4. You can link paysera visa card with paypal, as paypal accept only visa for receive money in some EU countrys.
  5. Hello, Any updates here? Regards
  6. Thank you Paul, Request is open HERE
  7. Thanks Paul, But if reseller have own base of client, or email hosting is used by more users, how we can unblock some of them? Is it possible to make some security check? Don't allow all ip adreses to be unblocked? There must be different reasons why ip get block in cpanel firewall.
  8. Hello, I just install this plugin: https://docs.blesta.com/display/user/IP+Unblocker But my form look like this: How we can paste ip adress inside box? This is very important.
  9. boka003

    [Theme] Cloud

    It will be nice, if this theme get compatabile with 5.0 ?
  10. Hello, This module use default blesta system for inovices? Today, i have log in as client, and see this: http://prntscr.com/vanjsi There is no invoice send. Where i can find this option for sending inovices? Thank you
  11. I just test it on HostBill and it work's fine. This is how they setup connection to API: http://prntscr.com/u3x66g Account ID and Secret word API username and password is user who have api rights in 2checkout control panel. And for transaction recording they have Callback URL. After payment is made, user will be redirected to this url. http://prntscr.com/u3x74k
  12. Hello Paul, Only log that i have is this one in /logs_blesta/ [2020-08-19 18:00:03] general.WARNING: E_WARNING: unlink(/tmp/__tcpdf_66ad91846c97dc180b2d457d19e955b0_imgmask_alpha_a31239d3efb889df0d12b3b969c749f6): No such file or directory {"code":2,"message":"unlink(/tmp/__tcpdf_66ad91846c97dc180b2d457d19e955b0_imgmask_alpha_a31239d3efb889df0d12b3b969c749f6): No such file or directory","file":"/home/clientwebarena/public_html/vendors/tecnickcom/tcpdf/tcpdf.php","line":7801} There us nothing in modules: http://prntscr.com/u3a9nw or in getway http://prntscr.com/u3a9v3 Can you please tell me how i can check is server supports TLS 1.2 via CURL and Apache ? Yes, i use secret word, here is my setup: http://prntscr.com/u3aerq http://prntscr.com/u3aff2 Is it possible to have this credit card page with paypal: https://www.paypal.com/merchantapps/appcenter/acceptpayments/checkout ? I using 2checkout only for credit card payments Thank you!
  13. Hello, I am facing the same problem as the guys in this thread: I would love to change the 2checkout, but stripe and other services do not support Bosnia and Herzegovina. https://stripe.com/global I’m not sure if I can make a virtual bank account that I can link to stripe
  14. Hello, Is there anything similar to Abdy module?
  15. Hello, Not long time ago i was move to Blesta. So i will like to hear someone experence how do you connect cpanel resellers with Blesta? I allredy have created resellers that neeed to be import in to Besta. This is tutorial that i follow: https://docs.blesta.com/display/user/cPanel#cPanel-ImportingcPanelAccount After i complete process there is log in button in Blesta, but if i click log in, it will log in to cpanel, i will like to get log in to WHM. Is there any custom solution for this? So we can have WHM button that will log in us to whm? Hostbill have this option for custom links: http://prntscr.com/r4frr9 http://prntscr.com/r4fs3x http://prntscr.com/r4fs7q Regards Boris
  16. Hello @Gabriel Gutierrez, Will you like to share with us working version of this module? ? Thank you!
  17. Where we can download this pretty theme
  18. http://prntscr.com/pp1t3s This is a error that i get
  19. Perfect. Now it is working perfect.
  20. boka003

    [Theme] Cloud

    This is really nice theme. But, it is hard to use on mobile, responsive version das not show menu. It will be really nice, if someone can show us how to create some menu for mobile version. Big problem is that there is no order option in mobile version. It is in client maint.pdt Also, where we can edit sidebar menu: http://prntscr.com/pkf5nd i will like to add news in menu (that will be portal home): http://prntscr.com/pkf6af
  21. It was problem whit ssl. This error will show up at https. After i intall ssl and open web site on https it is work fine. Now i will like to force website to open via https. Can't find any htacces file from blesta, i hope that new htacces file will not make some problems on blesta? I will create some htacces like this: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] Edit: It will not work. it broke all links and change blesta colour theme: http://prntscr.com/pjwx1x
×
×
  • Create New...