Search found 6 matches
- Mon Jan 14, 2008 1:32 pm
- Forum: PHP - Code
- Topic: Creating a package system
- Replies: 4
- Views: 223
Re: Creating a package system
Okay, I've looked at PEAR_PackageFileManager2, but it seems to be for managing PEAR packages. I was wondering how I could code something similar, but simple, myself. I was thinking about SMF as an example. Here's an old type of package file that they used to use: -- This information needs to be the ...
- Sun Jan 13, 2008 9:51 am
- Forum: PHP - Code
- Topic: Creating a package system
- Replies: 4
- Views: 223
Re: Creating a package system
Um, I have a version constant and a version check in my script, the problem is having the script download a package and automatically patch the files, like in SMF.
I'll take a look at PEAR_PackageFileManager2, but I'm confused about how PEAR works... :/
I'll take a look at PEAR_PackageFileManager2, but I'm confused about how PEAR works... :/
- Sat Jan 12, 2008 9:43 am
- Forum: PHP - Code
- Topic: Creating a package system
- Replies: 4
- Views: 223
Creating a package system
Hi, I want to learn how to create a package system like SMF's package system so that I can release modifications to my script easily. Does anybody know how the package system in SMF works, and how I could code something similar? It doesn't need to be very advanced, just a simple one will do. Or, doe...
- Wed Jan 09, 2008 5:15 am
- Forum: PHP - Security
- Topic: Security Idea
- Replies: 4
- Views: 1102
- Tue Jan 08, 2008 11:34 am
- Forum: PHP - Security
- Topic: The quest for safe eval() of user input
- Replies: 29
- Views: 18217
- Tue Jan 08, 2008 11:24 am
- Forum: PHP - Security
- Topic: Security Idea
- Replies: 4
- Views: 1102
Security Idea
I got an idea for security, not that any more security techniques are needed, but it seemed interesting to me :) If anybody's interested: http://www.pbbgblog.com/2008/01/07/using-md5-and-sha-1-separately/ I would like to know any responses, or feedback. (Post here or leave a comment) Basically, woul...