Author Topic: [MOD] Integrar Google VIDEO y YouTube  (Read 182893 times)

0 Members and 1 Guest are viewing this topic.

Offline alsunna

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #45 on: October 19, 2006, 04:45:42 PM »
Does anyone else know ?

Offline alsunna

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #46 on: October 20, 2006, 03:15:17 PM »
Can anyone help? Why do I get this error when doing all the steps rigth?

i get this errror


DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.“google_id”, i.“youtube_id”, c.cat_name, u.user_name FROM (4images_images i, 4images_categories c) LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0) ORDER BY i.image_date DESC LIMIT 3
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 '“google_id”, i.“youtube_id”, c.cat_name, u.user_name FROM (4images_image' at line 1

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home3/mehsus/public_html/includes/db_mysql.php on line 116


Offline alsunna

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #47 on: October 20, 2006, 03:26:42 PM »
I just added the file instal_video.php, how do you execute it? it loads properly, I did not edit it but the Database gave an error.

Offline excitex2

  • Addicted member
  • ******
  • Posts: 1.590
  • He desactivado la galería y el buscador
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #48 on: October 21, 2006, 12:22:12 AM »
Greetings,,,

The error that it gives you is because in your data base the field google_id and the field youtube_id you have "" in inverted commas.

This is bad : “google_id” “youtube_id”
This is well : google_id youtube_id

Not if you will understand to me, use a translator of the network.

excitex2
Lo importante no es saber,,, lo importante es tener el E-Mail de quien sabe

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #49 on: October 28, 2006, 01:11:45 PM »
My you tube works fine but google dont work does anyone know why ?
« Last Edit: October 29, 2006, 01:06:00 AM by __G__ »

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #50 on: October 29, 2006, 04:12:38 AM »
i found the bug why the google video wasnt working it had a extra space in the code thats why it wasnt working if someone else is having the same issue here is the thing

[qcode]{if google_id}
<embed style="width:400px; height:326px; "id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId={google_id}" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="noScale" salign="TL" FlashVars="playerMode=embedded"> </embed>
{endif google_id}

{if youtube_id}
<object width="476" height="392"><param name="movie" value="http://www.youtube.com/v/{youtube_id}"></param><embed src="http://www.youtube.com/v/{youtube_id}" type="application/x-shockwave-flash" width="476" height="392" ></embed></object>
{endif youtube_id}[/qcode]

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #51 on: November 03, 2006, 05:44:38 PM »
is it possible when we click on download when the video is streaming the flv file should start downloading ?

Offline egyptsons

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Egypt Sons
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #52 on: November 04, 2006, 12:41:00 AM »
 8) cool
Thanx God

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #53 on: November 06, 2006, 04:51:17 AM »
Hi i wonder if someone can help us adding the yahoo video to this mod as well...

Offline theolbap

  • Full Member
  • ***
  • Posts: 118
  • Search Google "AH"
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #54 on: November 24, 2006, 10:59:53 PM »
Esto es en Español no mezclen los idiomas me vuelvo loco!!!...  :?

Ya tengo instalado el MOD y funciona de maravilla, ahora ando buscando como integrar los campos YouTube y Google para el formulario "Upload", que los usuarios suban directamente los link de youtube o google, como se haria eso? (yo admin lo puedo hacer desde el panel de control, pero no los usuarios visitantes)

Saludos y gracias

TheOlbap

Offline diabolik

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #55 on: November 26, 2006, 05:09:07 AM »
hola exelente mod pero reemplase este codigo en los templates de postcard  [qcode]{image}[/qcode] por 
[qcode]{if google_id}
<embed style="width:400px; height:326px;" id="VideoPlayback" align="middle" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId={google_id}" allowScriptAccess="sameDomain" quality="best" bgcolor="#ffffff" scale="noScale" salign="TL" FlashVars="playerMode=embedded"> </embed>
{endif google_id}

{if youtube_id}
<object width="476" height="392"><param name="movie" value="http://www.youtube.com/v/{youtube_id}"></param><embed src="http://www.youtube.com/v/{youtube_id}" type="application/x-shockwave-flash" width="476" height="392"></embed></object>
{endif youtube_id}[/qcode]

pero me sale en blanco los 2 reproductores vacios  espero me puedan ayudar

Offline alsunna

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #56 on: November 28, 2006, 07:15:09 PM »
Ouch.

Any translations?

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #57 on: December 22, 2006, 05:02:32 PM »
i have a question like the video plays in a small box can we also put a link rite on our website to view the video in full screen rite from our website instead of going to youtube ?

Offline __G__

  • Sr. Member
  • ****
  • Posts: 286
    • View Profile
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #58 on: December 26, 2006, 03:34:43 AM »
can anyone help in this ?

Offline hoelzlmani

  • Newbie
  • *
  • Posts: 24
    • View Profile
    • http://www.smssprueche.net
Re: [MOD] Integrar Google VIDEO y YouTube
« Reply #59 on: January 07, 2007, 09:22:12 PM »
i have a problem with the mod.
i used a pic, and thumbpic, name and place a link into the youtube field. the upload is fine. now i would like to test, but i only see the pic and no video, under the pic i have the following error.

http://www.youtube.com/watch?v=xxxxxx “>http://www.youtube.com/watch?v=xxxxxxxx” type= " application/x-shockwave-flash " width= " 476 " height= " 392 " >

under the pic is some white space, i think here should normaly be the video.

the same is with googlevideo. i used IE7 and firefox.

what is wrong?

http://hoelzlmani.uttx.net/hoelzlmanfred/4images/details.php?image_id=2

PS: i see now the google video, but i can´t play, only the window is here, youtube is only a white field.
« Last Edit: January 07, 2007, 09:54:23 PM by hoelzlmani »