Erroare site

Discutii despre integrarea PHP & Flash; Ming, FlashMX, Actionscript, etc.

Moderator: Moderatori

danutz24101987
New Member
Mesaje: 2
Membru din: Lun Ian 28, 2013 10:51 am

Erroare site

Mesajde danutz24101987 » Lun Ian 28, 2013 11:10 am

Sper ca am Postat Unde trebuie daca nu am postat unde trebuie imi Cer Scuze ca am cautat o sesiune unde sa postez dar nam stiut unde:D
Salut Sunt Nou In Comunitate si am o problema cu un site web in .php si nu stiu ce sa ii fac este un script de Retete si imi da niste errori

Cod: Selectaţi tot

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/dancris3/public_html/retete/index.php on line 7

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/dancris3/public_html/retete/index.php:7) in /home/dancris3/public_html/retete/session.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/dancris3/public_html/retete/index.php:7) in /home/dancris3/public_html/retete/session.php on line 2

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/dancris3/public_html/retete/styles.php on line 17

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/dancris3/public_html/retete/styles.php on line 44

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/dancris3/public_html/retete/template.php on line 10

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/dancris3/public_html/retete/template.php on line 48

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/dancris3/public_html/retete/template.php on line 197

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/dancris3/public_html/retete/template.php on line 199

Warning: include(.php) [function.include]: failed to open stream: No such file or directory in /home/dancris3/public_html/retete/template.php on line 202

Warning: include(.php) [function.include]: failed to open stream: No such file or directory in /home/dancris3/public_html/retete/template.php on line 202

Warning: include() [function.include]: Failed opening '.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dancris3/public_html/retete/template.php on line 202

Imagine
Cod session.php

Cod: Selectaţi tot

<?php    
session_start();
      session_register("uname");
      session_register("uid");
?>

aici este codu - template.php

Cod: Selectaţi tot

<?php
//include_once"myconnect.php";
include_once"session.php";
include_once"myconnect.php";
include_once"left_panel.php";
include_once"right_panel.php";
//include_once'send_emails.php';
//include_once"sb_jokes_styles.php";
include_once"styles.php";
$sbrow_con=mysql_fetch_array(mysql_query("select * from sbrecipe_config where sbcfg_id=1"));
$sbsite_name=$sbrow_con["sbsite_name"];
$sbmax_left_ads_db=$sbrow_con["sbmax_left_ads"];
////referfriends icon
//$default_path='referfriend/admin/default_icons';
//$sb_refer_icon=$default_path.'/refer_icon.gif';
//$sb_home_icon=$default_path.'/home_icon.gif';

//$icons1=mysql_fetch_array(mysql_query("select * from sbrefer_icons where sb_id=".$sbrow_con["sb_icon_list"]));
//----read icons here from database
//if($icons1)
//{
//   $path='referfriend/admin/sbrefer_icons';
//   
//   if($icons1["sb_refer_link"]<>"")
//   $sb_refer_icon=$path.'/'.$icons1["sb_refer_link"];

//   if($icons1["sb_home_link"]<>"")
//   $sb_home_icon=$path.'/'.$icons1["sb_home_link"];

//}                                                          
// LOAD style number from the config file

//-------------------default icons

//$sbico_post_plan='admin/default_icons/sbico_post_plan.gif';
$sbico_dish_icon='admin/default_icons/sbico_dish_icon.gif';
$sbico_refer_friend='default_icons/sbico_refer_friend.gif';
$sbico_rating1='default_icons/sbico_rating1.gif';
$sbico_rating2='default_icons/sbico_rating2.gif';
$sb_bar='default_icons/sb_bar.gif';
$sbico_print='default_icons/sbico_print.gif';
$sbico_main_bullet='default_icons/sbico_main_bullet.gif';
$sbico_favorite='default_icons/sbico_favorite.gif';
$sbico_postcomments='default_icons/sbico_postcomments.gif';
$sb_refer_icon='default_icons/refer_icon.gif';
$sb_home_icon='default_icons/home_icon.gif';///////--------end default icons

$icons=mysql_fetch_array(mysql_query("select * from sbrecipe_icons where sb_id=".$sbrow_con["sb_icon_list"]));
//----read icons here from database

if($icons)
{
   $sbico_dish_icon='sbrecipe_icons/'.$icons["sb_dish_icon"];
   $sbico_refer_friend='sbrecipe_icons/'.$icons["sb_refer_fri"];
   $sbico_rating1='sbrecipe_icons/'.$icons["sb_rating_icon1"];
   $sbico_rating2='sbrecipe_icons/'.$icons["sb_rating_icon2"];
   $sb_bar='sbrecipe_icons/'.$icons["sb_bar"];
   $sbico_print='sbrecipe_icons/'.$icons["sb_print"];
   $sbico_main_bullet='sbrecipe_icons/'.$icons["sb_main_bullet"];
   $sbico_favorite='sbrecipe_icons/'.$icons["sb_favorite"];
   $sbico_postcomments='sbrecipe_icons/'.$icons["sb_post_commets"];
   $sb_refer_icon='sbrecipe_icons/'.$icons["sb_refer_link"];
   $sb_home_icon='sbrecipe_icons/'.$icons["sb_home_link"];
}
//----end read  icons here from database
//echo $sbico_print;
?>
<script language="JavaScript" src="details_j.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function sb_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
</script>

<script language="JavaScript">      
function emailCheck (emailStr)
{
   var emailPat=/^(.+)@(.+)$/;
   var specialChars="\\(\\)<>@,;:\\\\\\\"\\.\\[\\]";
   var validChars="\[^\\s" + specialChars + "\]";
   var quotedUser="(\"[^\"]*\")";
   var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/;
   var atom=validChars + '+';
   var word="(" + atom + "|" + quotedUser + ")";
   var userPat=new RegExp("^" + word + "(\\." + word + ")*$");
   var domainPat=new RegExp("^" + atom + "(\\." + atom +")*$");
   var matchArray=emailStr.match(emailPat);
   if (matchArray==null)
   {
      alert("Please verify Email Address (check @ and .'s)");
      document.form_sub.sbemail_id.select();
      document.form_sub.sbemail_id.focus();
      return(false);
   }
   var user=matchArray[1];
   var domain=matchArray[2];
   if (user.match(userPat)==null)
   {
       alert("Please Specify a valid username in Email Address!");
       return(false);
   }
   var IPArray=domain.match(ipDomainPat);
   if (IPArray!=null)
   {
    // this is an IP address
        for (var i=1;i<=4;i++)
      {
          if (IPArray[i]>255)
         {
              alert("Destination IP address is invalid!");
            return(false);
          }
       }
       return(true);
   }
   var domainArray=domain.match(domainPat);
   if (domainArray==null)
   {
      alert("Please Specify a valid domain name!");
       return(false);
   }
   var atomPat=new RegExp(atom,"g");
   var domArr=domain.match(atomPat);
   var len=domArr.length;
   if (domArr[domArr.length-1].length<2 || domArr[domArr.length-1].length>4)
   {
         alert("The address must end in a valid domain, or two letter country.");
         return(false);
   }
   if (len<2)
   {
         var errStr="This address is missing a hostname!";
         alert(errStr);
         return(false);
   }
   return true;
}            <?               ?>


function validate_signup()
{
   if(document.form_sub.sbemail_id.value=='')
   {
      alert("Please Specify Email Address!");
      document.form_sub.sbemail_id.focus();
      return(false);
   }
   else if(document.form_sub.sbemail_id.value.match(/[&;<>]+/))
   {
      alert("Please remove Invalid characters from Email Address (e.g. & ; < >)");
      document.form_sub.sbemail_id.select();
      document.form_sub.sbemail_id.focus();
      return(false);
   }
   else
   {
      //==============
      if(!document.form_sub.sbemail_id.value.match(/[a-zA-Z\.\@\d\_]/))
      {
             alert('Please Specify a valid Email Address.');
         document.form_sub.sbemail_id.select();
         document.form_sub.sbemail_id.focus();
           return false;
          }
      if (!emailCheck (document.form_sub.sbemail_id.value) )
      {
         document.form_sub.sbemail_id.select();
         document.form_sub.sbemail_id.focus();
         return (false);
      }
   }   //=================
   return (true);
}

