Tagged Questions
7
votes
2answers
451 views
Tracking file complete download
I have a file hosting site and users earn a reward for downloads. So I wanted to know is there a way I can track whether the visitor downloaded whole file so that there are no fake partial downloads ...
1
vote
1answer
33 views
I have write permissions on a file, but I can't use the “unlink()” function to delete it
I've Googled around a bit, and can't find any answer that works for me. I'm trying to unlink a file, but nothing happens and no errors appear (display_errors() stopped the page from loading). The code ...
0
votes
2answers
153 views
Masking URL in Status Bar
I'm hosting my own website on my personal server running Ubuntu server. My public IP address is showing up in the status bar each time someone visits my sites or hovers over one of the links on the ...
0
votes
2answers
85 views
Problems installing Thrift
Here is a screen shot of the error I am getting:
http://dl.dropbox.com/u/20599297/Screen%20shot%202011-05-25%20at%203.41.36%20PM.png
I really don't know what the problem is.
I have PHP installed ...
0
votes
2answers
718 views
Apache Custom Log Format to track complete file downloads
I am trying to write a reward system wherein users will be given reward points if they download complete files, So what should be my log format.
After searching alot this is what I understand its my ...
0
votes
1answer
266 views
How to use apache logs to check complete file downloads
I have a file hosting site thats using this script MFHS.
I want to develop a point system of my own in which points will be rewarded only if the visitor downloaded the whole file.
How can I track it ...
0
votes
2answers
200 views
How can I save a process resource from proc_open in order to check the status later on?
I'm running a sh script that runs a java process through php on ubuntu server. I'm using proc_open for running the process. usually the Workflow goes like :
request a page ->
script runs (until ...