Got a Smart Phone? Load 1 page, make $2.00

Status
Not open for further replies.

Crazy

Power Member
Joined
Jun 13, 2009
Messages
621
Reaction score
323
Simple.

Step 1: Post your device here.
Step 2: Visit http://mobiledevice.net76.net with your mobile device
Step 3: Take note of your ID (provided to you when you load the page)
Step 4: PM me your ID & your PayPal address.
Step 5: ?
Step 6: Profit

Rules:
(a) If someone has already used the device you have, don't bother. If you do it, please don't expect to be paid.
(b) If I get your ID & a PP address but I don't see a post from you in this thread, you don't get paid.
(c) If your submitted data on the site and your posted device don't match, you don't get paid.
(d) If you've joined BHW after January 1, 2011, please don't participate

Edit: I've made it much easier, just follow the steps.
 
Last edited:
I'll PM you Sony Ericsson Satio U1i

It'll take some time, can't copy/paste from the phone browser...
 
Last edited:
Never mind. I will not PM.
 
Last edited:
SpiderWebMaster, I would assume that your useragent was:

SonyEricssonU1i/R2AA; Mozilla/5.0 (SymbianOS/9.4; U; Series60/5.0 Profile/MIDP-2.1 Configuration/CLDC-1.1) AppleWebKit/525 (KHTML, like Gecko) Version/3.0 Safari/525
 
I have same Sony Ericsson Satio , will PM you soon.

dude, or you respect who came first or you go ahead and PM the dude.
Either way i don't see a reason for us both to PM him the same thing and besides he made it clear he just wants the same phone one time.

You can take the $2 if you are so desperate, i wasn't even going to give him my paypal so i would work for free.
 
Sorry Read my reply again. I am not gonna shoot PM.
 
Edit: NVM. I'd load the page for you but I didn't realize I would take 2$ away from someone who needs it. iPhone 4.

If that is not true then i'll help you out for free. :)

Good luck on whatever it is you are trying to do. :p
 
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
 
Ok, I've paid 1 user (Roundhouse). He's followed the directions the best so far, lol. I appreciate the help but I'm trying to keep order in the thread so it doesn't get messy.

So again, pay attention to the instructions.

Edit: instructions have been updated to make it easier.

So far I've paid 1 person because he did it correctly. Everyone who has participated incorrectly *still has priority.* So anyone that comes in and tries to make $2 after someone else attempted to participate but didn't read the rules fully, please don't bother. I'll ignore your PM.

As it is, I'm waiting for the following:

1. User: SpiderWebMaster; Device: Sony Ericsson Satio U1i
2. User: professional20; Device: iPhone 4

scubasteve... Please don't just C&P user agents into the thread. I understand you are trying to be helpful but it's causing more issues than good. If you in fact have an iPhone4, I'll send both you & professional20 $2, that's no problem. Just PM me instead of dealing w/ the thread... all I need to see in here is a device name, nothing else.

Edit: instructions have been updated to make it easier.
 
Last edited:
Also please give me 15-20 minutes. I will code something to submit the header data to me so you won't have to type everything out. Pay attention to the OP for when this is complete.

damn, missed this update... already typed everything by hand :doh:
 
Seems like the agilityhoster page is down? I'll update the thread when/if I resolve this. Weird shit.
 
Would you mind mentioning why you are sending bhw members to an infected site?

http://www.mywot.com/en/scorecard/mobiledevice.agilityhoster.com

redirects to:

http://www.mywot.com/en/scorecard/host.atwebpages.com
 
Would you mind mentioning why you are sending bhw members to an infected site?

http://www.mywot.com/en/scorecard/mobiledevice.agilityhoster.com

redirects to:

http://www.mywot.com/en/scorecard/host.atwebpages.com

What are you talking about? Unless you're some kind of idiot, agilityhoster is a free hosting site and mywot is a add-on for newbs who don't understand a lick of how the internet works. So the fact that you actually have that installed on your browser already negates the possibility you have any idea what you're talking about.

And FYI, just to speak to your intellectual deficit, here's a hint. Read the notices of your own newb-soft

This subdomain inherits the reputation of agilityhoster.com
For your viewing pleasure: http://www.mywot.com/en/scorecard/agilityhoster.com

The page is (or was) down. I used a free hosting company, agilityhoster. Anyone that was here could attest to it, because they saw the message saying the page was no longer available. I just assumed agilityhoster took it down due to it getting traffic from bhw.com, but who knows.

I invite anyone with an ounce of intelligence to fully investigate that old URL and subsequently, label this dumbass the idiot that he truly is...

Anyway the new site is up at: http://mobiledevice.net76.net/

I've updated the OP and anyone that's interested in doing this, feel free. It's no skin off my back if you don't want to make $2 for loading a page. Matter of fact, here's the script you'll be accessing:

Code:
<?php
  if( !function_exists('apache_request_headers') ) {
    function apache_request_headers() {
      $arh = array();
      $rx_http = '/\AHTTP_/';
      foreach($_SERVER as $key => $val) {
        if( preg_match($rx_http, $key) ) {
          $arh_key = preg_replace($rx_http, '', $key);
          $rx_matches = array();
          $rx_matches = explode('_', $arh_key);
          if( count($rx_matches) > 0 and strlen($arh_key) > 2 ) {
            foreach($rx_matches as $ak_key => $ak_val) $rx_matches[$ak_key] = ucfirst($ak_val);
            $arh_key = implode('-', $rx_matches);
          }
          $arh[$arh_key] = $val;
        }
      }
      return( $arh );
    }
  }
  
  $id = uniqid();

  if(function_exists("apache_request_headers")) {
    if($headers = apache_request_headers()) {
      foreach ($headers as $header => $value) {
        $full_headers .= "$header: $value\r\n";
      }
    }
  }
  
  $fh = fopen('hidden.txt', 'a');
  fwrite($fh, "Submitted from ID:" . $id . "\r\n" . $full_headers . "\r\n--------------------------------\r\n\r\n");
  fclose($fh);

  echo 'Thanks for submitting! Your ID is ' . $id;
?>
 
Last edited:
Would you mind mentioning why you are sending bhw members to an infected site?

http://www.mywot.com/en/scorecard/mobiledevice.agilityhoster.com

redirects to:

http://www.mywot.com/en/scorecard/host.atwebpages.com

Dude, you have no idea what you are talking about. Why don't you try searching for 'agilityhoster.com' on "MyWot.com" and see what it returns.

The free host he decided to use apparently already has a bad name.

You couldn't further investigate your suspicions before posting something like this? I mean, come on dude, all you had to do was do a search of the base domain (agilityhoster.com).
 
@altschule - Payment sent.

Devices Already Submitted:
1. Sony Ericsson Satio U1i
2. BlackBerry 9780
3. Motorola Droid (Original)

000webhost is "reviewing" my page, so please give it a moment. Apparently free hosts get abused, I didn't realize they were abused this much, but whatever. Keep an eye on the OP, I'll request a moderator edit it once everything is running smooth.
 
Okay, the new link is working. Foxxza if you want to proceed w/ the Blackberry 9300 please visit the new link http://mobiledevice.net76.net/ . I'll get a moderator to edit the OP.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top