Welcome Guest ( Log In | Register )

2 Pages V < 1 2  
Reply to this topicStart new topic
> [Giveaway Done] Special April fool free credits

 
post Apr 1 2020, 21:04
Post #21
foun001



Active Poster
*******
Group: Members
Posts: 2,368
Joined: 13-October 18
Level 444 (Dovahkiin)


corona bad doggo good

My waifu: Rei Ayanami

(IMG:[i.postimg.cc] https://i.postimg.cc/52ksw8CT/Rei-Ayanami.jpg)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 1 2020, 21:52
Post #22
taxeol



Regular Poster
*****
Group: Members
Posts: 628
Joined: 26-September 19
Level 497 (Dovahkiin)


corona bad doggo good
Thank you (IMG:[invalid] style_emoticons/default/smile.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 1 2020, 23:20
Post #23
Meight



Casual Poster
***
Group: Gold Star Club
Posts: 190
Joined: 11-December 19
Level 395 (Godslayer)


corona bad doggo good
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 2 2020, 00:43
Post #24
BlueWaterSplash



Swimsuit Girl
********
Group: Members
Posts: 3,418
Joined: 15-March 11
Level 408 (Godslayer)


Oh, I can join now.

corona bad doggo good

I guess I'll just post a picture of Yukikaze, since there is already a picture of the girl in my avatar, and my real non-H waifus are secret. I have almost all her pillows.

(IMG:[www.1999.co.jp] https://www.1999.co.jp/itbig25/10255058a.jpg)
(IMG:[moefig.com] https://moefig.com/img-fig/2018/11/4545291007124/4545291007124_001.jpg)

It's hard to find good quality pictures of these pillows that don't say Sample on them.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 2 2020, 01:52
Post #25
povidon



Regular Poster
******
Group: Members
Posts: 770
Joined: 5-November 16
Level 381 (Godslayer)


corona bad doggo good
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 2 2020, 02:44
Post #26
goemon1945



Newcomer
*
Group: Members
Posts: 30
Joined: 13-March 17
Level 361 (Dovahkiin)


corona bad doggo good

kotori otonashiAttached Image

This post has been edited by goemon1945: Apr 2 2020, 02:46
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 2 2020, 04:07
Post #27
joyhamster



Newcomer
*
Group: Members
Posts: 38
Joined: 5-March 20
Level 237 (Godslayer)


Attached Image

Petite body...
Just right amount of sub-dermal pad
‌‌ ‌‌ ‌‌ ‌‌ ‌‌ to make hugging extra comfortable
Soft looking, body clinging, suit.
Sultry gaze that conveyed message;
‌‌ ‌‌ ‌‌ ‌‌ ‌‌ corona bad doggo good

Best hugging pillow waifu!
(no homo)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 2 2020, 04:24
Post #28
angostamrun



Casual Poster
***
Group: Members
Posts: 232
Joined: 8-October 08
Level 132 (Ascended)


corona bad doggo good

i'm so poor i can't even afford a waifu
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 2 2020, 05:17
Post #29
Ass Spanker



Professional Ass Spanker
********
Group: Gold Star Club
Posts: 4,188
Joined: 25-July 12
Level 500 (Ponyslayer)


Unfortunately, last 3 posts are not eligible for giveaway since they were made after 00:00:00 GMT+0. I will send participation prize anyway, don't want to keep anyone out. Will update this post with details later.

Script in case I want to do another giveaway in the future:

CODE

const all_users = document.querySelectorAll(".bigusername");
const all_infos = document.querySelectorAll(".info");
const all_posts = document.querySelectorAll(".postcolor");
let x = "";
for (var i = 0; i < all_users.length; i++) {
  let x1 = all_users[i].textContent;
  let x2 = all_infos[5 * i + 4].textContent.split("\n").join("").split(" ")[1];
  let x3 = all_infos[5 * i + 3].textContent.split(":")[1];
  if (all_posts[i].textContent.includes("corona bad doggo good")) {
      x += [x1, x2, x3].join(",") + "\n";
  }
}
console.log(x);


===================================================

We have 23 players, 3 posted later than the deadline and won't be eligible for bigger prizes.

Your vote strength is determined based on the details below:
- Basic vote strength: 1
- Star vote strength reduction: Each star level reduces your total vote strength by 33% (bronze is 1 level, silver is 2, so on.)
- Bonus vote strength by account age:
CODE
2*MIN(account_age_in_years/3,1)

- Bonus vote strength by level
CODE
Logistic growth with sigmoid midpoint at level 100, growth rate 4, normalized to [0.2,2] for level [1,400]

(IMG:[i.imgur.com] https://i.imgur.com/NOatNos.png)

So technically you have 2 extra tickets as long as you are over level 200.

Winners are picked with python's pseudo-RNG.

CODE

for _ in range(ROLL_TIMES):
    v_ar = [0]
    p_ar = list()
    v_total = 0
    for player, vote in VOTES.items():
        v_total += vote
        v_ar.append(v_total)
        p_ar.append(player)
    roll = random() * v_total
    winner_idx = b_search(v_ar, roll)
    winner = p_ar[winner_idx]
    print(winner)
    VOTES.pop(winner)


And here are the winners!

ijkjlj
taxeol
RibbonsCan
foun001
Bolide
BL.Kunkka
jfieoiod
Pokom

I will contact each with details later.



All sent! That's it for today. Take a look at my shop if you are interested as there are always some giveaways going on there.






Nothing to see here
CODE
var testStr = "I like to 69 while drinking corona beer";
var postdetails = document.querySelectorAll(".postdetails");
var allPosts = document.querySelectorAll(".postcolor");
var x = "";
for (var i = 0; i < postdetails.length / 2; i++) {
    let ele = postdetails[i * 2 + 1];
    let username = ele.querySelector(".bigusername").textContent;
    let level = ele.querySelectorAll(".info")[4].textContent.split("\n").join("").split(" ")[1];
    let joindate = ele.querySelectorAll(".info")[3].textContent.split(":")[1];
    let badges = ele.querySelector('div[style="text-align:center"]');
    let starLevel = 0;
    if (badges != null) {
        let starEle = badges.querySelector("img");
        let src = starEle['src'];
        if (src.includes("bronzestar")) {
            starLevel = 1;
        } else if (src.includes("silverstar")) {
            starLevel = 2;
        } else if (src.includes("goldstar")) {
            starLevel = 3;
        }
    }
    if (allPosts[i].textContent.includes(testStr)) {
        x += [username, joindate, level, starLevel].join(",") + "\n";
    } else {
        console.log(username + " is stupid and can't follow instructions.");
    }
}

console.log(x);


This post has been edited by Ass Spanker: May 30 2020, 09:14
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


2 Pages V < 1 2
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 26th July 2025 - 12:32