Jump to content
MakeWebGames

Profile Music


iseeyou94056

Recommended Posts

in preferences.php add these cases

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

then add these links

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

then find

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

right above it add

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

open viewuser.php and find

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

right under it add

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

then add this to the users table in the db

 

ALTER TABLE `users` ADD `music` TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL ,

ADD `musicc` ENUM( 'Off', 'On' ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Off';

Link to comment
Share on other sites

Re: Profile Music

if you list the music on your site and it gets large most certainly it will raise flags for streaming music. There are rights that need to be protected for artists as there is for digital rights for programmers.

If you allow them to link off to a song that would be different.

TJ

Link to comment
Share on other sites

Re: Profile Music

 

if you list the music on your site and it gets large most certainly it will raise flags for streaming music. There are rights that need to be protected for artists as there is for digital rights for programmers.

If you allow them to link off to a song that would be different.

TJ

 

but it would take a lot and they do give warnings but most of gas now dont got many users so it is ok

Link to comment
Share on other sites

Re: Profile Music

ya to make it auto play take the

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

and replace it with

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

that should work it may bother some of your users tho

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...