Valentines Gift Exchange

Rigatoni

Redeemed Resident Italian
Supporter
Jan 25, 2014
3,922
6,018
Southern U.S.
✟222,009.00
Country
United States
Faith
Non-Denom
Marital Status
Single
full


Description
Inspired by recent events in the crush thread, and due to the popularity of the previous Christmas Gift Exchange thread, I decided to make a new post dedicated to celebrating the upcoming holiday. :heartribbon: This is meant to be a friendly exchange between CF members (not a romantic one), and is just for fun. If anyone wants to participate, just post here in this thread letting me know. :oldthumbsup: Any member is welcome to join, whether single or not.

On February 4th, registration will end, and each member who signed up from the Gentlemen list will be randomly paired with a member from the Ladies list. Everyone involved will then have up to 11 days to make or find a gift(s), and can then present them here in this thread at their convenience. It's recommended to post them on or close to Valentine's Day (February 14).

Gifts
Gifts can be anything you want: a custom graphic, poem, e-card, memes, YouTube videos, a positive comment about the other person, an image, music clip, etc. If you want, you can also hide them using the [spoiler] tags:

Like this. :gift:
Code:
[spoiler="title here"]Like this. :gift:[/spoiler]

Note: They should be online only (please don't ask for a person's address nor personal info), and must be appropriate to be shared in the thread with the other person. You can post as many as you want, but even one is fine.

Gentlemen :bustsilhouette:
Ladies :bustsilhouette:
 
Last edited:
This site stays free and accessible to all because of donations from people like you.
Consider making a one-time or monthly donation. We appreciate your support!
- Dan Doughty and Team Christian Forums
This site stays free and accessible to all because of donations from people like you.
Consider making a one-time or monthly donation. We appreciate your support!
- Dan Doughty and Team Christian Forums

Rigatoni

Redeemed Resident Italian
Supporter
Jan 25, 2014
3,922
6,018
Southern U.S.
✟222,009.00
Country
United States
Faith
Non-Denom
Marital Status
Single
Upvote 0

Rigatoni

Redeemed Resident Italian
Supporter
Jan 25, 2014
3,922
6,018
Southern U.S.
✟222,009.00
Country
United States
Faith
Non-Denom
Marital Status
Single
Alright, everyone has been paired! Since both lists were uneven, two members from the "gentlemen" list had a chance to be selected twice. Here are the results:

vdayResults.gif

  1. @Wayholka and @TheGirlOnFire
  2. @Anthony7 and @Multifavs
  3. @Anthony7 and @hope
  4. @SarahsKnight and @PeachieKeen
  5. @Wayholka and @sunshineforJesus
And the code for the randomizer script (so everyone knows there's no shenanigans going on, lol):
Code:
function ShowMeZeLuv()
{
   echo(" ");
  
   %gents[0] = "Anthony7";
   %gents[1] = "Anthony7";
   %gents[2] = "Wayholka";
   %gents[3] = "Wayholka";
   %gents[4] = "SarahsKnight";
   %gents[5] = "SarahsKnight";
  
   %ladies[0] = "PeachieKeen";
   %ladies[1] = "Multifavs";
   %ladies[2] = "hope";
   %ladies[3] = "TheGirlOnFire";
   %ladies[4] = "sunshineforJesus";
  
   for(%c = 0; %c < 5; %c++)
   {
       %pairFound = false;
       while(!%pairFound)
       {
           %randG = getRandom(0, 6);
           %randL = getRandom(0, 5);
          
           if(%gents[%randG] !$= "" && %ladies[%randL] !$= "")
           {
               %pairFound = true;
               echo(%gents[%randG] @ "...&..." @ %ladies[%randL]);
               %gents[%randG] = "";
               %ladies[%randL] = "";
           }
       }
   }
}

Feel free to post whatever you want as a gift, whenever it's convenient for you. Although, it's recommended to do so on Valentine's Day itself, and to tag the other person(s) in your post. You can also use the [spoiler="title"] [/spoiler] tags, if you want to hide it. Happy V-Day! :ebil:
 
Upvote 0
This site stays free and accessible to all because of donations from people like you.
Consider making a one-time or monthly donation. We appreciate your support!
- Dan Doughty and Team Christian Forums