Results for work from home(Los Angeles) 31 - 60 of 125

Latest ads
  • A Perfect, No Risk way to earn money (online)

    A Perfect, No Risk way to earn money (online)

    What a great feeling to see your bank account grow every day :-) You don’t have to do any of the hard work. I’m telling you, this business is really that simple. Fire your boss. Enjoy life. Spend quality...

    work from homeLos Angeles0 sec

    $ 29

  • Full-Time and Part-Time Available--Become an Online Referral Agent

    Full-Time and Part-Time Available--Become an Online Referral Agent

    $100 to $175 a day average after training and following a simple system Full support provided---MUST have basic computer skills. If you have great work ethic, we are looking for you. Get Paid Daily!...

    work from homeLos Angeles0 sec

    Free

  • WHO ELSE WANTS TO MAKE A $25 SALE All Day, EVERY DAY

    WHO ELSE WANTS TO MAKE A $25 SALE All Day, EVERY DAY

    <p>WHO ELSE WANTS TO MAKE $100 TO $300 (OR MORE) EVERY DAY?</p> <p>If you have a computer and internet access, you’ve got all you need to make this work!</p> <p>NO BULL, NO HYPE, NO MLM, NO...

    work from homeLos Angeles0 sec

    Free

  • CAN YOU COPY & PASTE? You could’ve already made $100 today!

    CAN YOU COPY & PASTE? You could’ve already made $100 today!

    <p>CAN YOU COPY AND PASTE?</p> <p>Then you could’ve already made over $100 today!</p> <p>Check out this opportunity here and I’ll teach you how to put money in your bank account every single day!</p> <p>This is nothing like...

    work from homeLos Angeles0 sec

    $ 29

  • PHP Error

    PHP Error

    unserialize(): Error at offset 65 of 99 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:3:{i:0;s:20:"19882_learnwhile.jpg";i:1;s:18:"19882_índice3....")
    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-06 02:14:45 Apache Yii Framework/1.1.7