"; if ($users==1){ $o.=$plugin_cf['online']['first_part_singular']; $o.=" " . $users . " "; $o.= $plugin_cf['online']['last_part_singular']; } else { $o.=$plugin_cf['online']['first_part_plural']; $o.=" " . $users . " "; $o.= $plugin_cf['online']['last_part_plural']; } $o.="

"; return $o; } ?>>WDir<< Code starts here -->\n

\n"; if (substr($wd_PathParam,-1,1) <> "/") $wd_PathParam .= "/"; if (($wd_PathParam == "./") || ($wd_PathParam == "/")) $wd_PathParam = ""; if (substr($wd_PathParam,0,2) == "./") $wd_PathParam = substr($wd_PathParam,2); $wd_path = $pth['folder']['base'] . $wd_PathParam; if(eregi("true",$plugin_cf['wdir']['debug'])) { $wdo .= "Path-Parameter: $wd_PathParam
"; $wdo .= "Fileserver-Dir: $wd_path
"; $wdo .= "HTTP_HOST: " . $_SERVER['HTTP_HOST'] . "
"; $wdo .= "PHP_SELF: " . $_SERVER['PHP_SELF'] . "
"; $wdo .= "
"; } $d = dir($wd_path); $wd_fnames = array(); $wd_ftypes = array(); $fcount = 0; while (false !== ($entry = $d->read())) { if ($entry != "." && $entry != "..") { if ((eregi("true",$plugin_cf['wdir']['show_hiddenfiles'])) || (substr($entry,0,1) != '.')) { $fcount++; array_push($wd_fnames, $entry); array_push($wd_ftypes, filetype($wd_path."/".$entry)); } } } $d->close(); $fcount--; $wd_lowfnames = array_map('strtolower', $wd_fnames); array_multisort($wd_ftypes, $wd_lowfnames, $wd_fnames); $wd_http = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; $wd_http = substr($wd_http,0,strrpos($wd_http,'/')+1); if (substr($wd_http,-4,4) == '/'.$sl.'/') $wd_http = substr($wd_http,0,strlen($wd_http)-3); if(eregi("true",$plugin_cf['wdir']['show_path'])) { $wdo .= "" . " Path: " . $wd_http.$wd_PathParam. " " . "

\n"; } $wdo .= ""; if(eregi("true",$plugin_cf['wdir']['show_colheader'])) { $wdo .= ""; $wdo .= ""; if(eregi("true",$plugin_cf['wdir']['show_size'])) $wdo .= ""; if(eregi("true",$plugin_cf['wdir']['show_changed'])) $wdo .= ""; if(eregi("true",$plugin_cf['wdir']['show_attributes'])) $wdo .= ""; $wdo .= ""; } $wd_total = 0; for ($i = 0; $i <= $fcount; $i++) { $wd_fext = substr($wd_fnames[$i],strrpos($wd_fnames[$i],".")+1); //if (filetype($fullname) == "dir") $wd_fext = "DIR"; $fullname = $wd_path . "/" . $wd_fnames[$i]; if (filetype($fullname) == "dir") { /* $wdo .= ""; $wd_fext = "DIR"; $wdo .= ""; $wdo .= ""; $wdo .= ""; //$wdo .= ""; $wdo .= ""; $wdo .= "\n"; */ } else { $wdo .= ""; $wdo .= ""; $wdo .= ""; if(eregi("true",$plugin_cf['wdir']['show_size'])) $wdo .= ""; $wd_total += filesize($fullname); //$wdo .= ""; if(eregi("true",$plugin_cf['wdir']['show_changed'])) $wdo .= ""; if(eregi("true",$plugin_cf['wdir']['show_attributes'])) { //$wdo .= ""; $wdo .= ""; } $wdo .= "\n"; } } $wdo .= "
" . $plugin_tx['wdir']['txt_name'] . "" . $plugin_tx['wdir']['txt_size'] . "" . $plugin_tx['wdir']['txt_changed'] . "" . $plugin_tx['wdir']['txt_perms'] . "
". $wd_fnames[$i] . "    Dateiordner  " . date("d.m.Y H:i:s", filemtime($fullname)) . "
". $wd_fnames[$i] . "  ". number_format(filesize($fullname),0,',','.') . " Bytes  ".strtoupper($wd_fext)."-Datei  " . date("d.m.Y H:i:s", filemtime($fullname)) . "".decoct(fileperms($fullname))."".wd_FilePerms(decoct(fileperms($fullname)))."

"; if(eregi("true",$plugin_cf['wdir']['show_summary'])) { $fcount++; $wdo .= "" . " " . $fcount . " " . $plugin_tx['wdir']['txt_files'] . ", " . number_format($wd_total,0,',','.') . " Bytes" . "

\n"; } if(eregi("true",$plugin_cf['wdir']['show_creator'])) { $wdo .= "
"; } else { $wdo .= "
"; } $wdo .= "
 
   Webdirectory plugin, Ver. " . wd_version() . " by QualiFIRE   "; $wdo .= "
"; $wdo .= "
"; $wdo .= "\n\n"; return $wdo; } function wd_FileIcon($wd_fext) { GLOBAL $su, $sl, $plugin_cf, $plugin_tx, $pth, $plugin; $wd_FullPath = $pth['folder']['plugins']."wdir/images/" . strtoupper($wd_fext) . "icon.gif"; if (!file_exists($wd_FullPath)) $wd_FullPath = $pth['folder']['plugins']."wdir/images/" . "UFO" . "icon.gif"; return $wd_FullPath; } function wd_FilePerms($fperms) { $cRet = ""; for ($i=3; $i<=5; $i++) { $cOctAcc = intval(substr($fperms,$i,1)); if ($cOctAcc-4 >= 0) { $cOctAcc -= 4; $cChrAcc = ""; } else { $cChrAcc = ""; } if ($cOctAcc-2 >= 0) { $cOctAcc -= 2; $cChrAcc .= ""; } else { $cChrAcc .= ""; } if ($cOctAcc == 1) { //$cOctAcc -= 2; $cChrAcc .= ""; } else { $cChrAcc .= ""; } $cRet .= $cChrAcc; $cRet .= ""; } $cRet .= "
R-W-X- 
"; return $cRet; } ?>'; //echo $plugin; $num=0; foreach ($lines as $thisline){ $thisline=trim($thisline); if (!empty($thisline)) { list($email,$title,$url,$recurl,$description)=explode($linkdelimiter,$thisline); if($admin=='plugin_main'){ $edimg='edit.gif'; $tooltip= 'title='.$url; if ((isset($_GET['editid']))&&($_GET['editid']==$num)){$edimg='edita.gif';} if (ISSET($_POST['check'])){ //$code = @file_get_contents($recurl) or $err[0]='Can\'t open remote URL!';//prob('Can\'t open remote URL!'); $code = strtolower(@file_get_contents($recurl)); if ((strstr($code,$site_url))||($recurl=='nolink')) { $notthere='style="background-color: #008000"'; }else{ $notthere='style="background-color: #FF0000"'; } } $t .='
delete Edit Up Down '; } else{ $t.= ''; } $num += 1; } $t.="

Linkex plugin, by Amir

"; $postyp='send'; $postval=$plugin_tx['linkex']['form_addlink']; if($admin=='plugin_main'){ $geturi='?&'.$plugin.'&admin=plugin_main'; if (isset($_GET['editid'])){ if (count($err)==0){ $linp=explode($linkdelimiter,$lines[$_GET['editid']]); $data = array('email'=> $linp[0],'title'=> $linp[1],'url'=> $linp[2],'recurl'=> $linp[3],'description'=> $linp[4]); } $postyp=$_GET['editid']; $postval=$plugin_tx['linkex']['form_update']; $geturi .='&editid='.$postyp; } $t.='
Click this button
to check for valid URL with reciprocal.
'; $t.='

Use this form to add or edit links.
To add a site with no reciprocal link, write "nolink" in "URL with reciprocal:"

'; } else { $geturi=$_SERVER['QUERY_STRING']; $t.='

'.$plugin_tx['linkex']['form_title1'].'
'.$plugin_tx['linkex']['form_title2'].'

'; } $t.='

'.$err[0].'

'.$plugin_tx['linkex']['form_email'].'
'.$err[1].'
'.$plugin_tx['linkex']['form_website'].'
'.$err[2].'
'.$plugin_tx['linkex']['form_url'].'
'.$err[3].'
'.$plugin_tx['linkex']['form_reciprocal_url'].'
'.$err[4].'
'.$plugin_tx['linkex']['form_description'].'

'.$err[5].'

'; return $t; } function prob($problem) { //echo "problem".$problem; if (!($problem)){ $problem='Couldn\'t open file data.dat for appending! Please CHMOD this file to 666 !'; } echo '

ERROR

 

'.$problem.'

 

 

Back to the previous page

'; exit; } function checkfields($ln,$num,$errorm ){ global $err; $ln = trim($ln); if (strlen($ln)){ $ln = htmlspecialchars($ln); } else{ $err[$num]=$errorm; } return stripslashes($ln); } ?> ",$sbmessage); $sbmessage = str_replace(chr(13),"
",$sbmessage); $sbmessage = str_replace(chr(10),"
",$sbmessage); $sbmessage = str_replace(";",",",$sbmessage); if(eregi("true",$plugin_cf['sblog']['cleanText'])){ $sbmessage = sb_cleantext(stripslashes($sbmessage)); } if (!$fp = fopen($sbfile, 'a')) { $tvari.="
ERROR: Cannot open file ($sbfile)"; } else { if(eregi("true",$plugin_cf['sblog']['record_Release'])){ $sbentry = "\n##" . $sbname .";". $sbemail .";". $sbwebsite .";". date($plugin_cf['sblog']['time_format']) .";". date($plugin_cf['sblog']['date_format']) .";". $sbimage .";". $sbmessage .";". $_SERVER["REMOTE_ADDR"] . ";[END OF RECORD]"; } else { $sbentry = "\n" . $sbname .";". $sbemail .";". $sbwebsite .";". date($plugin_cf['sblog']['time_format']) .";". date($plugin_cf['sblog']['date_format']) .";". $sbimage .";". $sbmessage .";". $_SERVER["REMOTE_ADDR"] . ";[END OF RECORD]"; } if ($plugin_cf['sblog']['emailNotice'] !=="") { //////////////////////////////////////////////////// //Mailer: // $kopf = $plugin_tx['sblog']['mail_header']." ".$page; $page = $_SERVER[QUERY_STRING]; $ipbesucher = $_SERVER['REMOTE_ADDR']; $nachrichtanmich = "\n\n" . $kopf . " ".$plugin_tx['sblog']['mail_file']." \"".$page."\"\n\n" ."*******************************************************\n" // ." From: ".$kopf." ".$plugin_tx['sblog']['mail_file']." \"".$page."\"\n\n" ." Text: \n".$sbmessage."\n\n From IP: $ipbesucher \n\n" ."*******************************************************\n" .""; $webmaster=$plugin_cf['sblog']['emailNoticeTo']; $header ="FROM:CMSimple sBlog <$webmaster>\n"; $header .="X-Mailer :PHP/" . phpversion()."\n"; $header .="X-Sender-IP: " .$_SERVER['REMOTE_ADDR']. "\n"; $header .="Content-Type: text/plain"; mail ($webmaster, $kopf, $nachrichtanmich, $header); /////////////////////////////////////////////// } if (fputs($fp,$sbentry) == FALSE) $tvari.="
ERROR: Cannot write to file ($sbfile)"; fclose($fp); header('Location: '.$_SERVER['REQUEST_URI']);exit; } } $tvari .= "
\n"; // first DIV encompasses whole output with editor, closes at the bottom /////// OUTPUT 1 ///////////////////// if(eregi("true",$plugin_cf['sblog']['chronological_order'])){ if(ini_get('allow_url_fopen') != 1){ $vartl = "\n"; } sb_commentOutput(); $tvari .= $vartl; $tvari .= "
"; // $tvari .= "

 

"; } ///////// End of OUTPUT 1 //////////////////////// $tvari .= "\n"; $tvari .= "\n"; $tvari .= "
".$plugin_tx['sblog']['txt_newentry'] . "
\n"; $tvari .= "
\n"; $tvari .= "
\n"; if(eregi("true",$plugin_cf['sblog']['simpleCaptcha'])){ $tvari.=$plugin_tx['sblog']['txt_simpleCaptcha'].":* ".$sbrandom."

\n"; $tvari.="\n"; } $tvari .= $plugin_tx['sblog']['txt_name'] . "*:
" . "
\n"; if(eregi("true",$plugin_cf['sblog']['email'])){ $tvari .= $plugin_tx['sblog']['txt_email'] . ":
" . "
\n";} if(eregi("true",$plugin_cf['sblog']['website'])){ $tvari .= $plugin_tx['sblog']['txt_website'] . ":
" . " 
\n";} if(eregi("true",$plugin_cf['sblog']['image'])){ $tvari .= $plugin_tx['sblog']['txt_image'] . ":
" . " 
(e.g. www.myWebSite.com/images/myImage.jpg)
\n";} $tvari .= $plugin_tx['sblog']['txt_message'] . "*:
" . "
\n"; $tvari .= "" . $plugin_tx['sblog']['txt_required'] . "
 
\n"; $tvari .= "
  
