public marks

PUBLIC MARKS from srcmax with tag php

2011

hdapi - Handset Detection - Detect Mobile Browsers in PHP - Google Project Hosting

Handset Detection is a web service that lets you Detect Mobile Browsers. Use this APi Kit to detect mobile phones and portable devices in your website or any other software where knowing the properties of a mobile device is important. It also does geolocation.

Flash Builder for PHP Downloads - Zend.com

Flash Builder for PHP combines the strengths of Adobe Flash Builder and Zend Studio to provide an integrated development environment for building rich Flash-based applications driven by PHP back-ends.

Présentation de DBAL en PHP

Présentation de DBAL en PHP

2010

Portable PHP password hashing ("password encryption") framework

by 5 others
This is a portable public domain password hashing framework for use in PHP applications. It is meant to work with PHP 3 and above, and it has actually been tested with at least PHP 3.0.18 through 5.3.0 so far.

FUEL CMS : A Rapid Development CodeIgniter CMS

by 2 others
FUEL CMS is a modular-based hybrid of a framework and a content management system. It's developed on the popular CodeIgniter PHP web framework and allows you to create your models, views and controllers like normal and only use the CMS part when and if you need it.

Limonade - PHP micro-framework

by 4 others

Limonade is a PHP micro framework for rapid web development and prototyping.

xmoovStream

by 1 other

The xmoovStream Server (formerly known as xmoov-php) is a centralized http streaming server written in PHP. It sits between your files and the world giving you control over many aspects of how your content is accessed. You can manage different kinds of content from different urls under a single installation.

Centurion is a nextgen "content & community" solution based on a PHP5 framework.

by 4 others
Centurion is a nextgen "content & community" solution based on a PHP5 framework.

php.js - php.js

by 6 others
php.js is an open source project that brings high-level PHP functions to low-level JavaScript platforms such as web browsers, browser extensions ( Mozilla/Firefox, Chrome ), AIR, and SSJS engines like V8 ( node.js, v8cgi ), Rhino, and SpiderMonkey ( CouchDB )

php-excel-reader - Project Hosting on Google Code

by 2 others
This PHP library expands on the great work done in the PHP Excel Reader project on SourceForge. It reads the binary format of XLS files directly and can return values and formats from any cell.

MBG Scaffolder: Everything You’ve Ever Wanted in a PHP Scaffolding Package | Meta Beta Geek

by 1 other
stag-scaffoldingThe MBG Scaffolder package is an open source PHP scaffolding utility designed and modeled (loosely) after the Ruby On Rails scaffolding concept. Born out of necessity, MBG Scaffolder provided a front-end web interface for quickly manipulating data within MySQL databases. The first iteration covered the basics, allowing record creation, retrieval, updating and deletion. It also allowed for automatic table joins using referential rules within the database.

PHPIndex : Directives globales et locales avec Apache - PHP Index - La passerelle française des technologies PHP: Hypertext Preprocessor

La fonction phpinfo() n'est plus à présenter. Mais si vous prenez le temps d'etudier plus en détail ce qu'elle retourne, vous remarquerez que la section Configuration contient trois colonnes : Directive, Master Value et Local Value. En général, les colonnes Master Value et Local Value sont identiques. Master Value est construite en retournant les directives initialisées dans le fichier php.ini (si ce fichier est absent, ce sont les valeurs par defaut qui sont retournées). Local Value, quant à elle, est construite en retournant les directives initialisées localement. Nous allons voir comment initialiser de telles directives.

Google Suggest – Script php (Nouvelle version)

(via)
Il y a quelques jours, nous vous présentions un outil nommé Google Suggest php script permettant d’extraire les suggestions proposées par Google à partir d’un mot-clé, les résultats ainsi obtenus étaient à nouveau extraits et ainsi de suite selon le niveau de profondeur défini par l’utilisateur du script (jusqu’à 5 niveaux).

2009

Faille PHP dans les versions inférieures à la 5.3.1

by 1 other

Un advisory concernant les releases PHP antérieures à la version 5.3.1 a été publié ce vendredi. En effet, la 5.3.1 contient un patch pour un DoS ayant été reporté le 27 Octobre 2009. Le problème concerne le support de la RFC 1867 dans PHP (Formulaire d’upload HTML).

Videopian - Upian Source

by 4 others

Ceci est la documentation de la classe PHP Videopian, qui permet de récupérer les informations d'une vidéo hébergée sur un service de partage de vidéos à partir de son URL.

Changer de jeu de caractères pour UTF-8 - Openweb.eu.org

by 2 others (via)
Préparer l’internationalisation d’un site n’est pas une opération triviale, car dans la plupart des cas, elle nécessite de passer d’un jeu de caractères à un autre. Or, un site Web résulte d’un assemblage de plusieurs logiciels, où les questions de jeux de caractères apparaissent à chaque niveau. Cet article résume les différents points de la configuration d’un site « classique » dans le cadre de l’utilisation d’UTF-8.