![]() |
nice work, works a treat..:)
|
nearly forgot about this :o
For the record it's still working on my forums :) Quote:
|
hehe that's quite a few... i guess it works great.
|
NICELY DONE!!!
Works Perfect!! Thank You!! |
thanks.. i had help from freakysid too so not all my work :)
|
I was curious if there was any way to use the figures generated by this hack to come up with page views for the last 24 hours?
|
the hack worked but it wouldnt accept the following command
CREATE TABLE mycounter (count INT(11) UNSIGNED NOT NULL); so i used CREATE TABLE mycounter (count INT(11)); instead and the hack works a treat. |
Great job!
|
Great hack.. Only thing I see that should be changed is the placement of it in your page. Someone posted above that they thought avatars might be registering as visits and that his visits were going up 5 times more than they should be. What happens is you put the counter in your footer and then your really just registering clicks and not how many visits to the home page. Your footer shows everywhere so every time a page is loading it is counted as a visit. If you put it in your forumhome template It will only register your main page.
Example: Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid"><b>$newusername </b></a><br> There has been <b>$mycounter</b> visits to this page since July 16th, 2001 </smallfont></td> <td align="right"><smallfont> The time now is $timenow.<br> Thanks for the hack I'm using it now. :) |
Still counting clicks after making changes above. I went back and tried a few other things and got it fixed where it is only counting visits to the main page. Here's the changes below.
I removed : $result = mysql_query("SELECT count FROM mycounter"); $mycounter = mysql_result($result, 0) + 1; $result = mysql_query("UPDATE mycounter SET count = count + 1"); from my phpinclude template. Open index.php: find around line 69 $birthdaybits=""; just above it insert $result = mysql_query("SELECT count FROM mycounter"); $mycounter = mysql_result($result, 0) + 1; $result = mysql_query("UPDATE mycounter SET count = count + 1"); and that will fix it to where it only counts the index page. You can now insert: $mycounter Wherever you want your count to appear. |
All times are GMT. The time now is 04:57 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|