session_begin(); $auth->acl($user->data); $user->setup(); include($phpbb_portal_path . '/block/statistics.'.$phpEx); include($phpbb_portal_path . '/block/top_posters.'.$phpEx); include($phpbb_portal_path . '/block/poll.'.$phpEx); //db $mysql_username = "hkfilmweb2"; $mysql_password = "rnr4pC"; $mysql_db = "DB2222"; $mysql_host = "localhost"; $connect_string = @mysql_connect($mysql_host, $mysql_username, $mysql_password); //variablen $heute = date ("Y-m-d"); $gestern = date("Y-m-d",mktime(0,0,0,date("m") ,date("d")-1,date("Y"))); $morgen = date("Y-m-d",mktime(0,0,0,date("m") ,date("d")+1,date("Y"))); $monat = date ("Y-m"); $jahr = date ("Y"); $montag = date('y', mktime(0, 0, 0, $monat, date(d)-$kalenderwoche +1, $jahr)); $sonntag = date('y', mktime(0, 0, 0, $monat, date(d)-$kalenderwoche +7, $jahr)); if ($montag != $sonntag) { $kalenderwoche = (date("Y")+1).date("W"); } else { $kalenderwoche = date("YW"); } if ($forum == "1") { $suche = utf8_decode($suche); }; //functions function datum($date) { $d = explode("-",$date); return sprintf("%02d.%02d.%04d", $d[2], $d[1], $d[0]); } function datum_termine($date) { $d = explode("-",$date); return sprintf("%02d.%02d.", $d[2], $d[1]); } function laenderkuerzel($str){ $land = array('Indien'); $kuerzel = array('IN'); return str_replace($land, $kuerzel, $str); } function kritiker($str){ $initialen = array('aa'); $name = array('Aroon Amin'); return str_replace($initialen, $name, $str); } function tvausgabe($str){ $uhrzeit_db = array('24','25','26','27','28','29','30','31','32'); $uhrzeit = array('00','01','02','03','04','05','06','07','08'); return str_replace($uhrzeit_db, $uhrzeit, $str); } function tvrechnen($str){ $uhrzeit = array('00','01','02','03','04','05'); $uhrzeit_db = array('24','25','26','27','28','29'); return str_replace($uhrzeit, $uhrzeit_db, $str); } function countdown($day,$month,$year){ $dayX = mktime(0,0,0,$month,$day,$year); // Timestamp of day X $now = time(); // current timestamp $diff = $dayX - $now; // seconds until day X $days= ceil($diff/(60*60*24)); return $days; } ?>
data['is_registered']) { echo '
'.$user->data['username'].'
'; $l_message_new = ($user->data['user_new_privmsg'] == 1) ? '%d' : '%d'; $l_privmsgs_text = sprintf($l_message_new, $user->data['user_new_privmsg']); echo '' . $l_privmsgs_text . ' Private Nachrichten anzeigen | Neue Beiträge anzeigen'; echo '
'; echo '
'; } else { $path = pathinfo($_SERVER['SCRIPT_FILENAME']); echo '
Login | ' . $user->lang['REGISTER'] . ''; echo "


Eingeloggt bleiben
"; } ?>
'; include 'blog/index.php'; break; case "filme": echo ''; include 'filme/index.php'; break; case "vo": echo ''; include 'veroeffentlichungen/index.php'; break; case "tv": echo ''; include 'tv/index.php'; break; case "kino": echo ''; include 'kino/index.php'; break; case "forum": echo ''; break; case "personen": echo ''; include 'personen/index.php'; break; case "trailer": echo ''; include 'trailer/index.php'; break; case "artikel": include 'artikel/index.php'; break; case "festivals": echo ''; include 'artikel/index.php'; break; case "interviews": echo ''; include 'artikel/index.php'; break; case "team": echo ''; include 'team/index.php'; break; case "impressum": include 'impressum.php'; break; case "datenschutz": include 'datenschutz.php'; break; case "shop": echo ''; include 'shop.php'; break; default: echo ''; include 'home.php'; break; } ?>
Nach oben
Das Bild- & Videomaterial unterliegt dem Copyright des jeweiligen Rechteinhabers.
Texte & Webdesign © 2007- indianfilmweb.de. Kontakt | Impressum | Datenschutz