Page 1 of 14
AMCphp - 1.0 released (bugfix + history report)
Posted: 2003-08-05 17:07:02
by Ormus
Hi everyone.
AMCphp1.0 released.
Browse to
http://amc.loben.net
to download it and see a demonstration.
New features in this version:
- * display of pictures with special characters now working
* history report added
As soon as the php version is completed, I will (try to) do a Macromedia Flash version (means browser-independent).
Screenshots:
Update 10/11/03: AMCphp09b5 available
Update 04/12/03: AMCphp09b6 available
Update 24/02/04: AMCphp10 available
Posted: 2003-08-05 19:13:08
by antp
May be nice

But I do not really see the interest of a Flash version.
FYI, the HTML goal is to be browser independent

Posted: 2003-08-05 19:48:38
by Ormus
antp wrote:
May be nice

Indeed. Time will tell... But I'm pretty satisfied, especially considering the little time invested so far...
antp wrote:
But I do not really see the interest of a Flash version.
Actually I want to check out Actionscript...

Actually a Flash template would have a few advantages for online presentations...
antp wrote:
FYI, the HTML goal is to be browser independent

And we all know how far away that goal is
(sorry for creating such a posting mess, plz delete the previous two messages, antp. I really need some sleep...)
Posted: 2003-08-05 20:18:05
by antp
Ormus wrote:
(sorry for creating such a posting mess, plz delete the previous two messages, antp. I really need some sleep...)
done

I know that there is some login problems on this forum, but I do not know why

Posted: 2003-08-09 14:58:24
by Ormus
@antp: Is there a template to "fake" your xml save format? My php Code is based on your save file...
Posted: 2003-08-10 18:49:04
by antp
I do not think there is one, but it should be quite easy to do
Posted: 2003-08-10 21:27:13
by Ormus
Ok, will do so next week. I just hope I can put a first version online for download before my vacation (starting wednesday).
How do you like it so far? Any dislikes or suggestions?
Posted: 2003-08-10 22:12:18
by antp
You should use PNG for your screenshots

(except maybe for the one with the large picture)
Posted: 2003-08-11 06:47:03
by Ormus
You like png, right?

Seen you mention it multiple time...
Posted: 2003-08-11 19:43:01
by xbirdtrip
It's so nice

where can i D/L it?

Posted: 2003-08-11 22:27:10
by Ormus
@xbirdtrip:
I'll label a 0.9b tomorrow and put it on my webspace, ok? It will still miss some things though. Plus it won't be a 'real' template, it will work with the xml save of AMC. Any comments so far? What do you like, what would you like to see added/changed?
Posted: 2003-08-12 08:43:37
by Ormus
AMCphp09b labeled and available for download. Enjoy. And please give me feedback about the install/usage.
Posted: 2003-08-13 04:03:53
by xbirdtrip
I tested it locally, it works well. But when i try on my site it makes me a fatal error (
http://xbirdtrip03.free.fr/test/4/)
And i would to show translatedtitle instead of originaltitle, i change many things in alls files. But it doesn't works. can u help me to do this
In "letters.html" can u add a field for the movies who start whith a number

Posted: 2003-08-13 06:34:30
by Ormus
the fatal error: looks like session are configured wrong on your webspace. looks like php tries to create the session file on an invalid location. have you checked your phpinfo()?
transaltedtitle: I'll add it to the parser.
movies starting with numbers: Will add it in next version.
p.s. I'm on vacation for the next seven days, so please have a little patience.
Posted: 2003-08-13 08:24:07
by Ormus
Ok, I've added the number button. You can check it out at
http://amc.loben.net/demo/index.html
The TranslatedTitle instead of OriginalTitle is added as well. You'll be able to switch it in the next version.
PHP-server
Posted: 2003-08-13 12:23:03
by fonske
Does anybody knows a free webserver that supports PHP?
Grtz
Fons
Posted: 2003-08-13 12:47:39
by Ormus
Tripod/Lycos (
www.tripod.de) offers php enabled webspace in germany. Not sure about size of the webspace or restrictions of php though...
Problem with my php
Posted: 2003-08-14 09:09:12
by Fonske
Can somebody explain why I get this when I open index.html?
I use Apache 1.3.28 and php 4.3.2 and windows XP pro
I don't think there's something wrong with my php, because as you can see, I get the left window with categories in it...
Please help me, because I really don't know what's wrong...
thx
Fons
Posted: 2003-08-14 10:15:24
by Guest
That's really strange. do you get such error notices on other pages (search, statistics) as well?
My guess would be, that they've changed something with variable declaration in your version of php (which is somewhat newer than the ones I tested it with). I'll have a closer look when I return from my vacation late next week, ok?
Posted: 2003-08-14 10:19:04
by Ormus
That guest was me btw
I did a quick check on your problem. Don't worry, it's my fault. Bad coding style, I did not quote some keys in my arrays. I'll fix it in the next release.
As a quick solution just change the error level in your php.ini and they won't be shown anymore.
Sorry about that...