![]() |
PHP Programmers SPAM Me!
i have a customer that has some php code written but it is pretty sloppy. basically it uses a mysql db to authenticate a username and password. if the username and password are in the DB then it takes them to the members are (which is in a frame) and if not then it takes them to an error page. some people are having trouble getting to the frame and bounces them back to the login screen. Norton Internet Securities privacy feature has been one of the problems (when turning it off people can get in fine), and Mac user's are having trouble with the frames.
basically they are looking for the code to be altered without using frames to get to the members area, but at the same time it has to be protected. if you know of how to possibly solve this and can do the work, then please email me at chris (a.t.) atcihosting (d.o.t) com with what you think may work and your cost. i can also give you some more details to how it works. please do not icq me because it is too hard to keep track of who quoted me what price etc. thanks |
|
i heard juicy knew everything.....i didn't think php though.
|
...if I were not on 2 other projects I would hit you up....
|
Hit me up !!! :)
Thanks.. |
mail sent, you could check your mail now.
thanks :Graucho :Graucho :Graucho |
Strongbox, next generation security system,
can authenticate against a MySQL database. After 5 years of development, Strongbox is going to be much more robust and effective then anything a PHP scripter is going to whip out for you this week. |
three words for you:
mod auth mysql |
Quote:
Got strongbox yesterday on 1 site, like it already :thumbsup getting ready to have it on a 2nd site :) |
Quote:
people redeem a PIN # and create a user/pass at this time. the user/pass is datestamped and allows unlimited access for 1, 10, 30 days etc. when they redeem the PIN the above info is inserted in to the table. the fields in the table are pin, username, password, days valid, pin reedeem date, pin expire date. every time they go to login, the user/pass is validated against the table. if it is still valid it takes them to the members area page, if not it takes them to an error page and deletes the expired record from the table |
Quote:
why not use mod auth mysql and use basic auth (some might call this.htaccess password) and have a perl script or something on a crontab run daily to cancel users that expired it would take like an hour to setup |
First, make your pages you want protected include a .inc that does the following:
PHP Code:
PHP Code:
If they get it wrong few times, they will be redirected to your error page. Fast, easy, no frames or modules needed. Also allows you room for customization, for example when they do login successfully, you could update user_last_login in the database, or things like that.... Enjoy :) |
Quote:
|
we could help you on that . . . .
sent an email, do check it out . . . |
Quote:
I put the open squiggly bracket in there its just it seems to get replaced by haha123 and the double = sign gets replaced by hahahaha :) |
Quote:
|
thanks varius, i'll have to look in to this a bit more.
|
| All times are GMT -7. The time now is 02:03 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123