Author |
Topic |
|
Salomons
Starting Member
4 Posts |
Posted - 26 May 2010 : 23:26:23
|
Hello, will in the future option to edit the list from the web? debris patches, or add alerts. Thank you for your reply |
|
|
ternot
Junior Member
126 Posts |
Posted - 31 May 2010 : 12:32:43
|
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 |
|
|
Salomons
Starting Member
4 Posts |
Posted - 31 May 2010 : 14:13:03
|
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. |
|
|
wakamoto
Starting Member
12 Posts |
Posted - 17 Aug 2010 : 01:57:22
|
Hi Tornet,
Could you check your email, I have just sent you an email in regards to XMM database php.
Thanks |
|
|
wakamoto
Starting Member
12 Posts |
Posted - 17 Aug 2010 : 03:35:08
|
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. |
|
|
wakamoto
Starting Member
12 Posts |
Posted - 18 Aug 2010 : 01:40:57
|
Ternot, Where are you? |
|
|
ternot
Junior Member
126 Posts |
Posted - 19 Aug 2010 : 16:26:27
|
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 |
|
|
wakamoto
Starting Member
12 Posts |
Posted - 20 Aug 2010 : 01:11:16
|
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
|
|
|
ternot
Junior Member
126 Posts |
Posted - 20 Aug 2010 : 09:15:01
|
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 |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
ternot
Junior Member
126 Posts |
Posted - 20 Aug 2010 : 13:45:15
|
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 |
|
|
wakamoto
Starting Member
12 Posts |
Posted - 20 Aug 2010 : 17:27:52
|
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.
|
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
wakamoto
Starting Member
12 Posts |
Posted - 25 Aug 2010 : 04:27:04
|
Thanks all for the help, it works great now. |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
Kebyh
Starting Member
17 Posts |
Posted - 09 Sep 2010 : 19:18:42
|
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. |
|
|
elvio@emarinho.com
Starting Member
1 Posts |
Posted - 24 Jan 2011 : 15:53:13
|
Hi, This tool is great. Amazing work Ternot.
Are there any online version that I can see?, instead of screen shots?
thanks |
|
|
mouh_stach007
Starting Member
13 Posts |
Posted - 18 Mar 2011 : 18:03:00
|
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 ;) |
|
|
ternot
Junior Member
126 Posts |
Posted - 21 Mar 2011 : 09:46:15
|
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 |
|
|
Salomons
Starting Member
4 Posts |
Posted - 01 Apr 2011 : 08:18:23
|
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 |
|
|
Topic |
|
|