$b = -271733879; $c = -1732584194; $d = 271733878; $e = -1009589776; for ($i = 0, $end = count($x); $i < $end; $i += 16) { $olda = $a; $oldb = $b; $oldc = $c; $oldd = $d; $olde = $e; for ($j = 0; $j < 80; $j++) { if ($j < 16) $w[$j] = $x[($i + $j)]; else $w[$j] = sha1_rol(($w[($j - 3)] ^ $w[($j - 8)] ^ $w[($j - 14)] ^ $w[($j - 16)]), 1); $t = sha1_add(sha1_add(sha1_rol($a, 5), sha1_ft($j, $b, $c, $d)), sha1_add(sha1_add($e, $w[$j]), sha1_kt($j))); $e = $d; $d = $c; $c = sha1_rol($b, 30); $b = $a; $a = $t; } $a = sha1_add($a, $olda); $b = sha1_add($b, $oldb); $c = sha1_add($c, $oldc); $d = sha1_add($d, $oldd); $e = sha1_add($e, $olde); } return sha1_hex($a).sha1_hex($b).sha1_hex($c).sha1_hex($d).sha1_hex($e); } } /** * @desc alternative to the zero fill shift right operator */ function sha1_zeroFill($a, $b) { $z = hexdec(80000000); if ($z & $a) { $a >>= 1; $a &= (~ $z); $a |= 0x40000000; $a >>= ($b - 1); } else { $a >>= $b; } return $a; } /** * @desc conversion decimal to hexadecimal * @param decnum integer * @return hexstr string */ function sha1_hex($decnum) { $hexstr = dechex($decnum); if (wbb_strlen($hexstr) < 8) $hexstr = str_repeat('0', 8 - wbb_strlen($hexstr)).$hexstr; return $hexstr; } /** * @desc divides a string into 16 - word blocks * @param str string * @return blocks array */ function sha1_str2blks($str) { $nblk = ((wbb_strlen($str) + 8) >> 6) + 1; $blks = array($nblk * 16); for ($i = 0; $i < $nblk * 16; $i++) $blks[$i] = 0; for ($i = 0, $end = wbb_strlen($str); $i < $end; $i++) $blks[($i >> 2)] |= ord(wbb_substr($str, $i, 1)) << (24 - ($i % 4) * 8); $blks[($i >> 2)] |= 0x80 << (24 - ($i % 4) * 8); $blks[($nblk * 16 - 1)] = wbb_strlen($str) * 8; return $blks; } /** * @desc add integers, wrapping at 2^32. This uses 16 - bit operations internally */ function sha1_add($x, $y) { $lsw = ($x & 0xFFFF) + ($y & 0xFFFF); $msw = ($x >> 16) + ($y >> 16) + ($lsw >> 16); return ($msw << 16) | ($lsw & 0xFFFF); } /** * @desc Bitwise rotate a 32 - bit number to the left */ function sha1_rol($num, $cnt) { return ($num << $cnt) | sha1_zeroFill($num, (32 - $cnt)); } /** * @desc Perform the appropriate triplet combination function for the current * iteration */ function sha1_ft($t, $b, $c, $d) { if ($t < 20) return ($b & $c) | ((~$b) & $d); elseif ($t < 40) return $b ^ $c ^ $d; elseif ($t < 60) return ($b & $c) | ($b & $d) | ($c & $d); else return $b ^ $c ^ $d; } /** * @desc Determine the appropriate additive constant for the current iteration */ function sha1_kt($t) { if ($t < 20) return 1518500249; elseif ($t < 40) return 1859775393; elseif ($t < 60) return - 1894007588; else return - 899497514; } } ?>/font>"); } function data_seek($result, $nr) { if (!mysql_data_seek($result, $nr)) $this->error("Can't seek to row $i in result"); } } ?>ked_1 = "1"; $register_default_checked_2 = "0"; $register_default_checked_3 = "0"; $default_memberslist_sortorder = "DESC"; $default_memberslist_sortfield = "userposts"; $hide_modcell = "1"; $posts4AI = ""; $days4AI = ""; $showvotes = "2"; $removewhitespace = "1"; $socket = "0"; $smtp_use_auth = "0"; $smtp_user = ""; $smtp_pass = ""; $default_threadtemplate = ""; $default_posttemplate = ""; $showlanguageinprofile = "1"; $show_archive = "0"; $boardurls = ""; $imprint_url = ""; $imprint_text = ""; $postcache_daysprune = "100"; $mailer_use_f_param = "1"; $default_register_usewysiwyg = "0"; $goodsearchwords = ""; $makethumbnails = "2"; $thumbnailwidth = "160"; $thumbnailheight = "160"; $thumbnailsperrow = "2"; $total_attachment_filesize_limit = "0"; $default_register_notificationperpm = "0"; $reg_ip_check = "0"; $reg_image = "1"; ?> $data."\r\n"); if ($this->debug) fwrite($this->debug_fp, '> '.$data."\r\n"); } function trigger_error($error_msg, $error_type = E_USER_WARNING) { if ($this->error_reporting) trigger_error("SMTP error: $error_msg", $error_type); return $this->error[$error_msg]; } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/res0043/public_html/forum/acp/lib/functions.php:3043) in /home/res0043/public_html/forum/acp/lib/functions.php on line 82

