Page 1 of 1

User Counter

PostPosted: Tue Oct 27, 2009 8:02 am
by ConnorW
Hi,
I like the user counter on the site but i can only get #help to work. After examining the code i discovered that it was missing an /.

to fix this you want you code to change from

Code: Select all
http://usercount.geekshed.net?chan=connor

to
Code: Select all
http://usercount.geekshed.net/?chan=connor


as you can see you need to add an / behind the ?

Re: User Counter

PostPosted: Tue Oct 27, 2009 9:03 am
by Pierce
It doesnt matter wheather you have a / or not, look at the address when making a reply, its posting.php?mode=reply.....

I tried both and I get an error saying room not found.

Image

Image

Image

Without a /in the URL.

Pierce

Re: User Counter

PostPosted: Tue Oct 27, 2009 5:06 pm
by ConnorW
lol that was working eariler

Re: User Counter

PostPosted: Tue Oct 27, 2009 6:57 pm
by Pierce
I believe if you have 0 people in the room it will give you that error.

Pierce

Re: User Counter

PostPosted: Fri Oct 30, 2009 12:06 pm
by ConnorW
Pierce wrote:I believe if you have 0 people in the room it will give you that error.

Pierce


there is the problem, i need to find some people lol

Re: User Counter

PostPosted: Sun Nov 01, 2009 2:16 pm
by Phil
If a channel has no users, it doesn't exist - hence the channel not found thing.

Phil

Re: User Counter

PostPosted: Tue Nov 10, 2009 7:35 pm
by Pctech37
example.com/search.php?query=test
is the same as
example.com/search.php/?query=test.
Correct?