Results for for sale(Loxahatchee) 31 - 40 of 40

Latest ads
  • Agilent / HP E4421A ESG-3000A 250kHz-3GHz Signal Generator

    Agilent / HP E4421A ESG-3000A 250kHz-3GHz Signal Generator

    The Agilent E4421A analog RF signal generator offers excellent in-channel performance with superior quality and reliability -- at an affordable price. The first in a new generation of signal generators, it provides excellent frequency...

    tools, equipmentLoxahatchee0 sec

    $ 3750

  • 32GB Motion Detection HD Men Shower Gel Bathroom Spy Camera 720P DVR

    32GB Motion Detection HD Men Shower Gel Bathroom Spy Camera 720P DVR

    http://shop.omejo.com/productsshow.php?id=571 Description: In so many kinds of hidden cameras, this men��s shower gel camera which has the function of remote control is quite popular. because the spy camera is installed in the bottom half. The camera is...

    cameras, camcorders Loxahatchee0 sec

    $ 198

  • 1920x1080 HD Shaving Cream Hidden 1080P Bathroom Spy Camera DVR

    1920x1080 HD Shaving Cream Hidden 1080P Bathroom Spy Camera DVR

    http://shop.omejo.com/productsshow.php?id=509 Omejo New exploitation 1920x1080 HD Shaving Cream Hidden 1080P Bathroom Spy Camera DVR 16GB This is a ultra-small digital spy camera that hidden in a shaving cream  , it looks like an ordinary shaving cream...

    cameras, camcorders Loxahatchee0 sec

    $ 189

  • Hidden Toilet Automatic Aerosol Dispenser Camera DVR

    Hidden Toilet Automatic Aerosol Dispenser Camera DVR

    http://shop.omejo.com/productsshow.php?id=217 This is a ultra-small digital spy camera that hidden inside a Automatic Aerosol Dispenser, it looks like an ordinary Automatic Aerosol Dispenser, but it has a very powerful function, the most interesting thing is...

    cameras, camcorders Loxahatchee0 sec

    $ 181

  • PHP Error

    PHP Error

    unserialize(): Error at offset 34 of 39 bytes

    /home/zikbay/public_html/protected/modules/Ads/models/Annonce.php(371)

    359         $str .= '</span></p>';
    360         
    361         return $str;
    362     }
    363     
    364     public function getImageSection ()
    365     {
    366       $params = array('id'=>$this->id,
    367                       'alias'=>str_replace(array(' ','/','\\'),'-',$this->title));
    368       if ($this->area != '')
    369           $params['area'] = $this->area;
    370       $str = '<a href="'.Yii::app()->createUrl('Ads/ad/viewDetails', $params).'">';
    371       $images = unserialize($this->photos);
    372       $imageUrl = Yii::app()->request->getBaseUrl(TRUE).'/images/no-image.jpg';
    373       if (is_array($images) && count($images) > 0)
    374       {
    375         $img_exist = false;
    376         for ($i = 0; $i < count($images); $i++) 
    377         {
    378           $pathImage = 'uploads/ads/'.$images[$i];
    379           if (file_exists($pathImage)) {
    380             $imageUrl = Yii::app()->request->getBaseUrl(TRUE).'/image.php?thumb=';
    381             $imageUrl .= FlexImage::createThumbFilename($pathImage,84,76);
    382             $img_exist = true;
    383             break;
    

    Stack Trace

    #1
    +
     /home/zikbay/public_html/protected/modules/Ads/models/Annonce.php(371): unserialize("a:1:{i:0;s:19:"12560_nyaklánc.jpg";}")
    366       $params = array('id'=>$this->id,
    367                       'alias'=>str_replace(array(' ','/','\\'),'-',$this->title));
    368       if ($this->area != '')
    369           $params['area'] = $this->area;
    370       $str = '<a href="'.Yii::app()->createUrl('Ads/ad/viewDetails', $params).'">';
    371       $images = unserialize($this->photos);
    372       $imageUrl = Yii::app()->request->getBaseUrl(TRUE).'/images/no-image.jpg';
    373       if (is_array($images) && count($images) > 0)
    374       {
    375         $img_exist = false;
    376         for ($i = 0; $i < count($images); $i++) 
    
    #2
     /home/zikbay/public_html/yii-1.1.7.r3135/framework/base/CComponent.php(616) : eval()'d code(1): Annonce->getImageSection()
    #4
    +
     /home/zikbay/public_html/protected/modules/Ads/extensions/AdsGridView.php(171): CComponent->evaluateExpression("$data->getImageSection()", array("data" => Annonce, "row" => 4))
    166         if ($i == 1)
    167             echo '<div class="cell col-'.$i.'" style="text-align: center;">';    
    168         else
    169             echo '<div class="cell col-'.$i.'">';
    170         if($column->value!==null)
    171           $value=$column->evaluateExpression($column->value,array('data'=>$data,'row'=>$row));
    172         else if($column->name!==null)
    173             $value=CHtml::value($data,$column->name);
    174         echo $value===null ? $this->nullDisplay : $this->getFormatter()->format($value,$column->type);
    175         echo '</div>';
    176         
    
    2025-07-07 12:58:01 Apache Yii Framework/1.1.7