Flash user login script - Asp - Database Access for your sites

Guys today I feel particularly inspired. I have created for readers of my blog a little flash movie to allow user to login.

In my opinion, very useful for those customers and has to download some particular content or for any other need to understand and very simple to install.

login Script login utente Flash   Asp   Database Access per i vostri siti

Here is the link for download:

Link

The changes are very simple to do:

1. Unzip the file. Zipper

2. Open the file and change the Login.asp Path with the path to the database "accesso.mdb"

3. Put the files in your site via FTP

4. The game is done.

I hope that was helpful.

If you need anything do not forget to comment I will reply as soon as possible.

Thanks to all. icon smile Script login utente Flash   Asp   Database Access per i vostri siti




Similar articles

Comments

hello ... your log is well done and thank you ... x xhce the time helped me to understand a little interaction between the flash and asp-db ... but one thing I could do even nos with your login: make sure that those logs go to a link that is different from the others ... anyone with my name and pass data could have access to a personal page and nn the same? ... I would know what needs to be amended if the page Login.asp or db or something ... and as .-. sorry but they are just the beginning ... I'd be very grateful! Thanks already leaving

it is a bit more difficult.

Passes by again tomorrow I can give you some more information.

Thank you.

In fact I am interested also wondered the same thing by Ilaria. Thank you.

It should create the page pointed to after logging dynamic type that is created by the server based on username and password in the database then include the contents of the page for each user to be variable at login.

It 'clear?? Sorry for the delay are on vacation.

yeah, I'd say it's okay ....
XO "SQL injection ...
you must change
----
users = Request ("users")
pass = Request ("pass")
-----
with
-----
Users = Replace (Request ("user"), "'" "" ")
Pass = Replace (Request ("pass"), "'" "" ")
-----
OK

Hello,

I wanted to thank you for this login ... just what I wanted ... just one question:

If I have a swf movie ... I say the site I'm doing ... I tried to create a new clip in it and put your login in the menu ... so "login" I click and I go to load the clip with logins on the main level by doing so ... But I do not work anymore to login ... nothing happens when I click on "enter" ... I think it's a problame levels ... can you give me a hand? Thank you very much

You must change the path by specifying the name of the movieclip in which it is inserted. Try and let me know.

Leave a comment.

(required)

(required)


Comment moderation turned on. Your comment will not appear immediately.