Champions League Sweepstakes 2014 - Signups

General chat area for anything whatsoever

Moderator: Core Staff

Pedsdude
Site Admin
Site Admin
Posts: 15908
Joined: October 15th, 2004, 7:18 pm
Location: UK

Champions League Sweepstakes 2014 - Signups

Post by Pedsdude » January 13th, 2014, 5:08 pm

It's time for the annual Champions League Sweepstakes! :)

Same format as every year, no prizes, just a bit of fun (here's last year's: viewtopic.php?f=2&t=15844). Last year's Champions League and Europa League combined one was a one-off as I forgot about it until it was too late to do 16 Champions League ones.

The teams:
http://en.wikipedia.org/wiki/2013%E2%80 ... ound_of_16
http://www.codjumper.com/cl2014.php

The last-16 fixtures start on 18th February, so there should be plenty of time (5 weeks) to get 16 signups!

Please post in this topic to have your name added to the list, or if you're a moderator, just edit my post.

---

Signups:
1. Pedsdude
2. KillerSam
3. Cotter
4. Hoogie
5. Xpayne
6. Drofder
7. Goro92
8. [SoE]_Zaitsev
9. Moose
10. Rezil
11. Sonic
12. ultralala
13. x0ozero0x
14. Badeend
15. bigbabol
16. Husker

---

P.S. If there's enough demand, I'll organise a World Cup one nearer the time ;)
Last edited by Pedsdude on January 13th, 2014, 10:50 pm, edited 2 times in total.
Image
Image

User avatar
ultralala
CJ G0D!
CJ G0D!
Posts: 1404
Joined: June 27th, 2008, 9:17 am
Steam: ultralala
Location: Germany, Berlin

Re: Champions League Sweepstakes 2014 - Signups

Post by ultralala » January 26th, 2014, 7:24 am

Im in and fail like allways (and regarding last year i start as 12th again) hope this time theres no cheating at the draw. I want to be the winner :(
I've been watching you
A lalalala long
A lalalala long long lee long long long

Pedsdude
Site Admin
Site Admin
Posts: 15908
Joined: October 15th, 2004, 7:18 pm
Location: UK

Re: Champions League Sweepstakes 2014 - Signups

Post by Pedsdude » January 26th, 2014, 3:00 pm

That's the spirit :)
Image
Image

Pedsdude
Site Admin
Site Admin
Posts: 15908
Joined: October 15th, 2004, 7:18 pm
Location: UK

Re: Champions League Sweepstakes 2014 - Signups

Post by Pedsdude » January 26th, 2014, 6:54 pm

I've written some PHP to save me the effort of manually doing the draw this time round :P

http://www.codjumper.com/cl2014_teams.php

Code: Select all

for($i = 1; $i <= 16; $i++){
    random_generate:
    $random_number = rand(1,16);
    
    if(in_array($name[$random_number],$name_final)) {
        goto random_generate;
    }
    $name_final[$i] = $name[$random_number];
}
Image
Image

User avatar
Mooselflies
CJ Spammer!
CJ Spammer!
Posts: 641
Joined: April 20th, 2009, 8:29 pm
PSN ID: mooselflies
Location: Reading :<

Re: Champions League Sweepstakes 2014 - Signups

Post by Mooselflies » January 26th, 2014, 7:51 pm

Ultra loses at everything i even smashed him on fifa ;)

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13313
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Re: Champions League Sweepstakes 2014 - Signups

Post by Drofder2004 » January 26th, 2014, 9:17 pm

Pedsdude wrote:I've written some PHP to save me the effort of manually doing the draw this time round :P

http://www.codjumper.com/cl2014_teams.php

Code: Select all

for($i = 1; $i <= 16; $i++){
    random_generate:
    $random_number = rand(1,16);
    
    if(in_array($name[$random_number],$name_final)) {
        goto random_generate;
    }
    $name_final[$i] = $name[$random_number];
}
F5, F5, F5, F5, F5, F5, F5, F5, F5, F5. There random.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
ultralala
CJ G0D!
CJ G0D!
Posts: 1404
Joined: June 27th, 2008, 9:17 am
Steam: ultralala
Location: Germany, Berlin

Re: Champions League Sweepstakes 2014 - Signups

Post by ultralala » January 26th, 2014, 9:32 pm

Mooselflies wrote:Ultra loses at everything i even smashed him on fifa ;)
Liar! I won!
I've been watching you
A lalalala long
A lalalala long long lee long long long

