visiograf.org, optimiser son site

 

Installation d'un tableau de connexion (plugbox)

Abonnez-vous gratuitement : News rss

L'installation d'un tableau de connexion,  plugboard

 

Plugbox, script des plus simples à mettre en place :

Plugbox est un script de tableau de connexions, les internautes passants sur votre site, peuvent s'ils le souhaitent et s'ils possèdent un site internet, laisser sur une de vos pages, un logo du format que vous souhaitez imposer, par exemple 80X31, 468X60, etc. 

Le script Plugbox est un script très simple à installer, il vous est permis de le distribuer en version non modifiée et gratuite. Téléchargez Plugbox 



#####################################################################
# Plugbox
# Copyright 2004 - 2005 Donnie Adams. All rights reserved.
# Author: Donnie Adams http://pluggingit.com boyzie80(REMOVE-THIS-NO-SPAM)@yahoo.com
#####################################################################

=========================
IMPORTANT TOS INFORMATION
=========================

 - You are allowed to distribute (unmodified versions), alter for personal use, and make a profit off of Plugbox.
 - You are NOT allowed to remove or alter any of the copyright and TOS notices in any way, shape, or form.
 - You may distribute UNMODIFIED versions of this script that are directly downloaded from http://pluggingit.com.
 - You may NOT use or sell any code snippets from this script for any other purposes without prior written consent.
 - This script is provided "AS IS" and by using it you agree to indemnify us from liability of any kind that may arise from its use.
 - We reserves the right to change the above copyright statement at anytime, for any reason, without notice.

============
REQUIREMENTS
============