function validate_login()
{
   if(document.form2.username.value=='')
   {
      alert("Please Specify Username!");
      document.form2.username.focus();
      return(false);
   }
   if(document.form2.userpwd.value=='')
   {
      alert("Please Specify Password!");
      document.form2.userpwd.focus();
      return(false);
   }   
   return (true);
}

</script><?                ?>
<?
$config=mysql_fetch_array(mysql_query("select * from sbrecipe_config where sbcfg_id=1"));
$sb_temp=$config['sb_layout'];
$template=mysql_fetch_array(mysql_query("select * from sbrecipe_template where sb_id=$sb_temp"));
$layout=$template['sb_template'];
//echo "$layout.php";
include "$layout.php";
?>

cod Styles.php

Cod: Selectaţi tot

<?php
include_once "myconnect.php";
include_once "session.php";

///////////////////////////////////////////////////////////////////////////////
///      THE CODE OF THIS SCRIPT HAS BEEN DEVELOPED BY SOFTBIZ SOLUTIONS  /////
///      AND IS MEANT TO BE USED ON THIS SITE ONLY AND IS NOT FOR REUSE,  /////
///      RESALE OR REDISTRIBUTION.                                        /////
///      IF YOU NOTICE ANY VIOLATION OF ABOVE PLEASE REPORT AT:           /////
///      admin@softbizscripts.com                                         /////
///      http://www.softbizscripts.com                                    /////
///      http://www.softbizsolutions.com                                  ///// 
///////////////////////////////////////////////////////////////////////////////


// LOAD style number from the config file
$config=mysql_fetch_array(mysql_query("select * from sbrecipe_config "));

if (!isset($_SESSION["provided"]) && !isset($_REQUEST["provided"]) )
{
$provided=$config["sb_style_list"];
}

// RELOAD if its in the SESSION
if (  (isset($_SESSION["provided"])) )
{
$provided=$_SESSION["provided"];
//echo "Loaded from Session " . $_SESSION["provided"];
}

// RELOAD if its in the REQUEST AND SET SESSION
if (  (isset($_REQUEST["provided"])) )
{
$provided=$_REQUEST["provided"];
$_SESSION["provided"]=$_REQUEST["provided"];
//echo "Loaded from Request " .$_REQUEST["provided"];

}
//$style=mysql_fetch_array(mysql_query("select * from sb_host_styles where id=$style_num "));
/// is style provided //////

/////////

$style=mysql_fetch_array(mysql_query("select * from sbrecipe_styles where sb_id=$provided "));

////////////  SET ALL DEFAULT COLORS////////////
//Default

$softbiz_page_bg="#ffffff";          //Overal page background
$softbiz_section_bg="#f5f5f5";       //section background colot
$softbiz_seperator_color="#665577";       //Seperator color

//////////////////////////////////
// THE SITE FONTS////////////////
/////////////////////////////////

//Used as major site font, main table style , title bar style
$softbiz_normal_fontstyle="Arial, Helvetica, sans-serif";
$softbiz_normal_fontcolor="#003399";
$softbiz_normal_fontsize="12px";

$softbiz_maintable_bg="#ffffff"; //Main table bg
$softbiz_inner_table_bg="#f5f5f5"; //Inner table bg
$softbiz_title_fontcolor="#ffffff";//Used as Title Bar Color
$softbiz_title_bg="#C33100"; //Title bar bg
$softbiz_sidetitle_fontcolor="#ffffff";//Used as Title Bar Color
$softbiz_sidetitle_bg="#C33100"; //Title bar bg
$softbiz_subtitle_bg="#C33100"; //Title bar bg
$softbiz_highlighted="#FFFFCC";
$softbiz_highlighted1="#FFFFDD";
// Link style#C33100
$softbizlinkstyle="Arial, Helvetica, sans-serif";
$softbizlinkcolor="#990000";
$softbizlinksize="12px";
$softbiz_title_bg_image= "none";
$softbiz_image_repeat="no-repeat";
$softbiz_bg_horizontal='left';
$softbiz_bg_vertical='top';
$softbiz_title_intend='0px';
$softbiz_title_height='20px';
$softbiz_title_align='left';

