hate these ads?, log in or register to hide them
Page 8 of 19 FirstFirst ... 56789101118 ... LastLast
Results 141 to 160 of 374

Thread: Investigating the reputation system & stats porn | Final update

  1. #141
    THE PUNISHED Ralara's Avatar
    Join Date
    April 9, 2011
    Location
    Fuck mondays
    Posts
    4,503
    Stats on most words written
    Words to total posts (hi bart)
    8th most common non-english character


    Sent from my heart with all of my love using Ralatalka
    Hello? Oh, hello! I'm sorry it's a very bad line. No, no no... but that's not possible, she was sealed in to the Seventh Obelisk after the prayer meeting. Well, no, I get that it's important... an Egyptian Goddess loose on the Orient Express. In Space. Give us a mo....

    ... don't worry about a thing, your Majesty; we're on our way.

    Quote Originally Posted by pratell View Post
    was looking at dudes on okcupid last night

  2. #142
    SAI Peregrinus's Avatar
    Join Date
    December 13, 2011
    Posts
    760
    Somehow I am on the list of top 30 for average number of posts to get 1 rep.
    Clearly my shitposting skills are inferior.

  3. #143
    evil edna's Avatar
    Join Date
    April 9, 2011
    Posts
    2,926
    im not listed

    all that shitposting for nothing

  4. #144

    Join Date
    April 12, 2011
    Location
    homeless
    Posts
    171
    Theres a rep system? I should stop lurking and get posting then.

  5. #145
    Lana Torrin's Avatar
    Join Date
    April 13, 2011
    Location
    Bonding around
    Posts
    9,526
    Quote Originally Posted by NoirAvlaa View Post
    Stats on who does the most doubleposts?
    Sup..

    I have managed to do a double post via tapatalk (which has double post detection) 4 hours apart.
    Quote Originally Posted by lubica
    And her name was Limul Azgoden, a lowly peasant girl.
    < Jolin> you're prety too LanaTorrin
    Clearly mafia.

  6. #146
    NoirAvlaa's Avatar
    Join Date
    April 12, 2011
    Location
    Liverpool, laaaa
    Posts
    1,742
    Quote Originally Posted by Lana Torrin View Post
    Quote Originally Posted by NoirAvlaa View Post
    Stats on who does the most doubleposts?
    Sup..

    I have managed to do a double post via tapatalk (which has double post detection) 4 hours apart.
    Pro double poster is pro.

  7. #147
    marcus xero's Avatar
    Join Date
    April 9, 2011
    Posts
    1,619


    we are open for business

  8. #148
    Movember 2012 ctrlchris's Avatar
    Join Date
    April 10, 2011
    Location
    Fuckin roos m8
    Posts
    8,236
    Quote Originally Posted by marcus xero View Post


    we are open for business
    no we're not

    Your posting is medium, its not rare and its not well done
    - Krans 26/7/12

  9. #149
    Fitzy's Avatar
    Join Date
    June 17, 2011
    Posts
    756
    Only 82% Krans? I am dissapoint.

  10. #150
    Super VIP Dot Kransthow's Avatar
    Join Date
    April 9, 2011
    Location
    (´・ω・`)
    Posts
    4,209
    Quote Originally Posted by Fitzy View Post
    Only 82% Krans? I am dissapoint.

    I occasionally post normally.

    semi-ironically the thread I am most likely to not make an anime imagepost in is the anime thread.


    Quote Originally Posted by ctrlchris View Post
    Quote Originally Posted by marcus xero View Post


    we are open for business
    no we're not
    invite-only

  11. #151
    Mrenda's Avatar
    Join Date
    April 9, 2011
    Posts
    2,000
    I'd like to be in the rep cartel. If you give me one rep I'll give you two back. But only to cartel members who have signed up with a downpayment of 5 rep in the first place. The 5 rep is repayable on a drawback scheme over the life of Failheap Challenge. Reps not paid back at the end of the life of the forum go towards Calmdowns Coke and Hookers. Mrenda's Rep Payback Scheme is regulated by the Balistic Void's 'take them financiers for every penny I can' investments.

  12. #152
    Phrixus Zephyr's Avatar
    Join Date
    April 10, 2011
    Location
    Cardiff
    Posts
    1,770
    Who is Calmdown?

  13. #153
    Donor Sponk's Avatar
    Join Date
    April 10, 2011
    Location
    AU TZ
    Posts
    8,054
    Quote Originally Posted by ctrlchris View Post
    stats on the most empty quoting
    Contract stuff to Seraphina Amaranth.

    "You give me the awful impression - I hate to have to say - of someone who hasn't read any of the arguments against your position. Ever."

  14. #154
    Donor Spaztick's Avatar
    Join Date
    April 10, 2011
    Location
    No Longer up High Sierra's Ass
    Posts
    6,922
    Quote Originally Posted by Sponk View Post
    Quote Originally Posted by ctrlchris View Post
    stats on the most empty quoting

  15. #155
    Movember 2012 ctrlchris's Avatar
    Join Date
    April 10, 2011
    Location
    Fuckin roos m8
    Posts
    8,236
    Im surprised that took so long tbh

    Your posting is medium, its not rare and its not well done
    - Krans 26/7/12

  16. #156
    Donor Sponk's Avatar
    Join Date
    April 10, 2011
    Location
    AU TZ
    Posts
    8,054
    My bad; I was busy goodposting elsewhere.
    Contract stuff to Seraphina Amaranth.

    "You give me the awful impression - I hate to have to say - of someone who hasn't read any of the arguments against your position. Ever."

  17. #157
    Administrator Movember 2012 Don Pellegrino's Avatar
    Join Date
    April 9, 2011
    Location
    Montreal, Canada
    Posts
    3,195
    Those 2 took just a few minutes each..

    Number of infractions given per mod
      Spoiler:
    Code:
    SELECT
    	@rownum:=@rownum+1 AS rank,
    	z.*
    FROM (
    	SELECT
    		u.username AS user,
    		COUNT(*) AS nb
    	FROM infraction i
    	INNER JOIN user u ON i.whoadded = u.userid
    	GROUP BY 
    		i.whoadded
    	ORDER BY
    		nb DESC
    ) z, (SELECT @rownum:=0) y




    Number of infractions and warnings received.
      Spoiler:
    Code:
    SELECT
    	@rownum:=@rownum+1 AS rank,
    	z.*
    FROM (
    	SELECT
    		u.username AS user,
    		COUNT(*) AS nb
    	FROM infraction i
    	INNER JOIN user u ON i.userid = u.userid
    	GROUP BY 
    		i.userid
    	ORDER BY
    		nb DESC
    	LIMIT 30
    ) z, (SELECT @rownum:=0) y


    Helen at #7


    But these two took a lot of work because vB stores ignored users as a list of IDs in a text field, separated by spaces and MySQL doesn't have a split string function (and all the homemade MySQL functions on the internet are terrible).

    Number of people that the user is ignoring
      Spoiler:
    Code:
    SELECT
    	u.username AS user,
    	t.ignorelist
    FROM
    	usertextfield t
    	INNER JOIN user u ON t.userid = u.userid
    WHERE
    	LENGTH(t.ignorelist) > 0

    followed by (in php)
      Spoiler:
    Code:
    function sort_nb_ignored($a, $b){
    	if ($a["nb ignored"] > $b["nb ignored"])
    		return -1;
    	elseif ($a["nb ignored"] < $b["nb ignored"])
    		return 1;
    	else
    		return 0;
    }
    
    $r = BD::run($value, BD::QUERY_SELECT);
    foreach ($r as $key => $value){
    	$r[$key]["nb ignored"] = sizeof(explode(" ", $value["ignorelist"]));
    	unset($r[$key]["ignorelist"]);
    }
    usort($r, "sort_nb_ignored");
    $r = array_slice($r, 0, 30);
    $i = 1;
    foreach($r as $key => $value){
    	$r[$key] = Array("rank" => $i++, "user" => $value["user"], "nb ignored" => $value["nb ignored"]);
    }
    disp_array($r);




    Most ignored users
      Spoiler:
    Code:
    SELECT
    	u.username AS user,
    	t.ignorelist
    FROM
    	usertextfield t
    	INNER JOIN user u ON t.userid = u.userid
    WHERE
    	LENGTH(t.ignorelist) > 0

    followed by (in php)
      Spoiler:
    Code:
    $u = BD::run("SELECT userid, username FROM user", BD::QUERY_SELECT);	
    $users = Array();
    foreach($u as $key => $value){
    	$users[$u[$key]["userid"]] = $value;
    }
    
    $r = BD::run($value, BD::QUERY_SELECT);
    $byname = Array();
    foreach ($r as $key => $value){
    	foreach (explode(" ", $value["ignorelist"]) as $key2 => $value2){
    		if (isset($byname[$users[$value2]["username"]])){
    			$byname[$users[$value2]["username"]]++;
    		}else{
    			$byname[$users[$value2]["username"]] = 1;
    		}
    	}
    }
    arsort($byname);
    $i = 0;
    $result = Array();
    foreach ($byname as $key => $value){
    	$result[$i++] = Array("rank" => $i, "username" => $key, "ignored by" => $value);
    }
    $result = array_slice($result, 0, 30);
    disp_array($result);


  18. #158
    Lana Torrin's Avatar
    Join Date
    April 13, 2011
    Location
    Bonding around
    Posts
    9,526
    26 on the infraction list (expected to be higher)
    14 on the ignore list (also expected to be higher)..

    Also.. Only 4 people are ignoring me?! WHO ARE THEY?! (I think Spank is one of them)
    Quote Originally Posted by lubica
    And her name was Limul Azgoden, a lowly peasant girl.
    < Jolin> you're prety too LanaTorrin
    Clearly mafia.

  19. #159
    Donor lubica's Avatar
    Join Date
    April 9, 2011
    Location
    On the shitty side of the Alps
    Posts
    2,933
    11 ppl ignoring Krans
    BUT EVERYBODY LOVES KRANSTHOW


    Quote Originally Posted by Narmio
    Welcome to Dwarf Fortress, where there is a fine line between insanity and gameplay. The line menaces with spikes of obsessive compulsion.

  20. #160
    THE PUNISHED Ralara's Avatar
    Join Date
    April 9, 2011
    Location
    Fuck mondays
    Posts
    4,503
    Quote Originally Posted by Don Pellegrino View Post
    Those 2 took just a few minutes each..

    Number of infractions given per mod


    LITERALLY HITLER


    BAWHAHAHAHAHAHA


    I WIN

    I WIN

    I WIN

    Hello? Oh, hello! I'm sorry it's a very bad line. No, no no... but that's not possible, she was sealed in to the Seventh Obelisk after the prayer meeting. Well, no, I get that it's important... an Egyptian Goddess loose on the Orient Express. In Space. Give us a mo....

    ... don't worry about a thing, your Majesty; we're on our way.

    Quote Originally Posted by pratell View Post
    was looking at dudes on okcupid last night

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •