A
download classified_right.php
Language: PHP
LOC: 70
Project Info
Logix Classifieds(logixclassified)
Server: BerliOS (SVN)
Type: svn
...N)\l\logixclassified\trunk\
   .htaccess
   adrating.php
   chat.php
   classified.php
   classified_ad.inc.php
   classified_ad_apic.inc.php
   classified_ad_att.inc.php
   classified_ad_spic.inc.php
   classified_ads.inc.php
   classified_ads_show.php
   classified_cat_show.php
   classified_my.php
   classified_my_del.php
   classified_my_move.php
   classified_notify.php
   classified_results.php
   classified_right.php
   classified_search.php
   ...ified_search_submit.php
   classified_top.php
   classified_upd.php
   classified_upd_submit.php
   config.php.example
   confirm.php
   confirm_ad.php
   confirm_email.php
   contact.php
   favorits.php
   footer.inc.php
   footer.php
   forum.php
   frameblank.php
   frametop.php
   guestbook.php
   guestbook_show.php
   guestbook_submit.php
   header.inc.php
   header.php
   index.php
   int_phpBazarChat.php
   int_phpBB-V1.4.x.php
   int_phpBB-V2.x.php
   int_vBulletin-V2.2.x.php
   lang.php
   left.inc.php
   left.php
   library.php
   library_mail.php
   library_webmail.php
   links.php
   login.php
   logout.php
   lostpass.php
   main.php
   member.php
   member_apic.inc.php
   member_chemail.php
   member_chpass.php
   member_delete.php
   member_spic.inc.php
   member_submit.php
   members.php
   members_ads.php
   members_details.php
   members_overview.php
   menu.inc.php
   menu.php
   message.php
   notify.php
   passphrase.php
   picturedisplay.php
   pictures.php
   pictureviewer.php
   register.php
   register_submit.php
   right.inc.php
   right.php
   sendmail.php
   smiliehelp.php
   spacer.inc.php
   style.css
   style_blue.css
   style_orange.css
   style_purple.css
   style_white.css
   termsofuse.php
   useronline.php
   vote_show.php
   vote_submit.php
   webmail.php

<?
#################################################################################################
#
#  project              : Logix Classifieds
#  filename             : classified_right.php
#  last modified by     :
#  e-mail               : support@phplogix.com
#  purpose              : Show the (right side) long description of the classified cat
#
#################################################################################################
if(!strpos($_SERVER['PHP_SELF'],'classified_right.php') === false)
{
  die("YOU MAY NOT ACCESS THIS FILE DIRECTLY");
}
if ($show_advert3) {$table_height=1;}

echo" <table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\" width=\"$table_width_side\" height=\"$table_height\">\n";
echo"   <tr>\n";
echo"    <td class=\"class1\">\n";
echo"      <table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\" width=\"100%\" height=\"$table_height\">\n";
echo"       <tr>\n";
echo"        <td class=\"class2\">\n";

if ($catid && $choice!="search") {

    #  Get Entrys for current page
    #################################################################################################

    $result = mysql_query("SELECT * FROM ".$prefix."adcat where id=$catid");
    $db = mysql_fetch_array($result);
    echo "<div class=\"sideheader\">$db[name]</div>\n";
    echo "<div class=\"sidetext\">\n";
    echo "$db[longdescription]\n";
    echo "</div>";

} elseif ($choice=="add") {
    include ("$language_dir/classified_right_add.inc");
} elseif ($choice=="search") {
    include ("$language_dir/classified_right_search.inc");
} elseif ($choice=="my") {
    include ("$language_dir/classified_right_my.inc");
} elseif ($choice=="fav") {
    include ("$language_dir/classified_right_fav.inc");
} elseif ($choice=="notify") {
    include ("$language_dir/classified_right_not.inc");
} else {
    include ("$language_dir/classified_right_main.inc");
}

# End of Page reached
#################################################################################################
echo"        </td>\n";
echo"       </tr>\n";
echo"      </table>\n";
echo"    </td>\n";
echo"   </tr>\n";
echo"  </table>\n";

# Advertising Window 3
#################################################################################################
if ($show_advert3) {

include ("spacer.inc.php");

echo" <table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\" width=\"$table_width_side\">\n";
echo"   <tr>\n";
echo"    <td class=\"class1\">\n";
echo"      <table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\" width=\"100%\">\n";
echo"       <tr>\n";
echo"        <td class=\"class2\">\n";

include ("$language_dir/advert3.inc");

echo"        </td>\n";
echo"       </tr>\n";
echo"      </table>\n";
echo"    </td>\n";
echo"   </tr>\n";
echo"  </table>\n";

}

?>

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us