Author

Topic: Bitcoin.local - tradebitcoin.com (Read 1603 times)

hero member
Activity: 938
Merit: 1002
November 23, 2012, 09:29:31 AM
#9
Sorry to necrobump, but I have to urgently edit my details on this site and it doesn't allow me to log in using OpenID Authentication. Contact methods on the site don't work and the developer doesn't respond through this forum. Can anyone successfully log in?

EDIT: On second look, it's worse than that, since it seems I was using an e-mail and password to log in and this option is disabled altogether.
sr. member
Activity: 295
Merit: 250
June 12, 2012, 07:14:42 AM
#8
Interesting! Works for me (Win 7) up to point 6 that returns:
Code:
results[0].geometry.location.lon = function() { return this.lng(); }
ReferenceError: results is not defined

Hmm, I got that if I hadn't pressed the Submit button yet - but I suspect it may also happen if it can't find the place you've entered. Make sure you've entered a location, and try being more specific if you have?

In theory you could probably submit the form from another page, but TBH localbitcoins.com looks like it might have more dev power behind it...
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
June 11, 2012, 01:43:59 PM
#7
1. In Chrome, enter your details but hold off from submitting.
2. View Chrome's Developer Tools pane (via the View > Developer menu on Mac)
3. Click "Scripts" and open "application.js" under www.tradebitcoin.com > javascripts in the left hand menu
4. Click the line number on line 158 to set a breakpoint (the line that says "latitude = results[0].geometry.location.lat();")
5. Line 159 is the one we need to change (the lon() function doesn't exist). Click "Submit" on the page to run up to the new breakpoint.
6. The code should stop - go to the "Console" tab and enter "results[0].geometry.location.lon = function() { return this.lng(); }" (without quotes). Hit enter and you should see the function echoed back.
7. Go back to "Scripts" and press F8 to continue. "Profile Updated" should appear on the page and you should be saved on the site.

Interesting! Works for me (Win 7) up to point 6 that returns:
Code:
results[0].geometry.location.lon = function() { return this.lng(); }
ReferenceError: results is not defined
hero member
Activity: 812
Merit: 1006
June 10, 2012, 04:25:42 PM
#6
If you are interested to this kind of site, check out my newest project localbitcoins.com

I'm developing it now actively, and the response has been positive. All kind of feedback welcome.
sr. member
Activity: 295
Merit: 250
June 10, 2012, 03:10:45 PM
#5
Funny, I was just looking at this today. Seems there's just some outdated Javascript stopping it from working - I managed to add myself after some tinkering in Chrome:

1. In Chrome, enter your details but hold off from submitting.
2. View Chrome's Developer Tools pane (via the View > Developer menu on Mac)
3. Click "Scripts" and open "application.js" under www.tradebitcoin.com > javascripts in the left hand menu
4. Click the line number on line 158 to set a breakpoint (the line that says "latitude = results[0].geometry.location.lat();")
5. Line 159 is the one we need to change (the lon() function doesn't exist). Click "Submit" on the page to run up to the new breakpoint.
6. The code should stop - go to the "Console" tab and enter "results[0].geometry.location.lon = function() { return this.lng(); }" (without quotes). Hit enter and you should see the function echoed back.
7. Go back to "Scripts" and press F8 to continue. "Profile Updated" should appear on the page and you should be saved on the site.

Works for me, YMMV.

Cheers,
Scribe
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
June 10, 2012, 12:47:45 PM
#4
Bummer :-(

I think that is what will get BTC going eventually: Trade in the currency you just made by working -> BTC -> your loved ones back home pick up the currency they need to buy rice.

Hawala 2.0
newbie
Activity: 17
Merit: 0
June 09, 2012, 11:59:48 PM
#3
Yes, I think the developer abandoned this project a long time ago.
legendary
Activity: 1358
Merit: 1001
https://gliph.me/hUF
June 09, 2012, 01:59:02 AM
#2
Same here. Bummer there's no contact info on the site :-(
full member
Activity: 214
Merit: 100
May 07, 2012, 04:42:42 PM
#1
Hi,

This is just a shout-out to anybody who may have used this site.

I tried to register on there and enter in my details such as my PostCode, name and Skype name, but my account isn't updating and I can't see myself on the map.

Anybody know how to sort this out?

Cheers
Jump to: