Loading ...

PHP Melody v1.9

Board index / General Chat / Announcements

News and announcements from our team

Postby Andrew on Feb 25, 2013 11 am


hi this problem, please help or resolving If you give it codes 1.8.1 Whether a single image, such as


Which player is selected to be your default player. Is it JW Player 6 by any chance?

@kandemir - Please email me your URL.

P.S. thank for the other bug reports. We've began sorting bugs today.
PHP Melody v3.0
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
User avatar
Andrew
Founding Developer
 
Posts: 7504
Joined: Jul 07, 2007 1 pm
Reputation points: 428

Postby kandemir on Feb 25, 2013 12 pm


Andrew wrote:
hi this problem, please help or resolving If you give it codes 1.8.1 Whether a single image, such as


Which player is selected to be your default player. Is it JW Player 6 by any chance?

@kandemir - Please email me your URL.

P.S. thank for the other bug reports. We've began sorting bugs today.


Image

I changed the This was a problem in some videos Watermark image the show logo JW Player 6 please help
I sent you with the information
kandemir
Verified Customer
Verified Customer
 
Posts: 34
Joined: Jun 23, 2010 2 pm
Reputation points: 0

Postby surafelm on Feb 25, 2013 5 pm


Is there a way to go back to where you share on facebook and when they click it, it takes them to your website instead of playing it on facebook. I have the same problem as @Kendemir. JW Player 6. I tried to change the OG: properties but its still the same.
surafelm
Verified Customer
Verified Customer
 
Posts: 63
Joined: Dec 16, 2012 11 pm
Reputation points: 13

Postby azizig on Feb 25, 2013 6 pm


Dear
I have a problem when I open my website : http://videos.azizig.com/
“Fatal error: Call to a member function register_function() on a non-object in /home/azizigc/public_html/videos/include/islogged.php on line 2”
It appears after I make modernization to the site
I hope you will fix it in short period because I have necessary work on it.
And please could you tell me about the solution after fixing it ?
Thank you,
azizig
Non-verified
Non-verified
 
Posts: 5
Joined: Jan 12, 2013 7 pm
Location: SYRIA & QATAR
Reputation points: 0

Postby kandemir on Feb 25, 2013 8 pm


azizig wrote:Dear
I have a problem when I open my website : http://videos.azizig.com/
“Fatal error: Call to a member function register_function() on a non-object in /home/azizigc/public_html/videos/include/islogged.php on line 2”
It appears after I make modernization to the site
I hope you will fix it in short period because I have necessary work on it.
And please could you tell me about the solution after fixing it ?
Thank you,



install.php delete
kandemir
Verified Customer
Verified Customer
 
Posts: 34
Joined: Jun 23, 2010 2 pm
Reputation points: 0

Postby azizig on Feb 25, 2013 8 pm


kandemir wrote:
install.php delete


Dear Mr. Kandemir
Thank you for your assistance
Regard,
azizig
Non-verified
Non-verified
 
Posts: 5
Joined: Jan 12, 2013 7 pm
Location: SYRIA & QATAR
Reputation points: 0

Postby surafelm on Mar 02, 2013 7 pm


kandemir wrote:I share on Facebook becomes a problem when the user clicks the play button does not show please help Thank you Andrew
Image

Has anybody figured out the facebook share issue? the videos hosted on my site show the download link on top, but the ones I imported from youtube show a blank rectangle.
surafelm
Verified Customer
Verified Customer
 
Posts: 63
Joined: Dec 16, 2012 11 pm
Reputation points: 13

Postby cristimarcu on Mar 03, 2013 7 pm


Hello,

I have the same issue with share on Facebook !
Has anyone found a solution to this problem ?
Thanks
cristimarcu
Verified Customer
Verified Customer
 
Posts: 10
Joined: Feb 27, 2013 3 pm
Reputation points: 0

Postby brownbloodz on Mar 03, 2013 7 pm


Here's a tutorial on getting the JW player to play on Facebook: http://www.longtailvideo.com/blog/19150 ... jw-player/
Code will have to be modified for melody and added to the header.tpl file.
Sample code:
Code: Select all
<html>
  <head>
    <meta property="og:type" content="movie" />
    <meta property="og:video:height" content="260" />
    <meta property="og:video:width" content="420" />
    <meta property="og:video:type" content="application/x-shockwave-flash" />
    <meta property="og:title" content="Big Buck Bunny" />
    <meta property="og:description" content="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation." />
    <meta property="og:image" content="http://www.example.com/bunny.png" />
    <meta property="og:video" content="http://www.example.com/jwplayer/player.swf?file=http%3A%2F%2Fwww.example.com%2Fbunny.flv&autostart=true" />
  </head>
  <body>
    …
  </body>
</html>

Note: Locally hosted videos won't play on facebook because PHP Melody doesn't save their full path. It only saves them as file name.
User avatar
brownbloodz
Verified Customer
Verified Customer
 
Posts: 1243
Joined: May 01, 2008 8 pm
Reputation points: 261

Postby cristimarcu on Mar 03, 2013 8 pm


@brownbloodz - many thanks for your solution, now is working and redirect me on my site when I press the thumb image with clips
cristimarcu
Verified Customer
Verified Customer
 
Posts: 10
Joined: Feb 27, 2013 3 pm
Reputation points: 0

Postby cristimarcu on Mar 03, 2013 8 pm


I have another problem maybe somebody also had it .
After my domain I have in URL double slashes http://www.mydomain.com//test
Does anyone know how to Remove multiple slashes after domain ?

Thanks
cristimarcu
Verified Customer
Verified Customer
 
Posts: 10
Joined: Feb 27, 2013 3 pm
Reputation points: 0

Postby muzikia on Mar 03, 2013 9 pm


check your config.php - the area where you have to add the domain.
You put a slash there ..if if is is written to take care :)
http://www.ModMyScript.com - PHPMelody plugins and mods since 2008
http://www.HostingWays.com - Shared or VPS Hosting
*** PHP Melody user and plugins maker for 9 years and counting.
User avatar
muzikia
Verified Customer
Verified Customer
 
Posts: 4120
Joined: Mar 24, 2008 6 am
Location: ModMyScript.com - PHPMELODY mods
Reputation points: 167

Postby cristimarcu on Mar 03, 2013 10 pm


@muzikia - after modification looks good , many thanks :)
cristimarcu
Verified Customer
Verified Customer
 
Posts: 10
Joined: Feb 27, 2013 3 pm
Reputation points: 0

Postby mijaz on Mar 03, 2013 11 pm


brownbloodz wrote:Here's a tutorial on getting the JW player to play on Facebook: http://www.longtailvideo.com/blog/19150 ... jw-player/
Code will have to be modified for melody and added to the header.tpl file.
Sample code:
Code: Select all
<html>
  <head>
    <meta property="og:type" content="movie" />
    <meta property="og:video:height" content="260" />
    <meta property="og:video:width" content="420" />
    <meta property="og:video:type" content="application/x-shockwave-flash" />
    <meta property="og:title" content="Big Buck Bunny" />
    <meta property="og:description" content="Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation." />
    <meta property="og:image" content="http://www.example.com/bunny.png" />
    <meta property="og:video" content="http://www.example.com/jwplayer/player.swf?file=http%3A%2F%2Fwww.example.com%2Fbunny.flv&autostart=true" />
  </head>
  <body>
    …
  </body>
</html>

Note: Locally hosted videos won't play on facebook because PHP Melody doesn't save their full path. It only saves them as file name.


How to restore it to be like the phpmelody 1.8 ?
mijaz
Non-verified
Non-verified
 
Posts: 125
Joined: May 22, 2012 8 pm
Reputation points: 10

Postby intercept on Mar 06, 2013 12 pm


Hi after updating i am receiving this error. Anyone a solution for this?

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/admin/domains/domain.com/public_html/include/functions.php on line 1155
intercept
Verified Customer
Verified Customer
 
Posts: 8
Joined: Oct 16, 2008 11 am
Location: Netherlands
Reputation points: 0


Who is online

Users browsing this forum: No registered users and 8 guests

cron