Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Download Counter Help Please
#1
Hi.

So I've started working on the download page for dotrb, and I need some help with the PHP. I don't knwo why, but for some reason it's just not working.

Here's my code:
PHP Code:
<?php
if(!file_exists('rbshell.txt')){
  
file_put_contents('rbshell.txt''0');
}
if(
$_GET['click'] == 'rbshell'){
  
file_put_contents('rbshell.txt', ((int) file_get_contents('rbshell.txt')) + 1);
  die;
}
?>

Then for the file I want them to be able to download and count:
PHP Code:
<div id="program">
<
center><img src="images/rbshell1.12.png" alt="rbShell" border="2px #efefef">
<
p></p>
<
titletext><a href="/software/rbshell/Release/rbshell_1.12.zip?click=rbshell"rbShell </a></titletext>
<
smalltextVersion1.12 </smalltext>
<
smalltextDownloads: <?php echo file_get_contents('rbshell.txt'); ?></smalltext>
</div> 

http://dotrb.net/software to check out what I mean. It just doesn't count it for some reason..

Thanks for help. Smile
At the top will be the same place you hang from.


Messages In This Thread
Download Counter Help Please - by Jordan L. - 04-18-2010, 03:09 AM
RE: Download Counter Help Please - by Buffy - 04-18-2010, 06:26 PM
RE: Download Counter Help Please - by Sam - 04-18-2010, 06:28 PM
RE: Download Counter Help Please - by Jordan L. - 04-18-2010, 07:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)