Jump to content

rawTOP

Administrators
  • Posts

    6,070
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by rawTOP

  1. So, everyone say thank you to @thejadoman… He got in touch with me and gave me information that let me figure out the problem. Turns out a database table I thought only had spammer IPs in it, also had good IPs. I now know how to tell the difference.
  2. If you see no relationship between the thread and the (sub)forum that it's in, please report it. A moderator will make the call.
  3. Be careful with what you state in this thread. Anything that would seem to encourage escorting will earn you an infraction.
  4. I was busy and didn't ask my host exactly what went wrong, but it was NOT a cert renewal problem – they renew automatically.
  5. Just a warning, anyone tho posts something about sex in this thread will get banned from the site (temporarily). Don't do it.
  6. We don't delete posts when we delete accounts. We simply anonymize the posts. Account deletion is requested in the Settings section. It takes a minimum of 30 days and (usually) a maximum of 90 days. Please read the account deletion thread before commenting further (and comment there, not here).
  7. We have no interest in having threads that are started by spammers. They’re not real. It’s like saying you want all the news sites to keep their fake news stories.
  8. Thanks for your feedback. It's always good to get a perspective from someone who knows something about server admin. I'm on PHP v7.2 rather than 7.4 because it's the version that's part of the stable build of my OS. And it is using php-fpm – that's the only way to get HTTP/2 to work properly. I'll ask my host to turn off the x-powered-by header – doing so is not a bad idea. That said, it's probably clear the site is running IP.Board and IP.Board is php-based, so turning off x-powered-by only really hides the version number. Apache doesn't like/support turning off the server header. Just showing Apache with no version number is the compromise. That said, I'll ask my host to turn it off. Maybe they can. I'll look further at fail2ban, but it may conflict with what I've already written. fail2ban will never be able to detect who's spammed the site, etc. though it will do a better job with other types of attacks. When I tested I only saw the strict-transport-security header once in the response header. But when I ran the site through an SSL test (see below) it complained about duplicate headers. I did find the htaccess rule that was setting it a second time. But now I'm a bit confused what's setting it the first time. But it's working, so I'm not going to complain. As far as specifying a cipher order, if I understand the issue correctly, I don't really see the point. I've disabled all the insecure ciphers. Doing so is necessary to get an A+ rating on the "SSL" test… https://www.ssllabs.com/ssltest/analyze.html?d=breeding.zone So if there are no possible insecure ciphers, it doesn't matter which the browser uses.
  9. This was happening to you because of something unique to your email address. You should be good to go now. It's real and ignorable (for now). Chat is based on the code for my new sites. The new sites have a separate database (but can access the BZ database when needed). Your email address is not confirmed in the new system. If you confirm your address in the new system the warning message will go away.
  10. @dirtyarizona – your comments were at the edge of what's allowed here. Please state your case a bit more politely in the future. So to answer the original question… What I do for chem sex is not easily done. It's a special case. I can't feasibly do it for every combination of personal preference. But dirtyarizona is right (even if he's a bit harsh in how he puts it)… The world is full of things that may offend you. Hell, some people are offended by the mere existence of gay people. So that same tolerance that you demand of others in putting up with your existence, is demanded of you here on this site. That said, I totally get it. It's the reason why we're so strict about people putting certain content in designated places. The idea is go to sections of the forum that are what you're interested in and you should only see stuff that are of interest to you. The general activity feed is NOT that place. If you see something that doesn't belong in a particular section, use the "report" function under the post to let us know and a moderator will take care of it. But even within a fetish there are sub-fetishes and related fetishes. I'm struggling right now with how to deal with PozPigs.com. The original idea was a hookup site made up of poz guys and poz-friendly neg guys where the neg guys could only interact with poz guys, not other neg guys. But I'm realizing that a lot of the interest in the site is coming from guys who are generally into STDs and staying off meds and advancing to AIDS. IMHO general STD fetish and staying off meds indefinitely is a level of self-harm that I'm not OK with. They can do what they want with their bodies, but that's totally NOT what I want the site to be about. So I now have to figure out how to not let those guys alienate the guys I want on the site. Bottom line – don't use the general updates feed. Browse the sections of the site that best match your interests.
  11. Without the error message there's nothing I can do for you.
  12. It's 2020, not 1997.
  13. PEP (Post Exposure Prophylaxis) and PrEP (Pre Exposure Prophylaxis) are similar, but different. In simple terms… PEP assumes you've just been infected and tries everything possible to stop the infection from getting to reservoirs in your body where HIV can hide. It takes a very broad approach to fighting HIV, much like the approach for poz guys who are managing the infection. PEP should be taken within 36 hours after infection (and might work up to 72 hours after). PrEP is for when you've only been exposed to the virus. It does not assume infection. As a result it is narrowly focused on preventing HIV from attaching to cells where initial infection occurs. It does not concern itself with viral replication because that comes after initial infection. PrEP should be taken 2+ hours before exposure. It probably won't work if taken after infection. It may slow down the infection, but unlike PEP, it's not capable of stopping HIV once infection has occurred. This means fewer drugs are in the PrEP "cocktail" than the PEP cocktail.
  14. Interesting. It doesn't work on my admin profile, but on my regular user test profile I see what you're talking about 👍. Weird that admins are lacking the feature.
  15. Can you explain exactly how / where you see that data?
  16. The reputation system is what it is. In the end if you're a good member you'll get way more up votes than down votes. But people who are truly disruptive or spamming the site will get way more down votes than up votes and that will prevent them from moving to the next stage of membership. So don't worry about it. As I (slowly) build the new sites I'll try to take stuff like this into consideration. IMHO, what's needed is to see if someone's negativity is shared by others. So if they consistently down vote things other people are up voting, then that's a problem. The percentage of their votes that are down votes should also be within certain limits (1 or 2 standard deviations from the mean). So I get what's needed, I just can't fix it right here and now.
  17. I've beefed up the error message. To better explain what's going on. It's not an error on my end.
  18. Your comment made me investigate further. Bottom line it should be fixed now. If you see that error, what is says is probably actually the problem. What you were seeing wasn't actually a problem with the cookies. The cookies were fine. (I was able to reproduce the problem). The issue was that the redirect that was happening was getting cached. Deleting your cookies deleted more than the cookies – it also deleted the cache of the redirect. I've since put in code that will prevent caching of the redirect. So (knock wood) it shouldn't keep happening to people. Thanks for sticking with things and reporting what you saw to the point where I was able to figure out what was happening.
  19. This error is not an error on our side, but an error on your side. I've explained this before and I've made the error message far more detailed. You need to get your session ID to match your IP address. Your ISP probably changed your IP since you last logged in. So you need to logout, log back in, and then it should work.
  20. This is explained above. Your security settings are blocking needed Javascripts.
  21. I was more shooting for what was going on just before you found out – during the time when you actually got infected. In other words, were you in a bad place and getting pozzed was part of generally being self-destructive, or were things going well and it happened some other way…
  22. Just wondering, those of you who are poz… the period in your life when you got pozzed… if you take out the actual infection, was the period an otherwise good period or was it a bad/dark period for you? In other words was it a generally happy, productive time, or a sad, depressed, and/or self-destructive time?
  23. PrEP is still 90% effective 7 days after you stop taking it (assuming you were taking it daily). But from what I've heard the percent effectiveness goes down quickly after 7 days. So I'd say you start being "at risk" (defined as less safe than a condom) around day 7. And I'm guessing you'd be "high risk" 10-14 days after you stop.
  24. The first part is pretty normal. There's a whole thread about it. The second part means you need to change or validate your email in the system powering chat (which is different but semi-connected to the forums). There's no error there. I started working on syncing the two systems, but got distracted by other things. I'll get back to it in the near future.
  25. I just did a change that will make it much less likely for legit users to get banned. Here's what is needed to qualify for the new criteria… Have logged into chat in the past 6 months (starting with logins ~now) and not have deleted your cookies since that time Not look like a bot to reCAPTCHA v3 or be blocking reCAPTCHA It's highly unlikely you'll be blocked if you pass those two tests. If you are currently blocked and want your IP address unlblocked, do the following (this offer is not available to New Members)… Click on this link. Then change to the network where you're having problems and reload that page. Make note what it says for "IPv4" – that's the IP address with the problem. Switch back to the network that lets you view this page and send that IP address to me in a DM. I don't promise I'll unblock your IP, but it will give me a better idea of what's triggering blocks and if you seem legit, I'll undo the block. Senior members will most likely be unblocked.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.