Jump to content

dieselb0y

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by dieselb0y

  1. I try to PM you ... but I didn't receive an answer ...
  2. Some news about the domain search improvement? The domain search made by PauloV exist is a plugin ?
  3. Yes perfect thanks ... I also use google webmaster tools to remove the actual page who was in google db. Thanks all
  4. Some news about this feature? I will like to use it for french and english.
  5. My blesta client loginpage and portal page seems to be index by google ... is there a way to hide these page from search engine ?
  6. I setup a domain and other form . I have 1 enom domain package and 1 cpanel hosting package . Both are in the same group. When i'm in the form , i'm unable to checkout ... its always repeating the same step and the cart item are duplicate Take a a look a the capture video : http://screencast-o-matic.com/watch/coeTnieLXa
  7. dieselb0y

    Enom Sandbox

    Hey guys.. I have the same problem .. but I don't find a way to get the sandbox working ... My password for the enom reseller test is different from the live one ... but it's not working .. It's telling me The user and key combination appear to be invalid, or your Enom account may not be configured to allow API access.
  8. Ok ... but is this a big security hole if we disable CSRF?
  9. I want to do the same thing that you did on your web site licensecart: <form method="post" action="https://licensecart.com/billing/customers/login/" target="_blank"> <div class="form-group"> <div class="input-group"> <div class="input-group-addon"><i class="fa fa-user"></i></div> <input type="text" name="username" class="form-control" id="login_username" placeholder="Username" autocomplete="off"> </div> </div> <div class="form-group"> <div class="input-group"> <div class="input-group-addon"><i class="fa fa-lock"></i></div> <input type="password" name="password" class="form-control" id="login_password" placeholder="Password" autocomplete="off"> </div> </div> <div class="form-group"> <button type="submit" class="btn btn-success btn-block">Login to Client Area</button> </div> </form>
  10. ok thanks , but how this guy http://www.blesta.co.../?hl=login form did for acheive the same thing I'M tying to do ?
  11. I want to use CSRF check with my form .. I don't want to disable it ... how can I generate the token from my login form ?
  12. Hey Licensecart! .. .thanks for the fast answer I understand that the CSF tokens need to be generate .. but how can I acheive this ... Can I use the same method that the default blesta login form page use ? ... if yes ... where can I find the correct code to do it ? I try to take a look in client_login.pdt .. . but I found nothing.
  13. Hello all, Someone can provide us a little tutorial on how to generate the crsft tokens for a simple HTML form ? We can find some information in http://www.blesta.com/forums/index.php?/topic/1107-login-and-redirect-client-user-from-custom-website-to-billing-website/?hl=login+form , about a plugin creation , but nothing very explanatory . Somone can provide us an exemple , or a tutorial on how to achieve this?
×
×
  • Create New...