posts in a week

  • whatlikesit12345
  • Guru
  • Guru
  • User avatar
  • Joined: Dec 22, 2003
  • Posts: 1215
  • Status: Offline

Post January 27th, 2004, 4:05 pm

I want to see how many posts i have made this week. is there a place where i could go and see how many i have posted this week?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 27th, 2004, 4:05 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post January 27th, 2004, 4:14 pm

Nope...but if you want to write a mod for it, go for it!
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • whatlikesit12345
  • Guru
  • Guru
  • User avatar
  • Joined: Dec 22, 2003
  • Posts: 1215
  • Status: Offline

Post January 27th, 2004, 4:21 pm

will you please check how many posts i have done this week
:?:
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 27th, 2004, 4:22 pm

He just said there was no way.

If you were really ambitios you could go to "View all of my posts" and then count the ones from this week.
Pixel Acres V2
  • Geekette
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 25, 2003
  • Posts: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Post January 27th, 2004, 4:22 pm

Lol, why does it matter to you so much? What can you really get out of the information?
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 27th, 2004, 4:23 pm

How much more *coughspammingcough* posts he has to do until he gets on the stats list.
Pixel Acres V2
  • IH8Purple
  • Guru
  • Guru
  • User avatar
  • Joined: Dec 28, 2003
  • Posts: 1215
  • Loc: Somewhere on Google Earth
  • Status: Offline

Post January 27th, 2004, 4:24 pm

or you could just create a new accout every week and see how many you post in each one, as long as you don't care about participation points, mind you you could donate them along

edit: there is a stats list?
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 27th, 2004, 4:25 pm

You'de get banned in 3.14 seconds if you ever attempted that.
Pixel Acres V2
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post January 27th, 2004, 4:25 pm

If somebody here does feel like writing a mod, this'll get you started :)

Code: [ Select ]
$lastweek_tablename = 'phpbb_posts';
$lastweek_usernum = <insert some code here to get the usernumber from whatever source you desire>;
$lastweek_weekago = (time() - 604800);

$sql = 'SELECT * FROM \''.$lastweek_tablename.'\' where poster_id = \'$lastweek_usernum\' and post_time > '.$lastweek_weekago;
  1. $lastweek_tablename = 'phpbb_posts';
  2. $lastweek_usernum = <insert some code here to get the usernumber from whatever source you desire>;
  3. $lastweek_weekago = (time() - 604800);
  4. $sql = 'SELECT * FROM \''.$lastweek_tablename.'\' where poster_id = \'$lastweek_usernum\' and post_time > '.$lastweek_weekago;
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post January 27th, 2004, 4:30 pm

IH8Purple wrote:
edit: there is a stats list?


http://www.ozzu.com/statistics.php
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • IH8Purple
  • Guru
  • Guru
  • User avatar
  • Joined: Dec 28, 2003
  • Posts: 1215
  • Loc: Somewhere on Google Earth
  • Status: Offline

Post January 27th, 2004, 4:30 pm

b_heyer wrote:
You'de get banned in 3.14 seconds if you ever attempted that.

well it would have to be 604803.14 cause you wouldn't know if we were doing it for a week
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 27th, 2004, 4:32 pm

You got the point. Don't give him any ideas, and don't try it yourself.
Pixel Acres V2
  • whatlikesit12345
  • Guru
  • Guru
  • User avatar
  • Joined: Dec 22, 2003
  • Posts: 1215
  • Status: Offline

Post January 27th, 2004, 4:35 pm

I though that he said ask a mod.

Sorry. i have no idea how to make a mod. and i don't spam.

often at least
  • IH8Purple
  • Guru
  • Guru
  • User avatar
  • Joined: Dec 28, 2003
  • Posts: 1215
  • Loc: Somewhere on Google Earth
  • Status: Offline

Post January 27th, 2004, 4:36 pm

why would I try it if I didn't even know there was stats, besides all that filling in the forms, getting a new avatar and sig, begging for forgiveness after you get cought, awfull lot of work when you can just look at the average amount of week posts and just try to aim for there
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 27th, 2004, 4:44 pm

mhmm :)
Pixel Acres V2
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 27th, 2004, 4:44 pm

Post Information

  • Total Posts in this topic: 18 posts
  • Users browsing this forum: No registered users and 47 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.