Page 1 of 1

2 displays on one page

Posted: Tue Mar 29, 2005 4:22 pm
by herman
I copied the ccount script to a folder named /games and to one named /download

now I need both results shown in one table but if I add the same code twice it just shows the one from games because the pages the counters are on are in that folder.

is there anyway I link to the file in /download?

Posted: Wed Mar 30, 2005 2:42 pm
by Klemen
Hi,

You will have to edit one of the display.php files. Try changing all of:

ccount_link

to

ccount_second_link

and see if that works.

Regards