Forum Activity for @brian

brian
@brian
07/27/18 02:26:38PM
10,148 posts

Proxima Invalid Item owner


Proxima

KevinM:
No worries, I was just trying to apply what i thought was the same fix for the PUT problem at ProximaBridge/Include.php line 276 to the POST problem. So is there a way to fix the POST an PUT problem when signed in as Admin with the Master?

Double check that you're actually logging in as an account using the master key - i.e. the login is successful, because what we're seeing here is a session failure - not a permission issue.
brian
@brian
07/27/18 06:09:41AM
10,148 posts

Upgrading to latest Share This module 2.0.0


Announcements

If you're just trying to get ShareThis to show above the comments, just go into the Core -> Tools -> Item Detail Features and you can set the order there.

Let me know if that helps.
brian
@brian
07/25/18 02:10:19PM
10,148 posts

Proxima Invalid Item owner


Proxima

Yeah that's not right. Even when logged in with a MASTER key you should still have a valid session - all you've done here is bypass the session check - that's not the right place to do this.
brian
@brian
07/25/18 02:09:18PM
10,148 posts

Proxima API file Downloading Problem


Proxima

The price check is completely bypassed for the item owner:

if (jrProximaCore_get_session_profile_id() != $_rt['_profile_id']) {

APP_SESSION_PROFILE_ID is set in Proxima Core in the jrProximaCore_create_user_session() function.
brian
@brian
07/21/18 08:28:09AM
10,148 posts

Is Google Adsense in videos now possible?


Design and Skin Customization

I'm not sure we can support this - I don't believe the jPlayer is integrated with the Google IMA SDK.

Here's the requirements:

Quote:
- Ensure you're compliant with the AdSense program policies, including these specific video policies.
- Utilize a video player integrated with the Google IMA SDK and/or compliant with VAST 3.0 and VPAID 2 JS.
- Utilize a HTML5, Android, or iOS-based video player.
- Have a high volume of video content, i.e., greater than 40% video content with over 2 million video impressions monthly.
- Not be hosted on YouTube: YouTube content isn't eligible for AdSense for video. If you're a YouTube content producer, you could monetize through the YouTube partner program.

Note that #4 is pretty steep - over 2 million video views per month + over 40% of your site has to be video content.
brian
@brian
07/21/18 08:24:24AM
10,148 posts

Redis module installation error


Jamroom Developers

You need to install the Redis PHP extension - i.e.

apt-get install php-redis
brian
@brian
07/21/18 08:23:38AM
10,148 posts

Proxima Invalid Item owner


Proxima

Are you trying to POST directly without being logged in? Even though you are using the Master key you should still establish a Proxima user session, otherwise JR will not have a valid _user_id value to create the item under.

Let me know if that helps.
brian
@brian
07/12/18 07:08:15AM
10,148 posts

New Hosting Plans + Big Free Upgrades!


Announcements

We just rolled out all new Jamroom Hosted plans which include FREE upgrades for existing Jamroom Hosted users:

https://www.jamroom.net/the-jamroom-network/blog/98/updated-hosting-plans-plus-free-upgrades

Make sure and check that out :)

Let us know if you have any questions about the new plans or the free upgrades.

Thanks!
updated by @brian: 09/04/19 10:21:25AM
brian
@brian
07/11/18 02:25:25PM
10,148 posts

Proxima API file Downloading Problem


Proxima

Yep - that's a mistake - I've fixed that so go to Marketplace -> Tools -> Reload Modules or Skins and reload the Bridge module and you should be good.

Let me know if that helps.
  52