Forum Activity for @brian

brian
@brian
10/24/15 08:30:25AM
10,149 posts

Do the Ban Items Actually Work?


Using Jamroom

Dazed:
For some reason I do not get the signup emails any more so that would not be good.

Are you referring to the human check? I would rather we setup a small module that would just allow us to ask a question and supply an answer. What is 4+5? and then an input box for the user.

That would be something custom - it's not something supported right now. It's not going to stop a HUMAN from signing up on your site though (which we currently already handle). That's not going to get you any different result than the human checkbox.

Quote:
How would that email get past the banned item? If I set "gotta" in the email field that should also stop all signup with that name. Correct?

No. "email" means "email". "name" means "name".
brian
@brian
10/24/15 08:25:30AM
10,149 posts

jrVideo Quit Working


Design and Skin Customization

derrickhand300:
Thanks Brian...I just purchased a new jrVideo license for $29 to rule that out but it did not fix....I have checked and the jrVideo config and all conversions are enabled...system check shows ffmpeg working...

Maye try re-uploading that video - for some reason that video did not get converted, which is why it plays choppy like that.

How was that video added to your system? Is that being done in a widget? Via an embed?

also forgot to answer: All JR licenses are licensed for 2 sites.

Hope this helps!
brian
@brian
10/24/15 08:24:03AM
10,149 posts

Admin Skin switches on different pages


Using Jamroom

I see this on my end too - we'll check it out.
brian
@brian
10/24/15 08:22:01AM
10,149 posts

Do the Ban Items Actually Work?


Using Jamroom

JR has a built in signup check that will stop bots, so what you have here is an actual person signing up on your site for the purpose of spamming. We get them here on Jamroom.net all the time - you'll just to manually handle them.

Alternately you could set new account creation to admin validation and review each new account.

Let me know if that helps.
brian
@brian
10/24/15 08:19:50AM
10,149 posts

URL Mapper


Installation and Configuration

That's no good - I'm going to guess that it did not get setup right. Make sure your redirect looks like this:

# HTTP
RewriteCond %{SERVER_PORT} ^80$
RewriteCond %{HTTP_HOST} ^mysite\.com [NC]
RewriteRule .? http://www.mysite.com%{REQUEST_URI} [R=301,L]

And this needs to come right AFTER this line:

RewriteEngine On

Let me know if that helps.
brian
@brian
10/24/15 08:12:49AM
10,149 posts

Google is reporting a huge amount of 404 errors,


Using Jamroom

perrie:
I just got a notice that google has found 154,733, 404 errors on my new site. I am not sure why. I have never ran into this before with google, and could use some advice. That many pages not found is really bad!

Thanks for any help!
Perrie~

This is not surprising if you switched from Ning to JR - the Ning URLs are completely different than JR.
brian
@brian
10/24/15 08:12:07AM
10,149 posts

Nginx and Jamroom


Installation and Configuration

I really like Nginx - let me know if you see any issues. If I remember correctly, I did run into an issue with what is know as JR's "shutdown function" - this is where the server detaches from the client and will turn into a queue worker. Nginx with PHP-FPM would not "detach" from the client like Apache would. I have not tested in quite some time though, so let me know if you see issues.

Hope this helps!
brian
@brian
10/24/15 08:10:33AM
10,149 posts

mariadb 10 compatability and issues?


Installation and Configuration

soaringeagle:
its not wrapping back to the beginning its continuing indefinateky with blank pages

Just wanted to add - update to Core 5.2.41 - I noticed a very high load on one of our largest Jamroom hosting customers when they upgraded to 5.2.40 - I found the root cause and released a fix in 5.2.41. Let me know if that helps.

Thanks!
brian
@brian
10/24/15 08:09:20AM
10,149 posts

Do the Ban Items Actually Work?


Using Jamroom

We use it daily here on Jamroom.net and it works. Use the "test" tool like Paul suggested.
brian
@brian
10/24/15 08:08:48AM
10,149 posts

listing one quota above another


Using Jamroom

blindmime:
Is there a best way to list items from one quota over another in a jrCore_list? Ideally specified in the function call itself.

My purpose is to list items from premium quotas before those from non-premium ones.

Yep - when you do your search, make sure and place the quota_id's in the order you want - i.e.

search="quota_id in 1,2,3,4,5,6,7,8,9"

They will appear in the order you list them.

Hope this helps!
  344