///textbox
$softbiz_textbox_bg_color="#FFFFFF"; //Title bar bg
$softbiz_textbox_image="none";
$softbiz_textbox_repeat="no-repeat";
$softbiz_textbox_horizontal='left';
$softbiz_textbox_vertical='top';
//$softbiz_textbox_intend='0px';
$softbiz_textbox_fontstyle="Arial, Helvetica, sans-serif";
$softbiz_textbox_fontcolor="#003399";
$softbiz_textbox_fontsize="11px";
$softbiz_textbox_border="#111111";

///button
$softbiz_button_bg_color="#EDEDEB"; //button bg
$softbiz_button_image="none";
$softbiz_button_repeat="no-repeat";
$softbiz_button_horizontal='left';
$softbiz_button_vertical='top';
$softbiz_button_intend='0px';
$softbiz_button_height='20px';
$softbiz_button_fontstyle="Arial, Helvetica, sans-serif";
$softbiz_button_fontcolor="#003399";
$softbiz_button_fontsize="11px";
$softbiz_button_border="#111111";
$softbiz_button_align='left';

/////////// DEFAULT COLORS HAVE BEEN SET ////////////

if ($style)
{

//Load values
$softbiz_page_bg="#" . $style["sb_page_bg"];          //Overal page background
$softbiz_section_bg="#" . $style["sb_table_bg"];       //section background colot
$softbiz_seperator_color="#" . $style["sb_seperator"];       //Seperator color

//////////////////////////////////
// THE SITE FONTS////////////////
/////////////////////////////////

//Used as major site font, main table style , title bar style
$softbiz_normal_fontstyle=$style["sb_normal_font"];
$softbiz_normal_fontcolor="#" . $style["sb_normal_font_color"];
$softbiz_normal_fontsize=$style["sb_normal_font_size"] . "px";
$softbiz_title_bg_image='styles/'.$style["sb_title_bg_image"];

$softbiz_maintable_bg="#" . $style["sb_normal_table_bg"]; //Main table bg
$softbiz_inner_table_bg="#" . $style["sb_inner_table_bg"]; //Inner table bg
$softbiz_title_fontcolor="#" . $style["sb_title_font_color"];//Used as Title Bar Color
$softbiz_title_bg="#" . $style["sb_title_bg"]; //Title bar bg
$softbiz_sidetitle_fontcolor="#" . $style["sb_side_title_font_color"];//Used as Title Bar Color
$softbiz_sidetitle_bg="#" . $style["sb_side_title_bg"];//Used as Title Bar Color
$softbiz_subtitle_bg="#" . $style["sb_sub_title_bg"];//Used as Title Bar Color
$softbiz_highlighted="#".$style["sb_highlighted"];
$softbiz_highlighted1="#".$style["sb_highlighted1"];
$softbiz_image_repeat=$style["sb_image_repeat"];
// Link style#C33100
$softbizlinkstyle=$style["sb_link_font"];
$softbizlinkcolor="#" . $style["sb_link_font_color"];
$softbizlinksize=$style["sb_link_font_size"] . "px";
$softbiz_bg_horizontal=$style["sb_horizontal_posi"];
$softbiz_bg_vertical=$style["sb_vertical_posi"];
$softbiz_title_intend=$style["title_text_indent"]. "px";;
$softbiz_title_height=$style["title_height"]. "px";;
$softbiz_title_align=$style["sb_text_align"];
///textbox
$softbiz_textbox_bg_color="#" .$style["sb_textbox_bg_color"];
$softbiz_textbox_image='styles/'.$style["sb_textbox_bg_image"];
$softbiz_textbox_repeat=$style["sb_textbox_repeat"];
$softbiz_textbox_horizontal=$style["sb_textbox_horizontal_posi"];
$softbiz_textbox_vertical=$style["sb_textbox_vertical_posi"];
//$softbiz_textbox_intend=$style["textbox_text_indent"]. "px";
//$softbiz_textbox_height=$style["textbox_height"]. "px";
$softbiz_textbox_fontstyle=$style["sb_textbox_font"];
$softbiz_textbox_fontcolor="#" .$style["sb_textbox_font_color"];
$softbiz_textbox_fontsize=$style["sb_textbox_font_size"]. "px";
$softbiz_textbox_border="#" .$style["sb_textbox_border"];

////button
$softbiz_button_bg_color="#" .$style["sb_button_bg_color"]; //button bg
$softbiz_button_image='styles/'.$style["sb_button_bg_image"];
$softbiz_button_repeat=$style["sb_button_repeat"];
$softbiz_button_horizontal=$style["sb_button_horizontal_posi"];
$softbiz_button_vertical=$style["sb_button_vertical_posi"];
$softbiz_button_intend=$style["button_text_indent"]. "px";
$softbiz_button_height=$style["button_height"]. "px";
$softbiz_button_fontstyle=$style["sb_button_font"];
$softbiz_button_fontcolor="#" .$style["sb_button_font_color"];
$softbiz_button_fontsize=$style["sb_button_font_size"]. "px";
$softbiz_button_border="#" .$style["sb_button_border"];
$softbiz_button_align=$style["sb_buttontext_align"];
}
//echo $softbiz_image_repeat;
//die("hello");
$strpass="";
foreach($_REQUEST as $key=>$value)
{
if(($key<>"provided"))
{
$strpass.="&".$key."=$value";
}
}
?>
<style type="text/css">
<!--

