PHP Melody v1.9
Board index / General Chat / Announcements
67 posts • Page 4 of 5 • 1, 2, 3, 4, 5
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
New Series Module? Publish series and episodes right from PHP Melody's Dashboard -->
https://demo.phpmelody.com/admin/series.php
-
Andrew - Founding Developer
- Posts: 7504
- Joined: Jul 07, 2007 1 pm
- Reputation points: 428
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.

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
- Posts: 34
- Joined: Jun 23, 2010 2 pm
- Reputation points: 0
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
- Posts: 63
- Joined: Dec 16, 2012 11 pm
- Reputation points: 13
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,
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,
Missing him |
http://www.youtube.com/watch?v=Sy2eiMNNazc
How great you are , O Messenger of God
http://www.youtube.com/watch?v=o-xXZuHn ... XqxWApfp1D
http://www.youtube.com/watch?v=Sy2eiMNNazc
How great you are , O Messenger of God
http://www.youtube.com/watch?v=o-xXZuHn ... XqxWApfp1D
- azizig
- Non-verified
- Posts: 5
- Joined: Jan 12, 2013 7 pm
- Location: SYRIA & QATAR
- Reputation points: 0
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
- Posts: 34
- Joined: Jun 23, 2010 2 pm
- Reputation points: 0
kandemir wrote:
install.php delete
Dear Mr. Kandemir
Thank you for your assistance
Regard,
Missing him |
http://www.youtube.com/watch?v=Sy2eiMNNazc
How great you are , O Messenger of God
http://www.youtube.com/watch?v=o-xXZuHn ... XqxWApfp1D
http://www.youtube.com/watch?v=Sy2eiMNNazc
How great you are , O Messenger of God
http://www.youtube.com/watch?v=o-xXZuHn ... XqxWApfp1D
- azizig
- Non-verified
- Posts: 5
- Joined: Jan 12, 2013 7 pm
- Location: SYRIA & QATAR
- Reputation points: 0
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
- Posts: 63
- Joined: Dec 16, 2012 11 pm
- Reputation points: 13
Hello,
I have the same issue with share on Facebook !
Has anyone found a solution to this problem ?
Thanks
I have the same issue with share on Facebook !
Has anyone found a solution to this problem ?
Thanks
- cristimarcu
- Verified Customer
- Posts: 10
- Joined: Feb 27, 2013 3 pm
- Reputation points: 0
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:
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.
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.
-
brownbloodz - Verified Customer
- Posts: 1243
- Joined: May 01, 2008 8 pm
- Reputation points: 261
@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
- Posts: 10
- Joined: Feb 27, 2013 3 pm
- Reputation points: 0
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
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
- Posts: 10
- Joined: Feb 27, 2013 3 pm
- Reputation points: 0
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
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.
http://www.HostingWays.com - Shared or VPS Hosting
*** PHP Melody user and plugins maker for 9 years and counting.
-
muzikia - Verified Customer
- Posts: 4120
- Joined: Mar 24, 2008 6 am
- Location: ModMyScript.com - PHPMELODY mods
- Reputation points: 167
@muzikia - after modification looks good , many thanks 

- cristimarcu
- Verified Customer
- Posts: 10
- Joined: Feb 27, 2013 3 pm
- Reputation points: 0
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
- Posts: 125
- Joined: May 22, 2012 8 pm
- Reputation points: 10
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
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
- Posts: 8
- Joined: Oct 16, 2008 11 am
- Location: Netherlands
- Reputation points: 0
67 posts • Page 4 of 5 • 1, 2, 3, 4, 5
Who is online
Users browsing this forum: No registered users and 4 guests