Κέλτικο Διάβασμα

Facebook
Twitter
Pinterest

{source}
<!– You can place html anywhere within the source tags –>

<script language=”javascript” type=”text/javascript”>
    // You can place JavaScript like this
   
</script>
<?php
    // You can place PHP like this
 

$db = “dicha20_astrolog”; //set this to the name of your database

$host = “localhost”; //set this to the name of your host

$user = “dicha20_astrolog“; //set this to your db user name

$pass = “6658709123”; //set this to your db password
$table = “pcards”; //set this to the name of the table that holds the card info.
$imagedirectory = “images/fortuneteller/”; //main image directory
$largeimage = “large/”; // large image directory
//put your Site copyright here. HTML formatting is allowed
$copyright = ” “;
$copyfontsize = “1”; //set your textsize for your copyright

$tablewidth = “”;
$tableBGcolor = “#FFFFFF”;

$pagebackground = “#FFFFFF”; //page background color
$pagetext = “#000000”; //page text color
$imageborder = “0”; // card border width. this must be set to a number larger than 0 for the images to have a border
$imagebordercolor = “#00FF00”; //set specific border color. will not work in old browsers
$linkcolor = “#00FF00”;//set link color
$vlinkcolor = “#0000FF”; //set visited link color
$headercolor = “#FF0000”; //use this to set the color of headers
$imageborder = “0”; // card border width. this must be set to a number larger than 0 for the images to have a border
//$imagebordercolor = “#FF0000”; //set specific border color. will not work in old browsers
$imagewidth = “95”;
$imageheight = “120”;
$font = “Verdana”; //use this to set the page’s font
$fontsize = “2”; //use this to set the page’s font size
$titlesize = “4”; //size of header

  //the variables below define the page’s wording. use these to edit headers and header text
$title = “Το Διάβασμα του Κέλτικου Σταυρού Σας”; // page title
$pagetitle = “Το Διάβασμα του Κέλτικου Σταυρού Σας”; // page header title
$readlink = “Κάντε άλλο διάβασμα”;
$disclaimlink = “Disclaimer”;
$interplink = “Βασικές Αρχές για την Ερμηνεία”;
$printlink = “Version to Print”;
$titleblurb = “<center>Κατεβείτε κάτω για την ερμηνεία σας.”; //blurb under page header
$sigheader = “Εγώ “; //card 1 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$sigtext = “αντιπροσωπεύει το Εγώ μας και την παρούσα κατάσταση μας.”;
$crossheader = “Η διασταυρώμενη Κάρτα “; //card 2 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$crosstext = “δείχνει αυτό, που μας επηρεάζει ή μας εναντιώνεται.”;
$foundationheader = “Η Βάση “; //card 3 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$foundationtext = “δείχνει την πηγή της ερώτησης μας.”;
$recentheader =”Πρόσφατο Παρελθόν “; //card 4 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$recenttext =”αντιπροσωπεύει γεγονότα κι ανησυχίες του παρελθόντος.”;
$crownheader = “Το Στέμμα “; //card 5 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$crowntext = “αφορά θέματα, που είναι σημαντικά στο παρόν ή/και μπορεί να μας ακολουθήσουν στο μέλλον. Αυτή η κάρτα προλέγει μελλοντικά γεγονότα, τα οποία μπορεί ή δεν μπορεί να συμβούν, ανάλογα με το πώς θα αντιμετωπίσουμε την παρούσα κατάσταση.”;
$futureheader = “Το Μέλλον “; //card 6 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$futuretext = “δείχνει τι υπάρχει μπροστά μας.”;
$emotionsheader = “Συναισθήματα “; //card 7 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$emotionstext = “δείχνει την παρούσα συναισθηματική μας κατάσταση.”;
$externheader =”Εξωτερικές Επιρροές “; //card 8 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$externtext = “αντιπροσωπεύει την επιρροή των άλλων στη ζωή μας, καθώς και τις τάσεις στις σχέσεις μας με τους άλλους.”;
$hopesheader = “Ελπίδες και Επιθυμίες “; //card 9 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$hopestext = “εκφράζει τις ελπίδες και τις επιθυμίες που έχουμε για το αποτέλεσμα της ερώτησης μας.”;
$outcomeheader = “Το αποτέλεσμα “; //card 10 in lower table ***NOTICE THE SPACE AT THE STRING’S END ***
$outcometext = “της ερώτησης μας. Θυμηθείτε ότι το μέλλον δεν είναι προκαθορισμένο.
Ερμηνεύστε την κάρτα με βάση όλο το διάβασνα και ώς ένδειξη του δρόμου, τον οποίο προς το παρόν βαδίζετε, αλλά με τον οποίο δεν είσαστε δεσμευμένος/η.”;

