Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2149 - 2178 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2149
Unless I've missed something all this time I haven't seen anything in the core code that would have you do it any other way. Your code is pretty standard. I...
Wil Moore
laidbak6921
Offline Send Email
Oct 3, 2003
1:27 am
2150
One thing that I've done that helps is add a a boolean var called suppressLayout to the attributes array that I always check before setting the layout file &...
Derek Scruggs
derekscruggs
Offline Send Email
Oct 3, 2003
1:36 am
2151
Anyone here storing credit cards in the db? If so, how much are you encrypting? Right now I'm just encrypting the number, but the paranoid side of me has me...
Derek Scruggs
derekscruggs
Offline Send Email
Oct 9, 2003
6:23 am
2152
I guess the more encrypted the better. How are you encrypting and decrypting this? The only secure way I can think of is using public / private key encryption...
Ross
tetranz
Offline Send Email
Oct 9, 2003
12:49 pm
2153
dont forget that if you store sensative data like this you need to be aware of certain privacy and data protection acts based on where you live. just a...
Jonathan Roberts
haptik
Offline Send Email
Oct 9, 2003
1:40 pm
2154
I'm using Mcrypt with TripleDES. This was recommended by PHP Cookbook The script has to be able to unencrypt them at times because it has to periodically post...
Derek Scruggs
derekscruggs
Offline Send Email
Oct 9, 2003
3:57 pm
2155
Hi Derek If I understand what you are doing then there is a problem in that if your server is broken into then someone only needs to find a few lines of your...
Ross
tetranz
Offline Send Email
Oct 9, 2003
4:22 pm
2156
i'm a newbie but can't you encrypt with a key/password and then when someone wants to look at the credit card number, they would be prompted for the ...
Rob
phpfusebox_e...
Offline Send Email
Oct 9, 2003
11:29 pm
2157
Yes, but that doesn't lend itself well to automation i.e. a cron job that batches transactions. Unless I'm missing something... -Derek ... From: Rob...
Derek Scruggs
derekscruggs
Offline Send Email
Oct 9, 2003
11:54 pm
2158
... That's correct. For it to be (much, much more) secure, there has to be some human intervention. For example, manually entering the private key over SSL...
Alan Richmond
alanr1138
Offline Send Email
Oct 10, 2003
1:26 am
2159
... You took the words right out of my fingers Alan. Derek, I don't want to be a prophet of doom but I wonder what sort of hosting this is running on. If its...
Ross
tetranz
Offline Send Email
Oct 10, 2003
2:10 am
2160
... FWIW it's a dedicated server over which I am the only person with access. ... Any recommendations? I'm using Echo - http://www.openecho.com - which does ...
Derek Scruggs
derekscruggs
Offline Send Email
Oct 10, 2003
4:18 am
2161
... No I don't really have a recommendation. That idea came to mind because I'd seen it at places like 2checkout.com and paysystems.com but they are for people...
Ross
tetranz
Offline Send Email
Oct 10, 2003
1:02 pm
2162
nelix.com. They offer recurring stuff. Had some other issues with them, but they do offer that. ... -- ... Michael Kimsal...
Michael Kimsal
mgkimsal
Offline Send Email
Oct 10, 2003
1:53 pm
2163
When Derek mentioned the concept of billing credit card numbers automatically with CRON, I heard the cash registers go off and saw myself being fanned by...
Hoffman, Geoffrey
m2guru
Offline Send Email
Oct 10, 2003
3:13 pm
2164
Hi ... One way encryption is good for many things one being passwords. If my password is 'foo' and it is stored with one-way encryption it will be something...
Rudi Starcevic
oolly0101
Offline Send Email
Oct 10, 2003
3:47 pm
2165
... <<< Store passwords as an md5 hash and you won't ever have to worry about someone possibly getting their hands on them and using them maliciously. If...
Keith Young
tca_ky
Offline Send Email
Oct 10, 2003
3:48 pm
2166
... If the encryption method is deterministic (which md5 is), it's a good way to store passwords so it's impossible even for the database owner to know them. ...
Derek Scruggs
derekscruggs
Offline Send Email
Oct 10, 2003
3:49 pm
2167
hi sorry i havent read the remainder of the thread with this but md5 isnt really encryption.. its a one way hash value.. and its irriversable.. sorry my ...
Jonathan Roberts
haptik
Offline Send Email
Oct 11, 2003
12:02 am
2168
mr scruggs cheers for the advertisement in your email.. thats really neat. >:\ ... ===== __________________________________ Do you Yahoo!? The New Yahoo!...
Jonathan Roberts
haptik
Offline Send Email
Oct 11, 2003
12:17 am
2169
Not sure what you're talking about...? -Derek ... From: Jonathan Roberts [mailto:haptik@...] Sent: Friday, October 10, 2003 6:17 PM To:...
Derek Scruggs
derekscruggs
Offline Send Email
Oct 11, 2003
12:58 am
2170
http://www.geocities.com/Skrobeckijbiq/index.html...
hilbigjudx
Offline Send Email
Oct 18, 2003
12:44 am
2171
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Send Email
Oct 19, 2003
3:25 pm
2172
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the PHP-fusebox group. File :...
PHP-fusebox@yahoogrou...
Send Email
Oct 19, 2003
3:27 pm
2173
I have a problem with some programs, I am using 4 frames, 3 of them are for input data, the top frame is using for input information (right now only alow show...
JOSE LUIS
jlpalaciosv
Offline Send Email
Oct 19, 2003
3:29 pm
2174
Where would be a good place to put the database connect/disconnect scripts for a mySQL database? Currently, I have an act_connectDatabase.php and an ...
Eugene Ventimiglia
eventi
Offline Send Email
Oct 21, 2003
4:25 pm
2175
I put my DB connection in an fbx_Settings file. (Either the root fbx_Settings file, or a circuit-specific one if the db use is only related to that one...
Keith Young
tca_ky
Offline Send Email
Oct 21, 2003
5:11 pm
2176
this depends on how much your site relies on the database.. putting your database connection in fbx_settings assumes that most of your files will require...
Jonathan Roberts
haptik
Offline Send Email
Oct 22, 2003
8:33 am
2177
... most of your files will require access to the database since settings is always read and therefore for each page view a database connection will be...
Keith Young
tca_ky
Offline Send Email
Oct 22, 2003
2:02 pm
2178
Mr. Young, i didnt not intend this reply to you specifically these comments were indeed for the orignonal poster, i must have clicked the wrong link due to the...
Jonathan Roberts
haptik
Offline Send Email
Oct 22, 2003
10:42 pm
Messages 2149 - 2178 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help