Total Hardcore Wrestling
A tous les invités , inscrivez vous dès maintenant et profiter de l'expérience des membres déjà inscrit pour vous guider et vous intégrer . Attaquer en plein backstage, attaquer en plein match ? Avez-vous la statégie parfaite pour arriver au sommet ? Total Hardcore Wrestling n'attend attend plus que vous !
Total Hardcore Wrestling
A tous les invités , inscrivez vous dès maintenant et profiter de l'expérience des membres déjà inscrit pour vous guider et vous intégrer . Attaquer en plein backstage, attaquer en plein match ? Avez-vous la statégie parfaite pour arriver au sommet ? Total Hardcore Wrestling n'attend attend plus que vous !
Total Hardcore Wrestling
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.

Total Hardcore Wrestling

Attaquer en plein backstage, attaquer en plein match ? Avez-vous la statégie parfaite pour arriver au sommet ? THW n'attend attend plus que vous !
 
AccueilDernières imagesRechercherS'enregistrerConnexion
Le Deal du moment : -45%
Harman Kardon Citation One MK3 – Enceinte ...
Voir le deal
99 €

 

 tirage FDC

Aller en bas 
4 participants
AuteurMessage
Fadax
catcheur tna
catcheur tna
Fadax


Messages : 752
Points : 58901
Réputation : 1
Date d'inscription : 31/08/2010
Age : 24
Localisation : Chez moi

tirage FDC Empty
MessageSujet: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 12:44

pour http://fredos.fr/efed/efed.php

il y a un code pour reproduire l'img aider moi a comprendre SVP

<?php header('Content-type: text/html; charset=UTF-8'); ?>
<html>
<head>
<title>RESULTAT EFED</title>
<style>
body{background:black;color:lightgrey;font-size:16px;}
.boite{background:lightgrey;color:black;width:80%;margin:0 auto;padding:5px;}
table{color:black;}
td{text-align:center}
input{font-size:15px;margin:8px;}
h1{font-size:18px;color:yellow;margin:10px;text-align:center}
</style>
</head>
<body>
<h1>EFED 2.0 Fan de Catch</h1>
<div class="boite">
<form action="<? echo $PHP_SELF; ?>" name="match" method="post">
<table border=0 width=100% cellpadding=0 cellspacing=0>
<tr>
<td>catcheur 1<input type="text" name="catcheur1" /></td>
<td>catcheur 2<input type="text" name="catcheur2" /></td>
<td>catcheur 3<input type="text" name="catcheur3" /></td>
</tr>
<tr>
<td>catcheur 4<input type="text" name="catcheur4" /></td>
<td>catcheur 5<input type="text" name="catcheur5" /></td>
<td>catcheur 6<input type="text" name="catcheur6" /></td>
</tr>
<tr>
<td>catcheur 7<input type="text" name="catcheur7" /></td>
<td>catcheur 8<input type="text" name="catcheur8" /></td>
<td>catcheur 9<input type="text" name="catcheur9" /></td>
</tr>
<tr>
<td>stipulation <input type="text" name="stipulation" value="" /></td>
<td>prise victorieuse ? <input type="checkbox" name="prise" value="0" /></td>
<td>titre du match <input type="text" name="champ" value="" /></td>
</tr>
<tr>
<td colspan=3 align="center"><input type="submit" name="valider" value="commencer le match" /></td>
</tr>
</table>
</form>
</div>

<p align="center"><a href="http://fredos.fr/efed/historique.php">historique</a></p>