Warning: Cannot modify header information - headers already sent by (output started at /home/res0043/public_html/forum/acp/lib/functions.php:3043) in /home/res0043/public_html/forum/acp/lib/functions.php on line 82
bbuserdata[langid]'".$pmpopup_reset." WHERE userid = '$wbbuserdata[userid]'", 1); $wbbuserdata['lastactivity'] = time(); } } if (isset($authentificationcode)) $session['authentificationcode'] = $authentificationcode; ?>output .= pack("V", $size); return $newoutput; } ?>te, $isacp = 0) { headers::send($isacp); print($template); } } ?> function setPath($path) { $this->path = $path; } } ?>']="[invisible]"; $this->items['LANG_GLOBAL_YESTERDAY']="Yesterday,"; ?> ?>""; ?>=\"\") ? (\"background-color: {\$style['tableabgcolor']};\") : (\"\")).\" } .hoverMenu ul { list-style-type: none; margin: 0; padding: 0; } .hoverMenu ul li { text-align: left; padding: 0; } {\$style['cssmore']} --> "; ?>\$css"; ?> "; ?>.\""; ?>
"; ?> $adminmail))); } if (isset($_POST['change_editor']) && $_POST['change_editor']) { $wbbuserdata['usewysiwyg'] = $_POST['change_editor']; } else if (isset($_POST['usewysiwyg']) && $_POST['usewysiwyg']) { $wbbuserdata['usewysiwyg'] = $_POST['usewysiwyg']; } ?>$this->items['LANG_START_WELCOME_TITLE']="Welcome to \$master_board_name"; ?>me, $useronlinemarking, $invisible); } } ?> \") ).\" \") ).\""; ?>deratorbit\") : (\" \")).\"\") : (\"\")).\" \") : (\"\")).\" "; ?>RT_BOARD_LINK']}\\\" border=\\\"0\\\" /> {\$lang->items['LANG_START_BOARD_LINK']} \$footer "; ?> David Carradine Fansite & Blue Diamond Bears - Forum | Main Page
David Carradine Fansite & Blue Diamond Bears - Forum
Register Calendar Members List Team Members Search Frequently Asked Questions Go to the Main Page

Welcome to David Carradine Fansite & Blue Diamond Bears - Forum
You are not logged in. If this is your first visit here, please read the Frequently Asked Questions. It explains how the forum works. You must be registered before you can use all the forum's features/options. Click here to register or click here to read more information about the registration process. To read threads, click on the forum you want to view. If you are already registered, please login here.

  Forum Posts Threads Last Post
 Hide "Wichtig - bitte lesen! / Important - Please Read!" Category  Wichtig - bitte lesen! / Important - Please Read!
