Download.php

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Download.php

    Ich suche nur ein einfaches Download.php Script !Ich will da keine Kategorieren oder so !Nur das dann da steht /pfad/zu/bla/download.php=wasweißich

    Und dann kommt ein Text Der Download startet in 5sek usw. Versteht ihr ?Aber sowas einfaches gibt es nicht !Ich hab schon überall gesucht !

    Hat jemand einen Tipp ?

    HTML Man

  • #2
    Sowas bitte in GESUCHE !
    -> It`s good to be bad! <-

    http://de.php.net
    http://php-faq.de
    http://www.schattenbaum.net
    http://www.dreamcodes.com

    Kommentar


    • #3
      ich habe KA wo das reinkommt !ein Mod soll es bitte verschieben !

      Danke

      HTMLMan

      Kannst DU mir helfen ?

      Kommentar


      • #4
        PHP-Code:
        <?php

        ///////////////////////////////////////////////
        //                                           //
        // Download Protector v 1.1                  //
        // ----------------------------------------- //
        // by Graeme (webmaster@phpscriptcenter.com) //
        //                                           //////////////////////////////
        // PHP Script CENTER offers no warranties on this script.                //
        // The owner/licensee of the script is solely responsible for any        //
        // problems caused by installation of the script or use of the script    //
        //                                                                       //
        // All copyright notices regarding Download Protector, must remain       //
        // intact on the scripts and in the HTML for the scripts.                //
        //                                                                       //
        // (c) Copyright 2001 PHP Script CENTER                                  //
        ///////////////////////////////////////////////////////////////////////////

        $ADMIN[defaulturl] = "http://deinehomepage.de";

        $okaysites = array("http://deinehomepage.de","http://www.deinehomepage.de");    

        $ADMIN[url_1] = "http://www.deinehomepage.de/download.php?file=";
        $ADMIN[url_2] = "http://keineahnung.com";
        $ADMIN[url_3] = "http://downloads.com/new";

        //////////////////////////////////////////////////////

        $reffer $HTTP_REFERER;
        if(
        $reffer) {
        $yes 0;
        while(list(
        $domain$subarray) = each($okaysites)) {
        if (
        ereg("$reffer",$subarray)) {
        $yes 1;
        }
        }
        $theu "url"."_"."$site";
        if (
        $ADMIN[$theu] AND $yes == 1) {
        header("Location: $ADMIN[$theu]/$file");
        } else {
        header("Location: $ADMIN[defaulturl]");
        }
        } else {
        header("Location: $ADMIN[defaulturl]");
        }

        ?>
        klar gibts sowas oder meinste was noch kleineres ?
        -> It`s good to be bad! <-

        http://de.php.net
        http://php-faq.de
        http://www.schattenbaum.net
        http://www.dreamcodes.com

        Kommentar


        • #5
          dann guck dir cho bitter erstmal hier um, bevor du es völlig sinnfremd in HTML reinpostest! *verschieb*

          Kommentar


          • #6
            http://www.ehmig.net/php_projekte/me...tem/index.html

            Kommentar

            Lädt...
            X