Jump to content

kwatts22

Member
  • Posts

    2
  • Joined

  • Last visited

About kwatts22

kwatts22's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. There are several different ways to do this. The template files will depend on which you have selected in Setup > General Settings. If you have default template selected it will be located at pathtowhmcs/templates/default If you have classic it will be located in pathtowhmcs/templates/classic If you have portal it will be located in pathtowhmcs/templates/portal These templates are only for the functions of whmcs and not the ordering pages. To edit the ordering pages goto pathtowhmcs/templates/orderpages Now this will depend on what you setup in Setup > General Settings > Ordering If you need to edit any of the wording it's in a folder located at pathtowhmcs/lang/english.php all the other files are used to translate the languages. However the only down fall is if you change one then you will have to change all the others also or it will not convert correctly.
  2. Use this code below. <form method="post" action="http://path-to-whmcs/domainchecker.php?search=bulk"> <input type="hidden" name="token" value="feb215895d11fae0651d9560fa057c35d1d65042" /> <div class="well"> <p>The bulk real-time domain name search allows you to search up to 20 domains at once. Enter the domains in the field below, one per line - do not enter www. or http:// in front.</p> <br /> <div class="textcenter"> <textarea name="bulkdomains" rows="8" style="width:60%;"></textarea> </div> <div class="textcenter"> <div class="internalpadding"><input type="submit" value="Check Availability" class="btn btn-primary btn-large" /></div> </div> </div> </form>
×
×
  • 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