DownloadCounter MOD (new version)

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

looks like this:

Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:30 212.88.xxx.194(194-145-088-212.ip-addr.teresto.net) msie(v6.0) unter xp
Mo, 20. März 06 14:02 80.137.xxx.144(p5089C990.dip.t-dialin.net) msie(v6.0) unter xp
Mo, 20. März 06 14:02 80.137.xxx.144(p5089C990.dip.t-dialin.net) msie(v6.0) unter xp
Mo, 20. März 06 14:02 80.137.xxx.144(p5089C990.dip.t-dialin.net) msie(v6.0) unter xp
Mo, 20. März 06 14:02 80.137.xxx.144(p5089C990.dip.t-dialin.net) msie(v6.0) unter xp
Mo, 20. März 06 14:02 80.137.xxx.144(p5089C990.dip.t-dialin.net) msie(v6.0) unter xp
Mo, 20. März 06 14:02 80.137.xxx.144(p5089C990.dip.t-dialin.net) msie(v6.0) unter xp
Mo, 20. März 06 14:02 80.137.xxx.144(p5089C990.dip.t-dialin.net) msie(v6.0) unter xp
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Hmm... Curious :roll:
I never encountered this issue.
Try PM Neelix about this issue.
I am sure he will be able to help you find the problem.

Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
antonumia
Posts: 77
Joined: Mon 14. Feb 2005, 16:10
Contact:

downloadCounter RTs?

Post by antonumia »

hi,

i have installed download_counter - mod_dc_2[1].00.92-DEV.zip

no errors and it appears in the modules backend.

I can't find any RT documentation in the package.

can anyone help?

thanks

anton

ps: sorry;this shouldbe in the support subcat :0
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Hi antonumia,

Neelix has written this note in the top of the RT file: mod_dc.rt.php

Code: Select all

/** -------------------------------------------------------------------------------------------------------------------------------------
 *
 * RT4phpWCMS:
 * - litte Helper for DownloadCounter-MOD:
 *		show counters on the Frontpage
 * 		=>	{DOWNLOADS:<filename> [ :<min> ]}
 * 		=>	{DOWNLOADSALL:<TopX>}
 *
 * @4phpwcms 1.2.6DEV (and before?-  not testet yet!)
 * @author Neelix
 * @version 0.3-DEV
 * @see http://www.phpwcms.de/forum/viewtopic.php?t=9001
 *
 * @examples
 * Using in an article
 * e.g.CP:Filelist => file: demo.pdf => description: <description> ...({DOWNLOADS:demo.pdf})
 * - [code]{DOWNLOADS:demo.pdf}
- show the counter for file "demo.pdf"
* -

Code: Select all

{DOWNLOADS:download.zip:3}
- show the counter for file "download.zip" if counter>=3
* -

Code: Select all

{DOWNLOADSALL:10}
- show the Top 10 sorted by count
*
* @example live: http://nx0.nx.funpic.de/p126/index.php?download
*

Code: Select all

 RANDOM-HACK ({DOWNLOADS:random-hack_0.4.txt.tar.bz2} times loaded)
*

Code: Select all

 * <div style="width:300px; background:#7A93A9; margin-left:auto; margin-right:auto;">
 * {DOWNLOADSALL:10}
 * </div>
 * 
* --------------------------------------------------------------------------------------------------------------------------------------
* install:
* - copy the script to your render folder 'phpwcms_template/inc_script/frontend_render/'
* --------------------------------------------------------------------------------------------------------------------------------------
*/

/**[/code]

You should be good to get going with that now... :wink:

Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
antonumia
Posts: 77
Joined: Mon 14. Feb 2005, 16:10
Contact:

Post by antonumia »

very cool. thanks

but it didn't work - I'll upgrade to 1.2.6 and see if that helps.
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

DownloadCounter MOD.
VERSION: 2.00.13 - 4.10.2006
What's new in this version:
Neelix added two new language files: [es] & [pt]

Download:
http://www.malouin.ws/design/index.php? ... ds-phpwcms

Thanks again Uncle neelix ;) 8)

Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Please note:
(latest file is offline until debugged)

Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
Post Reply