Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2011-10-18 21:50:01

jimmyblaze
Member
From: NY
Registered: 2011-07-13
Posts: 57
Website

Some videos will not play, Black square where video should play.

Anyone else have this issue?  Flowplayer area is just black square.

Offline

#2 2011-10-18 21:55:42

Coscast
Member
From: Germany
Registered: 2010-10-03
Posts: 546

Re: Some videos will not play, Black square where video should play.

Hey,

Plx provide a demo URL.


sgt-halfsize-banner.jpg

Offline

#3 2011-10-18 21:57:14

jimmyblaze
Member
From: NY
Registered: 2011-07-13
Posts: 57
Website

Re: Some videos will not play, Black square where video should play.

-Removed-

Last edited by jimmyblaze (2011-10-18 22:06:50)

Offline

#4 2011-10-18 22:02:00

jimmyblaze
Member
From: NY
Registered: 2011-07-13
Posts: 57
Website

Re: Some videos will not play, Black square where video should play.

Anyone else have this problem?  I already suspended over 1000 videos. sad

Offline

#5 2011-10-18 22:05:10

Coscast
Member
From: Germany
Registered: 2010-10-03
Posts: 546

Re: Some videos will not play, Black square where video should play.

I had a quick look into your Source via Firefox:

http://truflix.com/modules/video/player … hp?id=5288

Query: SELECT a.adv_id, a.url, a.media_type, a.media_url,
                                   a.media_ext, a.duration, a.position, a.expire
                                FROM adv_player AS a
                                WHERE a.adv_id IN ()<br />Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4<br />Error Number: 1064

Thats why it does not work.
I'am not a php expert, so pls wait till Adrian shows up. He will fix that, i'am sure.

BTW: Nice looking Site.

Last edited by Coscast (2011-10-18 22:07:56)


sgt-halfsize-banner.jpg

Offline

#6 2011-10-18 22:07:43

jimmyblaze
Member
From: NY
Registered: 2011-07-13
Posts: 57
Website

Re: Some videos will not play, Black square where video should play.

smile I know, I am definitely waiting for Adrian.  Thank you for the help and comment.

Last edited by jimmyblaze (2011-10-18 22:09:09)

Offline

#7 2011-10-19 07:58:17

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Some videos will not play, Black square where video should play.

I'll check via FTP today.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#8 2011-10-22 15:36:16

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Some videos will not play, Black square where video should play.

Fixed.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#9 2011-10-24 06:47:23

BumbleBee
Member
Registered: 2011-10-22
Posts: 18

Re: Some videos will not play, Black square where video should play.

Same error...
I have small fix :
Open file modules/video/helpers/player.php

Search for:

$ids        = unserialize($row['adv_video']);

And replace by:

$ids        = unserialize((array) $row['adv_video']);

Now work correctly smile


Sorry for my bad english smile

Offline

#10 2011-10-24 08:11:38

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Some videos will not play, Black square where video should play.

Yes. That was a bug. I already fixed it. It only appeared when you used the instream video advertising.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#11 2011-10-25 14:22:53

BumbleBee
Member
Registered: 2011-10-22
Posts: 18

Re: Some videos will not play, Black square where video should play.

Reopening this bug :

When i have assigned player text ad with a sponsor, i get sql error

Query: SELECT a.adv_id, a.url, a.media_type, a.media_url, a.media_ext, a.duration, a.position, a.expire FROM adv_player AS a WHERE a.adv_id IN ()
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4
Error Number: 1064

I mean bug is still in  /modules/video/helpers/player.php, but in this line:

WHERE a.adv_id IN (".implode(',', array_keys($ids)).")");

Can you please send fix? Thank you smile


Sorry for my bad english smile

Offline

#12 2011-10-25 16:09:43

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Some videos will not play, Black square where video should play.

I didnt add it to main archive yet, but i will tomorrow and send you the modified files (actually i did add but the 1.0 and i cant send that completly, because i didnt test, so i'll select only the files required to fix this bug).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#13 2011-10-25 16:10:59

BumbleBee
Member
Registered: 2011-10-22
Posts: 18

Re: Some videos will not play, Black square where video should play.

ok, thanks for reply !


Sorry for my bad english smile

Offline

#14 2011-10-27 23:49:35

jimmyblaze
Member
From: NY
Registered: 2011-07-13
Posts: 57
Website

Re: Some videos will not play, Black square where video should play.

Anyone getting this now?  Some of he videos that I upload look like this..lol.  Then after 20 seconds the video appears.

2hcj9z4.png

Offline

#15 2011-10-29 18:11:27

jimmyblaze
Member
From: NY
Registered: 2011-07-13
Posts: 57
Website

Re: Some videos will not play, Black square where video should play.

Can someone tell me what folder this in so I can fix it:

There is a problem with your metadata injector, it sets a width of 0:

flvmeta --dump --yaml 21125.flv | egrep 'width|height'
width: 0
height: 480

Running a non-broken injector leads to the correct result:

flvmeta 21125.flv 21125-X.flv
flvmeta --dump --yaml 21125-X.flv | egrep 'width|height'
width: 640
height: 480

Playing 21125-X.flv then does not exhibit the problem.

Offline

#16 2011-10-30 07:25:23

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Some videos will not play, Black square where video should play.

You cannot fix this directly because you would need to replace yamdi. In your case you are hotlinking which means you cannot inject the meta tags with yamdi/flvmeta because the file is not on your server.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#17 2012-01-05 16:52:39

ful2fun.com
Member
From: GB
Registered: 2011-09-16
Posts: 1,040
Website

Re: Some videos will not play, Black square where video should play.

I Am Having Same Problem Sometimes Videos Uploaded Plays And Maxmium Time They Do Not Play Do Not Know Why Just Blank Space Appears


ful2fun.com
livesexpirates.com

Offline

#18 2012-01-05 17:01:16

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Some videos will not play, Black square where video should play.

I think its because of yamdi, but i'm not sure yet. Still researching.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#19 2012-01-05 17:06:10

ful2fun.com
Member
From: GB
Registered: 2011-09-16
Posts: 1,040
Website

Re: Some videos will not play, Black square where video should play.

Its Ok Bro Problem You Can Try It STarts And Stop Till Now Many Times So Its Better We Find Permanet Solution And When 1.0 Is Releasing.


ful2fun.com
livesexpirates.com

Offline

#20 2012-01-05 18:34:49

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Some videos will not play, Black square where video should play.

You are right. The problem however is that this is happening only for a few videos, and there's nothing specific about those videos.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#21 2012-01-05 18:56:19

ful2fun.com
Member
From: GB
Registered: 2011-09-16
Posts: 1,040
Website

Re: Some videos will not play, Black square where video should play.

symtab wrote:

You are right. The problem however is that this is happening only for a few videos, and there's nothing specific about those videos.


Only Uploaded Videos Not Playing Mainly But I Will Try On My Behalf Also To Check On Some Other Hosts Is It Working Or Not Correctly .But Over All Script Is Good And Money Returning Thing.



ful2fun.com
livesexpirates.com

Offline

Board footer

Powered by FluxBB