1
test1000
Re: x_movie module installation help
  • 2007/6/16 12:38

  • test1000

  • Just popping in

  • Posts: 4

  • Since: 2007/6/11


Quote:

wcrwcr wrote:
Hi x_movie users.

As that seems to be the official x_movie thread, i´d like to ask if someone of you had some errors trying to use the URL or embed feature.

I´m receiving a "111.Connection refusedNotice" error when php debug is turned on and also a "Warning [PHP]: fsockopen() [function.fsockopen]: unable to connect to www.youtube.com:80 in file modules/x_movie/tpl_imgtype.php line 195" , that leads me to a function using fsockopen() as follows:

//httpƒwƒbƒ_Žæ“¾
function get_http_response($host$senddata)
{
$result="";
    
$obj fsockopen("$host",80,$errno,$err,15) or die($errno.".".$err);
    
fputs($obj$senddata." ".$host."rnrn");
    while(!
feof($obj)){
    
$result .= fgets($obj,1024);
    }
    
fclose($obj);
return (
$result);
}


Wonderin if that error has something to do with my host "possible" restriction to that function.

Any clue, will be great

Thanks


Did you try the version i posted, cause it seems to be running well for me



2
test1000
Re: x_movie module installation help
  • 2007/6/14 20:13

  • test1000

  • Just popping in

  • Posts: 4

  • Since: 2007/6/11


Quote:

optikool wrote:
Hi test1000,

Can you provide the bug fix code so I can integrate it into my version os x_movie? I have added the ability to stream movies from anywhere on the net, particularly divx movies that's not hosted at stat6 and it would probably be easier to add your code.

Thanks for the fix!!

Optikool


Sorry actually i have nothing to do with the bug fixed version, im only an user of it. But maybe i can help with my small x_movie know how :)



3
test1000
Re: x_movie module installation help
  • 2007/6/11 12:36

  • test1000

  • Just popping in

  • Posts: 4

  • Since: 2007/6/11


the bugfixed version of X_Movie english for those, who still need it

http://www.einfach-computer.info/modules/wfdownloads/viewcat.php?cid=13




TopTop



Login

Who's Online

127 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 127


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits