RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
View Counter

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
200299



Joined: 17 Feb 2011
Posts: 27

PostPosted: Apr 14, 2011 9:04 pm    Post subject: View Counter Reply with quote

Hi
do not know how to insert a script counter view, I would like to be displayed on any video views counter. Of course, different for each video. I'd pay-per-view video as a script at videobb flash and other scripts.
Thanks to all
Back to top
View user's profile Send private message
ufkabakan



Joined: 13 Apr 2011
Posts: 129

PostPosted: Apr 16, 2011 7:35 am    Post subject: Reply with quote

Maybe u can see with Admin account, in files section. "DL" row say ur download count. Maybe its same for video plays.
Back to top
View user's profile Send private message
hellojohnatan



Joined: 15 Apr 2011
Posts: 2

PostPosted: May 10, 2011 10:13 am    Post subject: Re: View Counter Reply with quote

200299 wrote:
Hi
do not know how to insert a view, I would like to be displayed on any video views counter. Of course, different for each video. I'd pay-per-view video as a script at videobb flash and other scripts.
Thanks to all


mb download by http://innovativetechnologyconcepts.com or try this script:

PHP Code:
Code:
<?php
    $file = "uvcounter.txt";
    unset($h);
    $f = fopen($file, "r+");
    $h = fread($f, filesize($file));
    fclose($f);
    if (!$mevisit) {
    $h++;
    $f = fopen($file, "w+");
    fwrite($f, $h);
    fclose($f);
    @setcookie("mevisit","yes",time()+31536000);
    }
    $file = "vcounter.txt";
    unset($h);
    $f = fopen($file, "r+");
    $h = fread($f, filesize($file));
    fclose($f);
    $h++;
    $f = fopen($file, "w+");
    fwrite($f, $h);
    fclose($f);
?>
Back to top
View user's profile Send private message
nyan



Joined: 28 Oct 2010
Posts: 121

PostPosted: May 10, 2011 11:47 am    Post subject: Reply with quote

Hello we are in a perl forum here.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group