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.
Frontend for Windows work with multiply ZM servers
Frontend for Windows work with multiply ZM servers
--
best regards,
Sergej.
best regards,
Sergej.
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
problems with plain authentication
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:
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
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
[...]
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