Migration

This commit is contained in:
2016-02-21 01:33:05 +01:00
commit 6db8a86a48
386 changed files with 17311 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
<?php
/*
Copyright (C) 2007 Mercier Benjamin
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
$ListBDD = $MySql->Select("*", "domaine", "Utilisateur='".$_SESSION['Utilisateur']."' AND Status='2'", "", "", "", "");
?><h3>Bridage de vos sites Internet</h3><br />
<p>Afin de favoriser les gens qui affichent notre publicité sur leurs sites, un bridage est imposé à tous les sites, sauf ceux dont notre pub est affichée.<br />
Une limite est fixée uniquement pour le télechargement de fichiers, celle-ci est de 50Ko/sec pour tout le site. <br />
Cependant, si notre publicité est affichée au moins sur l'accueil, le site sera totalement débridé et pourra ainsi bénéficier jusqu'à 12Mo/sec de bande passante (dans les limites de la charte).<br />
Pour afficher notre publicité, veuillez en générer-une sur la page <a href="Page-Divers-Contribuer.html">"Nous soutenir"</a>. (publicités adsense seulement).<br />
Notre robot passe une fois toutes les 24 heures, ne vous étonnez donc pas que le bridage soit toujours actif immédiatement après l'affichage de la publicité.<br />
Notez que <?php echo $_SESSION['Utilisateur']; ?>.kelio.org ne peut être débridé.<br /><br />
Ci-dessous un récapitulatif de tous les bridages sur vos domaines.</p><br />
<div style="border:#006633 1px solid; width: 90%; margin: auto; margin-top: 15px;">
<table style="width:100%">
<tr>
<td class="Tableau1" style="text-align: center; width: 80%;"><strong>Domaine</strong></td>
<td class="Tableau1" style="text-align: center; width: 20%;"><strong>Bridage</strong></td>
</tr>
<?php
$TotalBDD = count($ListBDD);
if ( $ListBDD == FALSE )
{
echo '
<tr>
<td class="Tableau1" colspan="2" style="text-align: center;"><strong>Vous n\'avez aucun domaine actif</strong></td>
</tr>';
}
else
{
for ($i=0; $i < $TotalBDD; $i++)
{
if ( $ListBDD[$i]["Bridage"] == "Oui" )
{
$Bridage = "bridé";
$Couleur = "#FF3333";
}
else
{
$Bridage = "débridé";
$Couleur = "#009933";
}
echo '
<tr>
<td class="Tableau1" style="text-align: center; width: 80%;">'.$ListBDD[$i]["Adresse"].'</td>
<td class="Tableau1" style="text-align: center; width: 20%; color: '.$Couleur.';">'.$Bridage.'</td>
</tr>';
}
}
?>
</table>
</div>

View File

@@ -0,0 +1,94 @@
<?php
/*
Copyright (C) 2007 Mercier Benjamin
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
?>
<h3>Changelog Kelio Panel</h3><br />
<strong>Version : 0.7.1 (le 10 novembre 2007)</strong>
<ul>
<li class="Liste">Panel - Correction de bugs mineurs</li>
<li class="Liste">Panel - Suppression de l'affichage de la bande passante utilisé</li>
<li class="Liste">Robot - Correction du robot d'affichage des ressources utilisés</li>
</ul>
<br /><br />
<strong>Version : 0.7 (le 24 octobre 2007)</strong>
<ul>
<li class="Liste">Panel - Ajout logos pour les rubriques et nouvelle page d'accueil</li>
<li class="Liste">Panel - Affichage des ressources utilisées (Bande passante et espace disque)</li>
<li class="Liste">Panel - Modification majeure pour rendre le panel multi-serveurs</li>
<li class="Liste">Panel - Ajout de la prise en charge des mails</li>
<li class="Liste">Panel - Mode expert pour l'ajout d'un domaine</li>
</ul>
<br /><br />
<strong>Version : 0.6.5 (version abandonnée)</strong>
<ul>
<li class="Liste">Panel - Ajout logos pour les rubriques et nouvelle page d'accueil</li>
<li class="Liste">Panel - Amelioration des coupures de chaines dans tous les modules ([...])</li>
<li class="Liste">Panel - Ajout du dernier passage du robot sur l'accueil</li>
<li class="Liste">Panel - Correction d'erreur de Validation Xhtml 1.0 Strict</li>
<li class="Liste">Panel - Modification majeure pour rendre le panel multi-serveurs</li>
<li class="Liste">Robot - Remplacement du module Compte->Creation</li>
<li class="Liste">Robot - Remplacement du module MySql->Creation</li>
<li class="Liste">Robot - Remplacement du module MySql->Suppression</li>
<li class="Liste">Robot - Remplacement du module Domaine->Creation</li>
<li class="Liste">Robot - Remplacement du module Domaine->Suppression</li>
<li class="Liste">Robot - Remplacement du module Compte->Creation</li>
</ul>
<br /><br />
<strong>Version : 0.6 (le 29 mai 2007)</strong>
<ul>
<li class="Liste">Panel - Correction de la regex Commentaire du module Ftp->Ajouter</li>
<li class="Liste">Panel - Création du module Divers->Contribuer</li>
<li class="Liste">Robot - Correction des droits des utilisateurs MySql</li>
<li class="Liste">Robot - Correction des domaines (autoriser l'url rewriting)</li>
<li class="Liste">Robot - Correction du changement de date dans la zone dns</li>
<li class="Liste">Robot - Changement de la disposition dans la zone dns</li>
<li class="Liste">Serveur - Changement de la disposition dans la zone dns</li>
<li class="Liste">Serveur - Mise en place d'un systeme de backup rsync</li>
</ul>
<br /><br />
<strong>Version : 0.5a (le 17 mai 2007)</strong>
<ul>
<li class="Liste">Panel - Création du Kelio Panel</li>
<li class="Liste">Panel - Création du module Accueil</li>
<li class="Liste">Panel - Création du module MySql->Récapitulatif</li>
<li class="Liste">Panel - Création du module MySql->Ajout</li>
<li class="Liste">Panel - Création du module MySql->Suppression</li>
<li class="Liste">Panel - Création du module Ftp->Récapitulatif</li>
<li class="Liste">Panel - Création du module Ftp->Ajout</li>
<li class="Liste">Panel - Création du module Ftp->Suppression</li>
<li class="Liste">Panel - Création du module Domaine->Récapitulatif</li>
<li class="Liste">Panel - Création du module Domaine->Ajout</li>
<li class="Liste">Panel - Création du module Domaine->Suppression</li>
<li class="Liste">Admin - Création de l'admin Kelio Panel</li>
<li class="Liste">Admin - Création du module ValidationCompte</li>
<li class="Liste">Robot - Création du robot global</li>
<li class="Liste">Robot - Création du module Compte->Creation</li>
<li class="Liste">Robot - Création du module MySql->Creation</li>
<li class="Liste">Robot - Création du module MySql->Suppression</li>
<li class="Liste">Robot - Création du module Ftp->Creation</li>
<li class="Liste">Robot - Création du module Ftp->Suppression</li>
<li class="Liste">Robot - Création du module Domaine->Creation</li>
<li class="Liste">Robot - Création du module Domaine->Suppression</li>
<li class="Liste">Serveur - Remplacement de PhpMyAdmin par Eskuel</li>
</ul>

View File

@@ -0,0 +1,167 @@
<?php
/*
Copyright (C) 2007 Mercier Benjamin
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
?>
<h3>Contribuer au projet Kelio.org</h3>
<br />
Contribuer au projet Kelio, permet sa survie.<br />
Vous pouvez contribuer de différente manières : dons, bouche a oreilles, affichage de notre publicité.
<br /><br />
<h3>Faire un don</h3>
<img src="image/icons/tick.png" alt="info" style="padding-right: 5px;" /><strong>Par carte bancaire</strong>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/fr_FR/i/btn/x-click-but04.gif" border="0" name="submit" alt="Effectuez vos paiements via PayPal : une solution rapide, gratuite et sécurisée">
<img alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----
">
</form>
<br />
<img src="image/icons/tick.png" alt="info" style="padding-right: 5px;" /><strong>Par virement bancaire</strong><br />
Contactez nous pour obtenir un RIB<br />
<br />
Vos dons serviront uniquement à financer le(s) serveur(s) !<br />
<a href="http://wiki.kelio.org/doku.php?id=l_equipe_kelio.org#les_donateurs">Liste des donateurs</a>
<br /><br/>
<h3>Afficher une publicité sur votre site</h3>
<small>Les publicités Adsense permettent de nous soutenir directement financièrement.<br/>
Code client Adsense : "pub-3624271267101348"</small>
<br />
<form action="<?php echo $PHP_SELF ?>#code" method="post">
<table>
<tr>
<td><strong>Format des annonces</strong></td>
</tr>
<tr>
<td>La taille des annonces</td>
<td>
<select name="format">
<option value="728x90">Horizontal 728 x 90</option>
<option value="468x60">Horizontal 468 x 60</option>
<option value="234x60">Horizontal 234 x 60</option>
<option value="120x600">Vertical 120 x 600</option>
<option value="160x600">Vertical 160 x 600</option>
<option value="120x240">Vertical 120 x 240</option>
<option value="336x280">Grand rectangle 336 x 280</option>
</select>
</td>
</tr>
<tr>
<td><strong>Couleurs</strong></td>
</tr>
<tr>
<td>Bordure</td>
<td>#<input type="text" name="bordure" value="FFFFFF" /></td>
</tr>
<tr>
<td>Titre</td>
<td>#<input type="text" name="titre" value="0000FF" /></td>
</tr>
<tr>
<td>Fond</td>
<td>#<input type="text" name="fond" value="FFFFFF" /></td>
</tr>
<tr>
<td>Texte</td>
<td>#<input type="text" name="texte" value="000000" /></td>
</tr>
<tr>
<td>URL</td>
<td>#<input type="text" name="url" value="008000" /></td>
</tr>
</table>
<div><input type="submit" value="Valider" /></div>
</form>
<?php
$format = $_POST["format"];
$bordure = $_POST["bordure"];
$titre = $_POST["titre"];
$fond = $_POST["fond"];
$texte = $_POST["texte"];
$url = $_POST["url"];
$format2 = explode("x", $format);
$width = $format2[0];
$height = $format2[1];
$format = $format."_as";
$code = "<strong>Code à insérer sur votre site Internet :</strong><br/><br/>
<textarea cols=\"50\" rows=\"15\" >
<script type=\"text/javascript\"><!--
google_ad_client = \"pub-3624271267101348\";
google_ad_width = $width;
google_ad_height = $height;
google_ad_format = \"$format\";
google_ad_type = \"text_image\";
google_ad_channel = \"\";
google_color_border = \"$bordure\";
google_color_bg = \"$fond\";
google_color_link = \"$url\";
google_color_text = \"$texte\";
google_color_url = \"$url\";
//-->
</script>
<script type=\"text/javascript\"
src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">
</script>
</textarea>
<br/><br/>
<strong>Aperçu visuel de la publicité qui sera sur votre site Internet :</strong><br /><br />
<script type=\"text/javascript\"><!--
google_ad_client = \"pub-3624271267101348\";
google_ad_width = $width;
google_ad_height = $height;
google_ad_format = \"$format\";
google_ad_type = \"text_image\";
google_ad_channel = \"\";
google_color_border = \"$bordure\";
google_color_bg = \"$fond\";
google_color_link = \"$url\";
google_color_text = \"$texte\";
google_color_url = \"$url\";
//-->
</script>
<script type=\"text/javascript\"
src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">
</script>"
?>
<?php
if (isset($_POST["format"]))
{ echo "<div id='code'>$code</div>"; }
?>
<h3>Afficher nos bannières de promotion sur votre site</h3>
<p><img src="image/icons/em-plus.png" alt="info" style="padding-right: 5px;" /><a href="#JS_banniere" style="cursor:pointer" onclick="Cache('JS_banniere');">Voir nos bannières</a></p>
<div id="JS_banniere" style="display: none">
<br/>
<strong>Bannière 1</strong> (468x60)<br/>
<img src="http://www.kelio.org/image/logo/banniere46860-1.png" alt="Kelio.org - Faites vivre vos idées avec un hébergeur indépendant et alternatif" />
<br/>Code à afficher<br/>
<textarea style="width: 468px; height: 60px; border: 0; border: #006633 1px solid;" cols="" rows="">
&lt;a href=&quot;http://www.kelio.org&quot;&gt;&lt;img style=&quot;border: 0px;&quot; src=&quot;http://kelio.org/image/logo/banniere46860-1.png&quot; alt=&quot;Kelio.org - Faites vivre vos idées avec un hébergeur indépendant et alternatif&quot; /&gt; &lt;/a&gt;
</textarea><br/>
<strong>Bannière 2</strong> (300x150)<br/>
<img src="http://www.kelio.org/image/logo/banniere300150.png" alt="Kelio.org - Faites vivre vos idées avec un hébergeur indépendant et alternatif" />
<br/>Code à afficher<br/>
<textarea style="width: 468px; height: 60px; border: 0; border: #006633 1px solid;" cols="" rows="">
&lt;a href=&quot;http://www.kelio.org&quot;&gt;&lt;img style=&quot;border: 0px;&quot; src=&quot;http://kelio.org/image/logo/banniere300150.png&quot; alt=&quot;Kelio.org - Faites vivre vos idées avec un hébergeur indépendant et alternatif&quot; /&gt; &lt;/a&gt;
</textarea>
</div>
<br/>

View File

@@ -0,0 +1,34 @@
<?php
/*
Copyright (C) 2007 Mercier Benjamin
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
?><h3>Stockage de fichiers</h3>
<p>Le stockage massif de fichiers sur Kelio est interdit. Cependant, graçe a notre partenaire <a href="http://www.archive-host.com">Archive HOST</a>, vous pouvez uploader vos fichiers.
En utilisant le formulaire ci-dessous, vos fichiers seront hébergés directement sur les serveurs Archive HOST.
<br />Attention, en utilisant le formulaire ci-dessous, vos fichiers seront considérés comme "anonyme", il vous sera impossible de les supprimer. Et ceux-ci seront supprimés au bout de deux mois.
Pour éviter ces inconvénients, vous pouvez vous inscrire sur <a href="http://archive-host.com/nos_offres.php">Archive HOST</a>.
</p>
<br /><br /><br />
<div style="width: 500px; margin: auto; text-align: center;" id="JS_body">
<form method="post" enctype="multipart/form-data" action="http://archive-host.com/forum.php">
<input type="hidden" name="MAX_FILE_SIZE" value="20971520" />
<input name="file" type="file" />
<input type="submit" name="upload" value="Envoyer" class="submit" onClick="ChangeVision('JS_body', 'JS_LOAD');" />
</form>
</div>
<div id="JS_LOAD" style="display:none; text-align:center;">
<img src="image/chargement.gif" alt="" /> Envoi de votre fichier en cours, veuillez patienter.</div>