\n"; $tvari .= "
\n"; $tvari .= "
\n"; // $tvari .= " 
\n"; /////// OUTPUT 2 ///////////////////// if(!eregi("true",$plugin_cf['sblog']['chronological_order'])){ if(ini_get('allow_url_fopen') != 1){ $vartIE = "\n"; $tvari .= $vartIE; } sb_commentOutput(); $tvari .= $vartl; } ///////// End of OUTPUT 2 //////////////////////// $tvari .= "
\n"; // closing of first DIV return $tvari; } function sb_cleantext($rawcode){ // This will remove HTML tags, javascript sections // and white space. It will also convert some // common HTML entities to their text equivalent // Clever bits cut and pasted from php_manual_en.html#ref.pcre $search = array ("']*?>.*?'si", // Strip out javascript "'<[\/\!]*?[^<>]*?>'si", // Strip out HTML tags "'([\r\n])[\s]+'", // Strip out white space "'&(quot|#34);'i", // Replace HTML entities "'&(amp|#38);'i", "'&(lt|#60);'i", "'&(gt|#62);'i", "'&(nbsp|#160);'i", "'&(iexcl|#161);'i", "'&(cent|#162);'i", "'&(pound|#163);'i", "'&(copy|#169);'i", "'&#(\d+);'e"); // evaluate as php $replace = array ("", "", "\\1", "\"", "&", "<", ">", " ", chr(161), chr(162), chr(163), chr(169), "chr(\\1)"); $sb_cleantext = preg_replace($search, $replace, $rawcode); // delete ."cleaned" when tested return $sb_cleantext; }//end of sb_cleantext function sb_commentOutput() { GLOBAL $sbfile, $vartl, $imgpath, $plugin_cf, $newwidth, $newheight, $width, $height; if(is_file($sbfile)){ $fp = fopen($sbfile, "r"); while (!feof($fp)) { $line = fgets($fp, 4096); if(substr($line,0,2) != '##'){ list($sbname,$sbemail,$sbwebsite,$sbtime,$sbdate,$sbimage,$sbmessage,$sbipaddr) = split( ";", $line); $vartm = ""; if ($sbmessage != '') $vartm .= "
\n"; if ($sbmessage != '') $vartm .= "
\n"; if ($sbmessage != '') $vartm .= "\n"; if ($sbmessage != '') $vartm .= "\n"; if ($sbimage != ''){ makeImg($sbimage); if(ini_get("allow_url_fopen") == 1) { // if ($newwidth != "" || $newheight != ""){ if (eregi("http://", $sbimage)){ $vartm .= "\n"; } else { $vartm .= "\n"; } } else { // in case allow_url_fopen = off --------------- if (eregi("http://", $sbimage)){ $vartm .= "\n"; } else { $vartm .= "\n"; } } } if ($sbmessage != '') $vartm .= "\n"; if ($sbmessage != '') $vartm .= "\n"; if ($sbmessage != '') $vartm .= "
" . $sbname . " | \n"; if ($sbmessage != '') $vartm .= "" . $sbdate . ", " . $sbtime . " | \n"; if ($sbemail != '') $vartm .= "\"" \n"; if ($sbwebsite != '') $vartm .= "\"" \n"; if ($sbmessage != '') $vartm .= "\""\n"; if ($sbmessage != '') $vartm .= "
\""
\""
\""
\""
" . $sbmessage . " 
\n"; if(eregi("true",$plugin_cf['sblog']['chronological_order'])){ $vartl = $vartl . $vartm; } else { $vartl = $vartm . $vartl; } } // end of - if(substr($line,0,2) != '##') - } return $vartl; fclose($fp); } }//end of sb_commentOutput function makeImg($sbimage) { // resizing of images global $hmax, $wmax, $plugin_cf, $newwidth, $newheight, $width, $height; // max width and height, max new width and new height if (eregi("http:",$sbimage)) { list($width, $height, $type, $attr) = getimagesize($sbimage); } else { list($width, $height, $type, $attr) = getimagesize("http://" . $sbimage); } $hmax = $plugin_cf['sblog']['max_height']; $wmax = $plugin_cf['sblog']['max_width']; $hscale = $height / $hmax; $wscale = $width / $wmax; if (($hscale > 1) || ($wscale > 1)) { $scale = ($hscale > $wscale)?$hscale:$wscale; } else { $scale = 1; } $newwidth = floor($width / $scale); $newheight= floor($height / $scale); if ($newwidth == "0") $newwidth = ""; if ($newheight == "0") $newheight = ""; return $newwidth; return $newheight; return $width; return $height; } ?> CDU_Ortverband Schenefeld - Willkommen
Hauptmenü
Optionen
Informationen
Willkommen

Willkommen


Auf den Seiten der CDU Schenefeld und Umgebung .


Wir wünschen Ihnen einen angenehmen Aufenthalt.

Hier finden Sie Informatonen zu unseren Aktivitäten und Serviceleistungen .

Wenn Sie Fragen haben, schreiben Sie uns eine E-Mail unter Optionen Mailformular.
 

 

 An alle Mitglieder  

Aktuelles
Info des Vorsitzenden... [weiter] 

.

 
 Bericht Mitgliederversammlung...
Am 17.05.2010 fand die Mitgliederversammlung des CDU-Ortsverbandes Schenefeld und Umgebung statt. Nach Begrüßung durch den Vorsitzenden.... [ weiter ]
 Nun auch dabei...
CDU Ortsverband Schenefeld und Umgebung