User avatar
Hoogie
Core Staff
Core Staff
Posts: 3974
Joined: September 2nd, 2008, 10:22 am
Location: Holland

Re: Champions League Sweepstakes 2014 - Signups

Post by Hoogie » January 26th, 2014, 11:04 pm

Drofder2004 wrote:
Pedsdude wrote:I've written some PHP to save me the effort of manually doing the draw this time round :P

http://www.codjumper.com/cl2014_teams.php

Code: Select all

for($i = 1; $i <= 16; $i++){
    random_generate:
    $random_number = rand(1,16);
    
    if(in_array($name[$random_number],$name_final)) {
        goto random_generate;
    }
    $name_final[$i] = $name[$random_number];
}
F5, F5, F5, F5, F5, F5, F5, F5, F5, F5. There random.
:lol: :lol:
-=[[CoDJumper.com Movies]]=-
[[Ambush]] || [[Backlot]] || [[Bloc]] || [[Bog]] || [[Broadcast]] || [[Chinatown]] || [[Countdown]]
[[Crash]] || [[Creek]] || [[Crossfire]] || [[District]] || [[Downpour]] || [[Killhouse]] || [[Overgrown]]
[[Pipeline]] || [[Shipment & Wetwork]] || [[Showdown]] || [[Strike]] || [[Vacant]]


A woman can fake an orgasm, but a man can fake an entire relationship

Pedsdude
Site Admin
Site Admin
Posts: 15908
Joined: October 15th, 2004, 7:18 pm
Location: UK

Re: Champions League Sweepstakes 2014 - Signups

Post by Pedsdude » January 29th, 2014, 10:13 pm

Still 4 places left! :o
Image
Image

User avatar
[SoE]_Zaitsev
Core Staff
Core Staff
Posts: 14220
Joined: October 21st, 2004, 7:17 pm
Location: Holland
Contact:

Re: Champions League Sweepstakes 2014 - Signups

Post by [SoE]_Zaitsev » January 30th, 2014, 12:26 am

Forums are declining :(

Back in the day this was filled in 1 day or less.
matt101harris wrote:big cock was the first thing that came to my head lol

User avatar
Mooselflies
CJ Spammer!
CJ Spammer!
Posts: 641
Joined: April 20th, 2009, 8:29 pm
PSN ID: mooselflies
Location: Reading :<

Re: Champions League Sweepstakes 2014 - Signups

Post by Mooselflies » January 30th, 2014, 5:44 pm

[SoE]_Zaitsev wrote:Forums are declining :(

Back in the day this was filled in 1 day or less.
More for us :)

Pedsdude
Site Admin
Site Admin
Posts: 15908
Joined: October 15th, 2004, 7:18 pm
Location: UK

Re: Champions League Sweepstakes 2014 - Signups

Post by Pedsdude » January 30th, 2014, 6:41 pm

[SoE]_Zaitsev wrote:Forums are declining :(

Back in the day this was filled in 1 day or less.
Indeed :lol:
Mooselflies wrote:More for us :)
Yep, I'll just fill the remaining spaces with "Pedsdude" to increase my chances of success ;)
Image
Image

User avatar
Mooselflies
CJ Spammer!
CJ Spammer!
Posts: 641
Joined: April 20th, 2009, 8:29 pm
PSN ID: mooselflies
Location: Reading :<

Re: Champions League Sweepstakes 2014 - Signups

Post by Mooselflies » January 30th, 2014, 9:04 pm

Pedsdude wrote:
Mooselflies wrote:More for us :)
Yep, I'll just fill the remaining spaces with "Pedsdude" to increase my chances of success ;)
i don'tt thinkk sooo

User avatar
x0ozero0x
PS3 Team
PS3 Team
Posts: 408
Joined: January 25th, 2009, 12:56 am
PSN ID: x0ozero0x
Location: London
Contact:

Re: Champions League Sweepstakes 2014 - Signups

Post by x0ozero0x » January 30th, 2014, 10:41 pm

If you're struggling to fill the gaps then sign me up but if between now and the start of the event; if anyone wishes to take my place so be it. 8)
I have very little/no interest in football so...GAME ON!
Image

Badeend
CJ Wannabe
CJ Wannabe
Posts: 4
Joined: March 21st, 2011, 10:23 am

Re: Champions League Sweepstakes 2014 - Signups

Post by Badeend » January 30th, 2014, 10:46 pm

Sure! I´m in

Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 2 guests