vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Profile Enhancements - Golzarion music player in user profile - HTML 5 (https://vborg.vbsupport.ru/showthread.php?t=302487)

OUTL4W 10-28-2013 03:23 AM

Quote:

Originally Posted by Golzarion (Post 2456202)
It is on your forum's root and the folder name is : "mp3";


It may be because of your server configuration ... double check the folder "mp3" permission (you should have sufficient permission to upload file via php on this folder ) and also check server " temp " folder name on your php.ini ...
If you do not access "php.ini" on your server ,please ask your hosting company about the temp folder for uploading via php and then on "mp3.php" find :

Code:

move_uploaded_file($_FILES["SelectedFile1"]["tmp_name"],"mp3/".$fname) or die("<b>Error! Check folder permission!</b>");
and change "tmp_name" to the correct name of temp folder depending on your server configuration .

I hope it helps ...
/
I have installed this mod on two forums personally whith default setting and no chages was required !
It works perfect .

my php.ini is located in:
/usr/php4/lib/
snippet from php.ini
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
upload_max_filesize = 6M


my forum is not located under root....was changed long ago for security reasons....can I point the red text to any folder of my choosing where the forums are located?

Golzarion 10-31-2013 03:42 PM

Quote:

my forum is not located under root....was changed long ago for security reasons....can I point the red text to any folder of my choosing where the forums are located?
I guess this is the point! Please check that the folder "mp3" exists on your forum main directory , I mean the place where your forum files and folders are existed.
and check the folder permission again.
for example if your forum path is something like :

www.yourdomain.com/forums/forum.php

Then your "mp3" folder should be on :

www.yourdoain.com/forums/mp3

I hope it would be helpful :)

mohammadxxx 01-15-2014 02:17 AM

Hi
I did all the things you said in the first post to the last.
But still not playing music!
Why ?

(Description : I transferred your code into postbit_legacy)

hazem_aliraqi 06-27-2015 12:07 PM

when i upload another mp3 it not play

its play the old mp3 (not refresh to new mp3 )

Golzarion 06-28-2015 09:55 AM

Quote:

Originally Posted by hazem_aliraqi (Post 2548735)
when i upload another mp3 it not play

its play the old mp3 (not refresh to new mp3 )

I have explained in this post : https://vborg.vbsupport.ru/showpost....3&postcount=10

It is because of your web browser cache !

hazem_aliraqi 07-03-2015 01:40 PM

ok

i want the conditional to show or hide it for member not upload mp3

like this

<vb:if condition="$show['mp3']">
code here
</vb:if>

abouobaide 05-14-2016 08:41 AM

can you upgrade your MOD to working with attachmennt ,"to play mp3 attachement"


All times are GMT. The time now is 03:18 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01098 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete