Frontend for Windows work with multiply ZM servers

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
Inferno
Posts: 17
Joined: Sun Jan 30, 2005 4:26 pm
Location: Nizhny Novgorod, Russia
Contact:

Frontend for Windows work with multiply ZM servers

Post 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. :)
--
best regards,
Sergej.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Post by fernando »

seems very nice
but will great if you put the source code so ppl can enance it.
and add some lenguage features.
Fernando
User avatar
dmit
Posts: 38
Joined: Fri Jun 17, 2005 9:16 am

Post by dmit »

Tak chto naschet ishodnikov? Zabavnaja softinka poluchilas, hotelos bi ee dorabotat' napilnikom :)
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

just what i was thinking lol
User avatar
dmit
Posts: 38
Joined: Fri Jun 17, 2005 9:16 am

Post 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.
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post 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
User avatar
acrid
Posts: 68
Joined: Sun Aug 24, 2003 10:26 pm
Location: Germany

problems with plain authentication

Post 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 ;)
Post Reply