Advertisement
Guest User

Untitled

a guest
Sep 7th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.72 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4.  
  5.  
  6. <?php
  7. $Getavatar=0;
  8. $Getchapeau=0;
  9. $Getbadge=0;
  10. $Getboucle=0;
  11. $Getceinture=0;
  12. $Getcoiff=0;
  13. $Getmain=0;
  14. $Getaccessoire=0;
  15. $Getcorps=0;
  16. $Getlunette=0;
  17. $Getpeauhumain=0;
  18. $Getpeautiz=0;
  19. $Getpied=0;
  20. $Getchaussures=0;
  21.  
  22. ?>
  23. <form method="POST">
  24. <input type="submit" value="Avatar" name="Avatar"></input>
  25. <input type="submit" value="Chapeau" name="Chapeau"></input>
  26. <input type="submit" value="Badge" name="Badge"></input>
  27. <input type="submit" value="Boucle_oreille" name="Boucle_oreille"></input>
  28. <input type="submit" value="Ceinture" name="Ceinture"></input>
  29. <input type="submit" value="Coiffure" name="Coiffure"></input>
  30. <input type="submit" value="Main" name="Main"></input>
  31. <input type="submit" value="Collier" name="Collier"></input>
  32. <input type="submit" value="Corps" name="Corps"></input>
  33. <input type="submit" value="Lunette" name="Lunette"></input>
  34. <input type="submit" value="Peau_humain" name="Peau_humain"></input>
  35. <input type="submit" value="Peau_tiz" name="Peau_tiz"></input>
  36. <input type="submit" value="Pied" name="Pied"></input>
  37.  
  38. </form>
  39. <form action="" method="GET">
  40. <input type="hidden" name="Getavatar" />
  41. <input type="hidden" name="Getchapeau" />
  42. <input type="hidden" name="Getbadge" />
  43. <input type="hidden" name="Getboucle" />
  44. <input type="hidden" name="Getceinture" />
  45. <input type="hidden" name="Getcoiff" />
  46. <input type="hidden" name="Getmain" />
  47. <input type="hidden" name="Getaccessoire" />
  48. <input type="hidden" name="Getcorps" />
  49. <input type="hidden" name="Getlunette" />
  50. <input type="hidden" name="Getpeauhumain" />
  51. <input type="hidden" name="Getpeautiz" />
  52. <input type="hidden" name="Getpied" />
  53. <input type="hidden" name="Getchaussures" />
  54.  
  55. </form>
  56. <?php
  57.  
  58.  
  59. if (!empty($_POST['Avatar']) || isset($_GET['Getavatar'])){
  60.  
  61.  
  62. $avatar = file_get_contents("Avatar.html");
  63. $test= explode(";", $avatar);
  64.  
  65. for ($i=0 ;$i!=count($test); $i++){
  66.  
  67. echo '<a href="?Getavatar='.$test[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test[$i].'.png></img></a>';
  68.  
  69. }
  70. if (isset ($_GET['Getavatar'])){
  71. $Getavatar=$_GET['Getavatar'];
  72. }
  73. }
  74.  
  75. elseif (!empty($_POST['Chapeau']) || isset($_GET['Getchapeau'])){
  76.  
  77. $chapeau = file_get_contents("Chapeau.html");
  78. $test2= explode(";", $chapeau);
  79.  
  80. for ($i=0 ;$i!=count($test2); $i++){
  81. echo '<a href="?Getchapeau='.$test2[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test2[$i].'.png></img></a>';
  82. }
  83. if (isset ($_GET['Getchapeau'])){
  84. $Getchapeau=$_GET['Getchapeau'];
  85. }
  86. }
  87.  
  88. elseif (isset($_POST['Badge']) && $_POST['Badge']=='Badge' ){
  89. $avatar = file_get_contents("Badge.html");
  90. $test3= explode(";", $avatar);
  91.  
  92. for ($i=0 ;$i!=count($test3); $i++){
  93. echo '<a href="http://www.chapatiz.com/items/'.$test3[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test3[$i].'.png></img></a>';
  94. }
  95. }
  96. elseif (isset($_POST['Boucle_oreille']) && $_POST['Boucle_oreille']=='Boucle_oreille' ){
  97. $avatar = file_get_contents("Boucle_oreille.html");
  98. $test4= explode(";", $avatar);
  99.  
  100. for ($i=0 ;$i!=count($test4); $i++){
  101. echo '<a href="http://www.chapatiz.com/items/'.$test4[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test4[$i].'.png></img></a>';
  102. }
  103. }
  104. elseif (isset($_POST['Ceinture']) && $_POST['Ceinture']=='Ceinture' ){
  105. $avatar = file_get_contents("Ceinture.html");
  106. $test5= explode(";", $avatar);
  107.  
  108. for ($i=0 ;$i!=count($test5); $i++){
  109. echo '<a href="http://www.chapatiz.com/items/'.$test5[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test5[$i].'.png></img></a>';
  110. }
  111. }
  112. elseif (isset($_POST['Coiffure']) && $_POST['Coiffure']=='Coiffure' ){
  113. $avatar = file_get_contents("Coiffure.html");
  114. $test6= explode(";", $avatar);
  115.  
  116. for ($i=0 ;$i!=count($test6); $i++){
  117. echo '<a href="http://www.chapatiz.com/items/'.$test6[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test6[$i].'.png></img></a>';
  118. }
  119. }
  120. elseif (isset($_POST['Main']) && $_POST['Main']=='Main' ){
  121. $avatar = file_get_contents("Main.html");
  122. $test7= explode(";", $avatar);
  123.  
  124. for ($i=0 ;$i!=count($test7); $i++){
  125. echo '<a href="http://www.chapatiz.com/items/'.$test7[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test7[$i].'.png></img></a>';
  126. }
  127. }
  128. elseif (isset($_POST['Collier']) && $_POST['Collier']=='Collier' ){
  129. $avatar = file_get_contents("Collier.html");
  130. $test8= explode(";", $avatar);
  131.  
  132. for ($i=0 ;$i!=count($test8); $i++){
  133. echo '<a href="http://www.chapatiz.com/items/'.$test8[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test8[$i].'.png></img></a>';
  134. }
  135. }
  136. elseif (isset($_POST['Corps']) && $_POST['Corps']=='Corps' ){
  137. $avatar = file_get_contents("Corps.html");
  138. $test9= explode(";", $avatar);
  139.  
  140. for ($i=0 ;$i!=count($test9); $i++){
  141. echo '<a href="http://www.chapatiz.com/items/'.$test9[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test9[$i].'.png></img></a>';
  142. }
  143. }
  144. elseif (isset($_POST['Lunette']) && $_POST['Lunette']=='Lunette' ){
  145. $avatar = file_get_contents("Lunette.html");
  146. $test10= explode(";", $avatar);
  147.  
  148. for ($i=0 ;$i!=count($test10); $i++){
  149. echo '<a href="http://www.chapatiz.com/items/'.$test10[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test10[$i].'.png></img></a>';
  150. }
  151. }
  152. elseif (isset($_POST['Peau_humain']) && $_POST['Peau_humain']=='Peau_humain' ){
  153. $avatar = file_get_contents("Peau_humain.html");
  154. $test11= explode(";", $avatar);
  155.  
  156. for ($i=0 ;$i!=count($test11); $i++){
  157. echo '<a href="http://www.chapatiz.com/items/'.$test11[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test11[$i].'.png></img></a>';
  158. }
  159. }
  160. elseif (isset($_POST['Peau_tiz']) && $_POST['Peau_tiz']=='Peau_tiz' ){
  161. $avatar = file_get_contents("Peau_Tiz.html");
  162. $test12= explode(";", $avatar);
  163.  
  164. for ($i=0 ;$i!=count($test12); $i++){
  165. echo '<a href="http://www.chapatiz.com/items/'.$test12[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test12[$i].'.png></img></a>';
  166. }
  167. }
  168. elseif (isset($_POST['Pied']) && $_POST['Pied']=='Pied' ){
  169. $avatar = file_get_contents("Pied.html");
  170. $test13= explode(";", $avatar);
  171.  
  172. for ($i=0 ;$i!=count($test13); $i++){
  173. echo '<a href="http://www.chapatiz.com/items/'.$test13[$i].'"><img src=http://01static.chapatiz.com/fr//item_bitmap/70x70/'.$test13[$i].'.png></img></a>';
  174. }
  175. }
  176. else{
  177. echo'';
  178. }
  179. ?>
  180.  
  181.  
  182.  
  183. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%" id="ZARBOXONCHE" align="middle">
  184. <param name="allowScriptAccess" value="always" />
  185. <param name="movie" value="http://01static.chapatiz.com/fr//swf/fullMovingMember.swf" />
  186. <param name="quality" value="high" />
  187. <param name="menu" value="false" />
  188. <param name="bgcolor" value="#FFFFFF" />
  189. <param name="wmode" value="transparent" />
  190.  
  191. <?php
  192. echo '<param name="FlashVars" value="&v=0&m=normal&ad='.$Getavatar.';'.$Getchapeau.';'.$Getcorps.';'.$Getchaussures.';'.$Getlunette.';'.$Getaccessoire.';'.$Getbadge.';'.$Getceinture.';'.$Getboucle.';'.$Getpeautiz.';'.$Getcoiff.';'.$Getpeauhumain.';'.$Getmain.';0&url_swf=http://01static.chapatiz.com/fr//swf/&" />
  193. <embed src="http://01static.chapatiz.com/fr//swf/fullMovingMember.swf" quality="high" bgcolor="#FFFFFF" wmode="transparent" width="100%" height="100%" name="ZARBOXONCHE" align="middle" menu="false" allowScriptAccess="always" FlashVars="&v=0&m=normal&ad='.$Getavatar.';'.$Getchapeau.';'.$Getcorps.';'.$Getchaussures.';'.$Getlunette.';'.$Getaccessoire.';'.$Getbadge.';'.$Getceinture.';'.$Getboucle.';'.$Getpeautiz.';'.$Getcoiff.';'.$Getpeauhumain.';'.$Getmain.';0&url_swf=http://01static.chapatiz.com/fr//swf/&" /> </object> </div>';
  194.  
  195. ?>
  196. <br> <br>
  197.  
  198. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement