User Tag List

Results 1 to 6 of 6

Thread: Lottery Website

  1. #1
    Lottery Website

    User Info Menu

    Lottery Website

    Anyone interested in becoming apart of a new website and splitting profits 50/50, PM me or reply to this post. I'm building a website, which will draw an IP everyday and attempt to match it to any of the websites visitors. I've built the script, I just have to work on buying tickets. The chances of winning are 1 in 114,719,520. The website will be hosted offshore to avoid any legality issues.

    Here is a demo:
    Lottery

    This is not the current version, this is just proof I am making progress. I am also running a cron to run dailydrawings.php everyday and print the winning IP to lottery.php.
    Code:
    <?php
    $ip = $_SERVER['REMOTE_ADDR']; 
    $ip1 = rand(0, 255);
    $ip2 = rand(0, 255);
    $ip3 = rand(0, 255);
    $ip4 = rand(0, 255);
    
    echo "Winning IP: $ip1.$ip2.$ip3.$ip4<br />";
    echo "Your IP: $ip<br />";
    if ($ip == '$ip1.$ip2.$ip3.$ip4')
    {
    echo "You've Won!";
    }
    else
    {
    echo "You Lost";
    }
    ?>
    FYI if 100,000 people play for $1, and we get one winner, we give the winner $50,000 and we keep $50,000 to split between the two of us.

    Things we will need:
    *Offshore server
    *Offshore bank

    We have all the money wired offshore and when we get a winner we just wire 50% of the money to the winner and we keep the other 50% to split between the two of us.

    Rules are HERE. They have been updated as of May 30th 2013 at 5:00 A.M.
    If you see a topic that a link is broken, the information is no longer correct, the content has been patched, or a rule is being broken please use the button. Thanks.

  2. #2
    Lottery Website

    User Info Menu

    Re: Lottery Website

    There is no way this will work... cool concept though!

    Speaking of web stuff, I need some help. I have to create one for my company that I'm (actually) creating for a class and need some help. If anybody's interested in helping me pm me (don't reply because I'm threadjacking)

  3. #3
    Lottery Website

    User Info Menu

    Re: Lottery Website

    Why would it not work?

    Rules are HERE. They have been updated as of May 30th 2013 at 5:00 A.M.
    If you see a topic that a link is broken, the information is no longer correct, the content has been patched, or a rule is being broken please use the button. Thanks.

  4. #4
    Final Judgement

    User Info Menu

    Re: Lottery Website

    Our government made it illegal to own an off shores account in ANY foreign bank... or you pay a really hefty fine... still I can keep looking over any other possible legal loopholes for ya

    The O.G.K. wants you! Fans of anime and manga unite. February 17, 2011 is Eternal Negi Fever Day! Sethrigal VI Reign commands you to celebrate that day!

  5. #5
    Lottery Website

    User Info Menu

    Re: Lottery Website

    I'm interested but the whole illegal concept kind of scares me.


    [Today 12:00 AM] -.Z3U5.-: Quit tryig to get me to look at your big fat ass chode spinning around in circles.




  6. #6
    Lottery Website

    User Info Menu

    Re: Lottery Website

    Well i have a offshore server But why do you need offshore bank? it legal to gamble in the united states i live by a casino :D

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
  •