Bitcoin Forum
April 20, 2024, 03:17:59 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »  All
  Print  
Author Topic: Announcing BPIP - The Bitcointalk Public Information Project!  (Read 33641 times)
El duderino_
Legendary
*
Offline Offline

Activity: 2492
Merit: 11969


BTC + Crossfit, living life.


View Profile
September 25, 2018, 03:30:46 PM
 #81

this is a nice project!

BTW, how is the trust watching working? could there be a bug regarding personal "Trust settings"?

https://bitcointalk.org/index.php?action=trust

yeah? how is trust working ?

XhomerX10 designed my nice avatar HATs!!!!!  Thanks Bro
1713583079
Hero Member
*
Offline Offline

Posts: 1713583079

View Profile Personal Message (Offline)

Ignore
1713583079
Reply with quote  #2

1713583079
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713583079
Hero Member
*
Offline Offline

Posts: 1713583079

View Profile Personal Message (Offline)

Ignore
1713583079
Reply with quote  #2

1713583079
Report to moderator
Vod (OP)
Legendary
*
Offline Offline

Activity: 3682
Merit: 3015


Licking my boob since 1970


View Profile WWW
September 26, 2018, 06:59:25 AM
 #82

this is a nice project!

BTW, how is the trust watching working? could there be a bug regarding personal "Trust settings"?

https://bitcointalk.org/index.php?action=trust

yeah? how is trust working ?

It's coming....  Smiley

Soon you will be able to view "realish" time changes in trust and default trust.

But I need help.  Too many things to do.

Is anyone interested in coding a quick function that will read the subject lines of new messages? 
https://bitcointalk.org/index.php?action=pm

You would need to delete every message after reading it.  Might have to parse multiple pages if you get a lot of messages.   Then you send the list via an array.

It would need to be written in C#.  Any takers?

https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soon!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
El duderino_
Legendary
*
Offline Offline

Activity: 2492
Merit: 11969


BTC + Crossfit, living life.


View Profile
September 26, 2018, 09:02:39 AM
 #83

^
thx

XhomerX10 designed my nice avatar HATs!!!!!  Thanks Bro
Vod (OP)
Legendary
*
Offline Offline

Activity: 3682
Merit: 3015


Licking my boob since 1970


View Profile WWW
September 26, 2018, 08:20:49 PM
 #84

Just a small suggestions.
Redirect the http://bpip.org to https://bpip.org
Now it comes error 403 - Forbidden: Access is denied.


There is a IIS (Microsoft Web Server) extension called URLRewrite.  I'm having problems installing it on the server, that's why this suggestion has not been added yet.  :/

https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soon!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
Initscri
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 759


View Profile WWW
September 27, 2018, 04:12:18 AM
Merited by Vod (2), LoyceV (1), TheBeardedBaby (1)
 #85

Just a thought, I'd probably drop the background from being "fixed" to just covering the entire page. It looks a bit cooler IMO, and will stop the glitchy scroll on less powerful browsers (laptops, etc) making scrolling a lot more smooth.

https://i.imgur.com/yItB5bz.jpg

Change css #main:

Code:
background: url(../images/background-bitcoin-blur.jpg) no-repeat center center fixed;

to

Code:
background: url(../images/background-bitcoin-blur.jpg) no-repeat center center;

Either that, or you can follow this in order to convert the BG to a pseudo element.
https://www.fourkitchens.com/blog/article/fix-scrolling-performance-css-will-change-property/

----------------------------------
Web Developer. PM for details.
----------------------------------
ibminer
Legendary
*
Offline Offline

Activity: 1813
Merit: 2715


Goonies never say die.


View Profile WWW
September 28, 2018, 06:26:35 PM
Last edit: September 28, 2018, 09:19:51 PM by ibminer
 #86

Just a thought, I'd probably drop the background from being "fixed" to just covering the entire page. It looks a bit cooler IMO, and will stop the glitchy scroll on less powerful browsers (laptops, etc) making scrolling a lot more smooth.

