Jump to content

PDC

Member
  • Posts

    6
  • Joined

  • Last visited

About PDC

PDC's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Okay, to start off I'm very new to api. So new that this is my first time actually seeking any help on it but i've read into it, just don't understand how to implement it. Here is what I have. I have a html5 theme that has a login button that once pressed opens a popup . http://prntscr.com/fr858r http://prntscr.com/fr85ni I want user to be able to login or register using this form. So here is the code for the form. <div class="sign-in"> <div> <button class="md-trigger btn-medium-round" data-modal="modal-3"> <i class="fa fa-user"></i>Sign In </button> <!-- Start Client Area Modal --> <div class="md-modal md-effect-3" id="modal-3"> <div class="md-content"> <div> <div class="tabs"> <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked"> <label for="tab-1" class="tab-label-1">Sign in</label> <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2"> <label for="tab-2" class="tab-label-2">New accounts</label> <div class="clear-shadow"></div> <div class="content"> <div class="content-1"> <form> <fieldset> <div class="clt-area-form"> <div> <i class="fa fa-envelope"></i> <input type="text" placeholder="Email"> </div> <div> <i class="fa fa-lock"></i> <input type="text" placeholder="Password"> </div> </div> <div class="clt-area-form"> <label> <input type="checkbox">Remember me </label> </div> <a href="get#http://mywebsite.com/shop/templates/six/js/scripts.min.js?v=3cd46c" class="btn">Login</a>(This is what I tried to do & obviously it did not work) <div class="modal-caption"> <a href="#">Forgot Password?</a> </div> </fieldset> </form> </div> <div class="content-2"> <form> <fieldset> <div class="clt-area-form"> <div> <i class="fa fa-user-plus"></i> <input type="text" placeholder="Username"> </div> <div> <i class="fa fa-envelope"></i> <input type="text" placeholder="Email"> </div> <div> <i class="fa fa-lock"></i> <input type="text" placeholder="Password"> </div> </div> <div class="clt-area-form"> <label> <input type="checkbox">I agree to the <a href="">Terms</a> </label> </div> <a href="#" class="btn">Create account</a> </fieldset> </form> </div> </div> </div> </div> <button class="md-close btn-clr">Close me!</button> </div> </div> <!-- End Client Area Modal --> I really want to learn to make calls using api. Just having trouble understanding how to implement it. I grasp how it works just need a real life example. If someone could help me actually do this one call, I think I'd understand how to do it from there. I know it sounds stupid but, I'm guessing I have to make a file with the api in it with credentials somewhere in it, and reference this file like I do my css files, is this right? Sorry to bother you guys, just want to learn it b/c i have a lot of ideas that i would like to implement. - - - Updated - - - Sorry, I know I jumbled all that code up, wasn't sure how it'd look once it posted. I'll post it a little cleaner as well. <!-- Start Client Area Modal --> <div class="md-modal md-effect-3" id="modal-3"> <div class="md-content"> <div> <div class="tabs"> <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked"> <label for="tab-1" class="tab-label-1">Sign in</label> <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2"> <label for="tab-2" class="tab-label-2">New accounts</label> <div class="clear-shadow"></div> <div class="content"> <div class="content-1"> <form> <fieldset> <div class="clt-area-form"> <div> <i class="fa fa-envelope"></i> <input type="text" placeholder="Email"> </div> <div> <i class="fa fa-lock"></i> <input type="text" placeholder="Password"> </div> </div> <div class="clt-area-form"> <label> <input type="checkbox">Remember me </label> </div> <a href="get#http://octadot.com/shop/templates/six/js/scripts.min.js?v=3cd46c" class="btn">Login</a> <div class="modal-caption"> <a href="#">Forgot Password?</a> </div> </fieldset> </form> </div> <div class="content-2"> <form> <fieldset> <div class="clt-area-form"> <div> <i class="fa fa-user-plus"></i> <input type="text" placeholder="Username"> </div> <div> <i class="fa fa-envelope"></i> <input type="text" placeholder="Email"> </div> <div> <i class="fa fa-lock"></i> <input type="text" placeholder="Password"> </div> </div> <div class="clt-area-form"> <label> <input type="checkbox">I agree to the <a href="">Terms</a> </label> </div> <a href="#" class="btn">Create account</a> </fieldset> </form> </div> </div> </div> </div> <button class="md-close btn-clr">Close me!</button> </div> </div> <!-- End Client Area Modal --> - - - Updated - - - or not, it formats that way automatically. I apologize for the duplicate post
  2. glad to see im not the only one who has to fight dead cron issues weekly. Support has gotten slower and slower. Avg 3 days on non functioning system errors. 4 months now and i'm yet to have 1 full week of a fully functioning whmcs. Even after paying the setup fee to have them do it. lastest 3-4 days
  3. Okay, so domains will be parked on a page in a given category. anytime a link is clicked on at that page it should then send a value to whmcs showing that there was a conversion.
  4. Working on an integration with a tracking program where we will basically create a domain parking platform. Needing a hook to send conversion amounts back to whmcs. Anybody got any ideas on this?
  5. Considering it's all encrypted, that will be next to impossible to track down.
  6. Today I upgraded to the newest whmcs version. Upon completion my customer list multiplied to over 2,000 which puts me over the limit of my license. Server has been trying to automatically update my license since. I have 2 pending orders that I can not even view due to this error from real new customers. Still waiting to hear back from whmcs but this is costing me money & customer service. Does anyone know a quick way to delete 2,000 accounts without having to do this one by one? - - - Updated - - - http://prntscr.com/f9ukip
×
×
  • 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