BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Information
 XMM Online database: onex
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Salomons
Starting Member

4 Posts

Posted - 26 May 2010 :  23:26:23  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello, will in the future option to edit the list from the web? debris patches, or add alerts. Thank you for your reply
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 31 May 2010 :  12:32:43  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
quote:
Originally posted by reggi


I just wanted to ask you if it is allowed to edit your code so I can make a php site for my series?
I'm not that good in php but when I edit your code it would be very helpful.

If not, just PM me.



Hi there,

I do not have problem at all if you change the code. Maybe you could share your results :-)
Currently I do not have the time to progress with onex or MyLittleNMTExport, but I hope, that this will change in a few weeks...

Best regards
ternot
Go to Top of Page

Salomons
Starting Member

4 Posts

Posted - 31 May 2010 :  14:13:03  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hand, I propose to replace a file config.inc to config.php. Or your own name. When you enter manually into your browser address our list and add config.inc to display our passwords and logins to the database. It is not safe.
Folders: covers and photos can have on the many thousands of items. Perhaps it would be good to do subfolders? In addition, Onex Works Great
Sincerely.
Go to Top of Page

wakamoto
Starting Member

12 Posts

Posted - 17 Aug 2010 :  01:57:22  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Tornet,

Could you check your email, I have just sent you an email in regards to XMM database php.

Thanks
Go to Top of Page

wakamoto
Starting Member

12 Posts

Posted - 17 Aug 2010 :  03:35:08  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Arrrghhh...

Please help Tornet...

I am pulling my hair out trying to get it to work. I can create a php script to create database and table in mysql. Everything looks fine and dandy.

Once I try to run the import.php. Oh boy. it doesn't seem to go very far.

I can see that it created folder split and split ed my XML into 2 files. other than that nothing really happened.

I checked the mysql admin, I do not see my movie database is populated with any table nor data. I named my database as "XMM_Movie_Database"

Please take a look at your email. It has the link to my site.

Thanks a lot.
Go to Top of Page

wakamoto
Starting Member

12 Posts

Posted - 18 Aug 2010 :  01:40:57  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Ternot, Where are you?
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 19 Aug 2010 :  16:26:27  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi there...

onex is using magic quotes... As I can see in your phpinfo, magic_quotes... are currently disabled... Could you try the script with enabled magic quotes?

Best regards
ternot
Go to Top of Page

wakamoto
Starting Member

12 Posts

Posted - 20 Aug 2010 :  01:11:16  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for Input Ternot, I changed all 3 settings that use magic quotes to on but no luck. I wonder if I need to turn all of them on?

magic_quotes_gpc On On
magic_quotes_runtime On On
magic_quotes_sybase On On





Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 20 Aug 2010 :  09:15:01  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well,

I searched the net for the problem... I was wrong with the magic quotes... Please change short_opentag to "On"

And for security reasons:
Please change line 10 of the file index.php from
include("config.inc");
to
include("config.php");


Then rename the file "config.inc" to "config.php"

Best regards
ternot

Edited by - ternot on 20 Aug 2010 09:20:30
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 20 Aug 2010 :  12:29:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Ternot,

Can you send to me a zip with all these modifications? I don't want make mistakes. I will put in the next release.

Thank you!

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 20 Aug 2010 :  13:45:15  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Alessio,

it's currently not something like a release, it's more a "test"...
Can you also give it a try?
If an error occurs, change logging=0 to logging=1 in the ini file... Then a log file is created...

ternot
Go to Top of Page

wakamoto
Starting Member

12 Posts

Posted - 20 Aug 2010 :  17:27:52  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks for more input Ternot. I think we have a progress after changing the php.ini short_opentag to "On".

I was able to look at the status display for the first time while it's importing or doing something other than just a gif file that show the animation.

I included a link to a documented errors msg that I received to your email for further analysis.

Thank you all for helping.
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 20 Aug 2010 :  21:57:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
OK Ternot...

sorry for not-sending you my files, I was really busy these days.

I will try to make tests tomorrow. Thank you for the files!

Alessio

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

wakamoto
Starting Member

12 Posts

Posted - 25 Aug 2010 :  04:27:04  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Thanks all for the help, it works great now.
Go to Top of Page

Alessio Viti
Forum Admin

Italy
9171 Posts

Posted - 25 Aug 2010 :  04:50:03  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Yes, I confirm it too,

Now everything is working.

Thank you!

Ale

http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
Go to Top of Page

Kebyh
Starting Member

17 Posts

Posted - 09 Sep 2010 :  19:18:42  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Wow,

I just found out about this thread ternot, and honestly it looks gorgeous!!!!
Actually i know nothing about programation, mysql and that kind of things so i guess i can't do anything with it but i just wanted to say that you did a great work as this is how i d like my database to look if it was on internet.

cheers.
Go to Top of Page

elvio@emarinho.com
Starting Member

1 Posts

Posted - 24 Jan 2011 :  15:53:13  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,
This tool is great.
Amazing work Ternot.

Are there any online version that I can see?, instead of screen shots?

thanks
Go to Top of Page

mouh_stach007
Starting Member

13 Posts

Posted - 18 Mar 2011 :  18:03:00  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi I'm actually experiencing problems with your plugin.
I want to put a html version of my XMM database on my webserver which is a NAS synology.

I've installed phpmyadmin and activated mysql, and configurated mysql to create a database and a special username and password that can acces only this database and have all privilege acces.

I've also modified the config.inc before uploading it to my webserver.
I've exported my XML from xmm and then upload it to my server.

But when I run the import.php that seems to run properly (showing xx films imported and after a while 'done') I can't see anything when loading index.php.
The number of films is still 0/0.

I've first tried the included version of onex inside XMM and then downloaded on this thread the 0.2d and restarted the procedure.
I can see while import.php run that there is error whith movie3d field that doesn't exist for every film, but the script keep running until DONE.

No improvement still a empty index.php.

I've look to the database itself and I've remarked that only the "genres" and "roles" tables have values. Movie is empty.That means that onex succeed in accessing database.

Do you have similar problem or do you see what can be the one in my case?

Directories in config.inc are untouched because my films aren't on a permanent directory and I don't plan to run film directly from browser.
It's only a way to access my database for consultation wherever I am.
Could that be going from this point?

Thanks ;)
Go to Top of Page

ternot
Junior Member

126 Posts

Posted - 21 Mar 2011 :  09:46:15  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi there,

I know this error ;-)

The solution is described in another thread:
quote:

Currently the script will always hang, if a new field is added to the XMM DB. The DBId is the rest of a test I did with something like a real primary key, but I stopped that test...
Although your code should work, the correct text in line 372 in the import.php script should :-) be

`Movie3D` bit(1) DEFAULT NULL,




Additionally I would recommend to rename the config.inc to config.php and to change the import.php (line 5) and index.php (line 9) to point to this file...

Best regards
ternot
Go to Top of Page

Salomons
Starting Member

4 Posts

Posted - 01 Apr 2011 :  08:18:23  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello, Onex is working perfectly. Even on the PDA.
Quite strongly aligned to the Polish conditions. To be completely happy I only slimbox option to enlarge the cover (detail). Ultimately, displays it halved, to mobile devices to fit, but I would be able to grow them. Sorry for my English.
Onex in my performance: filmy.salomonik.eu
Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.13 sec. Powered By: Snitz Forums 2000 Version 3.4.07