<% ' *** Visit Counter *** ' FELIXONE 2002 - SB by Felice Di Stefano - www.felixone.it Dim FX_count Dim FX_digit FX_digit = 5 Dim FX_dpath FX_dpath = Server.MapPath("FX_DataCounter") Dim FX_fpath FX_fpath = Server.MapPath("FX_DataCounter/counter1.txt") set FX_fso = Server.CreateObject("Scripting.FileSystemObject") ' Check if directory and file exists, if not create it. If (Not FX_fso.fileExists(FX_fpath)) Then If (Not FX_fso.folderExists(FX_dpath)) Then FX_fso.CreateFolder(FX_dpath) End If Application.Lock() set FX_file = FX_fso.OpenTextFile(FX_fpath, 8, true) FX_file.write(4999) FX_file.Close() Application.Unlock() End If ' Read file and update it once per session set FX_fobj = FX_fso.getfile(FX_fpath) set FX_file = FX_fobj.OpenAsTextStream(1,-2) FX_count = FX_file.Read(100) If (Session("FX_DataCounter") = "") Then Application.Lock() set FX_file = FX_fso.CreateTextFile(FX_fpath, 8, false) FX_file.write(FX_count+1) FX_file.Close() Application.Unlock() set FX_fso = nothing FX_count = FX_count+1 Session("FX_DataCounter") = FX_count End If ' Add leadings FX_numlength = Len(cStr(FX_count)) If (FX_numlength < FX_digit) Then FX_lead = cInt(FX_digit - FX_numlength) For i=1 To FX_lead FX_count = "0" & FX_count Next End If %>

Give your comments on site design, planning
Mail us the movies you would like to see listed
Dealers, distributors mail us your profile, product list
Visit us again soon

Name
Telephone
Email
Movies You Would Like to See
Comments
 
 
HOME  |  ABOUT US  |  SEARCH  |  PRODUCTS  |  AFFILIATES  |  HELP  |  CONTACTS
action/adventure
animation
award winners
box sets
children/family
classics
comedy
drama
foreign language
history
horror
late night
musicals
mystery suspense
romance
sci-fy/fantasy
special interest
spiritual
Advanced Search
  • New Releases
  • Browse All
  • Browse by Genre
  • Browse by Artist
  • Browse by Genre
  • Browse by Language
  • Shopping Cart
  • Access My Info
  • Wish List
  • Help
  • Shopping Policy
  • Returns Policy
  • Terms of Use
  • About Us
  • Contact Us
  • Feedback
  • COPYRIGHT @ 2004 WWW.DVDVCDPLAZA.COM
    good site goodsites email - info@dvdvcdplaza.com, Tel : 91-33-22847880, 22407821, 22873369, 24422611 <%=FX_count%>