https://i.imgur.com/yItB5bz.jpg

Change css #main:

Code:
background: url(../images/background-bitcoin-blur.jpg) no-repeat center center fixed;

to

Code:
background: url(../images/background-bitcoin-blur.jpg) no-repeat center center;

Either that, or you can follow this in order to convert the BG to a pseudo element.
https://www.fourkitchens.com/blog/article/fix-scrolling-performance-css-will-change-property/

Thanks for the thought, I'd send some sMerit if I had any left. Tongue

I had my own back and forth on this when doing the design but went with the fixed background because I kinda liked the effect of the transparent tables overtop the fixed BG, and liked being able to see the BTC in the background the entire time - of course. Grin

I haven't had time to test it yet but I've been intending go the will-change route to improve performance with the background effect.


EDIT: Site has been adjusted to use a pseudo element for the fixed background effect.

Initscri
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 759


View Profile WWW
September 28, 2018, 06:32:27 PM
 #87

Just a thought, I'd probably drop the background from being "fixed" to just covering the entire page. It looks a bit cooler IMO, and will stop the glitchy scroll on less powerful browsers (laptops, etc) making scrolling a lot more smooth.

https://i.imgur.com/yItB5bz.jpg

Change css #main:

Code:
background: url(../images/background-bitcoin-blur.jpg) no-repeat center center fixed;

to

Code:
background: url(../images/background-bitcoin-blur.jpg) no-repeat center center;

Either that, or you can follow this in order to convert the BG to a pseudo element.
https://www.fourkitchens.com/blog/article/fix-scrolling-performance-css-will-change-property/

Thanks for the thought, I'd send some sMerit if I had any left. Tongue

I had my own back and forth on this when doing the design but went with the fixed background because I kinda liked the effect of the transparent tables overtop the fixed BG, and liked being able to see the BTC in the background the entire time - of course. Grin

I haven't had time to test it yet but I've been intending go the will-change route to improve performance with the background effect.

Not a prob! Yea I like the fixed BG, it's just the GPU performance glitch always throws me off. If you can, definitely take the pseudo element approach Smiley

BTW, if you need any help w/ something modular (something you can split off and re-implement w/o too much difficulty), feel free to shoot anything my way.

----------------------------------
Web Developer. PM for details.
----------------------------------
Initscri
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 759


View Profile WWW
October 01, 2018, 06:05:38 AM
 #88

EDIT: Site has been adjusted to use a pseudo element for the fixed background effect.

Looks good, seems to be showing the following on my end. BG is missing.
https://i.imgur.com/gf9k0Yo.png

Changing the following z-index levels seemed to make it work again for me

Change main::before from z-index: -1 to 1.
Change .mainarea to z-index: 2
Change footer to z-index: 2

Code:
main::before {
   z-index: 1
}

.mainarea, footer {
   z-index: 2;
}

Which resulted in: https://i.imgur.com/pwVFFss.jpg

This was only an issue in Chrome. Firefox seemed to be working fine.

----------------------------------
Web Developer. PM for details.
----------------------------------
ibminer
Legendary
*
Offline Offline

Activity: 1813
Merit: 2715


Goonies never say die.


View Profile WWW
October 01, 2018, 02:58:45 PM
 #89

This was only an issue in Chrome. Firefox seemed to be working fine.

Hmm, interesting... there shouldn't be anything hiding that element even with having it at -1, what version of Chrome are you on?

For me the current z-index ordering is working fine on Chrome 69.0.3497 (latest) & also tested on 66.0.3359 (just because I had this version on another machine near me Wink). Your changes seem to push the elements up 2 levels, which shouldn't really hurt anything to make these changes, but I'm just curious why it's happening and whether it's browser-based or I'm overlooking an issue with the ordering. Most other elements I've had to modify the z-index on are above 3 or well below -2, and the rest would be interpreted based on inheritances.

