Forum Activity for @michael

michael
@michael
04/08/22 11:09:39PM
7,719 posts

Chinese + Bots = ?


Ning To Jamroom

Could be connected. Whats the goal? You can ban anyone anytime for anything you like, its your site. So if someone creates an account "Chris Smith" but has a location where that feels like its a fake name and also accompanied by a suspicious email address buy.cheap.meds@gmail.com you're not wrong to just block them. You can do that from the WHOS ONLINE tab, there's a BLOCK USER button.
michael
@michael
04/08/22 03:52:34AM
7,719 posts

Name of Database Tables for users


Design and Skin Customization

The users are all in a datastore, same with the audio module. So the best way to get access to the data in the templates is via
{jrCore_list module="jrUser" .........}
and if you're accessing via module code then by using jrCore_db_search_items
 $_sp = array(
        'search'          => array(
            "user_email = {$_post['q']}"
        ),
        'return_keys'     => array('_user_id', '_profile_id', '_updated', 'user_name', 'user_first_name', 'user_last_name', 'user_image_time', 'user_image_extension'),
        'limit'           => 1
    );

    $_rt = jrCore_db_search_items('jrUser', $_sp);

A datastore is split over 2 tables the key and the item, so you'll find all the info at:
jr_jruser_item
jr_jruser_item_key

tables.
michael
@michael
03/29/22 01:24:07AM
7,719 posts

Update System Core From 6.5.11 To 6.5.12 not work.


Installation and Configuration

There are 2 ways to get it updated that I think might work:

#1 change to a default jamroom skin, then try the update again.
- I think there not being an image spinner in your current skin is causing issues with the update.

or #2
Download the open source version from here:
https://www.jamroom.net/networkmarket/core_download/jamroom-open-source.zip

Then upload that to your server via SFTP.

Then run the integrity check again and jamroom should be working.

You'll still need to contact your hosting provider about the server functions.

Change your password now.
michael
@michael
03/29/22 01:08:57AM
7,719 posts

Update System Core From 6.5.11 To 6.5.12 not work.


Installation and Configuration

NOT HERE, anyone can see it. I deleted it from the public forums.

I'll take a look at why, then you have to change your password.
michael
@michael
03/29/22 12:14:47AM
7,719 posts

Update System Core From 6.5.11 To 6.5.12 not work.


Installation and Configuration

Send your admin login details to support AT jamroom DOT net and along with a link to this thread and I'll login..

--edit--
URL: xxxxxxxxxxxxxxx
user name: xxxxxxxxxxxxx
Password: xxxxxxxxxxx

To support at jamroom dot net
updated by @michael: 03/29/22 12:16:24AM
michael
@michael
03/28/22 10:27:51PM
7,719 posts

Update System Core From 6.5.11 To 6.5.12 not work.


Installation and Configuration

kaminoey:
Thanks for the advice, I've done it but still can't update.
Send your admin login details to support AT jamroom DOT net and along with a link to this thread and I'll login and see whats blocking it.
michael
@michael
03/27/22 11:26:35PM
7,719 posts

Update System Core From 6.5.11 To 6.5.12 not work.


Installation and Configuration

Run the integrity check
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK
check.png check.png - 89KB
michael
@michael
03/09/22 02:02:14PM
7,719 posts

Why does the text sometimes stretch over the border?


Design and Skin Customization

Zachary Moonshine:...so I'm not sure what it is about the jr site that lets it do this....

Its the CSS rules.

--edit--

https://www.w3schools.com/cssref/css3_pr_word-wrap.asp

https://www.w3schools.com/cssref/css3_pr_word-break.asp
updated by @michael: 03/09/22 02:03:56PM
michael
@michael
03/08/22 05:53:25PM
7,719 posts

Why does the text sometimes stretch over the border?


Design and Skin Customization

Whats the URL? The problem is what nate said. The default browser settings do not know where to wrap the word so its being treated as non-wrappable. There are some css options to try to request a break location. 'word-wrap'
michael
@michael
03/07/22 09:49:35PM
7,719 posts

Will JR be supported in 10 years?


Off Topic

Who knows. Depends on how many users are using Jamroom Hosting. That's currently what keeps development progressing.

Whats your plans for 5-10 years?
  25