Jump to content

boka003

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by boka003

  1. 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>

     

  2. 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.

     

     

     

  3. 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!


     

  4. 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

     

     

  5. 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.

    Quote

    But i see that services and domain boxes have same link: http://prntscr.com/pkf3ef

    It will be good if we can put order link in domain or services tab.

    Please, if someone have experience whit this theme, where we can edit this link, in what file?

    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

  6. 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...