Page 1 of 1
ANT Catalog on the web
Posted: 2013-03-04 12:57:44
by boubouni
I just created a php site which uses the XML file of the catalog. The site also allows minor editing of the XML data. The code is available upon request. Have a look at
films.boubouni.com.
Posted: 2013-03-15 14:59:54
by xxxxl
Great job !
Can you send me the code ?
xxxxl.
Posted: 2013-03-18 10:15:03
by quakie
excellent work !
Can you send me the code, please ?
Posted: 2013-03-19 23:37:11
by emKa
super, super, super!
Can I get the code, please?
Thanks
Posted: 2013-03-21 13:03:30
by mfournet
Super !
Please Get code
Thanks
get the code
Posted: 2013-03-21 20:25:39
by kgytopi
Super, i like it!
Can I get the code, please?
Topi
wow!
Posted: 2013-04-06 22:02:04
by monnezza
this is exactly what I was waiting for!!!!!!
Can you send me the code, please?
Posted: 2013-04-07 11:52:18
by antp
Did someone get the code at the end? I could put it on the server if the author wants.
Posted: 2013-06-05 11:39:06
by moucho
Great!
Please send me the code
Cheers!
Posted: 2013-06-05 12:01:17
by antp
I see that he didn't put the link in his post in the end
As he sent it to me, here is it:
https://forum.antp.be/users/boubouni/
Posted: 2013-06-10 07:01:01
by fulvio53s03
Wonderful, but I'd like a little help:
- Does it can be used locally in my PC?
I tried exporting my catalog XML in the same folder containing the program but, opening it with firefox I obtain:
Where is my mistake?
Posted: 2013-06-10 09:01:46
by antp
If it is in PHP, you need a web server running PHP, even if it is for local use. Do you have one on your computer?
For local use there are all integrated solutions like EasyPHP.
Posted: 2013-06-10 14:44:07
by fulvio53s03
uh oh...
done, now it's allright
thanks
Error with xml files
Posted: 2013-08-20 17:47:56
by Smiehu
Hi,
I have a problem with this php site.
I got a error: XML error at line 1 column 42
even on the test.xml.
Mayby problem is in my webserver (on Synology DS212) with PHP 5.3?
Best regards,
Smiehu
Posted: 2013-08-20 19:06:04
by antp
If you open the .xml file directly in the browser, so you also get an error?
What is the contents of the line 1, what's a the column 42 ?
Posted: 2013-08-20 19:57:59
by Smiehu
It working now.
I had to change encoding to utf-8.
It is possible to view movie list without covers? Only simple list?
Posted: 2014-01-26 20:12:04
by monnezza
I have the same problem, but I can't figure out where I need to change encoding to utf-8.... Can you give me some advice?
Posted: 2014-01-27 09:50:28
by antp
To encode the XML file to UTF8, you can for example open it with notepad and save it as UTF8 (in the save as window, there is a field to chose the encoding).
You'll also have to edit the encoding in the header, specifying "utf-8" instead of "windows-1252" or "iso-8859-1" for example.
Posted: 2014-01-27 19:05:24
by monnezza
Thank you very much for the fast reply!
Now it works fine, but.... ant movie catalog can't open anymore the xml file so generated.
It must be opened through notepad, saved in "iso" and then reopened in amc. Quite annoying.
Same for you I guess....
Posted: 2014-01-27 22:21:03
by antp
Yes, AMC does not support UTF8.