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
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
Still giving invites. Just need 9 more PM me with your email.
I'll toss my hat into the ring as well, if anyone needs invites, I'll hook you up just send me a PM.
16 more send pm etc
Anyone having trouble logging in?
Need pm's. 9 more to go!
9 more to go too
no one has pm'd me boo
8 more to go, PM PM PM! Almost there!
pm for invite ^_^
First person to pm me, I'd like an invite.
Got an invite, but the site is acting oddly, cant get past the first page ;(
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/20 on Z-list PM me your email for Invite.
Like i keep scoreing well on the catch thing, everytime I hafta reset it sucks ;(, needs to work!
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 ;(
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:
have a blast.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($ch, CURLOPT_URL,$url);
curl_setopt($ch, CURLOPT_USERAGENT, $agent);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $string);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_REFERER, $reffer);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookiefile);
curl_setopt($ch, CURLOPT_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>
:3 PM me for invite!
how do i get this to work?Originally Posted by senoska
total frickin noob here :/