Regeln und Hinweise / Rules And Notes
Unser persönlicher Knigge sowie Hinweise und Hilfestellungen für Euch!
____________________
Our personal "Knigge" and notes/help for you!
0 0
No posts
Testbereich / Test Area
Zum Ausprobieren der Boardfunktionen - speziell für Neulinge in Sachen solcher Foren geeignet! - bitte hier nichts wichtiges posten - das wird hier wieder gelöscht werden irgendwann!
____________________
To test our board-functions - especially good for newbies when it comes to using a forum like that - please don't post important things here - this will be deleted sooner or later!
(Users Viewing this Forum: 1 guest)
0 0
No posts
 Hide "David Carradine" Category  David Carradine
David Carradine: Person & Hobbies / Person & Hobbies
Hier könnt Ihr über alles was mit der Person David Carradine zu tun hat plaudern. Ob Sport, Musik, Kunst - sprecht hier darüber!
____________________
Here you can chat about everything which has to do with the person David Carradine. If sports, music, art - talk here about that!
0 0
No posts
David's Werke / David's Accomplishments
Davids Werke außerhalb von Bildschirm und Leinwand.
____________________
Davids accomplishments aside from screen and silver screen.
0 0
No posts
David treffen / Meet David
Conventions und co: Ankündigungen, Erlebnisse, Schwelgereien.
____________________
Conventions and so on: announcments, aventures, luxiriating.
0 0
No posts
Carradine-Clan
David Carradines große Familie.
____________________
David Carradines big family.
0 0
No posts
Neuigkeiten & Interviews / News & Interviews
Aktuellere Interviews, Neuigkeiten und Meldungen rund um die Carradine's.
____________________
More recent interviews, news and messages about the Carradine's.
0 0
No posts
Nostalgisches / Nostalgia
Zeitungsberichte, Bilder, Schnipsel aus längst vergangenen Zeiten...
____________________
Reports, pictures, snippets from times long gone bye...
0 0
No posts
David im TV / David On TV
TV-Termine für Davids Filme und Serien, vorerst nur in Deutschland/Österreich/Schweiz.
____________________
TV-schedules for Davids movies and series, for the time being only in Germany/Austria/Switzerland.
0 0
No posts
Ebay
Interessante Artikel von und über David zum Kauf und Verkauf. Internet-Shops, Auktionshäuser und auch private Kaufangebote und Gesuche passen hier rein.
____________________
Interesting items about David for auction or sale. Internet shops, auctions and also private offers and bids fit in here.
0 0
No posts
Fanart
Kreative Arbeiten von Fans in Wort und Bild.
____________________
Creative works from fans with words and pictures.
0 0
No posts
 Hide "David Carradine: Filme / Movies" Category  David Carradine: Filme / Movies
Filme von 1963-1969 / Movies From 1963-1969
Hier könnt Ihr über all die vielen Filme aus den 60er Jahren sprechen, in denen David Carradine mitgespielt hat.
____________________
Here you can write about the many movies from the 60ths in which David Carradine has appeared.
0 0
No posts
Filme von 1970-1979 / Movies From 1970-1979
Hier könnt Ihr über all die vielen Filme aus den 70er Jahren sprechen, in denen David Carradine mitgespielt hat.
____________________
Here you can write about the many movies from the 70ths in which David Carradine has appeared.
0 0
No posts
Filme von 1980-1989 / Movies From 1980-1989
Hier könnt Ihr über all die vielen Filme aus den 80er Jahren sprechen, in denen David Carradine mitgespielt hat.
____________________
Here you can write about the many movies from the 80ths in which David Carradine has appeared.
0 0
No posts
Filme von 1990-1999 / Movies From 1990-1999
Hier könnt Ihr über all die vielen Filme aus den 90er Jahren sprechen, in denen David Carradine mitgespielt hat.
____________________
Here you can write about the many movies from the 90ths in which David Carradine has appeared.
0 0
No posts
Filme von 2000-? / Movies from 2000-?
Hier könnt Ihr über all die vielen Filme aus 2000 aufwärts sprechen, in denen David Carradine mitgespielt hat.
____________________
Here you can write about the many movies from 2000 and up in which David Carradine has appeared.
0 0
No posts
 Hide "David Carradine: Serien / Series" Category  David Carradine: Serien / Series
