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.

Messages

  Messages Help
Advanced
Messages 2129 - 2158 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2129
I have a small web site running php on fusebox. The site requires a default fuseaction be executed everytime somewone logs on to www.mydomain.com. I know how...
smgalleg
Offline Send Email
Sep 7, 2003
6:31 pm
2130
] I have a small web site running php on fusebox. The site requires a ] default fuseaction be executed everytime somewone logs on to ] www.mydomain.com. <snip>...
Alan Richmond
alanr1138
Online Now Send Email
Sep 7, 2003
6:46 pm
2131
hi -- i'm a php & fusebox newbie. i just set up the wireframe tool and it works fine, except it looks to me like i can't create a new page, only links on an...
jenlindner
Offline Send Email
Sep 9, 2003
5:17 pm
2132
hi -- i'm a php & fusebox newbie. i just set up the wireframe tool and it works fine, except it looks to me like i can't create a new page, only links on an...
jenlindner
Offline Send Email
Sep 9, 2003
5:23 pm
2133
jenlindner wrote: hi -- i'm a php & fusebox newbie. i just set up the wireframe tool and it works fine, except it looks to me like i can't create a new page, ...
Jeff Miller
immortalvh
Offline Send Email
Sep 9, 2003
8:31 pm
2134
Jeff Miller wrote: jenlindner wrote: hi -- i'm a php & fusebox newbie. i just set up the wireframe tool and it works fine, except it looks to me like i can't...
Jeff Miller
immortalvh
Offline Send Email
Sep 9, 2003
8:58 pm
2135
On Tuesday 09 September 2003 10:17 am, jenlindner wrote: ] i'm a php & fusebox newbie. i just set up the wireframe tool and it ] works fine, except it looks to...
Alan Richmond
alanr1138
Online Now Send Email
Sep 9, 2003
11:37 pm
2136
Hi, in the fusebox hierarchy where would I place regular functions (PHP)? For example function for generating <select> box, or database connection function. Is...
Daniel Demacek
carpefore
Offline Send Email
Sep 10, 2003
7:05 am
2137
Hi Dan, There are several ways to do this... :) If I have functions/classes that are used throughout the entire Fusebox I do a require_once() in the...
Keith Young
tca_ky
Online Now Send Email
Sep 10, 2003
12:43 pm
2138
Hi, Is this a correct way of doing things? From root fbx_Layouts.php: (what I am concerned about is the circuit comparison) if($attributes["stoplayout"]) { ...
Daniel Demacek
carpefore
Offline Send Email
Sep 10, 2003
1:11 pm
2139
Another issue to keep in mind is, it's important to keep the code modular, but without having to worry about multiple versions of the same function. I don't ...
Ted Stresen-Reuter
tedmasterweb
Offline Send Email
Sep 10, 2003
3:05 pm
2140
Hi All, I'm working on an e-commerce app that will store credit card data in MySQL. I want to encrypt them using mcrypt. My understanding of encryption is ...
Derek Scruggs
derekscruggs
Offline Send Email
Sep 11, 2003
3:41 am
2141
] I'm working on an e-commerce app that will store credit ] card data in MySQL. <snip> ] The real question is, where should I store the key? Right ] now I'm...
Alan Richmond
alanr1138
Online Now Send Email
Sep 11, 2003
4:07 am
2142
Contact me offlist. nat@... Thanks, NAT...
MCNattyP
Offline Send Email
Sep 17, 2003
9:32 pm
2143
Hi, I am trying to implement Search Engine Save, based on SearchEngineSave.php from bombusebee.com. I have included this file in index.php before including ...
Jerzy Kalat
what_is_e_to...
Offline Send Email
Sep 20, 2003
8:47 pm
2144
... Hi Jerzy, Your ISP might be using suexec to run PHP for security reasons. If so, $_SERVER['PATHINFO'] doesn't get created. I've looked into it a little ...
Alan Richmond
alanr1138
Online Now Send Email
Sep 20, 2003
9:41 pm
2145
Hmmmm, How $_SERVER['PATH_INFO'] should look like? Maybe, the simple solution would be to pass whatever is expected from $_SERVER['path_info'] into this...
Jerzy Kalat
what_is_e_to...
Offline Send Email
Sep 20, 2003
10:53 pm
2146
Hi, SUB: http://www.subtledomains.com - Complete Website in PHP! This email is to introduce you to a new domain registration website with a good price, and...
domaineer2
Offline Send Email
Sep 21, 2003
1:04 am
2147
Sorry about that, folks. Dude's banned. David Huyck b@... ... From: "domaineer2" <domaineer2@...> To: <PHP-fusebox@yahoogroups.com> Sent:...
David Huyck
davidhuyck
Offline Send Email
Sep 21, 2003
1:44 am
2148
... file, ... To me, that indicates that I should put a copy of fbx_Layouts.php inside a circuit if I want it to have a custom layout. So I tried that last...
Hoffman, Geoffrey
m2guru
Offline Send Email
Sep 30, 2003
4:02 pm
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
Online Now Send Email
Oct 10, 2003
1:26 am
Messages 2129 - 2158 of 4134   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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