Search found 25 matches

by Alexey Petrov
2005-01-28 13:30:15
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

List of features I have already implemented in AMCphp SQL Edition : - Web-server doesn't save all movie-catalog in "php-sessions" - it's useless with SQL-database, which outputs data faster than PHP loads from its sessions - Almost all data-fields (not only actors/directors/categories) ha...
by Alexey Petrov
2005-01-27 07:34:29
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

Sometimes I get the same troubles as romfer described. Last time it was because of no disk space left on system disk (where my temporary files and php-sessions kept). So, check it... ---------------------------------------- My SQL-version of AMCphp is also ready! Now I just make it more configurable...
by Alexey Petrov
2005-01-22 12:37:44
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

Everybody, who gets php-errors with this Template (including people, called Pandolphe and test ): 1. Disable PHP-errors in php.ini file (usually in c:\windows\php.ini in Windows and /usr/local/etc/php.ini in UNIX): found there string "error_reporting = ..." (usually string number 271 or ne...
by Alexey Petrov
2004-12-09 19:29:23
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

If you send me archive with your template sources (with movie catalog or without - doesn't matter), I'll try to solve it.
my email: petrov@bisinter.ru
by Alexey Petrov
2004-12-08 09:16:25
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

hola soy nuevo en esto... y no sé mucho ingles asi que posteo en español mejor. tengo problemas para poner la plantilla esta: me he bajado el zip del amcphp10.zip lo he pegado en la carpeta de templates del amc y lo descomprimo. luego abro el programa amc le doy a exportar le doy a cargar ¿ y q car...
by Alexey Petrov
2004-12-06 23:35:03
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

"MediaType" field even isn't parsed by AMCphp, but field "MediaLabel" parsed and not used... so the simplest solution is to change in "parser.php" string: $GLOBALS['movieMediaLabel']=$attr["MediaLabel"]; (near row #105) to: $GLOBALS['movieMediaLabel']=$attr[&q...
by Alexey Petrov
2004-12-02 12:10:40
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

It's well-known trouble with this version. To fix it you should do one of the following: 1. Disable PHP-errors in php.ini file (usually in c:\windows\php.ini in Windows and /usr/local/etc/php.ini in UNIX): found there string "error_reporting = ..." (usually string number 271 or near this)....
by Alexey Petrov
2004-11-29 08:15:29
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

It seems, that your XML-file (which contains movie catalog) is corrupted. Check line 375 of this file - all tags should be closed and better not use special characters.
by Alexey Petrov
2004-11-26 15:40:19
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

AMCphp 1.0 was the last officially released version. There was an alpha-version of new AMCphp, based on PHP 5.0 (with faster XML-parser): http://amc.loben.net/download/amc5.zip It works about 10 times faster with large MovieCatalogs (>1000 titles), but is not completed yet... Even "sorting&quo...
by Alexey Petrov
2004-11-26 05:57:09
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

Just click to the caption of Year column in Main movies list and amcphp will sort them by years (in ascending or descending order).

You may edit .CSS-file to change some colors and visual styles... but not all settings are described there. To change most of them you should edit PHP-code.
by Alexey Petrov
2004-10-02 15:50:11
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

Do you mean several disc covers (pictures) for one movie in base? It's unsopported by AMC and accordingly by AMCphp template.
But you may simply add just one cover (picture) for every movie. What the trouble?
by Alexey Petrov
2004-08-15 19:54:42
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

My version of AMCphp (Russian Edition) supports search by Translated Title and some other extra features (see https://forum.antp.be/phpbb3/viewtopic.php?t=813&postdays=0&postorder=asc&start=109). But it needs some modifications for german interface. If interesting, I can tell in detail.....
by Alexey Petrov
2004-07-29 19:58:24
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

If you have Windows XP Professional, you can add IIS 5.0 from Windows Standart Components: Control Panel -> Add/Remove Programs -> Add Windows Components -> Application Server -> Internet Information Services -> Common Files + Internet Information Services Manager + World Wide Web Service If you hav...
by Alexey Petrov
2004-07-29 16:03:27
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

1. You shouldn't export your Ant Movie Catalog to HTML for AMCphp Template, just save it in XML-format (File->Save As -> .XML) 2. Put this XML-file (and, possibly, all its pictures) to AMCphp Template's directory 3. Open file parser.php in a text editor and change the line: $xmlSource="MovieCat...
by Alexey Petrov
2004-07-29 13:43:05
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

Possibly, there is an issue with your Web-Server or PHP-module...
If you explain your problem in detail to me, I will be able to help you. My ICQ: 81207702
by Alexey Petrov
2004-07-29 12:02:28
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

@Guest:
Which template version do you use? Is there access from Internet to the server, where you try to install template?

PS: Please write in english, if you can, because it's not too easy for some people to read in french. ;)
by Alexey Petrov
2004-07-28 13:34:31
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

I suppose, any AMC PHP/XSLT/Flash-Template has just two main features, which differ them from a static HTML-catalog (Movie list + many Description-files):
Searching and Sorting (all the rest are optional :) )

So, it's very important to keep optional "sorting" feature!
by Alexey Petrov
2004-07-24 07:58:57
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

juise wrote:I can't wait! The XML parsing beats the living crap out of my poor lil' dual PIII 800 :(
Huh! :)
If you know, what happens with my 1GHz-workstation (not server!), when in the evening there is about 200 visits per hour to my AMCphp video-catalog with 900 movies...
by Alexey Petrov
2004-07-21 15:07:39
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

The category list is built in under 1 second on your localhost with AMCphp 1.0 or with new PHP5 alpha-version?
by Alexey Petrov
2004-07-19 10:59:28
Forum: Ant Movie Catalog > Templates
Topic: AMCphp - 1.0 released (bugfix + history report)
Replies: 264
Views: 90814

I have already written links to my catalog earlier: Sample Video-Catalog [400 KB] (XML file only) Pictures for Sample Video-Catalog [4,5 MB] Unpack Sample Video Catalog and Pictures ( optional ) into the "data"-subdirectory. Note, that all movie descriptions and people names are in Russian...