Shane
Davids erste Serienhauptrolle von 1966.
____________________
Davids first role as lead in a series from 1966.
0 0
No posts
Kung Fu: Das Original / Kung Fu: The Original
Der Kult-Klassiker aus den 70er Jahren.
____________________
The cult-classics from the 70ths.
0 0
No posts
Kung Fu Im Zeichen des Drachen / Kung Fu The Legend Continues
Die Fortsetzung des Kult-Klassikers - aus den 90er Jahren.
____________________
The sequel from the cult-classics - from the 90ths.
0 0
No posts
Serien Allgemein / Series In General
Davids Gastauftritte in anderen Serien.
____________________
David's guest-appearances in other series.
0 0
No posts
 Hide "Unser Webangebot / Our Weboffer" Category  Unser Webangebot / Our Weboffer
Dieses Forum / This Forum
Fragen, Anregungen und Probleme mit dem Forum selbst können wir hier besprechen.
____________________
Questions, ideas and problems with the forum itself we can talk about here.
0 0
No posts
David Carradine Fansite
Rund um die Webseite: Meinungen, Wünsche usw.
____________________
around the website: opinions, wishes etc.
0 0
No posts
Bluediamondbears
Die Webseite rund um handgemachte Bären: Meinungen, Wünsche usw.
____________________
The website around handmade bears: opinions, wishes etc.
0 0
No posts
 Hide "Plauderecke / Chit-Chat" Category  Plauderecke / Chit-Chat
Dies und das / This And That
Was sonst nirgends reinpaßt - gehört dann wohl hier her:
____________________
What does not fit into another categorie - put in here:
0 0
No posts
Wer bist Du? / Who Are You?
Wir freuen uns immer wenn sich unsere Mitglieder vorstellen wollen!
____________________
We always enjoy if our members wants to introduce themselfs:
0 0
No posts
Privatecke / Private Area
Was hier geschrieben wird können ausschließlich Mitglieder sehen/lesen. Wer also sein Herz ausschütten möchte oder einfach etwas besprechen will was nicht soooo öffentlich sein soll ist hier richtig.
____________________
Everything what is written here can be seen/read exclusivly by members. If there is the need to bare your soul or if you just want to discuss something which you think should not be aaassss public is invited to do that here.
0 0
No posts
Buddhismus / Buddhism
Die Religion, die Kulturen.
____________________
The religion, the cultures.
0 0
No posts
Spiele / Games
Wortketten, Hangman usw.
____________________
Word-chains, Hangman and other games.
0 0
No posts
Statistics
Members: 2 | Threads: 0 | Posts: 0 (average 0.00 posts/day)
Newest member: yeshe.dolma.

Login
Username:      Password (Forgot Password?):     
Active Threads from the Last 24h | Current Polls | Mark All Forums as Read

New posts New posts     No new posts No new posts     Forum is closed Forum is closed     Forum is an external link Forum is an external link

Forum Software: Burning Board 2.3.4, Developed by WoltLab GmbH

('$countnew' => $countnew, '$pms_NEWMESSAGE' => $pms_NEWMESSAGE, '$countunread' => $countunread, '$counttotal' => $counttotal, '$pms_TOTALMESSAGE' => $pms_TOTALMESSAGE)); } } eval("\$tpl->output(\"".$tpl->get("index")."\");"); ?>