Monday 08 September 2008, 03:26:12                Your Ad Here
site navigation
news
jihad
b0gcams
pr0n
fun images
offensive shit
misc stuff
fan stuff
all posts
archives
b0g ezine
user stats
search
post bump
sex dot php
words
irc quotes
photoshop
user journals
forum

user options
login
signup
lost password

Sponsors


top referers
sickestsites
phun
entensity
ostfrallan
fuckaliciousporn
idlearmy
uniquepeek
Bizarre Videos
indienudes
hotpornstar
retnuh
hotpornstars
heaven666
annihilationx
toxicfactory
verficktescheisse
link-factory
theweirdstuff
dagimp
dr-zeller
kontraband
top100
hawtbabes
monkeyfilter
c
all referrers

b0g poll
My sex life consists of:
women
men
trannies
my pet
my nieghbours pet
I'm married, I don't have sex
masterbation
little girls
little boys
furries
any kind of machinary (especially the washing machine during spin cycle)
other (please explain in detail)
28 comments | suggest
users online
3 members - 58 guests
Roid Coltrasten Bionic-Badger

what they doing






 
"Last posted" thread statistics

What have we learned today?

Nerd mode ON.

So I was curious how many posts was there per poster, and I made this script:
<textarea id=out></textarea>
<script>
// count posts statistics
var posts = document.body.innerHTML.toLowerCase().split("<a " + "name");
posts[posts.length -1] = posts[posts.length -1].split("<TABLE BORDER=");
posts[posts.length -1] = posts[posts.length -1][0];
posts[0] = "not a post";

post_counts = {};

for (i = 1; i < posts.length; i++) {
posts[i] = "<a " + "name" + posts[i];
posts[i] = posts[i].replace( /<[^<]*>/gi, " "); // kill html tags
posts[i] = posts[i].replace( /\s+/gi, " "); // collapse whitespace
while (posts[i].charCodeAt(0) == 32)
   posts[i] = posts[i].substr(1); // trim left
while (posts[i].charCodeAt(posts[i].length -1) == 32)
   posts[i] = posts[i].substr(0, posts[i].length -1); // trim right
// first word is poster nick
var nick = posts[i].substr(0, posts[i].indexOf(" "));
// text goes after "reply to this post ", the date goes after "posted: "
var text = posts[i].split("reply to this post ");
var pdat = text[0].split("posted: "); pdat = pdat[1]; text = text[1];
posts[i] = { nick:nick, text:text, pdat:pdat }

// update postcounts
if (post_counts[posts[i].nick])
   post_counts[posts[i].nick]++;
else
   post_counts[posts[i].nick] = 1;
}


// postcounts
s = ""; t = 0;
for(n in post_counts) {
   s += n + ": " + post_counts[n] + "\n";
   t += post_counts[n];
}
document.getElementById("out").value = s + "\n\nTotal: " + t;
</script>


If you save thread html and add this somewhere at the end of it, you'll have following results:

last: 1
tikklemynuts: 2
bush: 4
haze: 14
ralphs_alter_ego: 21
kito: 2
brownmullet: 104
liclit: 54
r0xx0r: 5
makc: 56
riraga: 1
timb0r: 1
pizzaburst: 2
kripple: 6
nymphetamine: 8
pizzapizzapie: 1
thethirdcross: 49
banan: 1
.: 1
kogneto: 1
malverde: 2
---asshole#1---: 13
cpt.planet: 1
fattyacidtrip: 1
other: 1
vindicator: 5
dono: 2
fuerlandundkoenig: 1
mof: 1
cro: 292
hungry_hippo^^: 15
trogdor: 3
alpha: 1
larkin: 15
trizzle: 12
colophonius: 1
[skorpion]: 18
fastdraw: 1
sigge: 1
nonsens: 3
yettti: 1


Total: 724

That all was few hours ago, when my comment was still winning :) Thread html is now over 0.5MB, people start to complain it takes too long to load, so whoever will win has more chances. I guess it will be cro magnus, who posts more crap than anybody.

Nerd mode OFF.

Unrelated:
posted by makc on Saturday 7th October 2006, 14:58:52read 654 times

back | previous | next | post comment

Pizzaburst on Saturday 7th October 2006, 17:14:55 (#39676) (journal)
2 (2)
thanks for the boobies anyway :D
reply to this comment

TheThirdCross on Saturday 7th October 2006, 18:12:40 (#39681) (journal)
CroM is heading for a crash. i imagine that once he get's his first post-divorce piece of ass, we will see him less often.

me...i post whilst doing homework. it is the closest i'll get to irc. when traffic slows down, so will my visits.

i think that you can add trizzle's and asshole#1's numbers together.
reply to this comment

Trizzle (81.83.169.*) on Sunday 8th October 2006, 01:46:04 (#39704)
3 (3)
Cannot divide by zero!
reply to this comment

makc on Monday 9th October 2006, 01:39:00 (#39727) (journal)
you surely can't. I guess you have misplaced it, or it got screwed up when I posted it here...
reply to this comment

makc on Monday 9th October 2006, 01:50:14 (#39728) (journal)
yep it was broken. mostly line breaks. any way, here are updated stats for the thread, up to this post:

last: 1
tikklemynuts: 3
bush: 4
haze: 15
ralphs_alter_ego: 24
kito: 2
brownmullet: 111
liclit: 58
r0xx0r: 6
makc: 58
riraga: 1
timb0r: 1
pizzaburst: 2
kripple: 6
nymphetamine: 8
pizzapizzapie: 1
thethirdcross: 53
banan: 5
.: 1
kogneto: 1
malverde: 2
---asshole#1---: 13
cpt.planet: 1
fattyacidtrip: 1
other: 1
vindicator: 10
dono: 2
fuerlandundkoenig: 2
mof: 1
cro: 354
hungry_hippo^^: 24
trogdor: 3
alpha: 1
larkin: 17
trizzle: 12
colophonius: 1
[skorpion]: 20
fastdraw: 1
sigge: 1
nonsens: 3
yettti: 1
misterblackula: 1

Total: 833
reply to this comment

Bionic-Badger on Sunday 8th October 2006, 03:28:34 (#39706) (journal)
I'm sure I could write some script to check and bump that thread whenever another person did... if I cared.
reply to this comment

Death_Tef on Sunday 8th October 2006, 13:59:41 (#39717) (journal)
that seemed pointless. and i didn't understand anything :\
reply to this comment


powered by wsnm v0.85 | rss.php
page generated in 0.3658 seconds; executed 6 queries
time in php: 0.0768 (21%) - time in mysql: 0.289 (79%)
/server us.undernet.org - #b0g 19 posts pending approval © b0g.org
contact: tress - k-rad-bob