Pet Grooming Management System useradded.php Contournement de la Sécurité
t0pP8uZz a découvert une vulnérabilité dans Pet Grooming Management System, qui pourrait être exploitée par des personnes malintentionnées pour passer outre certaines restrictions de sécurité.lire la suite
Sur le même thème :
- Pet Grooming Management System useradded.php Contournement de la Securite
t0pP8uZz a decouvert une vulnerabilite dans Pet Grooming Management System, qui pourrait etre exploitee par des personnes malintentionnees pour passer outre certaines restrictions de securite.
- Simple config management for PHP
When doing complex applications it’s often nice to have some sort of system for handling settings. PHP has a nice function called parse_ini_file which can be used to create a basic but still usable setting file feature. A simple class which loads the configuration file and offers some methods to retrieve the values for a [...]
- PHP Advent Calendar Day 17
Today's entry is provided by Ilia Alshanetsky. Name Ilia Alshanetsky Blog ilia.ws Biography Ilia Alshanetsky is an active member of the PHP development team and is the current release manager for PHP 5.2. Ilia is also the pr...
- requirements management, the php way
- Asbru Web Content Management v6.7
Version 6.7 of the Asbru Web Content Management system for PHP, ASP and JSP/Java has been released. The new version 6.7 of the Asbru Web Content Management system expands the system's e-commerce and access restriction capabilities. E-Commerce Features Expanded In this latest release 6.7 of the Asbru Web Content Management system it is now possible to export details about orders and items included in each order directly from the system's GUI.
- The PHP.net Google Summer of Code
The PHP team is once again proud to participate in the Google Summer of Code. Seven students will "flip bits instead of burgers" this summer: Mentored by Michael Wallner, Hannes Magnusson will work on LiveDocs, which is a "tool to display DocBook XML files in a web browser on the fly, without the need of building all HTML target files first". This project will be of great value to the PHP Documentation Team.
- PHP Advent Calendar Day 12
Today's entry is provided by Ed Finkler. Name Ed Finkler Blog funkatron.com Biography Ed Finkler is the Web and Security Archive Administrator for CERIAS at Purdue University. As a member of the PHP Securit...
- New features and changes in pear.php.net
I just did a new release of pear.php.net which has a bunch of new features and bug fixes, most of which you can see here. The more noticeable new things are (in none specific order): · One column design instead of the 2 column design · New menu system · The main skeleton uses divs instead of tables, not so noticeable but it affects the whole layout · Usage of the YUI CSS reset + fonts which allowed us make the design look more the same.
- PHP London 2008
I was scheduled to appear at PHP London 2008, but due to unforeseen circumstances, I've had to cancel my trip and back out from the conference. I don't like doing this, but unfortunately don't have much of a choice. Thankfully, the PHP London folks have managed to find replacement speakers for the two sessions that I was going to give. If you're going to be in or around London on the leap day (February 29^th).
- Debugging symfony (or any php script) with vim and Xdebug
Xdebug is one of the best debugger and profiler for php (maybe the only good one in open source :). The only problem is its lack of dedicated client (there is some work being done for a client but it targets only windows for now), however there is many plugins for many IDE or editors like Eclipse PDT or weaverslave and even for my favourite editor, Vim. The vim plugin I will use here has been originally written by Seung Woo Shin and modified/improved by Sam Ghods.