if (!defined('IN_PHPBB'))
{
exit;
}
$mls_userID = "7143"; // HIER IHRE USER-ID EINTRAGEN
$mls_debug = "0"; // Setzen Sie die Variable auf 1 um die Ausgabe zu testen
$mls_html_delim_pre = ""; // Trennzeichen vor dem Link (z.B.: oder � oder ein anderes Zeichen)
$mls_html_delim_post = ""; // Trennzeichen nach dem Link (z.B.: oder ein anderes Zeichen)
$mls_site_encoding = "UTF-8"; // Website encoding. Z.B.: KOI8-U, UTF-8, iso-8859-1
$mls_page = $_SERVER["REQUEST_URI"];
$mls_remote = $_SERVER["REMOTE_ADDR"];
$mls_url = "http://data.mylinkstate.com/?userID=".$mls_userID."&dom=".$_SERVER["HTTP_HOST"]."&page=".urlencode($mls_page)."&qstr=".urlencode($_SERVER["QUERY_STRING"])."&ip=".$mls_remote."&debug=".$mls_debug."&mls_html_delim_pre=".urlencode($mls_html_delim_pre)."&mls_html_delim_post=".urlencode($mls_html_delim_post)."&mls_site_encoding=".urlencode($mls_site_encoding);
$mls_html = "";
if ( function_exists('curl_init') ) { // check for CURL, if not use fopen
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, $mls_url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_TIMEOUT, 2);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 1);
curl_setopt ($ch, CURLOPT_LOW_SPEED_LIMIT, 100);
curl_setopt ($ch, CURLOPT_LOW_SPEED_TIME, 1);
$mls_html = curl_exec($ch);
curl_close($ch);
}
else{
if(@fsockopen("data.mylinkstate.com",80,$errno,$errstr,2)){
$mls_html=@implode("",file($mls_url));
}
}
$mls_html_out = "";
// Output the links
if (strlen($mls_html) && $mls_html != 1){
$mls_html_out = $mls_html;
}
?>[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 505: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Notice: in file /viewtopic.php on line 1753: sizeof(): Parameter must be an array or an object that implements Countable [phpBB Debug] PHP Notice: in file /viewtopic.php on line 1753: sizeof(): Parameter must be an array or an object that implements Countable [phpBB Debug] PHP Notice: in file /viewtopic.php on line 1753: sizeof(): Parameter must be an array or an object that implements Countable [phpBB Debug] PHP Notice: in file /viewtopic.php on line 1753: sizeof(): Parameter must be an array or an object that implements Countable [phpBB Debug] PHP Notice: in file /viewtopic.php on line 1753: sizeof(): Parameter must be an array or an object that implements Countable [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4444: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4446: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4447: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508) [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4448: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3508)
www.AGAPORNIDENFORUM.net • Alles über Agaporniden - Benötige eure Hilfe :)
wir wollen Cuba und Tequila nun eine neue Voliere/Käfig bauen/kaufen. Leider haben wir mit der Voliere den Fehler gemacht, dass sie sehr hoch statt breit ist (falls sie nochmal fallen sollten unteranderem). Deswegen muss eine neue her. Habt ihr Tipps für uns, wo man gut die Elemente kaufen kann, oder wo es evt. gute Käfige gibt? Leider müssen wir Cuba vorerst noch abends die Tabletten fürs Herz geben, deswegen darf/kann das Maß nur wie folgt aussehen (maximal): L 100cm x H 100cm X T 60cm (Würde sonst auch nicht an die neue Stelle passen). Wir müssen sie ja leider immer wieder "fangen", wobei das mittlerweile ziemlich einfach klappt Meine Hoffnung ist ja, dass das iwann nicht mehr nötig ist und die beiden eine größere bekommen können
bei den Käfigen würde ich schauen, dass deren Beschichting ungiftig ist. Meines Wissens bürgt nur Montana für eine ungiftige Beschichtung.
Einen Überblick über die Modelle gibt es zum Beispiel .
Von der Höhe und Breite wäre eigentlich die Madeira Double toll, passt nur nicht in euren Platz. Ich nutze als Krankenkäfige die Atlanta III. Das Modell ist kleiner als eure Maße, aber ich habe eben auch nichts Besseres gefunden.
Andere haben einfach eine hohe Voliere, wie die Villa Casa 120 / Villa Casa III in der Mitte geteilt, indem sie eine Platte eingezogen haben. Das würde auch mit kleinern Modellen der Villa Casa gehen, die nach dem Umbau (Platte einziehen) die gewünschten Maße haben könnte.
Liebe Grüße Elsbeth
Zuletzt geändert von Elsbeth am 26.04.2015 18:16 pm, insgesamt 1-mal geändert.
Der Alltagstrott ist nicht ungefährlich. Er mag uns darüber hinwegtäuschen, dass jeder Tag, jede Stunde, jede Minute und jede Sekunde einzig sind.
Montana nutzt fast immer um die 85 cm oder 120 cm Breite. Aaaaaber, ich habe gerade ein bisschen geguckt und eine gefunden, die zu euren Vorgaben (1m Breite) sehr gut passt: die Madeira III von Montana http://www.parrotshop.de/vogel/kaefige- ... tana-cages
Wenn nur ein paar Centimeter mehr als 1 Meter da sind... ... würde ich auf die Modelle mit 120 cm gehen.
ich würde die Tür vor allem teilen. Ich habe in die Zimmervoli eine Tür von 50*50cm gemacht die ist tief und da gehe ich nur rein wenn ich saubermache , futter wechsle etc, die Obere hälfte 70*50 mache ich nur auf wenn sie fliegen dürfen. eine niedriger tür wird nicht so angegangen, kann aber für den Kescher verwendet werden. ich habe keine Wendeplatte eingebaut. als draht habe ich verzinktes Drahtgewebe allerdings ohne nasen gekauft. ich weiss edelstahl ist besser war aber nicht drin. Gruß rne