Code source : php.

Fermé
Yassine78000 Messages postés 43 Date d'inscription jeudi 16 février 2012 Statut Membre Dernière intervention 22 avril 2012 - 25 mars 2012 à 00:02
Yassine78000 Messages postés 43 Date d'inscription jeudi 16 février 2012 Statut Membre Dernière intervention 22 avril 2012 - 25 mars 2012 à 00:56
Bonjour,
pourriez vous m'aidez j'ai un code source , j'ai un script pas très catholique qu'il faudrait que vous me répariez si ses possible voila mon problemes ses que des que j'ivait sur le liens ou ya mon script: http://habbsilver.fr/data/badges.php ses tout blanc car il y a une erreur sur mon code php voilà je vous dit le code php du scripts:


<html style="overflow: hidden;">
<head>

<style>
span.nom{font-family:Verdana;font-size:10px;color:#333;margin:0;padding-left: 6px;}
.badge {float: left;border: 2px solid #d9d9d9;width: 45px;height: 65px;background: #f1f1f1;border-radius: 5px;margin-right: 4px;margin-bottom: 4px;}
.badge:hover{float: left;border: 2px solid #d9d9d9;width: 45px;height: 65px;background: #f1f1f1;border-radius: 5px;margin-right: 4px;margin-bottom: 4px;opacity:0.5;}
.badge_image {height: 50px;width: inherit;text-align: center;background-position: 50% 50%;background-repeat: no-repeat;}
.badge_infos {height: 10px;padding: 3px;margin-top: -4px;}
</style>
</head>

<body>
<?php
$link = file_get_contents('http://www.habbies.nl/widgets/badges/');
$online = explode('<div id="body-left">', $link);
$online = explode('</a>
</p>

</div>', $online[1]);
$online = trim($online[0]);
/*
if(preg_match("#é#", $online))
exit('é');
//*/
$online = str_replace("<div class=\"pagetitle green\">Badges</div>", "", $online);
$online = str_replace("<strong>Code:</strong>", "", $online);
$online = str_replace("src=\"/afbeeldingen/icons/icon_bg.gif\"", "", $online);
$online = str_replace("Wissel achtergrondkleur", "", $online);
$online = str_replace("href=\"#\" onclick=\"switchBG('image-holder-", "title=\"", $online);
$online = str_replace("'); return false;", "", $online);
$online = str_replace("badge-holder-bg", "badge_nom", $online);
$online = str_replace("badge-holder-info", "badge_infos", $online);
$online = str_replace("badge-holder-image", "badge_image", $online);
$online = str_replace("badge-holder", "badge", $online);
$online = str_replace("<span", "<span class=\"nom\"", $online);
$online = str_replace("<p class=\"clearer\" style=\"text-align: center;\">", "<p class=\"clearer\" style=\"text-align: center;display:none;\">", $online);
echo str_replace("<a class=\"badge-holder-bg\" href=\"#\" onclick=\"switchBG", "<a class=\"badge-holder-bg\" style=\"display:none;\"> href=\"#\" onclick=\"switchBG", $online);
?>
</body>
</html>


si vous pourriez me regarder le problèmes est le reparrer si vous pouvés je vous remercie ;)


A voir également:

2 réponses

AssassinTourist Messages postés 5710 Date d'inscription lundi 16 janvier 2012 Statut Contributeur Dernière intervention 29 février 2024 1 311
25 mars 2012 à 00:55
Bonsoir,
Je n'ai pas compris le but de ce script...
0
Yassine78000 Messages postés 43 Date d'inscription jeudi 16 février 2012 Statut Membre Dernière intervention 22 avril 2012 1
25 mars 2012 à 00:56
C'est un génerateur de badge sur un jeux virtuellex)
0