Jump to content

hostingames

Member
  • Posts

    123
  • Joined

  • Last visited

About hostingames

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hostingames's Achievements

Senior Member

Senior Member (3/3)

0

Reputation

  1. Hello, We still await a response please Thank you
  2. Hello, We are seeking a customer review module Then if it is possible to place the 'customer reviews' in the footer with etoile? <div class="rating"> <p>Avis clients :</p> <div class="ratingImage"> <ul> <li><a href="#" target="_blank"><i class="fa fa-star"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-star"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-star"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-star"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-star-half-o"></i></a></li> </ul> </div> </div> Then you click on it opens LightBox As in the example here https://www.lws.fr/ Then possible to have the same in presentation https://avis.lws.fr/ Thank you
  3. Hello, A simple question, could you tell us if the code is correct, to display a link, logged on as administrator on the index.html page? Only visible to administrators Thank you <div id="adminmasquarade"> <div class="container"> <div class="row"> <div class="col-sm-12"> <!-- Return to admin link --> <div class="admin-masquerade-notice"> Vous êtes actuellement connecté en tant qu'administrateur [url=/clients/logout.php?returntoadmin=1]Retourner sur l'interface d'administration </div> </div> </div> </div> </div>
  4. Hi, Search Module whmcs that is able to achieve this kind of thing. eg I would like to create "web hosting with a preinstall cms. http://www.lws.fr/hebergement_wordpress.php http://www.lws.fr/hebergement_joomla.php http://www.lws.fr/hebergement_drupal.php http://www.lws.fr/prestashop_hebergement_e_commerce.php Auto install WordPress, Prestashop, Opencart, PHPbb, Pluxml, Drupa, Joomla, Ecommerce, Magento. on all creation cPanel, DirectAdmin with this excellent addon automatic installation for WHMCS. When a customer signs within your WHMCS client area when the "Create" command module is run the install script Auto is pressed and a fully functioning verison of WordPress, Prestashop, Opencart, PHPbb, Pluxml, Drupa, Joomla, E -commerce, Magento. automatically installed and ready to use. Our automotive installers creates the database, creates the database user, defines the database password and assigns permissions. It updates the config.php file with the correct information. Your customers get instant website ready and installed in a matter of seconds while validating the order. Thank You
  5. hi, also as interested in this module Thank You
  6. hi, to use your module requires an account with Cloudflare Thank You
  7. Hi, minifier for PHP, HTML, TPL, CSS and JS. To make our CSS and JS files lighter, there is a method to reduce the weight of these files is the minification. seeking a module for whmcs or if a developer can develop it. Thank You
  8. Hi, in search whmcs promoting module. AC on how to whmcs WEB HOSTING I speak for web hosting example promo price € 2.99 and 4.99 Euros following year. promotional formulas are valid only in the first year, then the normal price applies. DEDICATED SERVER dedicated server: reduces prices during the first month to 14.99 Euros and 19.99 Euros the following months. promotional formulas are valid only in the first month, then the normal price applies. DOMAIN NAME Offers .Fr .Com domain names .EU .Be are discounted first year: This offer is only available to new customers. It is limited to new domain names orders .Fr .Com .Be .EU during the first year. Limited to one coupon per basket field. From the second year, the domain names in .com .be .eu will be at their usual rate of 9.99 € HT and .fr 8.99 €. Thank you
  9. hi, whmcs v6 Need help person would have an idea please the fields hide it appears http://prntscr.com/7rys7a <div class="feildset"> <div class="col1"> <div> <form> <label>Êtes-vous déjà client: </label> <input type="radio" name="choix" value="oui" id="oui" /> Oui <input type="radio" name="choix" value="non" id="non" checked="checked" /> Non </form> </div> <div> <form> <label>Avez vous déjà un nom de domaine: </label> <input type="radio" name="inputdomaine" value="1" id="client" /> Oui <input type="radio" name="inputdomaine" value="0" id="noclient" checked="checked" /> Non <div class="" id="domaine_input" style="display: block;"> <span>Ce champ est facultatif.</span> <input class="" type="text" placeholder="Votre nom de domaine" name="domaine" value="{$domaine}" /> </div> <script> $(document).ready(function(){ $('input[name="inputdomaine"]').change(function() { if ($('input[name="inputdomaine"]:checked').val() == 1) { $('#domaine_input').show('normal'); } else { $('#domaine_input').hide('normal'); } }); $('input[name="inputClient"]').change(function() { if ($('input[name="inputClient"]:checked').val() == 1) { $('#is_client').show('normal'); $('#not_client_form').hide(); } else { $('#is_client').hide(); $('#not_client_form').show('normal'); } }); }); </script> </form> </div> <div> <label> <span>{$LANG.contactname}: requis*</span> <input name="name" value="{$name}" placeholder="S'il vous plaît entrez votre nom" type="text" tabindex="6" requred="required" autofocus="autofocus" /> </label> </div> <div> <label> <span>{$LANG.contactemail}: requis*</span> <input name="email" value="{$email}" placeholder="S'il vous plaît entrer votre e-mail" type="email" tabindex="7" requred="required" /> </label> </div> <div> <label> <span>Sujet de votre demande: requis*</span> <select class="" tabindex="8" required="required" name="subject" id="subject"> <option value="">Sujet de votre demande</option> <option value="Nom de domaine">Nom de domaine</option> <option value="Hébergement">Hébergement</option> <option value="Référencement">Référencement</option> <option value="Serveur dédié & VPS">Serveur dédié & VPS</option> <option value="Service commercial">Service commercial</option> <option value="Service abuse">Service abuse</option> </select> </label> </div> <div> <label> <span>{$LANG.contactmessage}: requis*</span> <textarea name="message" placeholder="S'il vous plaît entrez votre message" tabindex="9" required="required">{$message}</textarea> </label> </div> {if $capatacha} <p class="center"><strong>{$LANG.captchatitle}</strong></p> <p class="center">{$LANG.captchaverify}</p> {if $capatacha eq "recaptcha"} <div align="center">{$recapatchahtml}</div> {else} <p class="center"><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" tabindex="10" class="capcha" /></p> {/if} {/if} <p class="center"> <input type="submit" value="{$LANG.contactsend}" class="button1 color2" /> </p> </div> </div> </form> thank you
  10. hi, need help whmcs v6 Question 1 domainchecker.php example here http://prntscr.com/7rylv3 Align elements all on a single line with a background image? **** www <input type = "text" name = "domain" value = ""> "tld" <input type = "submit" id = "Submit" value = "Check" class = "button1 color2"> how to do? {if $bulkdomainsearchenabled} <ul class="navsub"> <li class="active"><a href="domainchecker.php">{$LANG.domainsimplesearch}</a></li> <li><a href="domainchecker.php?search=bulkregister">{$LANG.domainbulksearch}</a></li> <li><a href="domainchecker.php?search=bulktransfer">{$LANG.domainbulktransfersearch}</a></li> </ul> <div class="clear"> </div> {/if} {if $inccode} <div class="notice notice-error"> <div class="inside"> <p>{$LANG.captchaverifyincorrect}</p> </div> </div> {/if} <p>{$LANG.domainintrotext}</p> <form method="post" action="domainchecker.php"> <div class="feildset"> <div class="col1"> <div> <label> <span class="center">www.</span> <input type="text" name="domain" value="{$sld}" /> </label> </div> <div> <p> {foreach key=num item=listtld from=$tldslist} <label class="tld"><input type="checkbox" name="tlds[]" value="{$listtld}"{if in_array($listtld,$tlds)} checked{/if}> {$listtld} {if $num % 5 == 0} {/if}</label>{/foreach}</p> </div> <div class="clear"> </div> {if $capatacha} {if $capatacha eq "recaptcha"} <p class="center">{$LANG.captchaverify}</p> <center>{$recapatchahtml}<br /></center> {else} <p class="center"><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" class="capcha" /></p> {/if} {/if} <p class="center"> <input type="submit" id="Submit" value="{$LANG.domainlookupbutton}" class="button1 color2"> </p> </div> </div> </form> {if $lookup} {if $available} <div class="notice notice-success"> <div class="inside"> <p>{$LANG.domainavailable1} <strong>{$sld}{$ext}</strong> {$LANG.domainavailable2}</p> </div> </div> {elseif $invalid} <div class="notice notice-error"> <div class="inside"> <p>{$LANG.ordererrordomaininvalid}</p> </div> </div> {elseif $error} <div class="notice notice-error"> <div class="inside"> <p>{$LANG.domainerror}</p> </div> </div> {else} <div class="notice notice-error"> <div class="inside"> <p>{$LANG.domainunavailable1} <strong>{$sld}{$ext}</strong> {$LANG.domainunavailable2}</p> </div> </div> {/if} {if !$invalid} <div class="clear"> </div> <div class="bigheader"> <h2>{$LANG.morechoices}</h2> </div><!-- .bigheader --> <form method="post" action="{$systemsslurl}cart.php?a=add&domain=register"> <div class="table-responsive table-grey"> <table> <tr> <th width="20"></td> <th>{$LANG.domainname}</th> <th>{$LANG.domainstatus}</th> <th>{$LANG.domainmoreinfo}</th> </tr> {foreach key=num item=result from=$availabilityresults} {if $invalidtld && $result.domain == $domain} {continue} {else} <tr> <td>{if $result.status eq "available"} <input type="checkbox" name="domains[]" value="{$result.domain}" {if $num eq "0" && $available}checked {/if}/> <input type="hidden" name="domainsregperiod[{$result.domain}]" value="{$result.period}" /> {else}X{/if}</td> <td>{$result.domain}</td> <td class="{if $result.status eq "available"}textgreen{else}textred{/if}">{if $result.status eq "available"}{$LANG.domainavailable}{else}{$LANG.domainunavailable}{/if}</td> <td>{if $result.status eq "unavailable"}<a href="http://{$result.domain}" target="_blank">WWW</a> <a href="#" onclick="window.open('whois.php?domain={$result.domain}','whois','width=500,height=400,scrollbars=yes');return false">WHOIS</a>{else} <select name="domainsregperiod[{$result.domain}]"> {foreach key=period item=regoption from=$result.regoptions} <option value="{$period}">{$period} {$LANG.orderyears} @ {$regoption.register}</option> {/foreach} </select> {/if}</td> </tr> {/if} {/foreach} </table> </div> <p class="center"> <input type="submit" value="{$LANG.ordernowbutton} >>" class="button1 color2" /> </p> </form> {/if} {else} <div class="clear"> </div> <div class="bigheader"> <h2>{$LANG.domainspricing}</h2> </div><!-- .bigheader --> <div class="table-responsive table-grey"> <table> <tr> <th>{$LANG.domaintld}</th> <th>{$LANG.domainminyears}</th> <th>{$LANG.domainsregister}</th> <th>{$LANG.domainstransfer}</th> <th>{$LANG.domainsrenew}</th> </tr> {foreach key=num item=tldprice from=$tldpricelist} <tr> <td>{$tldprice.tld}</td> <td>{$tldprice.period}</td> <td>{if $tldprice.register}{$tldprice.register}{else}{$LANG.domainregnotavailable}{/if}</td> <td>{if $tldprice.transfer}{$tldprice.transfer}{else}{$LANG.domainregnotavailable}{/if}</td> <td>{if $tldprice.renew}{$tldprice.renew}{else}{$LANG.domainregnotavailable}{/if}</td> </tr> {/foreach} </table> </div> {/if} Question 2 domainchecker.php? search = BulkRegister here just add tld example here http://prntscr.com/7rylmc how to do? {if $bulkdomainsearchenabled} <ul class="navsub"> <li><a href="domainchecker.php">{$LANG.domainsimplesearch}</a></li> <li class="active"><a href="domainchecker.php?search=bulkregister">{$LANG.domainbulksearch}</a></li> <li><a href="domainchecker.php?search=bulktransfer">{$LANG.domainbulktransfersearch}</a></li> </ul> <div class="clear"> </div> {/if} {if $inccode} <div class="notice notice-error"> <div class="inside"> <p>{$LANG.captchaverifyincorrect}</p> </div> </div> {/if} <p>{$LANG.domainbulksearchintro}</p> <form method="post" action="domainchecker.php?search=bulk"> <div class="feildset"> <div class="col1"> <div> <label> <span class="center">Bulk domain search</span> <textarea name="bulkdomains">{$bulkdomains}</textarea> </label> </div> {if $capatacha} {if $capatacha eq "recaptcha"} <p class="center">{$LANG.captchaverify}</p> <div class="center">{$recapatchahtml}</div> {else} <p class="center"><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" class="capcha" /></p> {/if} {/if} <p class="center"> <input type="submit" id="Submit" value="{$LANG.domainlookupbutton}" class="button1 color2"> </p> </div> </div> </form> {if $invalid} <div class="notice notice-error"> <div class="inside"> <p>{$LANG.ordererrordomaininvalid}</p> </div> </div> {/if} {if $availabilityresults} <div class="bigheader"> <h2>{$LANG.morechoices}</h2> </div><!-- .bigheader --> <form method="post" action="{$systemsslurl}cart.php?a=add&domain=register"> <div class="table-responsive table-grey"> <table> <tr> <th width="20"></th> <th>{$LANG.domainname}</th> <th>{$LANG.domainstatus}</th> <th>{$LANG.domainmoreinfo}</th> </tr> {foreach key=num item=result from=$availabilityresults} <tr> <td>{if $result.status eq "available"} <input type="checkbox" name="domains[]" value="{$result.domain}" {if $num eq "0" && $available}checked {/if}/> <input type="hidden" name="domainsregperiod[{$result.domain}]" value="{$result.period}" /> {else}X{/if}</td> <td>{$result.domain}</td> <td class="{if $result.status eq "available"}textgreen{else}textred{/if}">{if $result.status eq "available"}{$LANG.domainavailable}{else}{$LANG.domainunavailable}{/if}</td> <td>{if $result.status eq "unavailable"}<a href="http://{$result.domain}" target="_blank">WWW</a> <a href="#" onclick="window.open('whois.php?domain={$result.domain}','whois','width=500,height=400,scrollbars=yes');return false">WHOIS</a>{else} <select name="domainsregperiod[{$result.domain}]"> {foreach key=period item=regoption from=$result.regoptions} <option value="{$period}">{$period} {$LANG.orderyears} @ {$regoption.register}</option> {/foreach} </select> {/if}</td> </tr> {/foreach} </table> </div> <p class="center"> <input type="submit" value="{$LANG.ordernowbutton} >>" class="button1 color2" /> </p> </form> {else} <div class="clear"> </div> <div class="bigheader"> <h2>{$LANG.domainspricing}</h2> </div><!-- .bigheader --> <div class="table-responsive table-grey"> <table> <tr> <th>{$LANG.domaintld}</th> <th>{$LANG.domainminyears}</th> <th>{$LANG.domainsregister}</th> <th>{$LANG.domainstransfer}</th> <th>{$LANG.domainsrenew}</th> </tr> {foreach key=num item=tldprice from=$tldpricelist} <tr> <td>{$tldprice.tld}</td> <td>{$tldprice.period}</td> <td>{if $tldprice.register}{$tldprice.register}{else}{$LANG.domainregnotavailable}{/if}</td> <td>{if $tldprice.transfer}{$tldprice.transfer}{else}{$LANG.domainregnotavailable}{/if}</td> <td>{if $tldprice.renew}{$tldprice.renew}{else}{$LANG.domainregnotavailable}{/if}</td> </tr> {/foreach} </table> </div> {/if} you have an idea please thank you
  11. Hi, I would like if you click yes lowest part hidden appears: If you click No (on the question Are you already a customer) this hidden part must not appear. However I have no idea how to do (I started very javascript) ^^ Is that you can help me please? Thank you in advance <div> <form> <span>Avez vous déjà un nom de domaine: requis*</span> <input type="radio" name="choix" value="oui" id="oui" requred="required" /> Oui <input type="radio" name="choix" value="non" id="non" requred="required" checked="checked" /> Non <label> <span>Ce champ est facultatif.</span> <input name="domaine" value="{$domaine}" placeholder="S'il vous plaît entrez votre nom de domaine" type="text" tabindex="5" requred="required" autofocus="autofocus" /> </label> </form> </div> <div> code running) except that when you clicked yes, and that result is clicked not the same when hidden area remains <div> <form> <span>Avez vous déjà un nom de domaine: requis*</span> <input type="radio" name="choix" value="oui" id="oui" requred="required" onClick="afficher();" /> Oui <input type="radio" name="choix" value="non" id="non" requred="required" checked="checked" /> Non <p id="champ_cache"> <label> <span>Ce champ est facultatif.</span> <input name="domaine" value="{$domaine}" placeholder="S'il vous plaît entrez votre nom de domaine" type="text" tabindex="5" requred="required" autofocus="autofocus" /> </label> </p> <script type="text/javascript"> document.getElementById("champ_cache").style.display = "none"; function afficher() { document.getElementById("champ_cache").style.display = "block"; } </script> </form> </div> <div> tell me if this is correct I found <div> <form> <label>Avez vous déjà un nom de domaine :</label> <input type="radio" name="domaine" value="1" id="client" /> Oui <input type="radio" name="domaine" value="0" id="noclient" checked="checked" /> Non <div class="" id="domaine_input" style="display: block;"> <input type="text" placeholder="Votre nom de domaine" name="domaine" value="{$domaine}" /> <p>Ce champ est facultatif.</p> </div> <script type="text/javascript"> $(document).ready(function(){ $('input[name="domaine"]').change(function() { if ($('input[name="domaine"]:checked').val() == 1) { $('#domaine_input').show('normal'); } else { $('#domaine_input').hide('normal'); } }); }); </script> </form> </div>
×
×
  • 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