$con= @mysql_connect(“$host”,”$user”,”$pass”);
if(!$con)
{
 $connect_error = “Failed at mysql_connect. “;
 echo”error at db connect”;
 exit();
}
mysql_query(“SET NAMES ‘utf-8′”, $con);

mysql_query(“SET CHARACTER SET ‘utf-8′”, $con);
 srand((double)microtime()*1000000);
 $maxnumber = 9;
 $count= 0;
 $count2 = 0;
 $index = 0;
 $cardcount = 0;
 $cardindex = 0;
 $type[0] = 0;
 $cards[0] = 0;
 $thecards[0][0] = 0;
 $typeFlag = 0;

 while($count <= $maxnumber)
{
  $number = rand(0,52);
  for($index; $index <= $maxnumber; $index++)
  {
    if($cards[$index] == $number)
    {
      $number = rand(0,52);
      $index = -1;
    }
  }

$cards[$count] = $number;
$query = “SELECT * FROM $table WHERE (card = ‘$cards[$count]’)”;
 mysql_query(“SET NAMES ‘utf8′”);

  mysql_query(“SET CHARACTER SET ‘utf8′”);
  $result = @mysql_db_query($db, $query);
$r = mysql_fetch_array($result);

 if(!$result)
{
 $query_error = “Failed at the mysql_db_query.”;
 echo”$query_error”;
 exit();
}

 else

 {

 $indice = 0;
 $thecards[$count][$indice] = $r[“title”];
 $test2 = $r[“card”];
 //echo”$test2 <——-no array value test <—>cards count –> $cards[$count]<BR>”;
 $test = $thecards[$count][$indice];
 //echo”$test <——-test <BR>”;
 $indice++;
 $thecards[$count][$indice] = $r[“description”];
 $indice++;
 $thecards[$count][$indice] = $r[“thumb”];
 $indice++;
 $thecards[$count][$indice] = $r[“limage”];
 $typeNum[$count] = $r[“type”];

 }

 $count++;
 $index = 0;

}
 for($count2 = 0; $count2 <= $maxnumber; $count2++)
 {
   $id = $typeNum[$count2];
   $theType[$id] = $theType[$id] + 1;

   if($theType[$id] == 2 || $theType[$id] == 3 || $theType[$id] == 4)
   {
     $typeFlag = 1;
   }
 }
 $count = 0;
 $index = 0;
?>

<p align=”center”>
<font face=”<?echo”$font”;?>” size=”<?php echo”$fontsize”;?>”><A HREF=’παραδοσιακή-χαρτομαντεία.html’>Κάντε άλλο Διάβασμα</a></font><BR>&nbsp;<b><font color=”<?echo”$headercolor”;?>” face=”<?php echo”$font”;?>” size=”<?echo”$titlesize”;?>”>
 <?php echo”$pagetitle”;?></font><br>
 </b></p>
 <p align=center>
 <font color=<?echo”$headercolor”;?> face=”<?php echo”$font”;?>” size=”<?php echo”$fontsize”;?>”><?php echo”$titleblurb”;?><br>
 &nbsp;</font>
 </p>

