Forum Activity for @michael

michael
@michael
04/17/22 11:26:20PM
7,783 posts

Upgrading an ancient Jamrooom


Installation and Configuration

localhost is fine. All you're looking to do is get the data into a format that works with the current version.

I don't think I have even seen what JR2's sql data looked like. If you want to send the SQL file to support at jamroom dot net I can take a look at the structure you have to see if there are any shortcuts.
michael
@michael
04/17/22 06:57:14PM
7,783 posts

Upgrading an ancient Jamrooom


Installation and Configuration

another possible issue you might run into is PHP versions. I don't know what Jamroom2 required by Jamroom4 could only run on php 5.2 but JR5 needs 5.6+.

So likely you'd need either 2 servers to run the old site and the new.
michael
@michael
04/13/22 08:59:28PM
7,783 posts

2 databases


Installation and Configuration

He's around. Ask a difficult server question and we'll all direct it to him ;)
michael
@michael
04/12/22 08:48:44PM
7,783 posts

2 databases


Installation and Configuration

Look in your config.php file found via SFTP at:
your-site.com/public_html/data/config/config.php

In it it will have the name of the database in use.

in the databases a good place to look for identifying info is in the 'jr_jrcore_settings' table look in the 'module' column for the value 'jrCore' then in the 'name' column for 'system_name' and it should tell you what was set for the sites system name.

It may be from an old site.
michael
@michael
04/08/22 11:09:39PM
7,783 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,783 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,783 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,783 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,783 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,783 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.
  31