.mainbgcolor {
   background-color: <?php echo $softbiz_section_bg; ?>;
}

.seperatorstyle
{
   background-color: <?php echo $softbiz_seperator_color; ?>;
}

.onepxtable
{
border: 1px solid <?php echo $softbiz_seperator_color; ?>;
}
.sidepanelstyle
{
   border-top: thin none;
   border-right: 1px solid <?php echo $softbiz_seperator_color; ?>;
   border-bottom: thin none;
   border-left: thin none;

}

a {
   font-family: <?php echo $softbizlinkstyle; ?>;
   font-size: <?php echo $softbizlinksize; ?>;
   font-weight: normal;
   color: <?php echo $softbizlinkcolor; ?>;
   text-decoration: none;/*underline;*/
}
a.help_style {
   font-family: <?php echo $softbizlinkstyle; ?>;
   font-size: 11px;
   font-weight: normal;
   color: <?php echo $softbizlinkcolor; ?>;
   text-decoration: none;/*underline;*/
}
a.small_link{
   font-family: <?php echo $softbizlinkstyle; ?>;
   font-size: 11px;
   font-weight: normal;
   color: <?php echo $softbizlinkcolor; ?>;
   text-decoration: none;/*underline;*/
}
a.titlelink1 {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_sidetitle_fontcolor; ?>;
/*   background-color: <?php echo $softbiz_title_bg; ?>;*/
}
a.titlelink {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_sidetitle_fontcolor; ?>;
/*   background-color: <?php echo $softbiz_title_bg; ?>;*/
   text-decoration: Underline;
}
a.bottomlink {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: bold;
   font-size: 11px<?php // echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_sidetitle_fontcolor; ?>;
/*   background-color: <?php echo $softbiz_title_bg; ?>;
   text-decoration: Underline;*/
}
a.titlelinkstyle {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_title_fontcolor; ?>;
/*   background-color: <?php echo $softbiz_title_bg; ?>;*/
   text-decoration: Underline;
}
.titlestyle {
   font-family: <?php echo $softbiz_normal_fontstyle;?>;
   line-height: 25px;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_title_fontcolor; ?>;
   background-color: <?php echo $softbiz_title_bg; ?>;
   background-image: url(<?php echo $softbiz_title_bg_image; ?>);
   background-repeat: <?php echo $softbiz_image_repeat; ?>;
   background-position: <?php echo $softbiz_bg_horizontal." ".$softbiz_bg_vertical;?> ;
   text-indent: <?php echo $softbiz_title_intend; ?>;
   line-height:  <?php echo $softbiz_title_height; ?>;
   text-align: <?php echo $softbiz_title_align; ?>;
}
.activetab {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   line-height: 25px;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_sidetitle_fontcolor; ?>;
   background-color: <?php echo $softbiz_sidetitle_bg; ?>;
   border-top: 1px solid <?php echo $softbiz_sidetitle_bg; ?>;
   border-right: 1px solid <?php echo $softbiz_sidetitle_bg; ?>;
   border-bottom: thin none;
   border-left: 1px solid <?php echo $softbiz_sidetitle_bg; ?>;
}
.inactivetab
{
   font-family: <?php echo $softbiz_normal_fontstyle;?>;
   line-height: 20px;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_subtitle_bg; ?>;
   border-top: 1px solid <?php echo $softbiz_seperator_color; ?>;
   border-right: 1px solid <?php echo $softbiz_seperator_color; ?>;
   border-bottom: thin none;
   border-left: 1px solid <?php echo $softbiz_seperator_color; ?>;
}