<table>
 <tr>
 <td colspan=”3″ align=”center”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><img border=”<? echo”$imageborder”; ?>” <?$thumb=$thecards[2][2];?> src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>”></font></td>

 <td rowspan=”4″><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><img border=”<?echo”$imageborder”;?>” <?$thumb=$thecards[9][2];?> src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>”></font>

 <BR><BR><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[8][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>”></p>

 <font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[7][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>”></font>

<BR><BR><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[6][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” ></font>

 </td>

 </tr>

 <tr>

 <td align=”justify” WIDTH=”150px”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[3][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” ></font></td>

 <td align=”justify” WIDTH=”150px”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[1][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” ><BR>

 <?php $thumb=$thecards[0][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” ></font></td>

 <td align=”justify” WIDTH=”150px”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[5][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>”></font></td>

 </tr>

 <tr>

 <td align=”justify”></td>

 <td align=”justify”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[4][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo”$imagedirectory$thumb”;?>” vspace=”3″ width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” ></font></td>

 <td align=”justify”></td></tr>

</table>

<div align=”left” style=”width:100%;border-bottom:2px #666666;height:210px;line-height:30px;”>

 <p align=”justify”> <font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>” color=”<?echo”$headercolor”;?>”><b><?echo”$sigheader”;?></b></font><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”> <font color=”<?echo”$pagetext”?>”><?echo”$sigtext”;?></p>

 <p align=”justify”> <font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[0][2];?> <img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?> ” align=”left” style=”padding:10px;” ><font color=”<?echo”$pagetext”?>”
 &nbsp;</font>
 <font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b> <? $sigcard = $thecards[0][0]; echo”$sigcard”;?> </b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><? $sigmeaning = $thecards[0][1]; echo”$sigmeaning”;?></font>
</p>

</div>
 &nbsp;

<div align=”left” style=”;border-bottom:2px #666666;height:210px;line-height:30px;”>

<p align=”justify”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><font color=”<?echo”$headercolor”;?>”><b><?echo”$crossheader”;?></b> <font color=”<?echo”$pagetext”?>”><?echo”$crosstext”;?></font></p>

 
<p align=”justify”>
<font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[1][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;”  ><font color=”<?echo”$pagetext”?>”
 &nbsp;</font>

 <font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b> <? $crosscard = $thecards[1][0]; echo”$crosscard”;?> </b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><? $crossmeaning = $thecards[1][1]; echo”$crossmeaning”;?></font></p>

 
 </div>

 

<div align=”left” style=”width:100%;border-bottom:2px #666666;height:210px;line-height:30px;”>
 <p align=”justify”><font color=”<?echo”$headercolor”;?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><?echo”$foundationheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$foundationtext”;?></font></p>

<p align=”justify”>

 <font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[4][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;”  ><font color=”<?echo”$pagetext”?>”

 &nbsp;</font>

<font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><? $foundcard = $thecards[4][0]; echo”$foundcard”;?> </b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><? $foundmeaning = $thecards[4][1]; echo”$foundmeaning”;?></font></p>

 &nbsp;

</div>
<div align=”left” style=”width:100%;border-bottom:2px #666666;height:210px;line-height:30px;”>
 <p align=”justify”>

<font color=”<?echo”$headercolor”;?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><?echo”$recentheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$recenttext”;?></font></p>

 <p align=”justify”>
<font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[3][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;” ><font color=”<?echo”$pagetext”?>”

 &nbsp;</font><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><? $pastcard = $thecards[3][0]; echo”$pastcard”;?></b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><? $pastmeaning = $thecards[3][1]; echo”$pastmeaning”;?></font></p>

 &nbsp;

</div>
<div align=”left” style=”width:100%;border-bottom:2px #666666;height:250px;line-height:30px;”>
 <p align=”justify”>
 <font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><font color=”<?echo”$headercolor”;?>”><b><?echo”$crownheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$crowntext”;?></font></p>

 <p align=”justify”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[2][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;”  ><font color=”<?echo”$pagetext”?>”

 &nbsp;</font><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><? $crowncard = $thecards[2][0]; echo”$crowncard”;?></b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><? $crownmeaning = $thecards[2][1]; echo”$crownmeaning”;?></font></p>

 &nbsp;

 </div>
<div align=”left” style=”;border-bottom:2px #666666;height:210px;line-height:30px;”>
 <p align=”justify”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><font color=”<?echo”$headercolor”;?>”><b><?echo”$futureheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$futuretext”;?></font></p>

 <p align=”justify”>
 <font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[5][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;” ><font color=”<?echo”$pagetext”?>”

 &nbsp;</font>

 <font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><? $futurecard = $thecards[5][0]; echo”$futurecard”;?> </b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?php $futuremeaning = $thecards[5][1]; echo”$futuremeaning”;?></font></p>

</div>
<div align=”left” style=”;border-bottom:2px #666666;height:210px;line-height:30px;”>
 <p align=”justify”>
<font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><font color=”<?echo”$headercolor”;?>”><b><?echo”$emotionsheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$emotionstext”;?></font>
 <p align=”justify”>
<font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[6][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;” ><font color=”<?echo”$pagetext”?>”

 &nbsp;</font>

 <font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><? $emotecard = $thecards[6][0]; echo”$emotecard”;?></b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?php $emotemeaning = $thecards[6][1]; echo”$emotemeaning”;?></font></p>

 &nbsp;</div>

<div align=”left” style=”;border-bottom:2px #666666;height:210px;line-height:30px;”>
 <p align=”justify”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><font color=”<?echo”$headercolor”;?>”><b><?echo”$externheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$externtext”;?></font></p>

 <p align=”justify”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[7][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;” ><font color=”<?echo”$pagetext”?>”

 &nbsp;</font>

 <font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><? $externcard = $thecards[7][0]; echo”$externcard”;?></b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><? $externmeaning = $thecards[7][1]; echo”$externmeaning”;?></font></p>
</div>

<div align=”left” style=”;border-bottom:2px #666666;height:240px;line-height:30px;”>
 <p align=”justify”>
<font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><font color=”<?echo”$headercolor”;?>”><b><?echo”$hopesheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$hopestext”;?></font>

 </p>

 <p align=”justify”><font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?$thumb=$thecards[8][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo “$imagedirectory$thumb”;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;”  ><font color=”<?echo”$pagetext”?>”
 <font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b><? $hopecard = $thecards[8][0]; echo”$hopecard”;?> </b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><? $hopemeaning = $thecards[8][1]; echo”$hopemeaning”;?></font></p>

 &nbsp;</div>

<div align=”left” style=”;border-bottom:2px #666666;height:260px;line-height:30px;”>
 <p align=”justify”><font size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><font color=”<?echo”$headercolor”;?>”><b><?php echo”$outcomeheader”;?></b></font><font color=”<?echo”$pagetext”?>” size=”<?echo”$fontsize”;?>” face=”<?echo”$font”;?>”><?echo”$outcometext”;?></font></p>

 <p align=”justify”>
 <font face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?php $thumb=$thecards[9][2];?><img border=”<?echo”$imageborder”;?>” src=”<?echo $imagedirectory.”/”.$thumb;?>” width=”<?echo”$imagewidth”;?>” height=”<?echo”$imageheight”;?>” align=”left” style=”padding:10px;” ><font color=”<?echo”$pagetext”?>” &nbsp;</font>

 <font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><b> <?php $outcard = $thecards[9][0]; echo”$outcard”;?> </b>

 </font>

 <br><font color=”<?echo”$pagetext”?>” face=”<?echo”$font”;?>” size=”<?echo”$fontsize”;?>”><?php $outmeaning = $thecards[9][1]; echo”$outmeaning”;?></font></p>
</div>

 

{/source}

energy stones
Facebook
Twitter
Pinterest

Newsletter

Εγγραφείτε στο newsletter μας και μείνετε ενημερωμένοι με τα άρθρα μας
Please wait...

Ευχαριστούμε για την εγγραφή!

Scroll to Top