Bugün Alınan Alan Adı : 2 | Bugün Alınan Web Hosting : 1 | Toplam Alan Adı : 4169 | Toplam Web Hosting : 9095
www.salay.com.tr de ve bir çok whmcs alt yapılı sitede gördüğüm şey bunu nasıl yapabilirim ?
Bunu nasıl yapabilirim?
4
●534
- 29-04-2014, 14:06:30Üyeliği durdurulduAşağıdaki kod ile bu verileri kendi web sitenize çektirebilirsiniz.onur33 adlı üyeden alıntı: mesajı görüntüle
<!-- Domain/Host Details Start -->{php}$result = mysql_query("SELECT * FROM tbldomains WHERE status = 'active' and registrationdate > DATE_SUB(NOW(), INTERVAL 1 DAY)");$todaydomain = mysql_num_rows($result);$result = mysql_query("SELECT * FROM tblhosting WHERE domainstatus = 'active' and regdate > DATE_SUB(NOW(), INTERVAL 1 DAY)");$todaywebhosting = mysql_num_rows($result);$result = mysql_query("SELECT * FROM tbldomains WHERE status = 'active'");$totaldomain = mysql_num_rows($result);$result = mysql_query("SELECT * FROM tblhosting WHERE domainstatus = 'active'");$totalwebhosting = mysql_num_rows($result);$todaydomain += 0;$todaywebhosting += 0;$totaldomain += 3821;$totalwebhosting += 8621;{/php}<div align="center"> <b> <table border="0" height="23"> <tr> <td>Bugün Alınan Alan Adı</td> <td width="10" align="center"> : </td> <td class="stStats2">{php} echo $todaydomain; {/php}</td> <td width="5" align="center"> <font color="#e2e2e2">|</font> </td> <td>Bugün Alınan Web Hosting</td> <td width="10" align="center"> : </td> <td class="stStats2">{php} echo $todaywebhosting; {/php}</td> <td width="5" align="center"> <font color="#e2e2e2">|</font> </td> <td>Toplam Alan Adı</td> <td width="10" align="center"> : </td> <td class="stStats2">{php} echo $totaldomain; {/php}</td> <td width="5" align="center"> <font color="#e2e2e2">|</font> </td> <td>Toplam Web Hosting</td> <td width="10" align="center"> : </td> <td class="stStats2">{php} echo $totalwebhosting; {/php}</td> </tr> </table> </b></div><!-- Domain/Host Details End --> - 29-04-2014, 14:21:24Çok teşekür ederim hocam kaç aydır bunu arıyordum teşekürler.teknolojist adlı üyeden alıntı: mesajı görüntüle
- 01-05-2014, 13:31:55Üyeliği durdurulduteknolojist adlı üyeden alıntı: mesajı görüntüle
peki vps ve dedicated sunucuları için ne yapılmalı _?