<?php
if($_POST['valider']){
// print_r($_POST);
?><br /><br />
<div class="boite">
<?php
$catcheur1 = '';
$catcheur1 = $_POST['catcheur1'];
$catcheur2 = '';
$catcheur2 = $_POST['catcheur2'];
$catcheur3 = '';
$catcheur3 = $_POST['catcheur3'];
$catcheur4 = '';
$catcheur4 = $_POST['catcheur4'];
$catcheur5 = '';
$catcheur5 = $_POST['catcheur5'];
$catcheur6 = '';
$catcheur6 = $_POST['catcheur6'];
$catcheur7 = '';
$catcheur7 = $_POST['catcheur7'];
$catcheur8 = '';
$catcheur8 = $_POST['catcheur8'];
$catcheur9 = '';
$catcheur9 = $_POST['catcheur9'];
$stipulation = '';
$stipulation = $_POST['stipulation'];

$tableauCatcheurs = array();

if($catcheur1=='' || $catcheur2==''){?>
il faut entrer des noms de catcheur ( au moins deux )
<?php }
if($catcheur1!='' && $catcheur2!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2);
}
if($catcheur1!='' && $catcheur2!=='' && $catcheur3!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2,$catcheur3);}
if($catcheur1!='' && $catcheur2!=='' && $catcheur3!=='' && $catcheur4!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2,$catcheur3,$catcheur4);}
if($catcheur1!='' && $catcheur2!=='' && $catcheur3!=='' && $catcheur4!=='' && $catcheur5!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2,$catcheur3,$catcheur4,$catcheur5);}
if($catcheur1!='' && $catcheur2!=='' && $catcheur3!=='' && $catcheur4!=='' && $catcheur5!=='' && $catcheur6!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2,$catcheur3,$catcheur4,$catcheur5,$catcheur6);}
if($catcheur1!='' && $catcheur2!=='' && $catcheur3!=='' && $catcheur4!=='' && $catcheur5!=='' && $catcheur6!=='' && $catcheur7!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2,$catcheur3,$catcheur4,$catcheur5,$catcheur6,$catcheur7);}
if($catcheur1!='' && $catcheur2!=='' && $catcheur3!=='' && $catcheur4!=='' && $catcheur5!=='' && $catcheur6!=='' && $catcheur7!=='' && $catcheur8!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2,$catcheur3,$catcheur4,$catcheur5,$catcheur6,$catcheur7,$catcheur8);}
if($catcheur1!='' && $catcheur2!=='' && $catcheur3!=='' && $catcheur4!=='' && $catcheur5!=='' && $catcheur6!=='' && $catcheur7!=='' && $catcheur8!=='' && $catcheur9!=='')
{
$tableauCatcheurs = array($catcheur1,$catcheur2,$catcheur3,$catcheur4,$catcheur5,$catcheur6,$catcheur7,$catcheur8,$catcheur9);
}
shuffle($tableauCatcheurs);
// print_r($tableauCatcheurs);
// echo "vainqueur : ".$tableauCatcheurs[0];
// echo '<br />perdants : <br />';
$totalCatcheur = count($tableauCatcheurs);
for($i=1;$i < $totalCatcheur ;$i++)
{
$perdant.= $tableauCatcheurs[$i];
if ($totalCatcheur > 2 && $i < $totalCatcheur-1)
{
$perdant.= ' , ';
}
}
$date = date("d-m-y-h-i-s");

if($_POST['prise']=='0'){ $prise=1; }else {$prise=0;}
if($_POST['champ']!=''){ $champ=$_POST['champ']; }else {$champ="";}

if(!($catcheur1=='' || $catcheur2=='')){
// echo "prise".$prise;
?>

<img src="image.php?g=<?php echo addslashes($tableauCatcheurs[0]); ?>&p=<?php echo addslashes($perdant); ?>&d=<?php echo $date; ?>&s=<?php echo addslashes($stipulation); ?>&prise=<?php echo $prise; ?>&t=<?php echo $totalCatcheur; ?>&champ=<?php echo $champ; ?>" width=0 height=0 />

<p align="center" style="font-size:15px;">adresse de l'image : http://fredos.fr/efed/image/<?php echo $date; ?>.jpg</p>
<p align="center"><a href="javascript:void(0);" onclick="var src = 'http://fredos.fr/efed/image/<?php echo $date; ?>.jpg';document.getElementById('graph').src = src;document.getElementById('graph').width = 685;document.getElementById('graph').height = 200;">voir le resultat</a></p>
<p align="center" id="imageShow"><img id="graph" src="" width="0" height="0" border="0"/></p>

<?php } ?>
</div>
<?php } ?>
</body>

fichier image.php

<?php
header('Content-type: text/html; charset=UTF-8');
$nom_image = "fond.jpg"; // le nom de votre image avec l'extension jpeg

$gagnant = utf8_decode(stripslashes(stripslashes(stripslashes("gagnant : ".$_GET['g']))));
$perdant = utf8_decode(stripslashes(stripslashes(stripslashes($_GET['p']))));
$date = $_GET['d'];
$stipulation ='';
if($_GET['s']!=''){
$stipulation = 'stipulation : '.utf8_decode(stripslashes(stripslashes(stripslashes($_GET['s']))));
}

$prise = array("Armbreaker","Back Body Drop","Mountain Bomb","Backbreaker","Body slam","Brainbuster","Bulldog","Chokeslam","Cobra Clutch Leg Sweep","Cutter","DDT","Death Valley Driver","Double Nelson","Dragon Screw","Drop Toe-Hold","Electric Chair Bomb","Facebreaker","Facebuster","Flapjack",
"Giant Swing","Gutbuster","Headscissors takedown","Jawbreaker","Mat slam","Monkey flip","Muscle Buster","Neckbreaker","Piledriver","Powerbomb","Powerslam","Roll-Up","Samoan drop","Shin breaker","Shoulderbreaker","Snake Eyes","Snapmare","High Angle Senton Bomb","STO","Suplex");

shuffle($prise);

