Mitchell
Staff
Legendary
Offline
Activity: 4116
Merit: 2331
Verified awesomeness ✔
|
|
January 19, 2015, 11:06:33 AM |
|
The code now looks like this: function saveSettingsServer(){ var s={}; for(pn in params){if(pn==0){continue;}p=params[pn]; s[p]=GMGV(params,pdefaults,p); } getPageWithData(server+"/savesettings.php", function(r){ changeinnerHTML('savesettingserror',r.responseText); setTimeout(function(){changeinnerHTML('savesettingserror','');},3000); }, 0, 'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s)) ,'POST'); } But I still get an error message that I use a bad password.
EDIT: The password doesn't show if I press "Show". It gives me a different message: I'm guessing that this is why I cannot save or load settings, because it was never saved. Not sure though. Yes, I have pressed change, multiple times.
|
| | | . Duelbits | | | ▄████▄▄ ▄█████████▄ ▄█████████████▄ ▄██████████████████▄ ▄████▄▄▄█████████▄▄▄███▄ ▄████▐▀▄▄▀▌██▄█▄██▐▀▄▄▀▌███ ██████▀▀▀▀████▀███▀▀▀▀█████ ▐████████████■▄▄▄■██████████▀ ▐██████████████████████████▀ ██████████████████████████▀ ▀███████████████████████▀ ▀███████████████████▀ ▀███████████████▀ | | | | | . ▄ ▄▄▀▀▀▀▄▄ ▄▀▀▄ █ █ ▀▄ █ ▄█▄ ▀▄ █ ▄▀ ▀▄ ▀█▀ ▄▀ ▀█▄▄▄▀▀ ▀ ▄▀ ▄▀ ▄▀
Live Games | | ▄▄▀▀▀▀▀▀▀▄▄ ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄ ▄▀ █ ▄ █ ▄ █ ▀▄ █ █ ▀ ▀ █ █ ▄▄▄ █ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █ █ █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ █▄█ █ ▀▀█ ▀▀█ ▀▀█ █ █▄█
Slots | | . ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ ▄▄ █ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ █ ▄▄ █ █ █ █ █ █ ▄▀▀▄▀▀▄ █ █ █ ▀▄ ▄▀ █ █
Blackjack | | | | █▀▀▀▀▀█▄▄▄ ▀████▄▄ ██████▄ ▄▄▄▄▄▄▄▄█▀ ▀▀█ ████████▄ █ █████████▄ █ ██████████▄ ▄██ █████████▀▀▀█▄▄████ ▀▀███▀▀ ████ █ ███ █ █▀ ▄█████▄▄▄ ▄▄▀▀ ███████▀▀▀ | | | | | | | | | | [ Đ ][ Ł ] AVAILABLE NOW | |
Advertisements are not endorsed by me.
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
January 19, 2015, 11:12:35 AM |
|
Hmm yeah that should be why... I'll figure something out and make an update within 2 days and keep you updated* Edit In the meantime try changing 'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s)) to 'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+encodeURIComponent('YOUR_PASS')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s))
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Mitchell
Staff
Legendary
Offline
Activity: 4116
Merit: 2331
Verified awesomeness ✔
|
|
January 19, 2015, 11:29:17 AM |
|
Hmm yeah that should be why... I'll figure something out and make an update within 2 days and keep you updated Alright, thanks mate! I will be patiently waiting for your solution. Edit In the meantime try changing 'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+GM_getValue('password_'+pseudo,'BTPPJJNOTSET')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s)) to 'pos=0&urienc=1&pseudo='+encodeURIComponent(pseudo)+'&pass='+encodeURIComponent('YOUR_PASS')+'&uid='+myUID+'&data='+encodeURIComponent(JSON.stringify(s)) That worked, but what can I use to load my settings?
|
| | | . Duelbits | | | ▄████▄▄ ▄█████████▄ ▄█████████████▄ ▄██████████████████▄ ▄████▄▄▄█████████▄▄▄███▄ ▄████▐▀▄▄▀▌██▄█▄██▐▀▄▄▀▌███ ██████▀▀▀▀████▀███▀▀▀▀█████ ▐████████████■▄▄▄■██████████▀ ▐██████████████████████████▀ ██████████████████████████▀ ▀███████████████████████▀ ▀███████████████████▀ ▀███████████████▀ | | | | | . ▄ ▄▄▀▀▀▀▄▄ ▄▀▀▄ █ █ ▀▄ █ ▄█▄ ▀▄ █ ▄▀ ▀▄ ▀█▀ ▄▀ ▀█▄▄▄▀▀ ▀ ▄▀ ▄▀ ▄▀
Live Games | | ▄▄▀▀▀▀▀▀▀▄▄ ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄ ▄▀ █ ▄ █ ▄ █ ▀▄ █ █ ▀ ▀ █ █ ▄▄▄ █ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █ █ █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ █▄█ █ ▀▀█ ▀▀█ ▀▀█ █ █▄█
Slots | | . ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ ▄▄ █ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ █ ▄▄ █ █ █ █ █ █ ▄▀▀▄▀▀▄ █ █ █ ▀▄ ▄▀ █ █
Blackjack | | | | █▀▀▀▀▀█▄▄▄ ▀████▄▄ ██████▄ ▄▄▄▄▄▄▄▄█▀ ▀▀█ ████████▄ █ █████████▄ █ ██████████▄ ▄██ █████████▀▀▀█▄▄████ ▀▀███▀▀ ████ █ ███ █ █▀ ▄█████▄▄▄ ▄▄▀▀ ███████▀▀▀ | | | | | | | | | | [ Đ ][ Ł ] AVAILABLE NOW | |
Advertisements are not endorsed by me.
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
January 19, 2015, 01:37:52 PM |
|
Line 645 'pos=0&pseudo='+pseudo+'&pass='+GM_getValue('password_'+pseudo,'')+'&uid='+myUID to 'pos=0&urienc=1&pseudo='+pseudo+'&pass='+encodeURIComponent('YOUR_PASS')+'&uid='+myUID That should work
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
HeroC
Legendary
Offline
Activity: 858
Merit: 1000
|
|
January 29, 2015, 10:06:31 PM |
|
Feature request: a setting to remove the ;wap2 from the end of google result pages. Sometimes it appears in the end of the url, see here: https://bitcointalk.org/index.php?topic=936957.0
|
|
|
|
CrackedLogic
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
February 03, 2015, 05:13:02 AM |
|
Yes please, this causes frustration with me.
|
BUY GAMESWITHBTCITCOINFORDISCOUNTEDPRICES
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
February 03, 2015, 04:32:00 PM |
|
I'll do that before this week-end hopefully
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
CrackedLogic
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
February 05, 2015, 07:31:29 PM |
|
I'll do that before this week-end hopefully
Awesome. Thanks I (we) appreciate it.
|
BUY GAMESWITHBTCITCOINFORDISCOUNTEDPRICES
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
February 26, 2015, 10:27:41 AM |
|
A bit late but it's done
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Muhammed Zakir
|
|
February 26, 2015, 02:25:18 PM |
|
A bit late but it's done
Thanks, jackjack! I think you are really busy with your personal things. Good luck! -MZ
|
|
|
|
HeroC
Legendary
Offline
Activity: 858
Merit: 1000
|
|
February 26, 2015, 10:26:00 PM |
|
A bit late but it's done
Thanks JackJack! Better late then never!
|
|
|
|
jackjack (OP)
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
March 29, 2015, 07:21:14 PM |
|
A bit late but it's done
Thanks, jackjack! I think you are really busy with your personal things. Good luck! -MZ A bit late but it's done
Thanks JackJack! Better late then never! Indeed I'm really busy but I try to stay as close as possible to the forum so keep asking me for features or problems even if you don't see me a lot Hopefully I'll soon have more free time
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Muhammed Zakir
|
|
April 05, 2015, 06:30:53 PM |
|
If you have free time, could you please add this? If possible, Grue's signature filter script too?(Maybe after asking Grue) Thank you! [...] and the only way to avoid seeing it would be to ignore that user or ignore all avatars which would probably be overkil.
Not really. With adblockplus (and probably other ad blockers), you can create a custom filter for that specific user's avatar image. Can you help us to "program" a custom filter for hide some avatars. Because as erikalui said, there are some users that have put really indecent avatars, but I don't want to disable the view of all the other avatars.
|
|
|
|
CrackedLogic
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
April 25, 2015, 01:51:41 PM |
|
Would it be possible to take users from your ignore list and make them disappear from the forum completely? A feature such that instead of seeing our ignored users posts as greyed out or having it say "This user is ignored...", can we have that removed as well?
|
BUY GAMESWITHBTCITCOINFORDISCOUNTEDPRICES
|
|
|
unamis76
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
April 25, 2015, 06:20:43 PM |
|
Is it possible to request a password without having to change one's signature? I would like to try this extension, but I can't change my signature.
|
|
|
|
Muhammed Zakir
|
|
April 26, 2015, 11:30:13 AM |
|
Is it possible to request a password without having to change one's signature? I would like to try this extension, but I can't change my signature.
PM jackjack.
|
|
|
|
josef2000
|
|
April 26, 2015, 02:37:19 PM |
|
I love the tool. My favourite feature is the automatic picture uploading. That was the most disturbing thing for me when I had to upload an image on the forum. This is saving me a lot of my life-time
|
██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
|
|
|
Mitchell
Staff
Legendary
Offline
Activity: 4116
Merit: 2331
Verified awesomeness ✔
|
|
June 24, 2015, 01:33:55 PM |
|
Jackjack, could you please fix the issue I have with strange characters? I can't rate people, which is a little bit annoying.
|
| | | . Duelbits | | | ▄████▄▄ ▄█████████▄ ▄█████████████▄ ▄██████████████████▄ ▄████▄▄▄█████████▄▄▄███▄ ▄████▐▀▄▄▀▌██▄█▄██▐▀▄▄▀▌███ ██████▀▀▀▀████▀███▀▀▀▀█████ ▐████████████■▄▄▄■██████████▀ ▐██████████████████████████▀ ██████████████████████████▀ ▀███████████████████████▀ ▀███████████████████▀ ▀███████████████▀ | | | | | . ▄ ▄▄▀▀▀▀▄▄ ▄▀▀▄ █ █ ▀▄ █ ▄█▄ ▀▄ █ ▄▀ ▀▄ ▀█▀ ▄▀ ▀█▄▄▄▀▀ ▀ ▄▀ ▄▀ ▄▀
Live Games | | ▄▄▀▀▀▀▀▀▀▄▄ ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄ ▄▀ █ ▄ █ ▄ █ ▀▄ █ █ ▀ ▀ █ █ ▄▄▄ █ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █ █ █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ █▄█ █ ▀▀█ ▀▀█ ▀▀█ █ █▄█
Slots | | . ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ ▄▄ █ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ █ ▄▄ █ █ █ █ █ █ ▄▀▀▄▀▀▄ █ █ █ ▀▄ ▄▀ █ █
Blackjack | | | | █▀▀▀▀▀█▄▄▄ ▀████▄▄ ██████▄ ▄▄▄▄▄▄▄▄█▀ ▀▀█ ████████▄ █ █████████▄ █ ██████████▄ ▄██ █████████▀▀▀█▄▄████ ▀▀███▀▀ ████ █ ███ █ █▀ ▄█████▄▄▄ ▄▄▀▀ ███████▀▀▀ | | | | | | | | | | [ Đ ][ Ł ] AVAILABLE NOW | |
Advertisements are not endorsed by me.
|
|
|
Mitchell
Staff
Legendary
Offline
Activity: 4116
Merit: 2331
Verified awesomeness ✔
|
|
September 14, 2015, 07:46:18 PM Last edit: December 02, 2015, 06:27:21 PM by Mitchełł |
|
The btpp.jampa.eu host seems to be down.
|
| | | . Duelbits | | | ▄████▄▄ ▄█████████▄ ▄█████████████▄ ▄██████████████████▄ ▄████▄▄▄█████████▄▄▄███▄ ▄████▐▀▄▄▀▌██▄█▄██▐▀▄▄▀▌███ ██████▀▀▀▀████▀███▀▀▀▀█████ ▐████████████■▄▄▄■██████████▀ ▐██████████████████████████▀ ██████████████████████████▀ ▀███████████████████████▀ ▀███████████████████▀ ▀███████████████▀ | | | | | . ▄ ▄▄▀▀▀▀▄▄ ▄▀▀▄ █ █ ▀▄ █ ▄█▄ ▀▄ █ ▄▀ ▀▄ ▀█▀ ▄▀ ▀█▄▄▄▀▀ ▀ ▄▀ ▄▀ ▄▀
Live Games | | ▄▄▀▀▀▀▀▀▀▄▄ ▄▀ ▄▄▀▀▀▀▀▄▄ ▀▄ ▄▀ █ ▄ █ ▄ █ ▀▄ █ █ ▀ ▀ █ █ ▄▄▄ █ ▀▀▀▀▀▀▀▀▀▀▀▀▀ █ █ █ █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ █▄█ █ ▀▀█ ▀▀█ ▀▀█ █ █▄█
Slots | | . ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ ▄▄ █ ▄▀▀▀▀▀▀▀▀▀▀▀▀▀▄ █ █ ▄▄ █ █ █ █ █ █ ▄▀▀▄▀▀▄ █ █ █ ▀▄ ▄▀ █ █
Blackjack | | | | █▀▀▀▀▀█▄▄▄ ▀████▄▄ ██████▄ ▄▄▄▄▄▄▄▄█▀ ▀▀█ ████████▄ █ █████████▄ █ ██████████▄ ▄██ █████████▀▀▀█▄▄████ ▀▀███▀▀ ████ █ ███ █ █▀ ▄█████▄▄▄ ▄▄▀▀ ███████▀▀▀ | | | | | | | | | | [ Đ ][ Ł ] AVAILABLE NOW | |
Advertisements are not endorsed by me.
|
|
|
siameze
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
September 14, 2015, 07:51:01 PM |
|
The btpp.jampa.eu host seems to be down.
I noticed earlier that a lot of the features didn't seem to be working today. Was going to look into it but this may explain it.
|
|
|
|
|