ASP 3.0
------------
''''--Script ini diletakkan dalam file Global.asa
<script language=VBScript runat=server>
Sub Application_OnStart
Application("NumberOfVisitor") = 0
End Sub
Sub Session_OnStart
Application.Lock()
Application("NumberOfVisitor") = Application("NumberOfVisitor") + 1
Appliation.Unlock()
End Sub
Sub Session_OnEnd
End Sub
</SCRIPT>
------
PHP
----------
$file=fopen("Counter.txt","r")
$hitung=fread($file,filesize("Counter.txt"))
$hitung++; $Visitor = substr("000000",0,6-strlen($hitung)) . $hitung
fclose($file); $file=fopen("Counter.txt","w")
fwrite($file,$hitung); fclose($file)
----------------
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
Behalf Of bayu
Sent: Monday, February 13, 2006 12:17 PM
To: [email protected]
Subject: Re: [ITCENTER] Counter WEB
> Dear ALL,
>
> Ada yg punya script untuk buat Counter
>
> Thanks
>
pake apa ?
PHP or ASP ?
ato yang lain ?
http://www.hotscripts.com
ke google pake keyword "free counter script"
--
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
:: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$
[@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id
Yahoo! Groups Links
--
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
:: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$
[@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/