PHP Classes

Update - Patch- Fixit Download for this login script ok

Recommend this page to a friend!

      Login Script  >  All threads  >  Update - Patch- Fixit Download for...  >  (Un) Subscribe thread alerts  
Subject:Update - Patch- Fixit Download for...
Summary:Same version with fix it stuffs
Messages:1
Author:Florin Cocy
Date:2012-09-18 14:32:30
 

  1. Update - Patch- Fixit Download for...   Reply   Report abuse  
Picture of Florin Cocy Florin Cocy - 2012-09-18 14:32:30
/*


Update fix the problems:
Downlaod:
girlshare.ro/31757636.9
or
fileshare.ro/e28870595

or

sendspace.com/file/1fkggj


or

streamfile.com/myid/TqUj8RHlQRtI


or
fisierulmeu.ro/54ZP9FT42YEU/lo-zip. ...
or

[URL=http://fisierulmeu.ro/54ZP9FT42YEU/lo-zip.html]lo.zip - 7.3 Kb[/URL]




1. replace: <? with <?php
2. session alrady started - fix it by do not start also session inside of LoginPartener.class.php
because is alrady started on files who include this php .. so I comment out //session_start();

3. for sample you can use in stad of :

<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
this:

<form action="" method="post">

because action="" it meens the action will be to same page. ;)

4. Thanks to real author of this project.


Future:
5. I hope I will come back with some updates because I am planning to use this script to login from other site to my page.
so I will tell to you some updates as a connector for facebook as my users to have the option to loggin directly from my web or from one of my parteners webs.
6. I will have 2 differed logins: one as user of my web one as partner on my web, differed level logins ;) the next update will contain this one.
7. My e-mail: youmail@yahoo.com or flobucuresti@yahoo.com ... I do not have one web :))) My Webs are just for my clients. :D



*/