BTW, if you need any help w/ something modular (something you can split off and re-implement w/o too much difficulty), feel free to shoot anything my way.
Thank you, I'll certainly keep this in mind!

TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
October 02, 2018, 12:12:34 PM
Last edit: October 03, 2018, 08:18:44 PM by iasenko
Merited by Vod (5)
 #90

Just played a little but with BPIP today and I found that if you search for special characters it returns all the  usernames (I guess) stated with a special character. There is a list below.
Lets try searching for a ★ for example here is the result >


link to image


All the "?" in the resulst are leading to an error page >
https://bpip.org/profile.aspx?p=?

The first profile for example has the username >    £
https://bitcointalk.org/index.php?action=profile;u=25778
?
https://bitcointalk.org/index.php?action=profile;u=72604
×
https://bitcointalk.org/index.php?action=profile;u=366223
µ
https://bitcointalk.org/index.php?action=profile;u=381968

https://bitcointalk.org/index.php?action=profile;u=384875
½
https://bitcointalk.org/index.php?action=profile;u=424060
§
https://bitcointalk.org/index.php?action=profile;u=472845

https://bitcointalk.org/index.php?action=profile;u=477723
ð
https://bitcointalk.org/index.php?action=profile;u=508072
¡  (this is not i but a up side down "!")
https://bitcointalk.org/index.php?action=profile;u=529210
ø
https://bitcointalk.org/index.php?action=profile;u=548423
þ
https://bitcointalk.org/index.php?action=profile;u=548425
?!bennscammed!?
https://bitcointalk.org/index.php?action=profile;u=296939
óó.óó
https://bitcointalk.org/index.php?action=profile;u=434371
ðºÞæ
https://bitcointalk.org/index.php?action=profile;u=454255



Archived ones >

•BitSparts
https://bitcointalk.org/index.php?action=profile;u=123520
ÑåWtiee Gå
https://bitcointalk.org/index.php?action=profile;u=141927
ñongos
https://bitcointalk.org/index.php?action=profile;u=161234
ökmöälm
https://bitcointalk.org/index.php?action=profile;u=155264
´ºÏÄÇﶬ
https://bitcointalk.org/index.php?action=profile;u=155400
Éomer
https://bitcointalk.org/index.php?action=profile;u=217110
??WhaT??
https://bitcointalk.org/index.php?action=profile;u=223882
Ætereo
https://bitcointalk.org/index.php?action=profile;u=235245
Ástráður
https://bitcointalk.org/index.php?action=profile;u=320234
ÇëÌîдÓû§Ãû
https://bitcointalk.org/index.php?action=profile;u=317757



After trying with @ ! - ^ $ * ( ) _ are OK
# returns no result
% _ return the ! result

Edited: fixed some typos




Initscri
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 759


View Profile WWW
October 02, 2018, 04:46:41 PM
 #91

This was only an issue in Chrome. Firefox seemed to be working fine.

Hmm, interesting... there shouldn't be anything hiding that element even with having it at -1, what version of Chrome are you on?

For me the current z-index ordering is working fine on Chrome 69.0.3497 (latest) & also tested on 66.0.3359 (just because I had this version on another machine near me Wink). Your changes seem to push the elements up 2 levels, which shouldn't really hurt anything to make these changes, but I'm just curious why it's happening and whether it's browser-based or I'm overlooking an issue with the ordering. Most other elements I've had to modify the z-index on are above 3 or well below -2, and the rest would be interpreted based on inheritances.

BTW, if you need any help w/ something modular (something you can split off and re-implement w/o too much difficulty), feel free to shoot anything my way.
Thank you, I'll certainly keep this in mind!

Yea, definitely is weird to me. Using the latest version: 69.0.3497.100.

No console/network errors either. I'll try it in BrowserStack when I get the chance.

