public marks

PUBLIC MARKS from lecyborg with tags serveur & 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

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

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.

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.

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.