PHP 4.2 or higher
Basic knowledge of the following:
- How to CHMOD a file. (UNIX servers only).
- PHP includes (http://www.php.net/manual/en/function.include.php)
- HTML Iframes (http://www.lissaexplains.com/frames.shtml#inline)

==================
INSTALLATION FILES
==================

admin.php  - PHP script used to manage plugs, ban IP addresses, and edit options.
banned.txt - Banned database file. Contains the IP addresses of banned pluggers.
config.php - Auto-generated PHP file which contains Plugbox's configuration variables.
             Do NOT edit this file by hand, edit it's values via the admin panel (admin.php).
index.php  - Displays plugs in a full HTML page that can be used as an Iframe.
plug.php   - PHP script used to displays plugs, add plugs to the database (plugs.txt),
             count button clicks, and redirect to plugger's web site.
             Useful for directly including/embedding plugs into a PHP web page
             without the use of an Iframe.
plugs.txt  - Plug database file. Contains all posted plug information.
readme.txt - Installation instructions, copyright notices, version history, and requirements.

============
INSTALLATION
============

01. Create a new folder on your web server (called 'plugbox' for example) and upload all of the installation files into it.
02. CHMOD the following files accordingly:
    banned.txt - % chmod 666
    config.php - % chmod 666
    plugs.txt  - % chmod 666
03. Log into the admin panel using the default username: 'zavion' and password: 'aniyah' without the quotes.
04. IMPORTANT!! Go to the 'Edit Options ' tab in the admin panel and change your username and password.
    NOTE: Usernames and passwords are case sensitive.
05. Enjoy your new plugboad ;-)

To have your plugboard appear on your website, include it via HTML Iframe or PHP include.

================
IFRAME INCLUSION:
================

<iframe src="http://www.domain.com/INSTALLATION-FOLDER/index.php" width="200" height="200" marginwidth="0" marginheight="0"  frameborder="0" scrolling="no" allowtransparency="true"></iframe>

Replace the 'www.domain.com/INSTALLATION-FOLDER' in the url with your domain name and the name of the folder you created in step one of the installation process.

================
PHP INCLUSION:
================

NOTE: The page that you use the following code on must have a php extension.

<?php include('SERVER-PATH-GOES-HERE/plug.php'); ?>

Replace the 'SERVER-PATH-GOES-HERE' with the server path to the plugbox.php file.

===============
Version History
===============

1.00 9/30/2005 - First release.

#####################################################################
# Plugbox
# Copyright 2004 - 2005 Donnie Adams. All rights reserved.
# Author: Donnie Adams http://pluggingit.com boyzie80(REMOVE-THIS-NO-SPAM)@yahoo.com
#####################################################################

=========================
IMPORTANT TOS INFORMATION
=========================

- You are allowed to distribute (unmodified versions), alter for personal use, and make a profit off of Plugbox.
 - You are NOT allowed to remove or alter any of the copyright and TOS notices in any way, shape, or form.
 - You may distribute UNMODIFIED versions of this script that are directly downloaded from http://pluggingit.com.
 - You may NOT use or sell any code snippets from this script for any other purposes without prior written consent.
 - This script is provided "AS IS" and by using it you agree to indemnify us from liability of any kind that may arise from its use.
 - We reserves the right to change the above copyright statement at anytime, for any reason, without notice.


============
REQUIS
============

PHP 4.2 ou +
Connaissances de base :
- Modification CHMOD. (UNIX servers only).
- PHP includes (http://www.php.net/manual/en/function.include.php)
- HTML Iframes (http://www.lissaexplains.com/frames.shtml#inline)

==================
INSTALLATION FILES
==================

admin.php  - manuscrit PHP contrôle saisies, interdire adresses IP,  éditer options.
banned.txt - Base de données des adresses IP bannies.
config.php - F
ichier PHP Auto-généré qui contiens les variables de configuration Plugbox's.
   -Ne pas modifier manuellement ce fichier, modif. uniquement via panneau d'administration.
index.php  - Displays plugs in a full HTML page that can be used as an Iframe.
plug.php   - PHP script used to displays plugs, add plugs to the database (plugs.txt),
             count button clicks, and redirect to plugger's web site.
             Useful for directly including/embedding plugs into a PHP web page
             without the use of an Iframe.
plugs.txt  - Plug database file. Contains all posted plug information.
readme.txt - Installation instructions, copyright notices, version history, and 
requirements.

============
INSTALLATION
============

01. Créez un nouveau dossier sur votre hébergement (appelez-le 'plugbox' par exemple) et uploader dans ce dossier les fichiers d'installation.
02. Modifier les CHMOD suivants en conséquence :
    banned.txt - % chmod 666
    config.php - % chmod 666
    plugs.txt  - % chmod 666
03. Loguez-vous au panneau d'administration avec :  username: 
'zavion' et password: 'aniyah' sans '.
04. IMPORTANT!! Allez dans 'Edit Options ' du panneau d'administration est changez username et password.
    NOTE: Usernames et passwords sont sensibles à la casse.
05. Enjoy your new plugboad ;-)

Iframe ou code PHP à inclure dans votre page HTML.

================
IFRAME INCLUSION:
================

<iframe src="http://www.domain.com/INSTALLATION-FOLDER/index.php" width="200" height="200" marginwidth="0" marginheight="0"  frameborder="0" scrolling="no" allowtransparency="true"></iframe>

Remplacez 'www.domain.com/INSTALLATION-FOLDER' par l'url (adresse) de votre plugboard.


================
PHP INCLUSION:
================

NOTE: Pour utiliser le code ci-dessous votre page doit avoir l'extension php.

<?php include('SERVER-PATH-GOES-HERE/plug.php'); ?>

Replace the 'SERVER-PATH-GOES-HERE' with the server path to the plugbox.php file.

===============
Version History
===============

1.00 9/30/2005 - First release.

L'installation d'un plugbox, plugboard en photos



 

Liens internes 
Logo visiograf.org

 
 
 
 

Avertissement : les données que vous trouverez sur ce site ne sauraient mettre ma responsabilité en cause pour les éventuelles omissions, erreurs et lacunes qui auraient pu s'y glisser. Contact ICI.


 
 

Titre de la page : Installation d'un tableau de connexion, plugboard (plugbox)
Le site visiograf.org a été réalisé avec le souci de correspondre aux normes du W3C, pour  vérifier la validation HTML 4.01 Transitional copiez l'adresse de la présente page : http://www.visiograf.org/installation-d_tableau_connexion.html cliquez ici et collez cette adresse dans le champ Address:, de la rubrique Validate by URL puis cliquez sur Check. Pour vérifier la validation CSS 2.1 cliquez ici, et collez de nouveau l'adresse dans le champs Adresse: puis cliquez sur Vérifier

Valid HTML 4.01 Transitional




Creative Commons License      Contact     Haut de page      copyright, site déposé

hebergement pro
Plugboard installation plugboard/photos
Plugboard 88X31
Plugboard 468X60
Annuaire plugboard
Adresses plug
CHMOD FileZilla
Uploader avec FileZilla