No Login

eshayem

05-11-2010 12:37:37

Hi

It's possible to access Vibe Streamer without login, anonymous?

Thanks

slisser

22-12-2010 16:30:51

Hi

It's possible to access Vibe Streamer without login, anonymous?

Thanks[/quote9idyybof]

i would like to know it too,

slisser

22-12-2010 16:48:21

Hi

It's possible to access Vibe Streamer without login, anonymous?

Thanks[/quote4s8tbpi2]

i would like to know it too,[/quote4s8tbpi2]

ah, i a solution of the issue... assholes to support, you can put a hints instead of tell us nothing..

go to folder
/vibe streamer/sites/default/
open login.vibe with notpad

copy and paste the example below into login.vibe and save it.

then, open an account in vibe streamer for the user "anonym" with password "anonym"

example works on Vibe Streamer 3.0.2


[code4s8tbpi2]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Login</title>
<link href="_public/css/global.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="boxwrapper">
<div id="boxheader"></div>
<div id="boxtitle"></div>
<div id="boxcontent">

<form method="post" action="<? response.write(site.getPath());?>/auth/">
<input type="hidden" name="auth_target" value="<? if (request.getParameter("target")!=null) response.write(request.getParameter("target")); ?>">
<fieldset id="loginform">
<legend>Vibe Streamer login</legend>
<ol>
<li>
<label for="username">Username</label>
<input id="username" class="loginfield" name="auth_username" type="text" value="anonym"/>
</li>
<li>
<label for="password">Password</label>
<input id="password" class="loginfield" name="auth_password" type="password" value="anonym"/>
</li>
<li>
<label>&nbsp;</label>
<input class="loginbutton" name="login" type="image" src="_public/images/login.gif"/>
</li>
</ol>
</fieldset>
</form>

</div>
<div id="boxfooter"></div>
</div>

<span class="loginmessage">
<? if ( request.getParameter("error")!=null ) { ?>
Invalid username or password
<? } ?>
</span>
</body>
</html>[/code4s8tbpi2]

it should go to make an autologin by using javascript for those who dosnt want the stupid login field...

sathish.sa

04-03-2011 06:24:40

slisser please dont scold anyone who made this beautifull software for free, there is official way to accept the page without user credentials

just close the vibe streamer and go to the installation folder , before that please create one user and then go to the installation folder

then jump in to conf folder u see the users.xml edit with notepad and copy the GUID of the user i.e., ajksdbsdbsd7sdasd7as6das7das8 some thing looks like this and then go to sites.xml and edit the lines stated below

<anonymousAccess>true</anonymousAccess>
<anonymousUserGuid>9149d752-44cf-11e0-8002-005056c00001</anonymousUserGuid>

you should paste the GUID copied from users.xml in the middle of the above

if above explanation not clear for anybody please reply i can post a new post with clear screen shots

Thanks,
Sathish
sathish.sa @ gmail .com

RAND0M1ZER

04-05-2011 06:30:55

@sathish.sa

That does not work in v3.02, at least it didn't work for me.