Fanlistings aleatórias
Se você já tem o Flinx instalado e deseja colocar suas fanlistings aleatórias na sua sidebar ou em alguma página, siga os passos abaixo:
1. Crie um novo arquivo no seu bloco de notas e cole o código abaixo:
<? $linkcount = 2;
include("config.php");
$result=mysql_query ("SELECT * FROM $table_link ORDER BY RAND() LIMIT $linkcount");
if ($row=mysql_fetch_array($result)) {
do {
$width=$row["width"];
$height=$row["height"];
if ($width < 10){
$insert_width = "";
} else { $insert_width=" width=\"$width\""; }
if ($height < 10){
$insert_height = "";
} else { $insert_height=" height=\"$height\""; }
?>
<a href="<?=$row["url"]?>" title="<?=$row["name"]?>" target="new"><img class="borderimage" border="0" src="<?=$base_url?><?=$row["image"]?>" alt="<?=$row["name"]?>"<?=$insert_width?><?=$insert_height?>></a>
<?
} while($row = mysql_fetch_array($result));
} else {print "There are no links in this category.";}
?>
include("config.php");
$result=mysql_query ("SELECT * FROM $table_link ORDER BY RAND() LIMIT $linkcount");
if ($row=mysql_fetch_array($result)) {
do {
$width=$row["width"];
$height=$row["height"];
if ($width < 10){
$insert_width = "";
} else { $insert_width=" width=\"$width\""; }
if ($height < 10){
$insert_height = "";
} else { $insert_height=" height=\"$height\""; }
?>
<a href="<?=$row["url"]?>" title="<?=$row["name"]?>" target="new"><img class="borderimage" border="0" src="<?=$base_url?><?=$row["image"]?>" alt="<?=$row["name"]?>"<?=$insert_width?><?=$insert_height?>></a>
<?
} while($row = mysql_fetch_array($result));
} else {print "There are no links in this category.";}
?>
2. Para mudar o número de fanlistings que aparecerão, mude o número da linha $linkcount = 2;. Salve esse arquivo como random.php e mande-o para a pasta onde está instalado o seu Flinx.
3. Agora, insira o seguinte código onde você quer que apareça as fanlistings aleatórias (não esqueça de mudar seu endereço) :
<? include ("http://www.endereço.com/pastadoflinx/random.php") ?>
Também conhecido como Dayvid, tem 16 anos comemorados dia 21/03. Mora em Vila Velha/ES. Adora seu blog e Claudia Leitte. É tímido e perfeccionista. 


Páginas: 206


(2 voto(s), média: 4.5 de 5)