.................................Dollar

,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....................Carpet Cleaning

* Truck Mount On all Cleaning

*24/7 Flood Service

*Commercial

*Residential

*Fine Rugs

*Upholstery Cleaning

*Pet Odor Removal

*Red Spot Removal

*Repairs

*All Work Guaranteed

* Free Estimates

Sorry we are working on a new WEB page, you can call and make an appointment at

619-754-6810

Special

Whole house for $95.00 dollars

Everything Included: Expert Spot Removal, Traffic Lanes Treatment, Preconditioning, Moving of Most Furniture, Color Brightener, Freshner, Hallway and Stairs,

 

 

IC.":   " ."" ."" ."[ "._GOTOHOME." | "._SELECTNEWTOPIC." ]"; } CloseTable(); echo "
"; } $result = $db->sql_query("SELECT sid, catid, aid, title, time, hometext, bodytext, comments, counter, topic, informant, notes, acomm, score, ratings FROM ".$prefix."_stories $qdb $querylang ORDER BY sid DESC limit $storynum"); while ($row = $db->sql_fetchrow($result)) { $s_sid = intval($row['sid']); $catid = intval($row['catid']); $aid = stripslashes($row['aid']); $title = stripslashes(check_html($row['title'], "nohtml")); $time = $row['time']; $hometext = stripslashes($row['hometext']); $bodytext = stripslashes($row['bodytext']); $comments = stripslashes($row['comments']); $counter = intval($row['counter']); $topic = intval($row['topic']); $informant = stripslashes($row['informant']); $notes = stripslashes($row['notes']); $acomm = intval($row['acomm']); $score = intval($row['score']); $ratings = intval($row['ratings']); if ($catid > 0) { $row2 = $db->sql_fetchrow($db->sql_query("SELECT title FROM ".$prefix."_stories_cat WHERE catid='$catid'")); $cattitle = stripslashes(check_html($row2['title'], "nohtml")); } getTopics($s_sid); formatTimestamp($time); $subject = stripslashes(check_html($subject, "nohtml")); $introcount = strlen($hometext); $fullcount = strlen($bodytext); $totalcount = $introcount + $fullcount; $c_count = $comments; $r_options = ""; if (isset($cookie[4])) { $r_options .= "&mode=$cookie[4]"; } if (isset($cookie[5])) { $r_options .= "&order=$cookie[5]"; } if (isset($cookie[6])) { $r_options .= "&thold=$cookie[6]"; } $story_link = ""; $morelink = "("; if ($fullcount > 0 OR $c_count > 0 OR $articlecomm == 0 OR $acomm == 1) { $morelink .= "$story_link"._READMORE." | "; } else { $morelink .= ""; } if ($fullcount > 0) { $morelink .= "$totalcount "._BYTESMORE." | "; } if ($articlecomm == 1 AND $acomm == 0) { if ($c_count == 0) { $morelink .= "$story_link"._COMMENTSQ.""; } elseif ($c_count == 1) { $morelink .= "$story_link$c_count "._COMMENT.""; } elseif ($c_count > 1) { $morelink .= "$story_link$c_count "._COMMENTS.""; } } $sid = intval($s_sid); if ($catid != 0) { $row3 = $db->sql_fetchrow($db->sql_query("SELECT title FROM ".$prefix."_stories_cat WHERE catid='$catid'")); $title1 = stripslashes(check_html($row3['title'], "nohtml")); $title = "$title1: $title"; $morelink .= " | $title1"; } if ($score != 0) { $rated = substr($score / $ratings, 0, 4); } else { $rated = 0; } $morelink .= " | "._SCORE." $rated"; $morelink .= ")"; $morelink = str_replace(" | | ", " | ", $morelink); themeindex($aid, $informant, $datetime, $title, $counter, $topic, $hometext, $notes, $morelink, $topicname, $topicimage, $topictext); } include("footer.php"); } function rate_article($sid, $score) { global $prefix, $db, $ratecookie, $sitename, $r_options; $score = intval($score); $sid = intval($sid); if ($score) { if ($score > 5) { $score = 5; } if ($score < 1) { $score = 1; } if ($score != 1 AND $score != 2 AND $score != 3 AND $score != 4 AND $score != 5) { Header("Location: index.php"); die(); } if (isset($ratecookie)) { $rcookie = base64_decode($ratecookie); $rcookie = addslashes($rcookie); $r_cookie = explode(":", $rcookie); } for ($i=0; $i < sizeof($r_cookie); $i++) { if ($r_cookie[$i] == $sid) { $a = 1; } } if ($a == 1) { Header("Location: modules.php?name=News&op=rate_complete&sid=$sid&rated=1"); } else { $result = $db->sql_query("update ".$prefix."_stories set score=score+$score, ratings=ratings+1 where sid='$sid'"); $info = base64_encode("$rcookie$sid:"); setcookie("ratecookie","$info",time()+3600); update_points(7); Header("Location: modules.php?name=News&op=rate_complete&sid=$sid$r_options"); } } else { include("header.php"); title("$sitename: "._ARTICLERATING.""); OpenTable(); echo "
"._DIDNTRATE."

" .""._GOBACK."
"; CloseTable(); include("footer.php"); } } function rate_complete($sid, $rated=0) { global $sitename, $user, $cookie; $r_options = ""; if (is_user($user)) { if (isset($cookie[4])) { $r_options .= "&mode=$cookie[4]"; } if (isset($cookie[5])) { $r_options .= "&order=$cookie[5]"; } if (isset($cookie[6])) { $r_options .= "&thold=$cookie[6]"; } } include("header.php"); title("$sitename: "._ARTICLERATING.""); OpenTable(); if ($rated == 0) { echo "
"._THANKSVOTEARTICLE."

" ."[ "._BACKTOARTICLEPAGE." ]
"; } elseif ($rated == 1) { echo "
"._ALREADYVOTEDARTICLE."

" ."[ "._BACKTOARTICLEPAGE." ]
"; } CloseTable(); include("footer.php"); } switch ($op) { default: theindex($new_topic); break; case "rate_article": rate_article($sid, $score); break; case "rate_complete": rate_complete($sid, $rated); break; } ?>