• Welcome to PHPVIBE Forums. Please log in.
avatar_arnlweb

[ Video Sharing CMS v4 ] Phpvibe issues embed code not working

Started by arnlweb,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

arnlwebTopic starter

Hi Admin, I tested many times.... iframe / embed code does not working both version 3.6 and 3.6 2nd edition.

Please check this video for details:
http://youtu.be/QEm6YMxuynw

Kindly update it.
Thank you.
Web Development Services
  •  

webmaker

  •  

Marius P.

The release works fine, early version (one on videoscriptdemo.com also) had an issue in com/com_video.php but it was patched.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

arnlwebTopic starter

Can you send me the working source code, I will upgrade to 3.6 2nd edition later.
Web Development Services
  •  

webmaker

Actually,  I just updated the other day.  And still had the same problem with embedding.  Maybe it is because I am not using a sub-domain.  But,  either way,  I had to make the same alterations to the code as before mentioned in the other thread.
  •  

arnlwebTopic starter

I update the code a bit and it's working on my website, http://www.axomtube.com

instead of.............

//if((get_option('remote-player',1) == 1) || (get_option('choosen-player',1) == 1) || ($video->media == "2") || $vid->VideoProvider == "youtube")   {   

to........................

if((get_option('remote-player',1) == 1) || (get_option('choosen-player',1) == 1) || ($video->media == "2") || $vid->VideoProvider == "youtube" || $vid->VideoProvider == "") {

Please check and let me know.
Thank you.
Web Development Services
  •  

Marius P.

Actually all that if was removed, the filter is added by default now (no if wrapping it).
@webmaker I'll test again.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

imranw

I am running in to an issue where embed code issued by php is not working and I am getting following error:

Not Found

The requested URL /embed/66/ was not found on this server.
  •  

Marius P.

Quote from: imranw on
I am running in to an issue where embed code issued by php is not working and I am getting following error:

Not Found

The requested URL /embed/66/ was not found on this server.

give more details about your site.
This is now embed code issues, is most probably an .htaccess issue.
Is you site located in a folder or...?
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

imranw

no worries...it was fixed...was a htaccess issue...thnx
  •  

lowpage

Quote from: imranw on
no worries...it was fixed...was a htaccess issue...thnx

Why woudn't you detail how to fix? People coming for this exact reason would also like to know how to fix this issue
  •  

Marius P.

This lies in the manipulation of this line:

RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]



For most it works fine, for some needs:


RewriteRule ^embed/([^/]*)/$ embed.php?id=$1 [L]


or different combinations.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)