|
| ||||||||||
| Tags: counter script, include function, php, require function, website |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| help to know php counter script.
|
|
#2
| ||||
| ||||
| Re: help to know php counter script.
I would let you know if you are not actual programmer You can have DRBCounter hit counter that is a simple PHP script that does not require a database. It allows you to put a visitor counter text based on almost any page of your website. You can modify the colors and fonts using the CSS standard. The data is stored in flat files, so no database is essential. You just have to copy it from php official website. Use include function to work. |
|
#3
| |||
| |||
| Re: help to know php counter script.
PHPCounter is a Web script, real-time that can track an unlimited number of pages with a hyphen. Features: View all results, see the list of monitored sites rated by popularity, get statistics on visitors' browsers, operating systems, countries, relating to, the winning days, hours of fondle. Find out which search strings refer guests. Text and graphic production and invisible tracking. You can begin including at any digit and can routinely rotate logs. wires CLF and NCSA record formats. |
|
#4
| |||
| |||
| Re: help to know php counter script.
Well, if I understand the right description, only has the page-based storage is exaggerated. Or you need to find a script that supports count on the basis of a user-defined variable passes, or modify one to suit your needs. So instead of having a ticket to content.php in its database, individual entries would article.1, article.2, etc. Must be a relatively trivial modification to the counter. Start with the database that stores the counter data, and go from there. Also, if your forum gets a lot of traffic and is using the string 'article.1' as your key, which must be properly indexed or run the risk of performance hits every time you do that query. |
|
#5
| |||
| |||
| Re: help to know php counter script.
Couter scritp look like this shown below. <?php $myfilename = "aaa.txt"; $counter= file($yourfilename); $counter[0]++; $file11 = fopen ($yourfilename, "w") or die ("could not find $yourfilename"); fputs($file11, "$counter[0]"); fclose($file11); echo $counter[0]; ?> |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "help to know php counter script." | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does Counter Strike: Global Offensive uses the Counter Strike: Source? | Sutti | Video Games | 3 | 10-02-2012 11:34 PM |
| Is there any way to migrate Counter-Strike community into Counter-Strike: Global Offensive successfully | Gajagamini | Video Games | 8 | 06-10-2011 11:27 PM |
| maps dissimilarities among counter strike s and counter strike: global offense | Pujar | Video Games | 7 | 02-10-2011 07:46 PM |
| Word 2008 + bibfuse: no script in script menu | deval4u | Software Development | 5 | 06-04-2009 12:53 PM |
| Problem with script in order to open another script in an extra window | Samsher | Software Development | 2 | 14-01-2009 12:25 PM |