1
irmtfan
count module problem
  • 2004/4/17 21:48

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


i install counter module from bbchen (flash counter in brazilian package) and now only webmasters can see the counter block and other users see title of block only

what is the problem?

i set access right for this module and block for all groups

2
irmtfan
Re: count module problem
  • 2004/4/18 10:26

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


can someone explain this strange case??

is this related to chmode ?

3
bobdt
Re: count module problem
  • 2004/4/18 15:11

  • bobdt

  • Just popping in

  • Posts: 38

  • Since: 2003/9/11


I've an problem similar to you... and I'm finding solution

Bob

4
irmtfan
Re: count module problem
  • 2004/4/19 19:36

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


now automatically users can see counter block & i dont do anything but still anon users cant see the flash counter

thats very strange

5
irmtfan
Re: count module problem
  • 2004/4/24 10:40

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


anyone help for solve this problem

6
irmtfan
Re: count module problem
  • 2004/5/16 14:06

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


bump!

7
bigwolf
Re: count module problem
  • 2005/1/20 12:28

  • bigwolf

  • Just popping in

  • Posts: 36

  • Since: 2002/4/20


I have the same problem in XOOPS 2.0.9.2, and I found below
fromhttp://www.bbchen.org/modules/weblog/details.php?blog_id=48
-----------------------------------------------------
In modules/count/index.php add the following lines
------------------------------------------------------
include("../../mainfile.php");
include("../../header.php");

include("header.php");
======add code======================
if (isset($HTTP_GET_VARS)) {
foreach ($HTTP_GET_VARS as $k => $v) {
$$k = $v;
}
}

if (!isset($id)) exit;
if (!ereg("^[0-9]{1,8}$",$s)) $s=0;
$file = "./$id.txt";
$startno = "$s";
=======end==========================


***chmod count folder into 755, /count/count.txt into 777

Hope it will work.

Login

Who's Online

162 user(s) are online (62 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits