public marks

PUBLIC MARKS from lecyborg with tag php

February 2008

Network Weathermap | See Everything

by 1 other
Script PHP établissant une carte du réseau avec les informations de traffic

January 2008

Creating a Custom RSS Feed with PHP and MySQL

In this article you'll learn how to syndicate your own custom RSS feeds using PHP and MySQL. We'll first learn how to create two database tables and then how to retrieve data from them which will be formatted into an RSS feed. Here's an example of the completed RSS feed and a download link to the code. Let's start by taking a look at how to create the MySQL database tables.

Make SSH connections with PHP

by 3 others
Not everyone knows about PHP's capabilities of making SSH connections and executing remote commands, but it can be very useful. I've been using it a lot in PHP CLI applications that I run from cronjobs, but initially it was a pain to get it to work. The PHP manual on Secure Shell2 Functions is not very practice or thorough for that matter, so I would like to share my knowledge in this how to, to make it a little less time consuming setting this up. In this article I'm going to assume that: * You're running Debian / Ubuntu If not, you will have to substitute the package manager aptitude with whatever your distribution provides * You're running PHP 5 If not, just replace php5 with php4 everywhere * You have basic knowledge of PHP & server administration * You already have PHP installed

TorrentFlux - PHP BitTorrent Client

by 4 others
TorrentFlux is a FREE web torrent client that runs on a web server. It is implemented on the LAMP stack. Manage all of your Torrent downloads through a convenient web interface from anywhere.

December 2007

PHP Login script

by 2 others
If you're looking for a serious script to manage your users then you're at the right place. Built with security in mind and packed with dozens of features, our PHP login script is the right solution for every webmaster looking to take his website to the next level. Trust us, we've stayed (and we still do for early versions) open-source long enough to learn what people really need.

Les Conventions en cakePHP

Qui dit conventions dit accords. Une convention n’est pas une règle. Une règle c’est quelque chose d’obligatoire, une convention non. Mais ça peut engendrer des pénalités, dans notre contexte c’est une diminution de la productivité. Cependant la convention peut créer des obligations. C’est-à-dire qu’on dit : voilà cette chose elle est comme ça. Pourquoi ? Ben pourquoi pas ? On bâtit dessus et on avance. Et pourquoi ? Un seul mot, productivité.

November 2007

PHP array indentation

Fonction permettant d'indenter des tableaux PHP, avec un affichage bien plus lisible qu'un simple var_dump.

July 2007

LabradorData : vpsinfo

by 1 other
vpsinfo is a Linux server monitoring script, written in PHP, that provides web access to system status information. It gathers the output from several common Linux commands into one web page, providing a quick overview of the system's current state.

Shell Commander

Shell Commander is a PHP script, that allows remote execution of shell commands (like SSH client) through a web browser.

How-To: Monitor your servers with SNMP and Cacti

by 1 other
SNMP (Simple Network Management Protocol) is a protocol for managing networks. Each managed entity in the network will run an snmp server (snmpd) which is going to collect datas from the server such as networking, load, cpu ... Cacti on the other hand is a frontend to the RRDTool with SNMP support. It collects and keep data in a MySQL database and display them through a PHP web frontend.

June 2007

Chat en Ajax

by 2 others
Ajax Chat Engine ACE est un moteur un Chat qui permet de communiquer via votre navigateur, sans aucun applet JAVA. Ajax Chat Engine est divisé en deux parties : * ACE Server Totalement indépendant, le server simule un server HTTP et forge ses informations telles que la technologie AJAX peut les interpreter. Developpé en C et grace aux tables de Hashages, les performances sont incontestablement puissantes et peu gourmandes en ressources. MySQL est utilisé uniquement lors du Login de l'user pour plus de praticité, ensuite le server gère lui même la gestion des informations. * ACE client Developpé en JavaScript grace à la technologie AJAX, le client n'a besoin d'aucun programme exterieur comme un applet JAVA ou CGI. La légèreté et portabilité de ACE Client est donc son atout principal.

April 2007

Add a custom message before printable page in MediaWiki

Comment ajouter un message perso lors de l'impression sous Mediawiki.

March 2007

Preventing access - MediaWiki

by 1 other
Page expliquant les subtilités des droits d'accès pour le wiki mediawiki

January 2007

Zimbra groupware

by 44 others (via)
Pour rappel Zimbra tourne sur une plateforme Apache/Tomcat/MySQL/LDAP. C'est un outil comparable à Egroupware (agenda, messagerie, annuaire, wiki) ; il se différencie au niveau interface, puisque celle-ci est tout AJAX, permettant glisser/déposer, menus contextuels, etc. Une des premières applications abouties de ce que l'on peut faire avec AJAX. Zimbra propose aussi en libre des plugins, permettant par exemple de l'interfacer avec Asterisk, avec Google Maps, Wikipedia, etc.

Zimbra fr

by 3 others (via)
Le forum de la communauté francophone de ce groupware

How to Bridge PHP and Java

Un tutorial qui explique comment lancer du Java depuis un site en PHP

Jaws

by 1 other
Framework open source pour construire des CMS ou des sites dynamiques

An Introduction to Using Patterns in Web Design

Un tutorial en anglais expliquant l'utilisation des patterns pour la réalisation de sites

Acceleo

Générateur de code en partant de modèles UML logiques, qui utilise eclipse

Color Palette Generator

by 4 others
Donnez l'url d'une image, et le site génère la palette adéquate!

vtiger CRM on Ubuntu

by 1 other
Installation détaillée du système et du CRM

ClickHeat

by 7 others
Open source, permet de savoir où cliquent les visiteurs sur sa page web

PHP Obfuscator

by 1 other
Appelé POBS, permet de faire n'importe quoi avec votre code

Password Hashing

by 3 others, 5 comments
Ou comment bien sécuriser les mots de passe