.sidetitle {
   /*background-image: url(images/menu_bg.gif);
   background-repeat: repeat-x;*/
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   line-height: 25px;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_sidetitle_fontcolor;//"#FFFFFF"; ?>;
   background-color: <?php echo $softbiz_sidetitle_bg; ?>;
}
.bottomstyle {
   /*background-image: url(images/menu_bg.gif);
   background-repeat: repeat-x;*/
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_sidetitle_fontcolor;//"#FFFFFF"; ?>;
   background-color: <?php echo $softbiz_sidetitle_bg; ?>;
}

.subtitle {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   line-height: 20px;
   font-weight: bold;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_subtitle_bg; ?>;
}
.alternatecolor {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   /*line-height: 20px;*/
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_subtitle_bg; ?>;
}
.maintablestyle {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: normal;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_section_bg; ?>;
}
.innertablestyle {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: normal;
   /*font-size: <?php echo $softbiz_normal_fontsize; ?>;*/
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_inner_table_bg; ?>;
}
.highlighted1 {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   /*line-height: 20px;*/
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_highlighted1; ?>;
}
.highlighted {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: normal;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_highlighted; ?>;
}
.errorstyle {
   font-family: <?php echo $softbiz_normal_fontstyle; ?>;
   font-weight: normal;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color: #990000 <?php // echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_inner_table_bg; ?>;
   border: 1px solid #ff0000 <?php // echo $softbiz_seperator_color; ?>;
}
.msgstyle {
   font-family: <?php echo $softbiz_normal_fontstyle;?>;
   /*list-style-image: url(images/main_bullet.gif);*/
   font-weight: normal;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color:  <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_inner_table_bg; ?>;
   border: 1px solid  <?php  echo $softbiz_seperator_color; ?>;
   /*border: 1px double #ff0000;*/
}
.helpstyle {
   font-family: <?php echo $softbiz_normal_fontstyle;?>;
   list-style-type: square;
   font-weight: normal;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
   color:  <?php echo $softbiz_normal_fontcolor; ?>;
   background-color: <?php echo $softbiz_inner_table_bg; ?>;
   border: 1px solid  <?php  echo $softbiz_seperator_color; ?>;
   /*border: 1px double #ff0000;*/
}

font.normal {
   font-family:  <?php echo $softbiz_normal_fontstyle; ?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
}

font.red{
   font-family:  <?php echo $softbiz_normal_fontstyle; ?>;
   color: #990000;
   /*font-size: <?php echo $softbiz_normal_fontsize; ?>;*/
}

