91
optikool
Re: x_movie module installation help
  • 2007/8/23 19:52

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


suico,

Make sure you give thumb folder write access so your thumbs can be saved. Also post any issues you have.



92
optikool
Re: x_movie module installation help
  • 2007/8/23 16:22

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


If you don't want to go through the process of combining two or three different versions of x_movie into one you can download the one I've been working on here. X_movie

Here is a run down of the list of features I have added and fixes I have made.

Description:
This is my version of x_movie that I've been working on. I don't know what happened to the original writer of this module so I decided to work on this module myself. This module has additional features, one being the ability to stream divx movies from stage6 or your local server. This module also gives you the ability to add the dimensions of the video while at the same time setting a default max size and width you want to display. The video will be automatically resized if it goes past the max width. For those of you that embed video from you local server you will need to create the embedding code. You can find examples on any YouTube or Stage6 site. You only need everything that is contained in the <embed> tag. Everything else is not needed. If you do an upgrade, please compare the x_movie and x_movie_mod tables with the tables in the sql file. If you don't see height and width in your table please add them. (This is not necessary if you are doing a clean install) Please post all comments about errors here so I can fix them.

Download History:
- Added ability to allow/deny registered users post access
- Fixed Upload of movie issue
- Fixed mpeg movies not playing

- Changed the way random and latest videos with thumbnails displays. Clicking on the movie thumbnail will now open the page on the site instead of opening a new page.

Version: 2.6 Updated: Thu, 23-Aug-2007

- Fixed URL formatting for Divx links
- Fixed the way video's are resized to meet max resolution
- Added getID3 support
- Uploaded files, links and URL that are not in shockwave or quicktime format will try to be parsed for their attributes. (ex. width, height, time, bitrate)
- Added the ability to set the width and height attributes in the modify menu
- x_movie will now try and retrieve the thumnail of divx links and embedded code
- embedded code is now parsed for their size and width
- Added Divx support logo



93
optikool
Re: x_movie support site ?
  • 2007/8/13 3:37

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


Rectis,

Take a look at the sql file supplied with this modules and look for the following line...

#
# Table structure for table `mymovie_links`
#

Make sure your database structure matches the database structure of the table below this heading. You are missing the "width" field. You are probably also missing the "height" field too. You can use your database admin to add these fields to thet x_movie table.



94
optikool
Re: x_movie support site ?
  • 2007/8/11 19:59

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


Rectis,

The current module does not support disabling the submit video button for registered users. I have added support for this on the module version I have been working on. You can find it on my web site. The colors can be changed by modifying the style.css located in the root directory of the x_movie module.



95
optikool
Re: x_movie support site ?
  • 2007/8/9 19:42

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


Quote:

konaafob wrote:
Thanks optikool. I saw video upload feature and when I uploaded the file it uploaded but I don't see the uploaded files in uploads folder ( which I created and changed the permissions to 777 ) or I don't it in the files to be Approved list.

Do you have any plans to convert the uploaded videos into .FLV files ?


konaafob,

I'm still looking into the flv support, unfortunately my live server is running Fedora Core 4 and ffmpeg and flvtool2 is not apart of this package and is also not an easy thing to install. I'm seeing if I can upgrade to Fedora Core 5 which would allow me to just use Yum to get these installed. In the mean time I have virtual machines at work where I have FC5 and Ubuntu installed so during my free time I'm working on a script to convert a movie to flv format. I will let you know when it's finished and integrated into my version of x_movie. Keep in mind, if your Service Provider doesn't have ffmpeg or flvtool installed on the server you wont be able to use this feature.



96
optikool
Re: x_movie support site ?
  • 2007/8/9 19:34

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


mrphilong,

I uploaded the version of this module you are using here GG Eyenetdesigns and it appeared to work accept for the already defined error constants posted earlier and the text still being in Japanese at the top of the movie main menu. The only think I didn't like it it didn't resize the video to maintain the ratio. Also I'm not sure why it shows the size of the file when it should show the length of the video. The video on this site is an uploaded video.



97
optikool
Re: x_movie support site ?
  • 2007/8/7 15:38

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


mrphilong,

Yes I saw this site. It's Ft24v2's site and he's using his own hacked version of this module. This is evident when you look for the Most Viewed, Submit a Film, Movie Index and Highest Rating. I think he is still using the Japanese Kanji text. The only think I can suggest is you attach the current module you are using zipped and I will try it on one of my test sites. I have 5 test sites I am using to test various modules and the version that I have has worked on all sites. You can see them working at the following sites that I have public... Optikool, Bluehalo Guild and Sons of Azeroth



98
optikool
Re: x_movie support site ?
  • 2007/8/4 7:44

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


mrphilong,

I'm not sure why you are getting that error message. Your version isn't the same as the one I'm using. The closest reference to _MI_X_MOVIE_SMNAME1 on my version is on line 390. I assume you are not using the English version are you? I don't have the Vietnamese language files in my version so that in itself could be a problem.

Ft24v2,

I don't receive any of those errors you mentioned. Mine has been tested with XOOPS 2.0.16 also.

Both of you need to look through your blocks.php, main.php, modinfo.php and any other place you used the word define and make sure those constants haven't been defined twice, because somewhere they have. As for the undefined constant, make sure where ever you defined _MI_X_MOVIE_SMNAME1 it is being recognized. If you don't have it defined in your modinfo.php, you should put it there since MI is short for modinfo.



99
optikool
Re: x_movie support site ?
  • 2007/8/4 1:44

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


Most likely they have put code in to accept bbcode, however that wasn't included in the x_movie modules. But I would be interested to no if XOOPS prints out an error message and what that error message is.



100
optikool
Re: x_movie support site ?
  • 2007/8/3 16:40

  • optikool

  • Not too shy to talk

  • Posts: 154

  • Since: 2007/3/26


mrphilong,

Did you get that bottom bar that shows your copyright information along with the _MI_X_MOVIE_SMNAME3 that's showing by enabling the "Module Video Footer Text/HTML"? If so, the Footer only accepts html and text. It doesn't accept XOOPS bbcode.




TopTop
« 1 ... 7 8 9 (10) 11 12 13 14 »



Login

Who's Online

153 user(s) are online (70 user(s) are browsing Support Forums)


Members: 0


Guests: 153


more...

Donat-O-Meter

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

Latest GitHub Commits