Flash Login screen with PHP for your website, these files would help you to integrate a flash based login screen into your PHP website.

All that you would be requiintegrate a flash based login screen into your PHP website.

All that you would be required to do is to set your own Authentication details in the passlog.php file. Please make sure that folder/file paths are correctly mentioned in the checkuser.php file.

The component sets COOKIE and SESSION variables when the user launches the login screen, these are destroyed once the browser window is closed or loginoff button was pressed.
Place the Access panel Kit files
(FLA could be placed in any directory)
that includes the swf file, the PHP class files in your web directory.

The code uses AS 2.0 and PHP 4. To add the PHP script in your pages, place this code at the beginning of the file.

//include this code into all pages in first line
//includes
session_start();
//include file with control password and login
define ("PASSLOG","phpinc/passlog.php");
include PASSLOG;
//access class
define("ACCESSUSER","phpinc/admin_acsess.php");
include ACCESSUSER;
//end includes




Author:
admin
Time:
Wednesday, May 7th, 2008 at 5:33 pm
Category:
Uncategorized
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply