Page 1 of 1

Frontend for Windows work with multiply ZM servers

Posted: Sat Jun 25, 2005 4:53 pm
by Inferno
Alpha-version of my simple Frontend ZM for Windows
Frontend work in Windows XP, 98, ME, 2000
Tested in: PII-266, 32mb ram
request screen size 1024x768
work with ANY version of ZM

Frontend can work with 1-10 ZM servers simultaneously.

Download here:
http://syr.nnov.ru/ZMFE.zip this is alpha-version.

Instructions how to install:
1. extract archive ZMFE.zip.
2. copy ZMFE/web/*.php to folder of web server, where ZM php scripts installed
3. Create directory "C:\1"
4. Create on each ZM server user, who was allow to get stream image

BEFORE run feZM.exe FIRST NEED configure feconf.ini
after that you can run feZM.exe.

Enjoy. :)

Posted: Sun Jun 26, 2005 2:45 am
by cordel
Nice job, and thank you for your contrib I'll have to see if I have a windoze machine laying around anywhere and check it out. :D

Posted: Tue Jul 05, 2005 3:17 am
by fernando
seems very nice
but will great if you put the source code so ppl can enance it.
and add some lenguage features.

Posted: Fri Jul 29, 2005 3:41 pm
by dmit
Tak chto naschet ishodnikov? Zabavnaja softinka poluchilas, hotelos bi ee dorabotat' napilnikom :)

Posted: Fri Jul 29, 2005 5:48 pm
by jameswilson
just what i was thinking lol

Posted: Mon Aug 01, 2005 8:20 am
by dmit
What you mean? :)
I just wrote the translation of fernado's message in Inferno's native language, 'cause am also interested in getting the source.

Posted: Mon Aug 01, 2005 8:49 am
by jameswilson
no offence meant i just didnt have a clue what it meant ;). Im not interested in source as i cant do anything with it, good luck to those that can. I am interested in this too.

James

problems with plain authentication

Posted: Fri Sep 02, 2005 12:24 am
by acrid
for some reasons i can't use zm with hashed authentication since upgrading to 1.21.3
that's why this frontend didn't work for me.

"hashed=N" didn't help either.

so i changed the last lines in fe_login.php into:

Code: Select all

[...]
echo 'AUTH:';
$auth=authHash();
if (!$auth)
        {
                echo "none";
                echo "&user=";echo $username;
                echo "&pass=";echo $password;
        }
else
        {
                echo $auth;
        }

//$username && $password
[...]
I'm not sure if it stills works with hashing, because i can't test it.

cheers

p.s. may anyone explain the buttons within the frontend? only "?????" for me. an english version or the source code would help even more ;)