niedziela, 05 września 2010 r.
Sprzęt

Warning: Unexpected character in input: '' (ASCII=16) state=1 in /home/seo/domains/infokomp.net.pl/public_html/snoopy.php on line 5

Parse error: syntax error, unexpected T_STRING in /home/seo/domains/infokomp.net.pl/public_html/snoopy.php on line 5
dajemy wam jedynie możliwość zawarcia nowych znajomości, posłuchania dobrej muzyki, zobaczenia (filmów|zdjęcia} i filmików! A tak że dowiecie sie wielu ciekawych żeczy z swiata i z różnych opowiadań! sex fotka - to serwiś poświęcony internautom. To internauci dodajom tutaj swoje miedia, fotografie. A my dajemy wam jedynie możliwość zawarcia nowych znajomości, posłuchania dobrej, zobaczenia ciekawych )*(
_2
reklama
Reklamy sponsorowane
Tagi
`pokaz` (`pokaz`), KEY `czas` (`czas`)) DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci;"); $q=new mysql("OPTIMIZE TABLE `".$this->url_md5."`"); $q=new mysql("INSERT INTO tabele_czytnikow (md5,nazwa_prawdziwa,strona,img_width,img_height) VALUES('".$this->url_md5."','".$this->url."','".$_SERVER['SCRIPT_NAME']."','".$this->small_width."','".$this->small_height."')"); } }catch (Exception $e) { if($this->debug) { echo 'Czytnik->Blad bazy: ', $e->getMessage(), "\n"; } } if($this->debug) { print_r($rss->channel); echo "Site: ", $rss->channel['title'], "
\n"; echo "MD5: ", $this->url_md5, "
\n"; } $i=0; if(is_array($rss->items)) { foreach ($rss->items as $item ) { $this->tresc[$i]=$item; if($this->debug) { print_r($item); $title = $item[title]; $url = $item[link]; echo "$title
\n"; } $i++; } $this->pobrano=$i; if($hist&&$_SESSION['update_history']===true) { $this->update_history(); } } } if($hist) { $this->pobrano=0; $this->select_from_history(); } } function czytaj_szablon($p,$s,$k) { global $prefix; $this->szablonP=$p; $this->szablonS=$s; $this->szablonK=$k; } function dostosuj_do_rewirte($tresc) { $trans = array(" " => "_", "\"" => "", "'" => "", "&" => "", "+" => "", "<" => "", ">" => "", "!" => "", "@" => "", "#" => "", "$" => "", "%" => "", "^" => "", "*" => "", "(" => "", ")" => "", "-" => "", "=" => "", "`" => "", "~" => "", ":" => "", ";" => "", "[" => "", "]" => "", "{" => "", "}" => "", "|" => "", "\\" => "", "," => "", "." => "", "?" => "", "/" => "", "ę" => "e", "ó" => "o", "ł" => "l", "ś" => "s", "ą" => "a", "ż" => "z", "ź" => "z", "ć" => "c", "ń" => "n", "„" => "", "”" => "" ); $tresc=strtr($tresc,$trans); $tresc=str_replace(" ","_",$tresc); $tresc.=".html"; return $tresc; } function wypisz() { global $prefix; $tresc=$this->szablonP; $ile=($this->pobrano>$this->ile)?$this->ile:$this->pobrano; for($i=0;$i<$ile;$i++) { if(strpos($this->szablonS,"#ilosc_komentarzy")!==FALSE) { $qq=new mysql("SELECT COUNT(*) as ile FROM komentarze_komentarze WHERE id_newsa=".$this->tresc[$i]['id']." AND id_bazy=".$this->baza_id); $r=$qq->get(); $komentarzy=$r['ile']; } if(strpos($this->szablonS,"#ilosc_wyswietlen")!==FALSE) { $qq=new mysql("SELECT wyswietlen FROM newsy_wyswietlen WHERE news_id=".$this->tresc[$i]['id']." AND baza_id=".$this->baza_id); if($qq->num()!=0) { $r=$qq->get(); $wyswietlen=$r['wyswietlen']; } else { $wyswietlen=0; } } $temp=str_replace("#tytul",$this->tresc[$i][title],$this->szablonS); $temp=str_replace("#tresc",$this->tresc[$i][description],$temp); $temp=str_replace("#data",date("d.m.Y G:i",$this->tresc[$i][date_timestamp]),$temp); $temp=str_replace("#tagi",$this->tresc[$i][tagi],$temp); $temp=str_replace("#ilosc_komentarzy",$komentarzy,$temp); $temp=str_replace("#ilosc_wyswietlen",$wyswietlen,$temp); $link="/news/".$this->baza_id."/".$this->tresc[$i]['id']."/".$this->dostosuj_do_rewirte($this->tresc[$i][title]); $temp=str_replace("#link",$link,$temp); if($this->obrazki[$i]!==FALSE&&$i<$this->do_kiedy_zdjecia) { $il=count($this->obrazki[$i])/3; for($j=0;$j<$il;$j++) { $temp=str_replace("#obrazek_l".$j,'',$temp); $temp=str_replace("#obrazek_r".$j,'',$temp); } } $temp = preg_replace('/#obrazek_(l|r)\d+/', '', $temp); $tresc.=$temp; } try { $q=new mysql("SELECT count(*) as ile FROM `".$this->url_md5."`"); }catch (Exception $e) { if($this->debug) { echo 'Czytnik->Blad bazy: ', $e->getMessage(), "\n"; } $tresc.=str_replace("#strony","",$this->szablonK); return $tresc; } $strony_kopia = self::$strony; $strony_kopia[(self::$instancje-1)]="||"; $strony_kopia=join("_",$strony_kopia); if(strpos($_SERVER['REQUEST_URI'],"strony")===FALSE) { $prefix=explode(".php",$_SERVER['REQUEST_URI']); $prefix=$prefix[0]; } else { $prefix=explode("/strony/",$_SERVER['REQUEST_URI']); $prefix=$prefix[0]; } if($prefix==""||$prefix=="/") $prefix="index"; $strony=""; $row=$q->get(); $str=ceil($row['ile']/$this->ile); for($i=1;$i<=$str;$i++) { $strony.="$i "; } $strony_temp=$this->get_strona; $strony_2=""; if($strony_temp!=1) { $t=$strony_temp-1; $strony_2="« Nowsze wiadomości "; } if($strony_temp!=$str) { $t=$strony_temp+1; $strony_2.="Starsze wiadomości »"; } $tempK=$temp=str_replace("#strony_2",$strony_2,$this->szablonK); $tempK=$temp=str_replace("#strony",$strony,$tempK); $tresc.=$tempK; return $tresc; } function update_history() { global $prefix; try { $q=new mysql("LOCK TABLES `".$this->url_md5."` WRITE"); $q=new mysql("SELECT czas FROM `".$this->url_md5."` WHERE pokaz!=2 ORDER BY czas DESC LIMIT 1"); }catch (Exception $e) { if($this->debug) { echo 'Czytnik->Blad bazy: ', $e->getMessage(), "\n"; } return; } $minimalny_czas=$q->get(); $minimalny_czas=intval($minimalny_czas['czas']); if($this->debug) { echo "MINIMUM: $minimalny_czas
"; } for($i=0;$i<$this->pobrano;$i++) { if($this->tresc[$i][description]==''&&$this->tresc[$i][summary]!='') $this->tresc[$i][description]=$this->tresc[$i][summary]; } for($i=0;$i<$this->pobrano;$i++) { $this->tresc[$i][description]=preg_replace("/\