Forum Activity for @brian

brian
@brian
05/11/16 09:43:00AM
10,149 posts

File MD5 checksum for integrity check on downloads


Proxima

To do this would require a small custom module with a "save_media_file" event listener that would do an md5_file() on the uploaded file - i.e.
function xxCustom_save_media_file_listener($_data, $_user, $_conf, $_args, $event)
{ $_data["{$_args['file_name']}_md5"] = md5_file($_args['saved_file']); return $_data; }
Easier would be to just use the existing file size - while it's not as 100% foolproof as MD5, it's already support and should be find 99.9% of the time.

Let me know if that helps.
brian
@brian
05/11/16 09:39:02AM
10,149 posts

Getting Profile Information via proxima


Proxima

serveion:
thank you...
everything is working beautiful.

Awesome - glad to hear that!
brian
@brian
05/11/16 09:38:01AM
10,149 posts

RSS Error


Using Jamroom

derrickhand300:
When I try to get a feed using this urlhttp://roughneckcity.com/feed/oilfield_videos/
I get the attached error that says "Module Is Not Active"...but my RSS module is active
Is there something different I need to do in the rss module settings to make the feed available?

Is "oilfield_videos" the URL for a custom module you created?
brian
@brian
05/10/16 12:57:43PM
10,149 posts

Proxima, mp3 streaming,


Proxima


That check relies on the value of the HTTP_REFERER field, but without it the check "falls through" and fails. What I need to do here is update this check so if ALLOW_ALL_DOMAINS is entered, then it will allow even empty referrals to go through - that should fix it for you.

I will get that into the next core release.

Hope this helps!
brian
@brian
05/10/16 12:25:47PM
10,149 posts

(Bug) jrDeveloper/adminer.php


Using Jamroom

There's a couple issues here:

1) You should never see PHP notices or errors on your screen as JR sends them all to the data/logs/error_log. The fact that these are coming out on your screen tell me that you've got something set in your php.ini that does not allow Jamroom to "override" the error settings.

2) The only time in JR you will see notices and errors is if you are running in Developer mode.

You might try reloading the Developer Tools module (ACP -> Marketplace -> Tools -> Reload modules and skins) and see if that helps.
brian
@brian
05/10/16 12:15:41PM
10,149 posts

suddenly 99% of all my images stopped working!


Installation and Configuration

soaringeagle:
weird just clicked quick purchase.. didn't see a receipt either

No purchase came through on this end, so you likely already had a license for the items.
brian
@brian
05/10/16 12:15:10PM
10,149 posts

Proxima, mp3 streaming,


Proxima

As long as you have ALLOW_ALL_DOMAINS in your config, you will not get this error:

Error: Offsite media downloads are blocked

If you ARE getting that error, please post the URL you are using for download.

Thanks!
brian
@brian
05/10/16 12:13:18PM
10,149 posts

Removed Youtubes Not Deleted


Using Jamroom

Thanks Gary - I'll get a ticket open on this so we can check it out further.
brian
@brian
05/10/16 12:12:44PM
10,149 posts

suddenly 99% of all my images stopped working!


Installation and Configuration

soaringeagle:
ok i had to just repurchase cause so short on time can u refund plz
thnx

I'm not showing any purchases from you to refund, so not sure what you mean here...
brian
@brian
05/09/16 06:16:07PM
10,149 posts

Proxima, mp3 streaming,


Proxima

brian:
amartins:
For some reason, with this string, the
if(strpos(',' . $_conf['jrProximaBridge_active_modules'] . ',', ",{$mod},"))ยทยทยท
returns false when $mod="jrAudio".
This is a "rookie" mistake on my part and I will get it fixed.. sorry about that!

I'm not seeing this in the code any longer, so I believe this has already been fixed - I will get the new release out with the fix in place.
  266