Forum Activity for @michael

michael
@michael
01/01/24 06:15:41PM
7,790 posts

URL from button in ACP


Jamroom Developers

do that in your function.

URL_Goes_Here, that function gets called, inside that function redirect to where ever you want to redirect to.
michael
@michael
12/15/23 09:13:50PM
7,790 posts

Unable to remove text field options in config of module.


Design and Skin Customization

Delete the setting from the 'settings' table in the database.
michael
@michael
12/11/23 05:43:32PM
7,790 posts

Beat$Linger Skin Acting Strange


Using Jamroom

Great to hear, well done! :)
michael
@michael
12/10/23 11:10:46PM
7,790 posts

Beat$Linger Skin Acting Strange


Using Jamroom

Has the skin been customzed, it looks like its this rule thats causing the left alignment if that is the issue:
section#profile {
  margin: 0 1em auto !important;
}

2023-12-11_16-09.jpg 2023-12-11_16-09.jpg - 209KB
michael
@michael
12/07/23 03:58:43PM
7,790 posts

Is my websites Hacked?


Using Jamroom

Yes. If you didn't put those in there change your password for all admin accounts now.

To delete those keys if the DELETE button doesn't work open up /data/config/config.php and you will see them there. Delete and save the file.

Don't delete the required fields, it should look like this screenshot.

Actually could you save the config.php file, zip it and send it to us, I'd like to have a look at it. send it to support at jamroom dot net with ATTN: Michael and a link to this thread.

thanks.
should.jpg should.jpg - 224KB
michael
@michael
12/04/23 10:48:57PM
7,790 posts

Stream Pay


Using Jamroom

I think there might be some confusion as to what the module does. It allows the owner of the site to pay the profiles on the site when someone streams something. If you're the owner of the site and the profile there's gong to be no money.

The concept is something along the lines of:
* owner of the site wants to incentivize bands to upload songs to their site so offers to pay $x per stream.
* visitors to the site want to listen to the band so come and listen to the songs.
* the owner of the site pays the bands for how many streams the visitors listen to.
* the owner of the site needs to figure out how to get money from those visitors by himself.

Some ways are:
- displaying advertising on the site and getting money from the advertisers
- selling subscriptions to the visitors. x songs stream free, then buy a subscription / month to stream more.
michael
@michael
12/04/23 05:41:45PM
7,790 posts

Stream Pay


Using Jamroom

For payout issues you need to contact the owner of the site, they are the one that will pay you.

If that is something one of your users has asked, then you need to pay them.

Where are you clicking "details" could you send a screenshot?
michael
@michael
11/30/23 01:55:43PM
7,790 posts

jamroom_chart_history


Using Jamroom

Either could be as both are configurable but the jr_jrc..... one would be my guess as to the most recent one.
michael
@michael
11/29/23 04:34:20PM
7,790 posts

jamroom_chart_history


Using Jamroom

That's not particularly large for a regularly used site. Images are more likely to take up space than the database.

They look like 2 different databases, one has the prefix 'jamroom_' the other 'jr_'. Best to figure out which you are using for your site, you can probably delete the other.

Deleting anything will loose something from your site. eg that jr_jrcomment_item_key is the comments people have made. it works in conjunction with the jr_jrcomment_item table, so those 2 need to be kept in sync.
  18