Jump to content

DBookatay

Members
  • Posts

    334
  • Joined

  • Last visited

Posts posted by DBookatay

  1. When I use the following:

    setlocale(LC_MONETARY, 'en_US');
    $balance = money_format('%(#10n', $row['balance']);
    $down = money_format('%(#10n', $row['down']);
    

     

    I get this error:

    Warning: money_format() expects parameter 2 to be double, string given in /home/.phillipina/dbookatay/login.carcityofdanbury.com/passed/New/list.php on line 329
    

  2. I have a form that uses dollar increments in several different input fields.

    I need help so that if a user does not add a "." the form will automatically do it form them before the form is inserted into the dB.

     

    Meaning, if the field is: $100.00, and the user only types "$100," the form will do the rest.

    And if the user types :"$100.00" nothing will happen...

     

    Some of the fields in the form are:

    sold_price = '$_POST[sold_price]',
    tax = '$_POST[tax]',
    doc = '$_POST[doc]',
    reg = '$_POST[reg]',
    down = '$_POST[down]',
    rate = '$_POST[rate]',
    pymtAmt = '$_POST[pymtAmt]',
    

     

    Any help would be awesome...

  3. All the non html code:

    <?
    			<?php 
    				$class1 = "b"; 
    				$class2 = "w"; 
    				$row_count = 0; 
    
    // Search Clauses //////////////////////////////////////////////////////////////////////////////////
    
    
    // Vehicle Info
    				if($_POST['vehYer']) {$where[] = "year = '{$_POST['vehYer']}'";}
    				if($_POST['vehMke']) {$where[] = "make = '{$_POST['vehMke']}'";}
    				if($_POST['vehMdl']) {$where[] = "model = '{$_POST['vehMdl']}'";}
    				if($_POST['vehTrans']) {$where[] = "trans_type = '{$_POST['vehTrans']}'";}
    				if($_POST['vin']) {$where[] = "vin = '{$_POST['vin']}'";}
    				if($_POST['prc_Low']) {$where[] = "price_asking <= '{$_POST['prc_Low']}'";}
    				if($_POST['prc_High']) {$where[] = "price_asking <= '{$_POST['prc_High']}'";}
    				if($_GET['status']) {$where[] = "status = '{$_GET['status']}'";}
    				if($_GET['cat']) {$where[] = "category = '{$_GET['cat']}'";}
    
    // Customer Info
    				if($_POST['pri_nmF']) {$where[] = "pri_nmF LIKE '%{$_POST['pri_nmF']}%'";}
    				if($_POST['pri_nmL']) {$where[] = "pri_nmL LIKE '%{$_POST['pri_nmL']}%'";}
    
    // Deal Info
    				if($_GET['salesman']) {$where[] = "salesman = '{$_GET['salesman']}'";}
    				if($_GET['dealtype']) {$where[] = "dealtype = '{$_GET['dealtype']}'";}
    				if($_GET['account']) {$where[] = "status = '{$_GET['account']}'";}
    
    
    // Search Contacts
    				if($_GET['letter']) {$where[] = "name like '{$_GET['letter']}%'";}
    
    
    ////////////////////////////////////////////////////////////////////////////////////////////////////
    
    				$where[] = "status != 'Returned'";
    				if(!empty($where)) {$where = 'where ' . implode(' and ', $where);}
    
                    	$query = "SELECT * FROM $table $where ORDER BY $order";
    				$result = mysql_query($query); if($result) {
    				$numrows = mysql_num_rows($result); 
    				while($row = mysql_fetch_array($result)){ 
    
                    	$class = ($row_count % 2) ? $class1 : $class2; 
    
    				if($row['status']); switch($row['status']){
    					case 'Active': $span = ''; $stock = "<a href=\"http://www.carcityofdanbury.com/inventory_view.php?stock={$row['stock']}\" target=\"_blank\">{$row['stock']}</a>"; break;
    					case 'Pending': $span = 'Pink'; $stock = "{$row['stock']}"; break;
    					case 'Sold': $span = 'Green'; $stock = "{$row['stock']}"; break;
    					case 'Lot2': $span = 'Red'; $stock = "{$row['stock']}"; break;
    				}
    
    
    // REMOVE ONCE FORM_CONTENT.PHP WORKS PROPERLY
    
    
    
    $makeArray = (
        'Mercedes-Benz' => 'Mercedes',
        'Chevrolet' => 'Chevy',
        'Oldsmobile' => 'Olds',
        'Volkswagen' => 'VW');
    
    if  ($row['make'] && isset($makeArray[$row['make']])) { $row['make'] = $makeArray[$row['make']]; }
    if  ($row['veh4'] && isset($makeArray[$row['veh4']])) { $row['veh4'] = $makeArray[$row['veh4']]; }
    
    
    
    
    if($row['model']); switch($row['model']){
    	case 'Grand Cherokee': $row[model] = 'G. Cherokee';	break;
    	case 'Cutlass Supreme': $row[model] = 'Cutlass';	break;
    }
    if($row['veh5']); switch($row['veh5']){
    	case 'Grand Cherokee': $row[model] = 'G. Cherokee';	break;
    	case 'Cutlass Supreme': $row[model] = 'Cutlass';	break;
    }
    
    if($row['trim']); switch($row['trim']){
    	case 'N / A': $row[trim] = ''; break;
    	case 'Limited':	$row[trim] = 'Lmtd'; break;
    	case 'Laramie SLT':	$row[trim] = 'SLT'; break;
    	case 'Cheyenne SLT': $row[trim] = ''; break;
    	case 'Cheyenne': $row[trim] = ''; break;
    	case 'Super Duty': $row[trim] = 'SD'; break;
    	case 'Sport': $row[trim] = ''; break;
    	case 'XLT Super Duty': $row[trim] = 'XLT'; break;
    	case 'Signature Series': $row[trim] = ''; break;
    	case 'Silverdao': $row[trim] = ''; break;
    	case 'Outback':	$row[trim] = ''; break;
    	case 'Eddie Bauer':	$row[trim] = ''; break;
    	case 'Presidental':	$row[trim] = ''; break;
    	case 'Kompressor':	$row[trim] = ''; break;
    }
    if($row['body']); switch($row['body']){
    	case 'SUV': $row[body] = ''; break;
    	case 'Sedan': $row[body] = ''; break;
    	case 'Coupe': $row[body] = ''; break;
    	case 'Hatchback': $row[body] = 'Hatch'; break;
    	case 'Convertible': $row[body] = 'Conv.'; break;
    	case 'Cargo Van': $row[body] = 'Cargo'; break;
    	case 'Mini Van': $row[body] = ''; break;
    	case 'Reg. Cab': $row[body] = ''; break;
    	case 'Ext. Cab': $row[body] = 'XCab'; break;
    	case 'Quad Cab': $row[body] = '4dr'; break;
    }
        $vehicle = $row['year'].' '.$row['make'].' '.$row['model'].' '.$row['trim'].' '.$row['body'];
    if ($row['vin']) {$vin_num = ($row['vin']);} else {$vin_num = " ";} $vin_num = trim($vin_num); $vin_trim = substr($vin_num,strlen($vin_num)-6,6);	$vin = "<a href=\"javascript:openWin('include/page_files/enlarge.php?category={$_GET['category']}&body=VIN&stock=$row[stock]','600','120','no','no');\">$vin_trim</a>";
    
    if(isset($row['dealtype'])); switch($row['dealtype']){
    	case 'AL': $deal = 'AL'; break;
    	case 'Citi': $deal = 'Citi'; break;
    	case 'UCF': $deal = 'UCF'; break;
    	case 'CF': $deal = 'CF'; break;
    	case 'Cash': $deal = '$$'; break;
    	case 'IH': $deal = 'IH'; break;
    	case 'Other': $deal = 'Other'; break;
    	case '': $deal = $NOF; break;
    }
    
    if(isset($row['salesman'])); switch($row['salesman']){
    	case 'Brad': $slsman = 'BG'; break;
    	case 'BG': $slsman = 'BG'; break;
    	case 'Doug': $slsman = 'DD'; break;
    	case 'DD': $slsman = 'DD'; break;
    	case 'Charles': $slsman = 'CG'; break;
    	case 'CG': $slsman = 'CG'; break;
    	case 'Christine': $slsman = 'CC'; break;
    	case 'CC': $slsman = 'CC'; break;
    	case 'Jennifer': $slsman = 'JL'; break;
    	case 'JL': $slsman = 'JL'; break;
    	case 'Jerry': $slsman = 'JF'; break;
    	case 'JF': $slsman = 'JF'; break;
    	case 'Joe': $slsman = 'JC'; break;
    	case 'JC': $slsman = 'JC'; break;
    	case 'Dan': $slsman = 'DF'; break;
    	case 'DF': $slsman = 'DF'; break;
    	case 'Auction': $slsman = 'Auction'; break;
    	case '': $slsman = $NOF; break;
    }
    
    // --------------------------------------------------------------------- //
    
    				if ($row['mileage']) {$mileage = $row[mileage]; $miles = floor($mileage/1000);} else {$miles = $NOF;}
    				if ($row['color_exterior']) {$color = ($row['color_exterior']);} else {$color = $NOF;}
    				if($row['trans_type']); switch($row['trans_type']){case 'Automatic': $trans = 'A'; break; case 'Manual': $trans = 'M'; break;}
    				if ($row['price_asking']) {$asking = "$" . number_format($row['price_asking']);} else {$asking = $NOF;}
    				$cost = $row[pur_price] + $row[pur_del_cost] + $row[pur_reprs]; if ($cost == "0") {$cost = $NOF;} else {$cost = "$" . number_format($cost);}
    				if ($row['sold_dte1']) {$dte1 = $row['sold_dte1'];} else {$dte1 = $NOF;} if ($row['sold_dte2']) {$dte2 = $row['sold_dte2'];} else {$dte2 = $NOF;} $date = $dte1 . " / " . $dte2 . " / " . $row['sold_dte3'];
    
    				if(isset($row['saletype'])); switch($row['saletype']){
    					case 'Single': $customer = $row['pri_nmL'].', '.$row['pri_nmF']; break;
    					case 'Co': $customer = $row['pri_nmL'].' & '.$row['co_nmL']; break;
    					case 'Business': $customer = $row['biz_nm']; break;
    					case '': $customer = $row['pri_nmL'].', '.$row['pri_nmF']; break;
    				}
    
    // Application
    				$id = $row['id'];
    				if ($row['ap_nmM']) {$primary = $row['ap_nmF'] . ' ' . $row['ap_nmM'] . ' ' . $row['ap_nmL'];} else {$primary = $row['ap_nmF'] . ' ' . $row['ap_nmL'];}
    			    if ($row['veh3']) {$veh = $row['veh3'] . ' ' . $row['veh4'] . ' ' . $row['veh5'];} else {$veh = 'None Specifed';}
    				$submitted = substr($row['submitted'], 5, 2) . '/ ' . substr($row['submitted'], 8, 2) . '/ ' . substr($row['submitted'], 2, 2);
    				if ($row['apScore']) {$crdScre = '<span class="red"> ('. $row['apScore'] .')</span>';} else {$crdScre = '   '.$NOF;}
    				$type = $row['category'];
    				if($row['Citi']); switch($row['Citi']){case 'Approved': $Citi = "<img src=\"images/Icons/Apps/yes_Citi.gif\" />"; break; case 'Declined': $Citi = "<img src=\"images/Icons/Apps/no_Citi.gif\" />"; break; case '': $Citi = "<img src=\"images/Icons/Apps/pending_Citi.gif\" />"; break; case 'Needs Co': $Citi = "<img src=\"images/Icons/Apps/co_Citi.gif\" />"; break;}
    				if($row['UCF']); switch($row['UCF']){case 'Approved': $UCF = "<img src=\"images/Icons/Apps/yes_UCF.gif\" />"; break; case 'Declined': $UCF = "<img src=\"images/Icons/Apps/no_UCF.gif\" />"; break; case '': $UCF = "<img src=\"images/Icons/Apps/pending_UCF.gif\" />"; break; case 'Needs Co': $UCF = "<img src=\"images/Icons/Apps/co_UCF.gif\" />"; break;} if ($row['ap_add3'] == "NY") {$UCF = "<img src=\"images/Icons/Apps/no_UCF.gif\" />";} else {$UCF = $UCF;}
    				if($row['AL']); switch($row['AL']){case 'Approved': $AL = "<img src=\"images/Icons/Apps/yes_AL.gif\" />"; break; case 'Declined': $AL = "<img src=\"images/Icons/Apps/no_AL.gif\" />"; break; case '': $AL = "<img src=\"images/Icons/Apps/pending_AL.gif\" />"; break;}
    
    // In House
    				$acnt_nme = $row['pri_nmL'].', '.$row['pri_nmF'];
    				if ($row['pymtLastDte'] == "0000-00-00") {$pymt_dte = ' ';} else {$pymt_dte = substr($row['pymtLastDte'], 5, 2) . '/ ' . substr($row['pymtLastDte'], 8, 2) . '/ ' . substr($row['pymtLastDte'], 2, 2);}
    
    
    
    
    
    				if(isset($_GET['category'])); switch($_GET['category']) {
    
    echo $page_body;
    
    ?>
    

  4. Instead of having the 2 following if statements:

    	if($row['make']); switch($row['make']){
    	case 'Mercedes-Benz': $row[make] = 'Mercedes'; break;
    	case 'Chevrolet': $row[make] = 'Chevy'; break;
    	case 'Oldsmobile': $row[make] = 'Olds'; break;
    	case 'Volkswagen': $row[make] = 'VW'; break;
    }
    if($row['veh4']); switch($row['veh4']){
    	case 'Mercedes-Benz': $row[veh4] = 'Mercedes'; break;
    	case 'Chevrolet': $row[veh4] = 'Chevy'; break;
    	case 'Oldsmobile': $row[veh4] = 'Olds'; break;
    	case 'Volkswagen': $row[veh4] = 'VW'; break;
    }
    

    is there a way that I can combine them?

  5. Thanks... This works perfect.

    To combine month and year is this how it should be done:

    	if(isset($_REQUEST['date_month'])) {
    	$month = date("M",mktime(0,0,0,$_REQUEST['date_month']+1,0));
    }
    if(isset($_REQUEST['date_year'])) {
    	$year = date("Y",mktime(0,0,0,$_REQUEST['date_year']+1,0));
    }
    $pTitle = ': '.$month.' '.$year;
    

     

    or is there a better way?

  6. Since a lot of my pages have forms, and links, is there any way that I can combine these statements, as a way to save space, and code writing?

    if(isset($_POST['date_month'])); 
    switch($_POST['date_month']) {
         case '01': $pTitle = 'January'; break;
         case '02': $pTitle = 'Febuary'; break;
         case '03': $pTitle = 'March'; break;
         case '04': $pTitle = 'April'; break;
         case '05': $pTitle = 'May'; break;
         case '06': $pTitle = 'June'; break;
         case '07': $pTitle = 'July'; break;
         case '08': $pTitle = 'August'; break;
         case '09': $pTitle = 'September'; break;
         case '10': $pTitle = 'October'; break;
         case '11': $pTitle = 'November'; break;
         case '12': $pTitle = 'December'; break;
      }
    
    if(isset($_GET['date_month'])); 
    switch($_GET['date_month']) {
         case '01': $pTitle = 'January'; break;
         case '02': $pTitle = 'Febuary'; break;
         case '03': $pTitle = 'March'; break;
         case '04': $pTitle = 'April'; break;
         case '05': $pTitle = 'May'; break;
         case '06': $pTitle = 'June'; break;
         case '07': $pTitle = 'July'; break;
         case '08': $pTitle = 'August'; break;
         case '09': $pTitle = 'September'; break;
         case '10': $pTitle = 'October'; break;
         case '11': $pTitle = 'November'; break;
         case '12': $pTitle = 'December'; break;
      }
    

     

    Thanks...

  7. <table class=\"$class\" onmouseout=\"this.className='$class'\" onmouseover=\"this.className='over'\" onClick=\"document.location.href='inventory_view.php?stock={$row['stock']}'\">

    <tr>

    <td class=\"thumb\" rowspan=\"2\">$image</td>

    <td class=\"vehicle\">$vehicle</td>

    <td class=\"miles\">$mi</td>

    <td class=\"eng\">$engine</td>

    <td class=\"trans\">$trans</td>

    <td class=\"body\">$body</td>

    <td class=\"asking\">$asking</td>

    </tr>

    <tr><td class=\"feats\" colspan=\"6\">{$fuel} {$drive} {$features_string}</td></tr>

    </table>\n";

    $row_count++;

    }

     

  8. Can someone tell me what I wrong with this code:

    unset ($features);
    foreach ($row as $feature => $value) {
    if (substr($feature, 0,== "feature_") {
       if ($feature == "feature_4w") {if ($value == "yes") {$features[] = "4 x 4";}}
       if ($feature == "feature_ac") {if ($value == "yes") {$features[] = "AC";}}
       if ($feature == "feature_pw") {if ($value == "yes") {$features[] = "Power Windows";}}
       if ($feature == "feature_pl") {if ($value == "yes") {$features[] = "Power Locks";}}
       if ($feature == "feature_pm") {if ($value == "yes") {$features[] = "Power Mirrors";}}
       if ($feature == "feature_cc") {if ($value == "yes") {$features[] = "Cruise";}}
       if ($feature == "feature_sr") {if ($value == "yes") {$features[] = "Sunroof";}}
       if ($feature == "feature_ls") {if ($value == "yes") {$features[] = "Leather";}}
       if ($feature == "feature_aw") {if ($value == "yes") {$features[] = "Alloys";}}
       if ($feature == "feature_sp") {if ($value == "yes") {$features[] = "Plow";}}
    }
    }
    $features_string=implode(", ",$features);
    

     

    This code used to work perfectly, but after switching hosting companies I am getting certain errors on my site that never used to be there. One of which is "Warning: implode() [function.implode]: Bad arguments. in /home/.phillipina/dbookatay/carcityofdanbury.com/inventory_search.php on line 238"

     

    (The url where the erors are is: http://www.carcityofdanbury.com/inventory_search.php?category=foreign&page=2)

  9. No, the connect script was correct, after 5 days come to find out my server was hacked!

    The company finally admitted that they were intruded, but because they were not willing to offer me any help I left them.

     

    My buddy is the head guy for Pitney Bowes, a national company and he recommended my to Dream Host, and so far everything seems to be a dream. I'm still

    reconfiguring everything though, so time will tell weather or not they are up to par...

     

  10. I have been having this problem for days now, http://www.phpfreaks.com/forums/index.php/topic,133653.0.html and fighting with my hosting company, trying to let them know that there is not a problem with my coding, that it MUST be an error with their servers. We go back and forth, back and forth...

     

    Does anyone know of a free webhost, (or even any member that would let me temporarly load my site on) that I can upload my SQL dB, and files, to prove that they are indeed functioning correctly? Or... Is there some other way to prove that this is not a coding error?

  11. Does anyone have a good example of a mysql_connect script.

    I have this one that was working great:

    <?php
    
    define ('DB_USER', '#######_######');
    define ('DB_PASSWORD', '#######');
    define ('DB_HOST', 'localhost');
    define ('DB_NAME', '#######');
    
    
    // Improved MySQL Version:
    /*
    $dbc = mysqli_connect (DB_HOST, DB_USER, DB_PASSWORD, DB_NAME) OR die ('Could not connect to MySQL: ' . mysqli_connect_error() );
    */
    
    // Standard MySQL Version:
    $dbc = mysql_connect (DB_HOST, DB_USER, DB_PASSWORD) OR die ('Could not connect to MySQL: ' . mysql_error() );
    mysql_select_db (DB_NAME) OR die ('Could not select the database: ' . mysql_error() );
    
    
    // Create a function for escaping the data.
    function escape_data ($data) {
    
    // Address Magic Quotes.
    if (ini_get('magic_quotes_gpc')) {
    	$data = stripslashes($data);
    }
    
    // Improved MySQL Version:
            /*	
            global $dbc;
    $data = mysqli_real_escape_string($dbc, trim($data));
    */
    
    // Standard MySQL Version:
    // Check for mysql_real_escape_string() support.
    if (function_exists('mysql_real_escape_string')) {
    	global $dbc; // Need the connection.
    	$data = mysql_real_escape_string (trim($data), $dbc);
    } else {
    	$data = mysql_escape_string (trim($data));
    } 
    
    // Return the escaped value.	
    return $data;
    
    } // End of function.
    ?>
    

    but the hosting company says that this is what is causing the problem. Which I KNOW is not true, because I have carcityofdanbury.com and login.carcityofdanbury.com, and both use different files

    include_once ('include/mysql_connect.php');

    files. How could these scripts all of a sudden go bad? Plus their pulling certin information from the dB, just not everything...

     

    Could it be possible that someone, (or a bot or something) tried/ did hack my site and change something?

     

    Does ANYONE have any ideas? I am now on day 3 without a fully working site.

  12. I just recieved an email from the support dept at Hostgator,

    does anyone have any ideas...

     

    Dear Client,
    
    We have repaired the databases and checked apache for any logs that may provide hints for this.
    
    The lines of concern are these:
    
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 34
    
    It does seem that there could be authentication issues.  I am kicking this ticket up to level 2 for a closer look.
    
    Thank you for choosing HostGator.com!
    
    Best regards.
    
    Ticket Details
    ===================
    Ticket ID: RJI-619792
    Department: Level 2 Support
    Status: Open
    

  13. There is obviously a problem on thier end, and I'll explain why.

    A qustomer of mine just told me that he sent me an email and it bounced back saying that my mailbox was full, and believe me I check my email AT LEAST 100 times a day, so I know he was wrong. So I used both a different pop3 email address, and a yahoo email and I get the same message:

    From: Mail Delivery System [mailto:Mailer-Daemon@impala.websitewelcome.com] 
    Sent: Thursday, March 29, 2007 10:45 AM
    To: brad@illism.com
    Subject: Mail delivery failed: returning message to sender
    
    This message was created automatically by mail delivery software.
    
    A message that you sent could not be delivered to one or more of its
    recipients. This is a permanent error. The following address(es) failed:
    
    brad@carcityofdanbury.com
    mailbox is full: retry timeout exceeded
    
    ------ This is a copy of the message, including all the headers. ------
    
    Return-path: 
    Received: from carcity by impala.websitewelcome.com with local-bsmtp (Exim
    4.63)
    (envelope-from )
    id 1HWvrc-0002vN-NF
    for brad@carcityofdanbury.com; Thu, 29 Mar 2007 09:44:34 -0500
    X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on
    impala.websitewelcome.com
    X-Spam-Level: 
    X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,HTML_90_100,
    HTML_MESSAGE autolearn=ham version=3.1.8
    Received: from mta1.srv.hcvlny.cv.net ([167.206.4.196]:48252)
    by impala.websitewelcome.com with esmtp (Exim 4.63)
    (envelope-from )
    id 1HWvrc-0003Xe-HF
    for brad@carcityofdanbury.com; Thu, 29 Mar 2007 09:44:32 -0500
    Received: from Brads (ool-182c1b84.dyn.optonline.net [24.44.27.132])
    by mta1.srv.hcvlny.cv.net
    (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006))
    with ESMTP id for
    brad@carcityofdanbury.com; Thu, 29 Mar 2007 10:44:29 -0400 (EDT)
    Date: Thu, 29 Mar 2007 10:44:28 -0400
    From: Brad Guy 
    Subject: test
    To: brad@carcityofdanbury.com
    Message-id: 
    MIME-version: 1.0
    X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028
    X-Mailer: Microsoft Office Outlook 11
    Content-type: multipart/related;
    boundary="Boundary_(ID_B6B9t+nYic/3IIEN4BY75Q)"
    Thread-index: AcdyEK0UOZD5d8GiQUKC43PfTnxgrQ==
    
    This is a multi-part message in MIME format.
    
    --Boundary_(ID_B6B9t+nYic/3IIEN4BY75Q)
    Content-type: multipart/alternative;
    boundary="Boundary_(ID_6ejoac7MjPy/kwR+JcfrDg)"
    
    
    --Boundary_(ID_6ejoac7MjPy/kwR+JcfrDg)
    Content-type: text/plain; charset=us-ascii
    Content-transfer-encoding: 7BIT
    
    
    
    
    
    Thank you,
    
    Brad Guy
    Brad Guy
    Internet Sales Manager
    
    Car City of Danbury
    6 North Street.
    
    Danbury, CT 06810
    
    
    ph: (203) 730-9296
    
    fx: (203) 730-1228
    
    
    
    
    
    _
    
    
    
    
    --Boundary_(ID_6ejoac7MjPy/kwR+JcfrDg)
    Content-type: text/html; charset=us-ascii
    Content-transfer-encoding: 7BIT
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Thank you,
    
    
    Brad Guy
    Internet Sales Manager
    
    Car City of
    Danbury
    6 North Street.
    
    Danbury, CT 06810
    
    
    ph: (203) 730-9296
    
    fx: (203) 730-1228
    
    
    
    
    
    _
    
    
    
    
    
    
    
    
    
    --Boundary_(ID_6ejoac7MjPy/kwR+JcfrDg)--
    
    --Boundary_(ID_B6B9t+nYic/3IIEN4BY75Q)
    Content-id: 
    Content-type: image/gif; name=image001.gif
    Content-transfer-encoding: base64
    Content-disposition: attachment; filename=image001.gif
    
    R0lGODlhPAAzAOYAAPT07vT05fD08PTw8PTw5+7w8O7w5+Xw6fTs3uzs3OLs1dnu3Ovl3ufl5dfn
    wODg3t7ezN7b19nZ2+XSwsPcwtXQx8fSwrzVvszMzNLJubPOtcfFx7vLrr7CwsPAub65ubm7ua26
    qrezt7ewsJq3oq6up7Wsoq6ssKqwkZywqpOyk6CjoKecnoWlh5mZmZ6aipeVqZCaiZOTkXWaeYCV
    dYyMjJCMeYqFjoOFh3CHZ3x+k4B+fn56hYB1dXN5dWB+anl1ZXpueXNweXlucGF3XGxsdXBqamZm
    ZmVoVWxhenFeXmBcbEVoTmNcWHlVYVVeWFdTcVVRWFVQU1hMRUhRRVBQNUhKU0pISEVHXExFRzpH
    Olc8VUFDMy9FMz8/SmUxQTw+QzM+Pjo3OEczMTMzMyozKB83ITUoUzEqMUAlF0oeLy8jKjEmDCof
    JRwjAyEeKh4aSCEcIzEQMRoVGhMTABMOFiUFHwwIMxUDBgoAAQAAIwAAFQAAAP///wAAAAAAACH5
    BAUUAH0ALAAAAAA8ADMAAAf/gH2Cg4SFhoeIiYcGKnp8by+KkpOUgwCXABZFYCt9NlWVoaKEAAF9
    I2Y+gy5Ho66hABptM4MPOBuvuZIUejsCCAN9G1K6xYg7cQamgjjKxs+DWVIDwX0nTQDQ0AA0e30I
    fR1x2drQCnVGglIufZjk5bkZeyUycQ19BPDFmBJefGozPEjQ58qdqQdGiGjYQqdMjxMFCFa6JGMD
    AAxarBwYtCLKkHuS3F2ycOTJiETv3gnC5IKNEQkg3oiJqDKUKQNL9LwhIyUOCEQqFRBZI6NAhCZk
    +ORY8KPOkwe6BlRYcqeGBAkFCiTBIkCAJQMQMFXwMAeNiApPsnRIEabDES8m/yKOwnQiiBgXCyrk
    A8AgD5GNgzYYadOnwYkpN1ZcueFjGQAld5pAELSMEiYRRq7wuEQlSB9TSLgccOeiiwwxN5oUAbeh
    CxF82h4MQYPjHoARfEgICnIlIjgAPcRoCABCRidMBgzAppwrQAUyWnABQABAzJoDAU5DNRVgh5cI
    7SQOknDmDAfl7QI0yBN2CZwImCLAKQISXgMhFQjteBJ+JQAvTfQRhBcevODCDz+IAV5lsakmFyEE
    RJhPHxK8EUESfIAxRhp88LGHB8uVc4ESLBwSADUDEBAMEHhwuIQNH/RRBh1LXDKhNheYQUMl6/HB
    BQisZbHBDqBU8wwBAHRQxv8IgE0CwzwFAGAAC3GI0McVQBzJV1gdoGHCRAAMgQMFAUTQhRQNUBBD
    FN8YOQoGglQwhwkgkFGCZZewYMcCfYhAhg/KUSkBg5SYkk8NP/QBghd7yPBGfngCAEYIfXxwlyAg
    8PFTpTB8JsleSH6whwM63LGDHnOcFAoBJKyhaB0nCPLBHJ308cIefJRQkyEAnLACABKEkYcYX3Sg
    BB4djDKACyS4EEesAUiAhg2CrIAHEhzccUgBRUwWgAFyQCCBG3RggAEDC9ihqigAeMDEGZP1UYEU
    MyhgDR+dGhDgjZfgkEeJfWSxxwt67MFBHwdQYAV/roiwRjr5YCBGDfhUEMf/l4OcuBI4SbUDxRU4
    RFEEpAUEga9NfRTAQxc/mSLCETJ8E3AM7bxjwA48UPMBHnzwsIUVcGbcBw5P5HBwoSf6UIQFmMhw
    BZzU9GAFIabgcAcasTIwxg4oJBErhATc8AQKPnhVSQVirCDXATIYAZUgDXCRLNwqtGFnAwEEwAMW
    ykVUmSknqNGAC+lU0kEWugmCQQ6Fr5QGF4IoUEMcuZbSzgplOKDiAIRGMAWcNvQwySU0iFGfC0JY
    aYkIZ3QAQARm8CGEHrgIcsIcJ1xSyCUPTPGlBFHMrQgBO0QxUB8ZUHEEA4bcsEScYKTQxx2bXXJC
    jLoLEiE4NBQR0eGU8AAH/Ug4SFFrIQk8oUrK6PFRQwDTIYKiClQ8cMkwlPChgQAlTHy8IRaYgwem
    A4B8GGAPeohAcix3iAPEgVKCoMH6JHEFEHQBDAPZFT46oAc+8QMMLZgBH9bwgwO4yRI0sAImChAH
    ClCiCVbIWd6A4gA3OEEQFNgBFoSwEh/swADgOMQa8maKCoDhFYTKGABawIcslKQJyRJJ9goBAikk
    AEX0kogFXOCC2mnwEFNQFTjWEC99WA5+EaLEBrwwkLxd4AkP0kYQZQamIUQhAYMQwg7EM4o0IuFX
    l8AAF/7HR0pQBwBO+ALzJjCGFhSSXeCAAR8yELAhPFJZKePCHtDgAvQDhCIQADs=
    
    --Boundary_(ID_B6B9t+nYic/3IIEN4BY75Q)--
    
    

     

    but then I go into my cpanel and check my mail and it tells me that there are no new messages (or old messages)  in my mail server.

     

    brad@carcityofdanbury.com is the only email address on that url, so It wouldnt happen to any other user.

     

    Does ANYONE have any idea what is going on? Does anyone on here work for Hostgator, or a hosting company that might have some sort of clue what it could be?

  14. Someone please help with a MAJOR problem I am having!

    I sent an email yesterday to my hosting company, and I still have not received a response, which is causing me to lose business.

     

    Yesterday I went onto my websites, and I see a ton of MySQL errors that suddenly appeared out of nowhere, making me feel with (almost) 100% certainty that it is a problem having to do with their servers. I hadn’t made any changes to my site in weeks, and before yesterday everything was working correctly.

     

    The email I sent to the company: (Hostgator)

     

    There are several MySQL errors on my website that were not there as of the last time I checked
    I called technical support and we told all issues need to be emailed directly to you:
    
    http://www.carcityofdanbury.com/inventory_search.php?category=foreign&page=2 (under 2002 Toyota Prius Hybrid: Warning: implode() [function.implode]: Bad arguments. in /home/carcity/public_html/inventory_search.php on line 247)
    
    http://www.carcityofdanbury.com/inventory_search.php?category=vans (under 2000 Ford Windstar SE: Warning: implode() [function.implode]: Bad arguments. in /home/carcity/public_html/inventory_search.php on line 247)
    
    http://www.carcityofdanbury.com/inventory_search.php?category=trucks (under 2002 Ford F250 XL: Warning: implode() [function.implode]: Bad arguments. in /home/carcity/public_html/inventory_search.php on line 247)
    
    [b][url]http://www.carcityofdanbury.com/apply.php[/url][/b]
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/carcity/public_html/apply.php:1) in /home/carcity/public_html/apply.php on line 31
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 33
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 33
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 33
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 34
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 34
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 34
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 35
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 35
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 35
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 36
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 36
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 36
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 37
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 37
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 37
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 38
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 38
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 38
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 39
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 39
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 39
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 40
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 40
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 40
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 41
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 41
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 41
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 42
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 42
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 42
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 43
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 43
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 43
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 44
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 44
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 44
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 45
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 45
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 45
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 46
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 46
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 46
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 47
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 47
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 47
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 48
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 48
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 48
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 49
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 49
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 49
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 50
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 50
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 50
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 51
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 51
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 51
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 52
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 52
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 52
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 53
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 53
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 53
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 54
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 54
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 54
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 55
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 55
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 55
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 56
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 56
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 56
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 57
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 57
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 57
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 58
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 58
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 58
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 59
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 59
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 59
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 60
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 60
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 60
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 61
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 61
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 61
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 62
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 62
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 62
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 63
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 63
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 63
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 64
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 64
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 64
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 65
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 65
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 65
    
    [b][url]http://www.carcityofdanbury.com/contact.php[/url][/b]
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 33
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 33
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 33
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 34
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 34
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 34
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 35
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 35
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 35
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 36
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 36
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 36
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 37
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 37
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 37
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 38
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 38
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 38
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 39
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 39
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 39
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 40
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 40
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 40
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 41
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 41
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 41
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 42
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 42
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 42
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 43
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 43
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 43
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 44
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 44
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 44
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 45
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 45
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 45
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 46
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 46
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 46
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 47
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 47
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 47
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 48
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 48
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 48
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 49
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 49
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 49
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 50
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 50
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 50
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 51
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 51
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 51
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 52
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 52
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 52
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 53
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 53
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 53
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 54
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 54
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 54
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 55
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 55
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 55
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 56
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 56
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 56
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 57
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 57
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 57
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 58
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 58
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 58
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 59
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 59
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 59
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 60
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 60
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 60
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 61
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 61
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 61
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 62
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 62
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 62
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 63
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 63
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 63
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 64
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 64
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 64
    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/carcity/public_html/include/forms_content.php on line 65
    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/carcity/public_html/include/forms_content.php on line 65
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/include/forms_content.php on line 65
    
    [b][url]http://www.login.carcityofdanbury.com/passed/index.php[/url][/b]
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/login/passed/index.php on line 68
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/login/passed/index.php on line 69
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/carcity/public_html/login/passed/index.php on line 71
    
    I need these issues addressed as soon as possible, please let me know what is causing these errors. There have been no changes to the code on these pages on my end.
    
    

    A buddy told me that there was a problem in my "mysql_connect.php" script, but I find that very hard to believe since all the vehicles that are displayed on the "inventory_search.php" page and the "inventory_view.php" pages use the same script to pull info from the dB.

     

    Does anyone have any ideas what is causing this?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.