Free Adult Tube-Video Script Forum
login system - Printable Version

+- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum)
+-- Forum: My Category (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: login system (/showthread.php?tid=273)



login system - Punktured - 09-03-2011 09:02 AM

i did not write this code.
http://www.evolt.org/node/60384

you will have to do some editing, as some of the mysql commands they used are no longer in use.

but it seems to work good once you edit some thing.

if you get it working, this is how you restrict content to logged in users only....
i will use my search form as an example:
Code:
<?
if($session->logged_in){
?>
    <div style='float:right;padding-right:20px;'>
        <? include_once('searchform.php') ;?>&nbsp;&nbsp;
    </div>
<?
}
?>

ill show some pictures.


RE: login system - Punktured - 09-03-2011 11:20 AM

here is some screenshots of the admin area for deleting users and assigning admins.

i had trouble getting it to list all users and banned users, so i rewrote those functions. and it seems to work ok now.

i will try to get it all working a bit better, then i will post the codes.
with all credits going to its original author.
alot can be done with this system.
i just made a side menu to list logged in users,
and moved the "There is 1 member(s) and 0 guests online." to the footer.


RE: login system - springer88 - 10-04-2011 01:30 AM

can you put the fwture in a zip file so we can use


RE: login system - Punktured - 10-04-2011 01:37 AM

well, while it looked good in theory.
it actually didnt turn out too well, it was not possible to limit comment makiung to logedin users only, etc.
and i lost my host so i dont actually have the files anymore.
i am sorry.