Beiträge von zidane

    Hallo

    Ich habe eine Aljazeera Sport Karte bei Tech Digital Legal gekauft und möchte es jetzt Aktivieren
    http://www.techdigital.co.uk/products/Al-Ja…Hotbird%29.html
    um es Aktivieren zu können muss ich auf der folgenden Seite zugreifen können:
    https://sbs.aljazeerasport.net/SelfService
    Aus irgendeinem Grund kann man auf der Seite nur zugriff haben, wenn man eine IP Adresse aus dem Nahen Osten hat.
    Welche Technischen Möglichkeiten gibt es um auf dieser Seite zugreifen zu können ?
    Ich wäre sehr Dankbar für jeden Nützlichen Tipp

    Danke

    Danke für die antwort aber mir ist noch nicht klar wie ich das mit der partition machen soll ich habe nicht verstanden was du meinst mit dem mandrake installer unpartetionieren ist es so wie bei der windows installation
    Danke

    Danke
    aber ich verstehe es noch nicht ich habe jetz windows xp soll ich jetzt die festblatte partetionieren oder von der linux cd einfach booten und installieren
    und wie kann ich das mit dem booten machen

    Hallo

    Ich habe Windows XP Datei format (ntfs) und will dazu jetzt linux Mandrake9 instalieren welche datei format verwendet linux und wie kann ich eine boot auswahl haben wie bei 2 windows versionen

    Danke im voraus

    Zitat von JohnFoo

    Ich hoffe du verwendest diesen Code nicht freiwillig, sondern wirst genötigt dazu. Ist nämlich furchtbar, so eine Lösung zu benutzen.

    Und interessant wäre ja noch, was JavaScript mit Java oder J2EE zu tun hat. Für diese Erklärung würden so einige was geben ..


    warum ist der code schlecht!
    ich habe mir vorgenommen nächstes monat javascript zu lernen .
    ist es notwendig (java) vorkenntnise zu haben ???

    hängt davon ab was die leute für die erklärung geben
    :D:thumb:

    </html>
    <style type="text/css">
    <!--
    a:link, a:visited, a:active, a:hover{text-decoration:none}
    //-->
    </style>
    <script language="JavaScript">
    <!-- .
    if (!document.layers){

    // Choose size and colours here!!!!!!!!!!!!!!!!!!!!!!!!!!
    Width=120;
    Font='Verdana';
    FontSize=15;
    AFontColor='#FFFFFF';
    BFontColor='#FFFFFF';
    CFontColor='#FFFFFF';
    DFontcolor='#FFFFFF';
    FontWeight='normal'; //normal or bold!
    BackGround='#000000'; //Same as your body bgcolor!
    BorderDepth=3;
    BorderLight='#FF0000';
    BorderShad='#FF0000';

    //Nothing needs altering past here!!!!!!!!!!!!!!!!!!!!!!
    function On(id){
    with(id.style){
    color=BFontColor;
    borderTopColor=BorderLight;
    borderLeftColor=BorderLight;
    borderRightColor=BorderShad;
    borderBottomColor=BorderShad;
    }
    }
    function Off(id){
    with(id.style){
    color=AFontColor;
    borderTopColor=BackGround;
    borderLeftColor=BackGround;
    borderRightColor=BackGround;
    borderBottomColor=BackGround;
    }
    }
    function Down(id){
    with(id.style){
    color=CFontColor;
    borderTopColor=BorderShad;
    borderLeftColor=BorderShad;
    borderRightColor=BorderLight;
    borderBottomColor=BorderLight;
    }
    }
    function Down(id){
    with(id.style){
    color=DFontColor;
    borderTopColor=BorderShad;
    borderLeftColor=BorderShad;
    borderRightColor=BorderLight;
    borderBottomColor=BorderLight;
    }
    }
    function Link(Url,Txt){
    document.write("<a href='"+Url+"'>"
    +"<div style='position:relative;"
    +"width:"+Width+"px;height:"+FontSize+"px;"
    +"border-width:"+BorderDepth+"px;"
    +"border-color:"+BackGround+";"
    +"border-style:solid;"
    +"padding:"+FontSize/3+"px;"
    +"background:"+BackGround+";"
    +"font-family:"+Font+";"
    +"font-size:"+FontSize+"px;"
    +"line-height:"+FontSize*1.2+"px;"
    +"font-weight:"+FontWeight+";"
    +"text-align:left;"
    +"color:"+AFontColor+";"
    +"margin-top:2px;"
    +"cursor:hand'"
    +"onMouseOver='javascript:On(this)'"
    +"onMouseOut='javascript:Off(this)'"
    +"onMouseDown='javascript:Down(this)'>"
    +Txt+"</div></a>");
    }
    }
    function Temp(){
    alert("TEST");
    }
    //-->
    </script>
    <!-- End Menu Buttons Part:1 -->


    <!-- Menu Buttons Part:2 Paste in Body where needed -->
    <script language="JavaScript">
    <!--
    if (!document.layers){
    //This table stops oddness in NS6!!!
    if (document.getElementById&&!document.all){
    document.write("<div style='position:relative'>"
    +"<table border='0' cellpadding='0' cellspacing='0'>"
    +"<tr><td valign='top'>");
    }

    /* The visible Buttons here!
    Add as many as you want. Make sure
    you follow the same format as below
    eg: Link('MyOtherPage.html','See my other page');
    */

    Link('http://www.yahoo.com','Yahoo');
    Link('http://www.google.com','Google');
    Link('http://www.altavista.com','Alta Vista');
    Link('http://www.lycos.com','Lycos');
    Link('http://www.hotbot.com','Hotbot');


    if (document.getElementById&&!document.all){
    document.write("</td></tr></table></div>");
    }
    }
    //-->
    </script>


    :thumb:

    hallo
    ich habe den code nicht selber programiert !
    ich will den code erweitern (mehr links) i


    '##############################################
    /*anfang*/
    <body>

    </body>

    </html>
    <style type="text/css">
    <!--
    a:link, a:visited, a:active, a:hover{text-decoration:none}
    //-->
    </style>
    <script language="JavaScript">
    <!-- .
    if (!document.layers){

    // Choose size and colours here!!!!!!!!!!!!!!!!!!!!!!!!!!
    Width=120;
    Font='Verdana';
    FontSize=15;
    AFontColor='#FFFFFF';
    BFontColor='#FFFFFF';
    CFontColor='#FFFFFF';
    FontWeight='normal'; //normal or bold!
    BackGround='#000000'; //Same as your body bgcolor!
    BorderDepth=3;
    BorderLight='#FF0000';
    BorderShad='#FF0000';

    //Nothing needs altering past here!!!!!!!!!!!!!!!!!!!!!!
    function On(id){
    with(id.style){
    color=BFontColor;
    borderTopColor=BorderLight;
    borderLeftColor=BorderLight;
    borderRightColor=BorderShad;
    borderBottomColor=BorderShad;
    }
    }
    function Off(id){
    with(id.style){
    color=AFontColor;
    borderTopColor=BackGround;
    borderLeftColor=BackGround;
    borderRightColor=BackGround;
    borderBottomColor=BackGround;
    }
    }
    function Down(id){
    with(id.style){
    color=CFontColor;
    borderTopColor=BorderShad;
    borderLeftColor=BorderShad;
    borderRightColor=BorderLight;
    borderBottomColor=BorderLight;
    }
    }
    function Link(Url,Txt){
    document.write("<a href='"+Url+"'>"
    +"<div style='position:relative;"
    +"width:"+Width+"px;height:"+FontSize+"px;"
    +"border-width:"+BorderDepth+"px;"
    +"border-color:"+BackGround+";"
    +"border-style:solid;"
    +"padding:"+FontSize/3+"px;"
    +"background:"+BackGround+";"
    +"font-family:"+Font+";"
    +"font-size:"+FontSize+"px;"
    +"line-height:"+FontSize*1.2+"px;"
    +"font-weight:"+FontWeight+";"
    +"text-align:left;"
    +"color:"+AFontColor+";"
    +"margin-top:2px;"
    +"cursor:hand'"
    +"onMouseOver='javascript:On(this)'"
    +"onMouseOut='javascript:Off(this)'"
    +"onMouseDown='javascript:Down(this)'>"
    +Txt+"</div></a>");
    }
    }
    function Temp(){
    alert("TEST");
    }
    //-->
    </script>
    <!-- End Menu Buttons Part:1 -->


    <!-- Menu Buttons Part:2 Paste in Body where needed -->
    <script language="JavaScript">
    <!--
    if (!document.layers){
    //This table stops oddness in NS6!!!
    if (document.getElementById&&!document.all){
    document.write("<div style='position:relative'>"
    +"<table border='0' cellpadding='0' cellspacing='0'>"
    +"<tr><td valign='top'>");
    }

    /* The visible Buttons here!
    Add as many as you want. Make sure
    you follow the same format as below
    eg: Link('MyOtherPage.html','See my other page');
    */

    Link('http://www.yahoo.com','Yahoo');
    Link('http://www.google.com','Google');
    Link('http://www.altavista.com','Alta Vista');
    Link('http://www.lycos.com','Lycos');
    Link('http://www.hotbot.com','Hotbot');


    if (document.getElementById&&!document.all){
    document.write("</td></tr></table></div>");
    }
    }
    //-->
    </script>
    /*ende*/