Page 10 of 43 FirstFirst ... 8 9 10 11 12 20 ... LastLast
Results 181 to 200 of 849

Thread: Lockerz.com     submit to reddit submit to twitter

  1. #181
    New Spam Forum
    Join Date
    Oct 2008
    Posts
    161
    BG Level
    3

    Quote Originally Posted by Jedimasta View Post
    From what I've seen it's the same list that everyone gets. I'm pretty sure Z Listers only get the bonus of double points.
    I think they get to see new items or stock before other people as well.

    @5/20, send pm please or use this:
    http://www.formspring.com/forms/?712254-ABjchYmBrE

  2. #182
    Chram
    Join Date
    Nov 2006
    Posts
    2,578
    BG Level
    7

    Still giving invites. Just need 9 more PM me with your email.

  3. #183
    Puppetmaster
    Join Date
    Sep 2008
    Posts
    68
    BG Level
    2

    I'll toss my hat into the ring as well, if anyone needs invites, I'll hook you up just send me a PM.

  4. #184
    BG Staff
    Join Date
    Feb 2006
    Posts
    27,188
    BG Level
    10
    FFXI Server
    Sylph

    16 more send pm etc

  5. #185
    Relic Horn
    Join Date
    Jul 2008
    Posts
    3,147
    BG Level
    7

    Anyone having trouble logging in?

  6. #186
    Salvage Bans
    Join Date
    Jan 2006
    Posts
    805
    BG Level
    5

    Quote Originally Posted by fren. View Post
    Anyone having trouble logging in?
    Yes, took me a few tries to get in for about a min, then kept sending me back to the front page.

    Have about 15 more invites to give out, PMs gogo!

  7. #187
    Pens win! Pens Win!!! PENS WIN!!!!!
    Join Date
    Jul 2008
    Posts
    8,635
    BG Level
    8

    Need pm's. 9 more to go!

  8. #188
    Relic Weapons
    Join Date
    May 2008
    Posts
    362
    BG Level
    4

    9 more to go too
    no one has pm'd me boo

  9. #189
    Pens win! Pens Win!!! PENS WIN!!!!!
    Join Date
    Jul 2008
    Posts
    8,635
    BG Level
    8

    8 more to go, PM PM PM! Almost there!

  10. #190
    Science Fiction Super Fan
    Join Date
    Jul 2006
    Posts
    3,053
    BG Level
    7
    FFXI Server
    Cerberus

    pm for invite ^_^

  11. #191
    Kyo
    Kyo is offline
    Ridill
    Join Date
    Jul 2007
    Posts
    14,853
    BG Level
    9
    WoW Realm
    Windrunner

    First person to pm me, I'd like an invite.

  12. #192
    Kyo
    Kyo is offline
    Ridill
    Join Date
    Jul 2007
    Posts
    14,853
    BG Level
    9
    WoW Realm
    Windrunner

    Got an invite, but the site is acting oddly, cant get past the first page ;(

  13. #193
    Shadow of the House of Weave
    Join Date
    Jun 2008
    Posts
    1,003
    BG Level
    6

    Had that problem this morning and while I was signing up as well, randomly started to work again after a few trys.


    If anyone else wants an invite, I'm 5/20 to Z-list

  14. #194
    Chram
    Join Date
    Nov 2006
    Posts
    2,578
    BG Level
    7

    14/20 on Z-list PM me your email for Invite.

  15. #195
    Kyo
    Kyo is offline
    Ridill
    Join Date
    Jul 2007
    Posts
    14,853
    BG Level
    9
    WoW Realm
    Windrunner

    Like i keep scoreing well on the catch thing, everytime I hafta reset it sucks ;(, needs to work!

  16. #196
    Kyo
    Kyo is offline
    Ridill
    Join Date
    Jul 2007
    Posts
    14,853
    BG Level
    9
    WoW Realm
    Windrunner

    Ive tried like 20 times now, fucker wont work for me at all, cnat get past the opening game, I even scored 30 points from the game and all lost ;(

  17. #197
    Banned.

    Join Date
    Jul 2005
    Posts
    5,821
    BG Level
    8
    FFXI Server
    Sylph
    WoW Realm
    Arthas

    Since there are no new products and I have a huge amount of points (Thanks interwebs) I guess I don't need to keep this a secret.

    This is how it works:
    It needs the PHP CURL library for the record.

    Make a folder and a file inside of said folder called "index.php", paste this in
    Then make a folder in that folder called "ck" and a file in that called "fl.txt"
    there:
    PHP Code:
    <?PHP
    if (isset($_POST["email"])){
    $returnLogin postdata("http://www.lockerz.com/front_page?destination=front_page""remember_me=1&name=YOUREMAIL&pass=YOURPASSWORD&op=&form_build_id=form-cba4ff08117bb2a12d8f555f547d87a1&form_id=user_login_block");
    $invite postdata("http://www.lockerz.com/process_invites""emails=".$_POST["email"]."&message=Register For Lockerz!");

    if (
    $invite == "success"){
        echo 
    $invite."<br />";
        echo 
    "*Please note: Some times Lockerz can take up to 10 minutes to deliver the email. Please allow some time for it to arrive.<br />";
    } else {
        echo 
    "Error";
    }

    }

    function 
    postdata($url$string=""$reffer="http://www.lockerz.com/connect_landing"){
        
    $cookiefile "ck/fl.txt";
        
    $agent="Mozilla/14.0 (compatible; MSIE 5.01; Windows NT 5.0)";    
        
    $ch curl_init(); 
            
    curl_setopt($chCURLOPT_URL,$url);
            
    curl_setopt($chCURLOPT_USERAGENT$agent);
            
    curl_setopt($chCURLOPT_POST1); 
            
    curl_setopt($chCURLOPT_POSTFIELDS$string); 
            
    curl_setopt($chCURLOPT_RETURNTRANSFER1); 
            
    curl_setopt($chCURLOPT_FOLLOWLOCATION1);
            
    curl_setopt($chCURLOPT_REFERER$reffer);
            
    curl_setopt($chCURLOPT_COOKIEFILE$cookiefile);
            
    curl_setopt($chCURLOPT_COOKIEJAR$cookiefile); 
        
    $result curl_exec ($ch);
        
    curl_close ($ch);
        return 
    $result;
    }
        

    ?>

    <form method="post" action="<?php echo $PHP_SELF;?>">
    Email: <input type="text" name="email">
    <input type="submit" value="submit" name="submit"><br />

    </form>
    have a blast.

  18. #198
    A. Body
    Join Date
    Aug 2008
    Posts
    4,264
    BG Level
    7

    :3 PM me for invite!

  19. #199
    Relic Weapons
    Join Date
    May 2008
    Posts
    362
    BG Level
    4

    Quote Originally Posted by senoska
    bunch of stuff
    how do i get this to work?
    total frickin noob here :/

  20. #200
    Old Merits
    Join Date
    Jun 2007
    Posts
    1,056
    BG Level
    6

    Quote Originally Posted by Senoska View Post
    Lots of shit
    So I'm guessing this is your custom inviter you used to get all your references?

Page 10 of 43 FirstFirst ... 8 9 10 11 12 20 ... LastLast

Similar Threads

  1. http://www.rentmydaughter.com
    By Zigma in forum General Discussion
    Replies: 21
    Last Post: 2005-05-30, 15:40
  2. www.lawnchairls.com
    By in forum General Discussion
    Replies: 5
    Last Post: 2004-12-02, 05:24
  3. Congrats www,theorderls.com
    By rooster in forum General Discussion
    Replies: 0
    Last Post: 2004-07-24, 12:39