Page 1 of 1

AMC Online?

Posted: 2003-04-22 22:10:18
by urraburu
Is it possible to upload AMC to a server, manage it online, and create a website supported on AMC?

Posted: 2003-04-23 08:46:57
by antp
I do not understand what you mean exactly... you mean put the data online but still allow to access to it with AMC ?
It may be an idea for a future version... the easiest solution would be a MySQL database (or any other database) but most of the servers do not accept connections from foreign hosts.

AMC online

Posted: 2003-04-25 17:29:35
by JOSE
My idea is to upload the database that I am building with AMC to a website.
My question is if it is possible, for instance, exporting to MySLQ.

Posted: 2003-04-25 18:30:56
by antp
File -> Export -> SQL ?

Posted: 2003-05-09 08:24:51
by 3xodus alias Procat
Je crois que urraburu proposait de faire une version web de amc.
Un site avec les fonctionnalité d'amc avec un login par utilisateur.

Posted: 2003-05-09 10:15:48
by antp
Ouais enfin c'est tout un autre programme ça, moi je fais le programme en Delphi tel qu'il est livré actuellement, mais je n'ai pas envie de devoir refaire la même chose en PHP ou autre :D Puis qui va payer le serveur ? :o

Posted: 2003-06-12 02:38:05
by SiburNY
antp wrote:I do not understand what you mean exactly... you mean put the data online but still allow to access to it with AMC ?
It may be an idea for a future version... the easiest solution would be a MySQL database (or any other database) but most of the servers do not accept connections from foreign hosts.
THIS would the best idea to give third choice about storing data. I have my own mysql database driven web site where i have list of my movies. It would be perfect if Movie Catalog could work with MySQL directly instead of going through export and import. Sometimes you notice a small misprint or mistake and you have to go Movie Catalog, edit, then export and import.

I found the other way around. I need to save my catalog in XML format and then just parse it using PHP. But i don't like it :badidea: ;)

Posted: 2003-06-12 05:02:08
by SiburNY
I just rewrote code and it's runnig really FAST :)
So I already like it :grinking:

Posted: 2003-06-12 07:48:20
by antp
SiburNY wrote:I have my own mysql database driven web site
Does it allow external connections ?

Posted: 2003-06-12 23:17:47
by SiburNY
antp wrote:
SiburNY wrote:I have my own mysql database driven web site
Does it allow external connections ?
Sure. Whatever you want :)
I use EMS MySQL Manager. This program connects directly to MySQL server without any problem. When you create a user, it lets you specify what ip address he can connect from. It could be just localhost, or a range of ip's, or just "%" - any ip :). And you have to unbind your server also. By default it's not binded.

Posted: 2003-06-13 07:26:08
by antp
I was thinking that it was on a usual public server, which usually do not allow external connections ;)
I'll probably try to make something for MySQL, but I will probably do it through PHP scripts so it will allow to use it also for hosts that protect their SQL server (here the scripts will be hosted on the web server so they can access to the SQL database, and they can be called from outsite).

Posted: 2003-06-14 06:13:32
by SiburNY
I understand that scripts will be used as a bridge between Movie Catalog and DataBase. It's good idea, however it'll be a little bit hard to implement.

As for now, I like to save my catalog as XML file and just upload this and new photos to a web-server. :)

Posted: 2003-06-14 08:30:33
by antp
SiburNY wrote:however it'll be a little bit hard to implement.
No, it would be quite simple I think :)
But it does not have a high priority for me, and I already lots of things to do before :/

Posted: 2003-06-15 08:26:31
by SiburNY
antp wrote:But it does not have a high priority for me, and I already lots of things to do before :/
No rush. XML works very fine for me so far :) Thanks