Forum Activity for @michael

michael
@michael
03/22/17 12:53:20PM
7,832 posts

google maps api key in time map


Genosis

Thanks, I'll get a dev site setup to see what happens with your gedcom file.
michael
@michael
03/22/17 12:52:13PM
7,832 posts

Bridge Hook to JR data


Jamroom Developers

on the jamroom side of things, the only time the clear text password comes in is during signup form submission or user password update.

If you need it in cleartext then you'd have to listen for those events.
michael
@michael
03/22/17 12:48:12PM
7,832 posts

seeing errors in logs


Using Jamroom

During the maintanence schedule some servers needed a reboot after system updates. For some reason they got hung up and couldnt communicate with jamroom.net during the time they were hung up. The servers were all still working, but things like the marketplace system couldn't get updates.

If you see errors related to communication with jamroom.net thats this.

your second screenshot seams to be related to amazon S3 not being able to back up the Vimeo module. doesnt seam realated. would expect that you can download the vimeo module from jamroom.net if the backup of it didnt work for any reason. See if it happens again next time the S3 backup runs.
michael
@michael
03/22/17 12:43:22PM
7,832 posts

node-fetch client in log


Using Jamroom

not sure about the backup module idea, the idea that jumps to me is, is there any external javascript links to external services.

If something was calling, say, google analytics, then google analytics would know the url. Any other external links that may be sending back that fetch bot to pickup more information for their records perhaps.
michael
@michael
03/22/17 12:08:09AM
7,832 posts

Bridge Hook to JR data


Jamroom Developers

not sure what WHMCS is, but why not just use oneall for both. is there anything that needs to be passed between the two systems.

--edit--
The user passwords are not stored in cleartext in the database, you can not retrieve them. When a user logs in their password is run through a system to get a hash, then that hash is checked against the hash stored in the database. So we can check if the password is correct, but not check what that password IS.
updated by @michael: 03/22/17 12:10:31AM
michael
@michael
03/21/17 11:49:46PM
7,832 posts

Image crop=portrait


Using Jamroom

looks good to me if you've tested it and it works. I'll add it in and see if it gets brians OK.

Thanks Steve.

--edit--
Added it in to jrImage ver 2.0.0b1
Added (int) to force to integer.
updated by @michael: 03/22/17 12:04:11AM
michael
@michael
03/21/17 08:26:47PM
7,832 posts

I need help with setting up my site! i am a complete Newbie


Installation and Configuration

This might be what you're after then:

Video Learning
https://www.jamroom.net/video-training

There are a series of 9 videos currently that go over important concepts in jamroom.

If you want it to look like the video pro theme, then you change the skin to the one you are after.

* install the skin you want from the marketplace
* activate that skin.
michael
@michael
03/21/17 12:36:14PM
7,832 posts

node-fetch client in log


Using Jamroom

If its always been private and not linked to, hmmm.

My first guess that seams plausible would be spyware on your pc sending info back to a central location that controls the system that is using the node-fetch.

Other ideas:
Has that link ever traveled to you via email? sniffer on the routing servers seeing what urls pass through. which leads to the question, is it on https or http.

Just guesses, your thoughts?
michael
@michael
03/21/17 12:30:09PM
7,832 posts

google maps api key in time map


Genosis

yeah, strange. Maybe something in the gedcom file? did you use one of those to populate your system?

If you did, maybe the answer is in there, if its not a private one, could you attach that here and I'll try on my system. If it is private but ok to have a copy for testing could you send it to support at jamroom dot net along with a link to this thread.
michael
@michael
03/21/17 12:27:03PM
7,832 posts

upload size for images


Genosis

Thats hardcoded into the jrImage_get_allowed_image_sizes() function in the module.

Uploading images from the Hubble space telescope? an image larger than 10MB necessary? :)

(If it is necessary, please say, we'll get something in.)
  245