----------------------------------
Web Developer. PM for details.
----------------------------------
Instely
Jr. Member
*
Offline Offline

Activity: 56
Merit: 9


View Profile
October 02, 2018, 06:58:28 PM
 #92

This may become a sort of bitcointalk forum wayback machine, as this forum have a long history and has been pretty much since bitcoin started.
I Can imagine if bitcoin/crypto finally disrupts into the mainstream culture this may be useful for someone who wants to investigate which has been the roots of this technology and the community that has been with it from the start!

Join the Blockchain Revolution with Chainzilla! -  https://discordapp.com/invite/rhkgTrv
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
October 02, 2018, 10:09:00 PM
 #93

Another idea is to have a link to this thread somewhere in About, so everyone can easily come here and report bugs or just leave a comment.

kirreev070
Sr. Member
****
Offline Offline

Activity: 406
Merit: 293



View Profile
October 03, 2018, 01:59:37 PM
 #94

I found a bug on your site. When you open any profile and then open another profile, when you try to update the profile information you are transferred to another profile. I recorded a video on which you can see this bug.

Video: https://youtu.be/aXM7zA1oyz4
TryNinja
Legendary
*
Offline Offline

Activity: 2814
Merit: 6962



View Profile WWW
October 03, 2018, 02:57:18 PM
Merited by Vod (2)
 #95

I found a bug on your site. When you open any profile and then open another profile, when you try to update the profile information you are transferred to another profile. I recorded a video on which you can see this bug.

Video: https://youtu.be/aXM7zA1oyz4
It's not really a bug - it's just how it works. When you click on "UPDATE PROFILE", you go to a page called checkitnow.aspx which (probably) requests an update to the last profile you visited (which is known due to cookies on your browser) and redirects you back to it.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
Vod (OP)
Legendary
*
Offline Offline

Activity: 3682
Merit: 3015


Licking my boob since 1970


View Profile WWW
October 03, 2018, 04:49:47 PM
 #96

I found a bug on your site. When you open any profile and then open another profile, when you try to update the profile information you are transferred to another profile. I recorded a video on which you can see this bug.

Video: https://youtu.be/aXM7zA1oyz4

When you load a profile it saves a browser cookie with that profile number.  That is the profile that loads after checkitnow runs.

In your video, take note of the last profile you loaded

https://nastyscam.com - landing page up     https://vod.fan - advanced image hosting - coming soon!
OGNasty has early onset dementia; keep this in mind when discussing his past actions.
Initscri
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 759


View Profile WWW
October 03, 2018, 07:07:03 PM
 #97

Also noticed that searching '#' just returns back to the homepage. Not sure if usernames as permitted to start with # on BitcoinTalk, but if they are, that may cause an issue.

----------------------------------
Web Developer. PM for details.
----------------------------------
LoyceV
Legendary
*
Offline Offline

Activity: 3290
Merit: 16498


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 03, 2018, 07:15:38 PM
 #98

Not sure if usernames as permitted to start with # on BitcoinTalk, but if they are, that may cause an issue.
Search on Bitcointalk shows many usernames with a #.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Initscri
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 759


View Profile WWW
October 03, 2018, 07:17:17 PM
 #99

Not sure if usernames as permitted to start with # on BitcoinTalk, but if they are, that may cause an issue.
Search on Bitcointalk shows many usernames with a #.

Yeah, so that's a bug then. Trying to put one of their usernames into BPIP won't work. You just get redirected to the homepage.

https://bpip.org/profile.aspx?p=#

----------------------------------
Web Developer. PM for details.
----------------------------------
TheBeardedBaby
Legendary
*
Offline Offline

Activity: 2184
Merit: 3134


₿uy / $ell


View Profile
October 03, 2018, 07:24:45 PM
 #100

~snip~
After trying with @ ! - ^ $ * ( ) _ are OK
# returns no result
% _ return the ! result


I already mentioned it here, there are other symbols that return weird results.

The worst is "?"

Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!