Jump to content

3 modules


Recommended Posts

bonsoir

qui pourriez ne faire le devollement de 3 modules

qui peut me créer un compteur qui affiche le monbre de site heberger et le monbre de nouveaux clients hier ! exempt sur ce site

la hebergeur-discount.com

 

et avoir un bouton top fleche en haut regarde ici en bas a droit

 

en une petite chose avoir option •Etat des services en bas du site la

 

j ai vraiment besoin de c'est personnalisation

merci

 

ps:je suis français

 

 

 

 

 

good evening

Who could do the devollement 3 modules

I can create a counter that displays the monbre site each accommodating and monbre new customers yesterday! free on this site

the

 

and have a top arrow button at the top looking down here entitled

 

in a little thing have option • State services low Site

 

j really need is customization

thank you

 

ps: I'm french

Edited by Infopro
six duplicate links removed
Link to comment
Share on other sites

hello

I speak of a counter with the number of client and a counter with the number of sites in herberger moiset then a module with the green back button up

as the site here hoster-discount.com

in a small thing to have option • State services down the site

 

j really need is customization

thank you

 

ps: I'm french

 

ps: I'm french

Link to comment
Share on other sites

1. number of clients...

 

http://forum.whmcs.com/showthread.php?94254-Get-number-of-clients

http://forum.whmcs.com/showthread.php?86718-Is-there-s-smarty-syntax-to-display-total-of-clients

 

2. button back to top... easily done with javascript or jquery... search google and you will find many examples...

 

3. I think the question is about Server Status.. and wanting to reproduce something similar to that used on the linked site.

 

tfw1RIt.png

this could easily be achieved in two steps...

 

first by activating Status Monitoring on your server(s)...

 

http://docs.whmcs.com/Servers#Status_Monitoring

 

then once you have it setup, you just show the appropriate green/orange/red image on your site using the server monitoring values - you might need help with this step, but I don't think it would be hard to do.

Link to comment
Share on other sites

any of the ones on the site below should work...

 

http://www.jqueryscript.net/tags.php?/Back%20to%20top/

 

I quickly tried this one on my site and it works - http://www.jqueryscript.net/other/Simple-Back-To-Top-Link.html

 

add the code in step 2 to your header.tpl file - put {literal} before the sample code and {/literal} after it.

then add step 3 to footer.tpl

 

this will create a text link instead of a button... if you want a button, download the file.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Hi Brian!

Can you help me to get my server monitoring values or I find this code?

 

Then down in the footer add a code to display (update: 05-12-2014) {php}echo date('Y-m-d H:i:s');{/php}

every day it changes the Auto Date

 

 

 

and this code adds a mysql how to buildup its reseller plan sold thank you

 

 

{php}
$ counter = mysql_query ("SELECT COUNT (*) AS id FROM tblClients WHERE status = 'Active'");
$ num = mysql_fetch_array ($ counter);
$ count = $ num ["id"];
$ this-> assign ('clienttotal', $ count);

$ counter2 = mysql_query ("SELECT COUNT (*) AS id FROM tbldomains WHERE status = 'Active'");
$ num2 = mysql_fetch_array ($ counter2)
count2 $ = $ num2 ["id"];
$ this-> assign ('domaintotal', $ count2)

$ counter3 = mysql_query ("SELECT COUNT (*) AS id FROM WHERE tblhosting domainstatus = 'Active'");
$ num3 = mysql_fetch_array ($ counter3)
$ = $ count3 num3 ["id"];
$ this-> assign ('hostingtotal', $ count3)
{/ php}

Number of clients - clienttotal} {$ & nbsp; Number website - hostingtotal} {$ & nbsp; Number of areas - {$ domaintotal}
<br>

Edited by hostingames
code
Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

hi,

 

that a solution to run the code for the index.php index.html page link

 

 

thank you

 

{php}

 

$counter3 = mysql_query("SELECT COUNT(*) AS id FROM tblhosting WHERE domainstatus='Active'");

$num3 = mysql_fetch_array($counter3);

$count3 = $num3["id"];

$this->assign('hostingtotal',$count3);

{/php}

 

+ <strong>{$hostingtotal}</strong>   sites hébergés

<br>

Link to comment
Share on other sites

  • 4 months later...

 

3. I think the question is about Server Status.. and wanting to reproduce something similar to that used on the linked site.

 

tfw1RIt.png

this could easily be achieved in two steps...

 

first by activating Status Monitoring on your server(s)...

 

http://docs.whmcs.com/Servers#Status_Monitoring

 

then once you have it setup, you just show the appropriate green/orange/red image on your site using the server monitoring values - you might need help with this step, but I don't think it would be hard to do.

 

 

hi,

could you

help me make ca

and integrated into the "footer"

thank you

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

 

I fear that this code does not work in V6:

 

{php}

$ Counter3 = mysql_query ("SELECT COUNT (*) AS OF tblhosting WHERE id = domainstatus 'Active'");

$ Num3 = mysql_fetch_array ($ counter3);

count3 = $ num3 ["id"];

$ This-> assign ('hostingtotal', $ count3);

{/ Php}

 

So I commented it.

 

how to adapt to the V6

 

thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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