if($_GET['prise']=='1'){
$gagnant = $gagnant . " ( avec : ".$prise[0]." ) ";
}

$perdantNew1= "";
$perdantNew2= "";

if($_GET['t']>4){
$perdant = explode(' , ',$perdant);
$nombrePerdant = count($perdant);

for($i=0;$i<3;$i++)
{
$perdantNew1 .= $perdant[$i].' , ';
}
for($i=3;$i<$nombrePerdant;$i++)
{
$perdantNew2 .= $perdant[$i].' , ';
}

$perdantNew1 = "perdants : ".$perdantNew1;

}

if($_GET['t']==2){
$perdant = "perdant : ".$perdant;
}
if($_GET['t']==3 || $_GET['t']==4){
$perdant = "perdants : ".$perdant;
}

$championnat ="";
if($_GET['champ']!=''){
$championnat = $_GET['champ'];
}

header ("Content-type: image/jpeg");
$image = imagecreatefromjpeg($nom_image);
$rouge = imagecolorallocate($image, 255, 0, 0);
$blanc = imagecolorallocate($image, 255, 255, 255);
$jaune = imageColorAllocate($image, 255,255,0);
imagestring($image, 4, 30, 25,$championnat, $rouge);
imagestring($image, 42, 30, 55,$gagnant, $jaune);
if($_GET['t']>4){
imagestring($image, 3, 20, 85,$perdantNew1, $blanc);
imagestring($image, 3, 100, 115,$perdantNew2, $blanc);
}
else{imagestring($image, 12, 20, 85,$perdant, $blanc);}

if($stipulation!=''){imagestring($image, 4, 30, 175,$stipulation, $jaune);}


$fichier = 'image/'.$date.'.jpg';
imagejpeg($image,$fichier);
imagedestroy($image);
?>

normalement ca donne ca :

tirage FDC Fond



ils disent qu'il faut creer un fichier d'image
Revenir en haut Aller en bas
cena-nexus
catcheur tna
catcheur tna
cena-nexus


Messages : 551
Points : 54009
Réputation : 1
Date d'inscription : 30/11/2010
Age : 27
Localisation : dan le sud !!!!!!!!!!!

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 12:49

c kwa ce truc ???
Revenir en haut Aller en bas
http://ewe-catch.freeboardonline.com/index.php
Amzg Joker
catcheur wwe
catcheur wwe
Amzg Joker


Messages : 1399
Points : 61491
Réputation : 10
Date d'inscription : 29/08/2010
Age : 27
Localisation : france

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 13:32

c'est une ligne de code , tu va sur bloc note , tu c/c le code et ken tenregistre , tu met e-fed.html et sa te met le site des tirage
Revenir en haut Aller en bas
http://federation-virtuel.catchforum.fr
cena-nexus
catcheur tna
catcheur tna
cena-nexus


Messages : 551
Points : 54009
Réputation : 1
Date d'inscription : 30/11/2010
Age : 27
Localisation : dan le sud !!!!!!!!!!!

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 16:43

o ptain jcompren ke tchi , c pr cree une fede ????
Revenir en haut Aller en bas
http://ewe-catch.freeboardonline.com/index.php
Timothy
catcheur wwe
catcheur wwe
Timothy


Messages : 1424
Points : 62647
Réputation : 10
Date d'inscription : 31/08/2010
Age : 124

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 17:06

non c pr avoir les images de les résultats ke tu fé
Revenir en haut Aller en bas
Fadax
catcheur tna
catcheur tna
Fadax


Messages : 752
Points : 58901
Réputation : 1
Date d'inscription : 31/08/2010
Age : 24
Localisation : Chez moi

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 19:04

ca va sur le site mais quand je met un match ca me met sur google avec : Administration/...

je fais précédent et ca fais en dessous :
fichier image.php 4){ $perdant = explode(' , ',$perdant); $nombrePerdant = count($perdant); for($i=0;$i<3;$i++) { $perdantNew1 .= $perdant[$i].' , '; } for($i=3;$i<$nombrePerdant;$i++) { $perdantNew2 .= $perdant[$i].' , '; } $perdantNew1 = "perdants : ".$perdantNew1; } if($_GET['t']==2){ $perdant = "perdant : ".$perdant; } if($_GET['t']==3 || $_GET['t']==4){ $perdant = "perdants : ".$perdant; } $championnat =""; if($_GET['champ']!=''){ $championnat = $_GET['champ']; } header ("Content-type: image/jpeg"); $image = imagecreatefromjpeg($nom_image); $rouge = imagecolorallocate($image, 255, 0, 0); $blanc = imagecolorallocate($image, 255, 255, 255); $jaune = imageColorAllocate($image, 255,255,0); imagestring($image, 4, 30, 25,$championnat, $rouge); imagestring($image, 42, 30, 55,$gagnant, $jaune); if($_GET['t']>4){ imagestring($image, 3, 20, 85,$perdantNew1, $blanc); imagestring($image, 3, 100, 115,$perdantNew2, $blanc); } else{imagestring($image, 12, 20, 85,$perdant, $blanc);} if($stipulation!=''){imagestring($image, 4, 30, 175,$stipulation, $jaune);} $fichier = 'image/'.$date.'.jpg'; imagejpeg($image,$fichier); imagedestroy($image); ?>
Revenir en haut Aller en bas
Amzg Joker
catcheur wwe
catcheur wwe
Amzg Joker