font.smalltext {
   font-family:  <?php echo $softbiz_normal_fontstyle; ?>;
   /*color: <?php echo $softbiz_normal_fontcolor; ?>;*/
   font-size: 11px;
}
li {
   list-style-type: square;
}
textarea.letterstyle {
   height: 350px;
   width: 500px;   
   font-family:  <?php echo $softbiz_normal_fontstyle;?>;
   color: <?php echo $softbiz_normal_fontcolor; ?>;
   font-size: <?php echo $softbiz_normal_fontsize; ?>;
}
input {
   font-family:  <?php echo $softbiz_textbox_fontstyle; ?>;
   color: <?php echo $softbiz_textbox_fontcolor; ?>;
   font-size: <? echo $softbiz_textbox_fontsize; ?>;
   background-color: <?php echo $softbiz_textbox_bg_color; ?>;
   background-image: url(<?php echo $softbiz_textbox_image; ?>);
   background-repeat: <?php echo $softbiz_textbox_repeat; ?>;
   background-position: <?php echo $softbiz_textbox_horizontal." ".$softbiz_textbox_vertical;?> ;
   text-indent: 0px;
   border: 1px solid <?php echo $softbiz_textbox_border; ?>;
   
}
select{
   font-family:  <?php echo $softbiz_textbox_fontstyle; ?>;
   color: <?php echo $softbiz_textbox_fontcolor; ?>;
   font-size: <? echo $softbiz_textbox_fontsize; ?>;
   background-color: <?php echo $softbiz_textbox_bg_color; ?>;
   text-indent: 0px;
}
textarea {
   font-family:  <?php echo $softbiz_textbox_fontstyle; ?>;
   color: <?php echo $softbiz_textbox_fontcolor; ?>;
   font-size: <? echo $softbiz_textbox_fontsize; ?>;
   background-color: <?php echo $softbiz_textbox_bg_color; ?>;
   background-image: url(<?php echo $softbiz_textbox_image; ?>);
   background-repeat: <?php echo $softbiz_textbox_repeat; ?>;
   background-position: <?php echo $softbiz_textbox_horizontal." ".$softbiz_textbox_vertical;?> ;
   text-indent: 0px;
   border: 1px solid <?php echo $softbiz_textbox_border; ?>;
}
.sbbutton {
   background-color: <?php echo $softbiz_button_bg_color; ?>;
   background-image: url(<?php echo $softbiz_button_image; ?>);
   background-repeat: <?php echo $softbiz_button_repeat; ?>;
   font-family: <?php echo $softbiz_button_fontstyle;?>;
   font-size: <?php echo $softbiz_button_fontsize; ?>;
   color: <?php echo $softbiz_button_fontcolor; ?>;
   background-position: <?php echo $softbiz_button_horizontal." ".$softbiz_button_vertical;?> ;
   text-indent: <?php echo $softbiz_button_intend; ?>;
   line-height:  <?php echo $softbiz_button_height; ?>;
   border: 1px solid <?php echo $softbiz_button_border; ?>;
   text-align: <?php echo $softbiz_button_align; ?>;
}
.sbcheck_box {
   background-color: <?php echo $softbiz_textbox_bg_color; ?>;
   border: 1px solid <?php echo $softbiz_textbox_border; ?>;
   background-image: NONE;
}

-->
</style>

Ma Poate Ajuta cineva sa nu imi mai apara Errorile alea Va Multumesc nu stiu php:P o zi Buna cu Stima DanuTz:



danutz24101987
New Member
Mesaje: 2
Membru din: Lun Ian 28, 2013 10:51 am

Re: Erroare site

Mesajde danutz24101987 » Lun Ian 28, 2013 11:18 am

Va Multumesc sa Rezolvat ma ajutat cineva puteti inchide accest topic o zi buna

access
New Member
Mesaje: 2
Membru din: Joi Mai 08, 2014 10:49 pm
Contact:

Re: Erroare site

Mesajde access » Joi Mai 08, 2014 10:55 pm

Am avut si eu o problema asemanatoare, poate imi spui cum ai rezolvat? Multumesc!


Înapoi la “PHP & Flash”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 5 vizitatori