PhoenixLord Official Forum

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum of the Tyrant Clan, PhoenixLords.


3 posters

    Level of Members

    Nighttiger
    Nighttiger
    Admin
    Admin


    Posts : 189
    Join date : 2011-10-22
    Location : North Carolina, USA

    Level of Members Empty Level of Members

    Post by Nighttiger Fri Dec 30, 2011 6:47 pm

    List of members levels, greatest to least.


    Miller09, 62
    Stilgardm, 61
    IcyHaze02, 48
    Ikabob98, 45
    Damienhellswitch, 44
    Lysambrias, 44
    TheLostAngel, 44
    Snapfoo, 42
    Jjames13, 40
    iMelamine, 38
    Nighttiger0, 38
    Sodapenguin, 38
    Tropicallo, 37
    Chazsaw, 31
    Toothpickmoe, 30
    Sirtoinou, 29
    Shadeance, 28
    Asteinberg, 28
    Qendrimdon7081, 27
    Namora, 27
    Koobalt, 26
    Regus_Calfer, 25
    SilentLegion, 24
    Wanderingfalcon, 24
    Cam09, 24
    JasonLiveToRide, 24
    xp3anutx, 24
    Incontroll, 23
    Zarvion, 20
    Syoucho98, 19
    DJForbes, 19
    Xelara, 19
    PunYah, 19
    DrakenSS, 18
    Maverick2389, 18
    Ilovetyrant, 18
    Emsiem, 17
    DeathMarine, 16
    Articwolf04, 15
    Rinhenhart, 15
    Abergerks, 14
    Muadl0ib, 14
    Mboelhz, 13
    Dansin, 13
    RadiantZeal, 11



    Officers in Green
    Leader in Orange
    IcyHaze02
    IcyHaze02
    PhoenixLord
    PhoenixLord


    Posts : 251
    Join date : 2011-10-23
    Age : 38
    Location : California

    Level of Members Empty Re: Level of Members

    Post by IcyHaze02 Fri Dec 30, 2011 7:28 pm

    Wow, miller shot all the way to the top. Weren't you like at level 14 or something when I recruited you a month or so ago?
    avatar
    miller
    Elder Phoenix
    Elder Phoenix


    Posts : 62
    Join date : 2011-11-19

    Level of Members Empty Re: Level of Members

    Post by miller Fri Dec 30, 2011 7:33 pm

    Lately, I've been gold farming.

    So, my level seemed to rise really quickly because the energy savings on Winter Solstice 5.

    Yeah, I miss those level 14 days.... I was still a cute lowbie then. Embarassed
    IcyHaze02
    IcyHaze02
    PhoenixLord
    PhoenixLord


    Posts : 251
    Join date : 2011-10-23
    Age : 38
    Location : California

    Level of Members Empty Re: Level of Members

    Post by IcyHaze02 Fri Dec 30, 2011 8:33 pm

    You caught on pretty fast. Did you have a previous account, or are you just that good?
    Nighttiger
    Nighttiger
    Admin
    Admin


    Posts : 189
    Join date : 2011-10-22
    Location : North Carolina, USA

    Level of Members Empty Re: Level of Members

    Post by Nighttiger Sat Dec 31, 2011 1:25 pm

    A lot of spare time, that's what Miller has. =P

    I've been playing all the way from the start, months ago... of course I took a huge break and don't have a ton of spare time...
    IcyHaze02
    IcyHaze02
    PhoenixLord
    PhoenixLord


    Posts : 251
    Join date : 2011-10-23
    Age : 38
    Location : California

    Level of Members Empty Re: Level of Members

    Post by IcyHaze02 Sat Dec 31, 2011 2:25 pm

    I believe I started playing on August first. At least that what the "Ashrock and Roll Badge" Tells me. Huh, so I guess I haven't even been playing for a year yet.
    avatar
    miller
    Elder Phoenix
    Elder Phoenix


    Posts : 62
    Join date : 2011-11-19

    Level of Members Empty Re: Level of Members

    Post by miller Sat Dec 31, 2011 7:06 pm

    Lol... no, this is my first and only account. Guess I got lucky in the beginning of the game. I think within my first 5 gold packs, I got Atlas, Tiamat and Omega. My first enclave pack was chaos wave. Of course, when I was a noob I thought those cards sucked... but I surged with those cards until I was level 50ish. Only recently changed my surge deck.

    And yes, I have too much freedom. I mentioned in another thread I am a post-graduate student. So basically I do research and projects at university and have a lab with many computers at my disposal. And I can work at home. My supervisor knows to leave me alone, because I generally get things done well if I have my freedom. We have a good relationship.

    Plus, I'm very "researchy"... even when I was doing that free kreds guide it lead me to research
    -> if i can safely get the $750 casino bonus
    -> read fine print (darn, i couldn't use the safe baccaret method)
    -> optimum blackjack strategy chart
    -> if online casino got their source code audited
    -> various things about hacking

    .... then i realized I wasted an hour researching. So, you can imagine my Tyrant research.


    But I've decided after the New Year to take a step back. I have an idea for a web-app that I want to develop. So my LP will probably be around 200LP per week. Right now, all I'm doing is gold farming, but I'd like to get our faction to level 8 so members can get their ravenous dredges.
    IcyHaze02
    IcyHaze02
    PhoenixLord
    PhoenixLord


    Posts : 251
    Join date : 2011-10-23
    Age : 38
    Location : California

    Level of Members Empty Re: Level of Members

    Post by IcyHaze02 Sun Jan 01, 2012 4:21 am

    Hey miller, I don't believe you put your info on the Phoenix Nest forums. I would like to hear a little more. Giving a quick bio is always a good way to learn a few things about people in our faction.
    Nighttiger
    Nighttiger
    Admin
    Admin


    Posts : 189
    Join date : 2011-10-22
    Location : North Carolina, USA

    Level of Members Empty Re: Level of Members

    Post by Nighttiger Sun Jan 01, 2012 4:05 pm

    Hmm.... in the source code for a Casino, (online) I guess they would have to "seed" a random number... but how? There are ways to generate Pseudorandom numbers, and then there are ways to genereate reals ones...

    (Using C++ Code)
    I guess to seed you would do: srand(static_cast<unsigned int>(time(0)));
    This only gets a number that depends on the time. Seeing how the time is always different, it gets fairly good numbers.

    Then to get the number you would: int Dice = rand();
    (with int Dice being the variable in which you story the random number.)

    Then to make it 1 out of 6 you do: int Dice16 = (Dice %6)+1;

    Uh, a little offtopic there. Oh well....
    avatar
    miller
    Elder Phoenix
    Elder Phoenix


    Posts : 62
    Join date : 2011-11-19

    Level of Members Empty Re: Level of Members

    Post by miller Mon Jan 02, 2012 1:24 pm

    Oh, it seems NightTiger is at the very at least, a Computer Science student. =)
    Maybe, we should program an illegal casino website together tongue

    Yup, all the code is a good start to writing your own casino game. But the issue is that online casinos...

    1) Hard to hacked

    Because like Tyrant's daily chance the transactions are taking place on the server. So you can't inject packets, or packet sniff, or hex memory edit. You then need to find a bug in the OS or the server code... or you break SSL and it's impractical to do so.... but if you could break SSL, you could rule the world. Twisted Evil

    2) Source code not checked by authorities

    So online casinos can cheat you. So instead of an intrinsic 50/50% odd... the house can easily programmatically fix it so it is a 70/30% odds in favour of the house. Source code can't be patented, but it is still treated as an in-house trade secret... so essentially it can be hidden. And nobody knows if the online casino is cheating you.

    But now this thread is completed devolving from it's original topic... Sad
    Nighttiger
    Nighttiger
    Admin
    Admin


    Posts : 189
    Join date : 2011-10-22
    Location : North Carolina, USA

    Level of Members Empty Re: Level of Members

    Post by Nighttiger Mon Jan 02, 2012 3:22 pm

    @Miller
    I can take the posts we have and move them to offtopic?

    And it would be easy to cheat in the casino's favor. Heck, you can set it up so that the casino lets the player win a few small bets, then when they do a large one, BAM, you lose. Maybe I'll go fiddle around with code for a bit and make one, but it'd only be single player and you couldn't bet real money. =(

    And breaking SSL is insanely impractical... but imagine the power you would have over.. well.. EVERYTHING if you managed to do it. I bet that foreign countries are trying to do that right at this instant. Maybe our government is too... * conspiracy theory get!*
    IcyHaze02
    IcyHaze02
    PhoenixLord
    PhoenixLord


    Posts : 251
    Join date : 2011-10-23
    Age : 38
    Location : California

    Level of Members Empty Re: Level of Members

    Post by IcyHaze02 Mon Jan 02, 2012 4:40 pm

    You two are starting to worry me scratch
    avatar
    miller
    Elder Phoenix
    Elder Phoenix


    Posts : 62
    Join date : 2011-11-19

    Level of Members Empty Re: Level of Members

    Post by miller Tue Jan 03, 2012 2:59 pm

    Who needs nukes when you can just break SSL. Twisted Evil

    IcyHaze02
    IcyHaze02
    PhoenixLord
    PhoenixLord


    Posts : 251
    Join date : 2011-10-23
    Age : 38
    Location : California

    Level of Members Empty Re: Level of Members

    Post by IcyHaze02 Tue Jan 03, 2012 5:18 pm

    SSL = Slippery Snake Lash

    Sponsored content


    Level of Members Empty Re: Level of Members

    Post by Sponsored content


      Current date/time is Fri Apr 26, 2024 9:52 pm