Jump to content

ooztumer

Member
  • Posts

    50
  • Joined

  • Last visited

About ooztumer

ooztumer's Achievements

Member

Member (2/3)

0

Reputation

  1. Hello, I updated viewcart.tpl and make inputs editable before ordering (if client has an empty info they can enter it before ordering.) I mean, from: <td class="fieldarea">{if $loggedin}{$clientsdetails.firstname}{else}<input type="text" class="form-control" name="firstname" tabindex="1" value="{$clientsdetails.firstname}" />{/if}</td> to: <td class="fieldarea">{if $loggedin}<input type="text" class="form-control" name="firstname" tabindex="1" value="{$clientsdetails.firstname}" />{else}<input type="text" class="form-control" name="firstname" tabindex="1" value="{$clientsdetails.firstname}" />{/if}</td> So, clients can update their info when they are giving an order. But system is not getting those values and save them to clients profile. What do i need to do to make it work? For V5 latest. Thanks.
  2. Hello, I need to show domain registration options for a product when its being upgraded. Because, user cant use domain with a free product. But when the user upgrades to a paid product, the product needs to have a domain. But whmcs doesnt have domain option feature when upgrading a product. So, what I need is someone who can make me this module for a fee, or show me a way to do that. Thanks
  3. Hello, I was trying to send password reset form out of whmcs domain (I put login and password recovery forms on another site) but i couldnt do that, this method redirects to whmcs main page: <form name="sifreform" method="post" action="http://domain-to-whmcs-main/pwreset.php"> <label>E-Mail</label> <input type="text" name="email" /> <input type="hidden" name="action" value="reset" /> <br /> <a onclick="document.sifreform.submit();" class="btn btn_red">Reset Password</a> </form> Do I need to sth else?
  4. Weird people... Why dont you share with everyone if you got it? So weird.. These kind of people dont deserve any help
  5. So It can be username2 automaticly if username exits.
  6. You should restrict access to tpl files from your htaccess I can see your template files easily so do everyone. https://hostsean.bg/members/templates/hostsean2/clientareahome.tpl <Files ~ "\.tpl$"> Order allow,deny Deny from all </Files>
  7. You should close your directory listing and restrict tpl files for accessing https://billing.xtremeserverhost.com/templates/xsh/ https://billing.xtremeserverhost.com/templates/xsh/clientareahome.tpl
×
×
  • 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