Messages : 1399
Points : 61491
Réputation : 10
Date d'inscription : 29/08/2010
Age : 27
Localisation : france

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 19:41

beh je sais pas
Revenir en haut Aller en bas
http://federation-virtuel.catchforum.fr
Timothy
catcheur wwe
catcheur wwe
Timothy


Messages : 1424
Points : 62647
Réputation : 10
Date d'inscription : 31/08/2010
Age : 124

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 19:53

Revenir en haut Aller en bas
Amzg Joker
catcheur wwe
catcheur wwe
Amzg Joker


Messages : 1399
Points : 61491
Réputation : 10
Date d'inscription : 29/08/2010
Age : 27
Localisation : france

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 20:05

ta pas mie en html et a tout les coup , quand tu fais commencer le match , sa marche pas
Revenir en haut Aller en bas
http://federation-virtuel.catchforum.fr
Fadax
catcheur tna
catcheur tna
Fadax


Messages : 752
Points : 58901
Réputation : 1
Date d'inscription : 31/08/2010
Age : 24
Localisation : Chez moi

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 20:31

exactement ca marche pas quand je commence le match
Revenir en haut Aller en bas
Timothy
catcheur wwe
catcheur wwe
Timothy


Messages : 1424
Points : 62647
Réputation : 10
Date d'inscription : 31/08/2010
Age : 124

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 20:38

pourtant g mi htlm
Revenir en haut Aller en bas
Amzg Joker
catcheur wwe
catcheur wwe
Amzg Joker


Messages : 1399
Points : 61491
Réputation : 10
Date d'inscription : 29/08/2010
Age : 27
Localisation : france

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 20:39

sa bug quand tu fais commencer le match ou sa te met bien l'image ?
Revenir en haut Aller en bas
http://federation-virtuel.catchforum.fr
Timothy
catcheur wwe
catcheur wwe
Timothy


Messages : 1424
Points : 62647
Réputation : 10
Date d'inscription : 31/08/2010
Age : 124

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 20:56

kan je commence sa va sur yahoo web
Revenir en haut Aller en bas
Amzg Joker
catcheur wwe
catcheur wwe
Amzg Joker


Messages : 1399
Points : 61491
Réputation : 10
Date d'inscription : 29/08/2010
Age : 27
Localisation : france

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Jeu 30 Déc 2010 - 21:00

apre je c'est pas comment faire pour metre un lien
Revenir en haut Aller en bas
http://federation-virtuel.catchforum.fr
Timothy
catcheur wwe
catcheur wwe
Timothy


Messages : 1424
Points : 62647
Réputation : 10
Date d'inscription : 31/08/2010
Age : 124

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Ven 31 Déc 2010 - 7:04

pour mettre un lien????????????????????????????????????????????????
Revenir en haut Aller en bas
Amzg Joker
catcheur wwe
catcheur wwe
Amzg Joker


Messages : 1399
Points : 61491
Réputation : 10
Date d'inscription : 29/08/2010
Age : 27
Localisation : france

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Mar 4 Jan 2011 - 12:05

nan rien aller demander sur comment sa marche plz
Revenir en haut Aller en bas
http://federation-virtuel.catchforum.fr
Timothy
catcheur wwe
catcheur wwe
Timothy


Messages : 1424
Points : 62647
Réputation : 10
Date d'inscription : 31/08/2010
Age : 124

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Mar 4 Jan 2011 - 15:29

j'me sui fé banir 22 fois de fdc
Revenir en haut Aller en bas
Fadax
catcheur tna
catcheur tna
Fadax


Messages : 752
Points : 58901
Réputation : 1
Date d'inscription : 31/08/2010
Age : 24
Localisation : Chez moi

tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1Mar 4 Jan 2011 - 15:59

tu fais clik droit puis tu copie l'URL et tu met en img
Revenir en haut Aller en bas
Contenu sponsorisé





tirage FDC Empty
MessageSujet: Re: tirage FDC   tirage FDC Icon_minitime1

Revenir en haut Aller en bas
 
tirage FDC
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Total Hardcore Wrestling :: News-
Sauter vers: