{"id":168,"date":"2010-01-24T23:29:13","date_gmt":"2010-01-24T22:29:13","guid":{"rendered":"http:\/\/mescanefeux.com\/?p=168"},"modified":"2010-01-24T23:29:13","modified_gmt":"2010-01-24T22:29:13","slug":"script-php-de-bgcolor-aleatoire","status":"publish","type":"post","link":"http:\/\/mescanefeux.com\/168","title":{"rendered":"Script PHP de bgcolor al\u00e9atoire"},"content":{"rendered":"

<\/code><\/p>\n

<\/code><\/p>\n

\r\n
<?php<\/div>\r\n
$nbcolor=9;<\/div>\r\n
$color[1]=\"#D01F3C\";<\/div>\r\n
$color[2]=\"#356AA0\";<\/div>\r\n
$color[3]=\"#3F4C6B\";<\/div>\r\n
$color[4]=\"#6BBA70\";<\/div>\r\n
$color[5]=\"#73880A\";<\/div>\r\n
$color[6]=\"#C79810\";<\/div>\r\n
$color[7]=\"#D15600\";<\/div>\r\n
$color[8]=\"#B02B2C\";<\/div>\r\n
$color[9]=\"#E1EDF1\";<\/div>\r\n
srand((double)microtime()*1000000);<\/div>\r\n
$affcolor=rand(1,$nbcolor);<\/div>\r\n
?><\/div>\r\n
<body bgcolor=\"<?echo$color[$affcolor];?>\"><\/div><\/pre>\n","protected":false},"excerpt":{"rendered":"

<?php $nbcolor=9; $color[1]=”#D01F3C”; $color[2]=”#356AA0″; $color[3]=”#3F4C6B”; $color[4]=”#6BBA70″; $color[5]=”#73880A”; $color[6]=”#C79810″; $color[7]=”#D15600″; $color[8]=”#B02B2C”; $color[9]=”#E1EDF1″; srand((double)microtime()*1000000); $affcolor=rand(1,$nbcolor); ?> <body bgcolor=”<?echo$color[$affcolor];?>”><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[350],"tags":[7,6,5],"_links":{"self":[{"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/posts\/168"}],"collection":[{"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":0,"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/posts\/168\/revisions"}],"wp:attachment":[{"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/media?parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/categories?post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mescanefeux.com\/wp-json\/wp\/v2\/tags?post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}