i see what your saying. Most of my users would have no use in such activity. As i said, im not really trying to secure anything, just member management.
Thank you again.
Aha! Sorted! Thanks to Vacunita (JS Forum)!
I knew it was fairly straight forward.
<script src="http://www.mysite.com/oss6/users/is_logged.php"></script>
<script>
if (__ossIsLoggedIn == 1) {
document.write('hello '+__ossusername +', welcome back to Temp!<a...
Nice one!! I knew it would be simple enough! I did try that but it was my quotes that were off! Your a star!!
Thank You!
Just one last question; Why exactly is it advised i dont do it this way?
Thanks again!!!
its true that i know little to no code but i am quick to learn and have done very well so far!
Let me try to clear this up
This part clocks the user logging in and changes between 0 and 1
http://www.mysite.com/oss6/users/is_logged.php
__ossIsLoggedIn = 0;
This part checks...
i would have no idea where to begin there, Oss6 (omni site secure) is something that i use to just manage my users.
I had hoped i could have this work but i would not be able to do it from scratch myself!
I thought it would be quite simple: Depending on the users login state 1 or 0 (which works...
Hi and thank you for looking at this!
I am trying to display a welcome note if the user is logged in and a login form if they are on a html page.
Now i know that this works:
<form...
Hi and thank you for looking at this!
I am trying to display a welcome note if the user is logged in and a login form if they are on a html page.
Now i know that this works:
<form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.