cetutnx1
New Member
- Messages
- 510
- Reaction score
- 0
- Points
- 0
I'm thinking last week that the administration script that handle mi newsletter can be hacked so i was wondering that you guys can helpme.. this is the login script that gives access to all the emails addresses and of course give permission to delete them all
So i decided to post this after i contact bryon to ask him about it
if($usuario != "" && $pass != "" && $usuario == md5($admin_user) && $pass == ($admin_pass))
after this i load a frame is this is true or display the login section
the $admin_user and $admin_pass are storaged in a file
if there is any more question i'll try to check this every day...
Thanks in advance
Gonzalo
So i decided to post this after i contact bryon to ask him about it
if($usuario != "" && $pass != "" && $usuario == md5($admin_user) && $pass == ($admin_pass))
after this i load a frame is this is true or display the login section
the $admin_user and $admin_pass are storaged in a file
if there is any more question i'll try to check this every day...
Thanks in advance
Gonzalo