auf joelh´s verantwortung

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

  • #16
    hmm,

    Kaffi wir warten noch auf deine belanglosen Scripts.

    Kommentar


    • #17
      dann bekommt ihr jetzt von mir auch mal eins

      PHP-Code:
      <?php
      include ("inc/library.php");

      //set task to "0" for project main folder upload
      if ($task == "") {
          
      $task "0";
      }

      if (
      $action == "add") {
      if (
      $maxCustom != "") {
      $maxFileSize $maxCustom;
      }
          if (
      $upload_size!=0) {
              
      $taille_ko=$upload_size/1024;
          } else {
              
      $taille_ko=0;
          }
          if (
      $upload=="none") {
              
      $error.="No file selected<br>";
          }
          if (
      $upload_size>$maxFileSize) {
              if(
      $maxFileSize!=0) {
                  
      $taille_max_ko=$maxFileSize/1024;
              }
              
      $error.="Exceed max file size ($taille_max_ko ko max)<br>";
          }

          
      $extensionstrtolowersubstrstrrchr($upload_name".") ,1) );

      if (
      $allowPhp == "false") {
          
      $send "";
          if (
      $upload!="none" && ($extension=="php" || $extension=="php3")) {
              
      $error.="Php file not allowed<br>";
              
      $send "false";
          }
      }
          if (
      $upload!="none" && $upload_size<$maxFileSize && $upload_size!=&& $send != "false") {
          
      $copy "true";
          }
          if (
      $copy == "true") {
              
      $tmpquery "INSERT INTO ".$tableCollab["files"]."(owner,project,task,comments,upload,published,status) VALUES('$idSession','$project','$task','$c','$dateheure','1','2')";
              
      connectSql("$tmpquery");
              
      $tmpquery $tableCollab["files"];
              
      last_id($tmpquery);
              
      $num $lastId[0];
              unset(
      $lastId);
          }
          if (
      $task != "0") {
              if (
      $copy == "true") {
                  @
      move_uploaded_file($upload$HTTP_DOCS."files/".$project."/".$task."/".$num."--".$upload_name);
                  
      $size file_info_size("files/".$project."/".$task."/".$num."--".$upload_name);
                  
      //$dateFile = file_info_date("files/".$project."/".$task."/".$num."--".$upload_name);
                  
      $chaine strrev("files/".$project."/".$task."/".$num."--".$upload_name);
                  
      $tab explode(".",$chaine);
                  
      $extension strtolower(strrev($tab[0]));
              }
          } else {
              if (
      $copy == "true") {
                  @
      move_uploaded_file($upload"files/".$project."/".$num."--".$upload_name);
                  
      $size file_info_size("files/".$project."/".$num."--".$upload_name);
                  
      //$dateFile = file_info_date("files/".$project."/".$num."--".$upload_name);
                  
      $chaine strrev("files/".$project."/".$num."--".$upload_name);
                  
      $tab explode(".",$chaine);
                  
      $extension strtolower(strrev($tab[0]));
              }
          }
          if (
      $copy == "true") {
              
      $name $num."--".$upload_name;
              
      $tmpquery "UPDATE ".$tableCollab["files"]." SET name='$name',date='$dateheure',size='$size',extension='$extension' WHERE id = '$num'";
              
      connectSql("$tmpquery");
              
      header("Location:filedetail.php?id=$num&msg=addFile&".session_name()."=".session_id());
              exit;
          }
      }

      $tmpquery "WHERE pro.id = '$project'";
      openProjects($tmpquery);

      if (
      $task != "0") {
          
      $tmpquery "WHERE tas.id = '$task'";
          
      openTasks($tmpquery);
      }

      include(
      "themes/".THEME."/header.php");

      echo 
      "<p class=\"breadcrumbs\"><a href=\"showallprojects.php?$transmitSid\">".$strings["projects"]."</a> / <a href=\"projectdetail.php?$transmitSid&id=$project\">$pro_name[0]</a> / ";

      if (
      $task != "0") {
          echo 
      "<a href=\"showalltasks.php?$transmitSid&project=$project\">".$strings["tasks"]."</a> / <a href=\"taskdetail.php?$transmitSid&id=$task\">$tas_name[0]</a> / ";
      }

      echo 
      $strings["add_file"]."</p>";

      if (
      $msg != "") {
          include(
      "themes/".THEME."/msg.php");
      }

      $block1 = new block();

      $block1->form "filedetails";

      echo 
      "<a name=\"filedetailsAnchor\"></a>";
      echo 
      "<form accept-charset=\"UNKNOWN\" method=\"POST\" action=\"$PHP_SELF?action=add&project=$project&task=$task&".session_name()."=".session_id()."#filedetailsAnchor\" name=\"filedetailsForm\" enctype=\"multipart/form-data\"><input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"100000000\"><input type=\"hidden\" name=\"maxCustom\" value=\"$pro_upload_max[0]\">";

      if (
      $error != "") {            
          
      $block1->headingError($strings["errors"]);
          
      $block1->contentError($error);
      }

      $block1->heading($strings["add_file"]);

      $block1->openContent();
      $block1->contentTitle($strings["details"]);

      echo 
      "<tr class=\"odd\"><td valign=\"top\" class=\"leftvalue\">* ".$strings["upload"]." :</td><td><input size=\"44\" style=\"width: 400px\" name=\"upload\" type=\"FILE\"></td></tr>
      <tr class=\"odd\"><td valign=\"top\" class=\"leftvalue\">"
      .$strings["comments"]." :</td><td><textarea rows=\"3\" wrap=\"VIRTUAL\" style=\"width: 400px; height: 50px;\" name=\"c\" cols=\"43\">$c</textarea></td></tr>
      <tr class=\"odd\"><td valign=\"top\" class=\"leftvalue\">&nbsp;</td><td><input type=\"SUBMIT\" value=\""
      .$strings["save"]."\"></td></tr>";

      $block1->closeContent();
      $block1->closeForm();

      include(
      "themes/".THEME."/footer.php");
      ?>

      Kommentar


      • #18
        hmm,

        ein wenig mehr einrücken wäre nicht undienlich !

        Kommentar


        • #19
          Re: hmm,

          Original geschrieben von JoelH
          ein wenig mehr einrücken wäre nicht undienlich !
          warum? ich mach das auch nict. da muss man immer so entsetzlich viel links/rechts scrollen. und ich finde das nervt beim coden ungemein!
          h.a.n.d.
          Schmalle

          http://impressed.by
          http://blog.schmalenberger.it



          Wichtige Anmerkung: Ich habe keine Probleme mit Alkohol ...
          ... nur ohne :-)

          Kommentar


          • #20
            Wieso ??
            ich find das ok...

            und so tief gehen die Verschachtelungen in der Datei nicht, daß ich da so tief einrücken müßte...

            Kommentar


            • #21
              hmm,

              wenn du mal 10-15 Klammerebenen über 20 Bildschirmseiten hast wirst du verstehen was ich meine !

              und nur weil du es nicht machst heisst das nicht das es nicht gut ist, eher im gegenteil *gg*

              Kommentar


              • #22
                ja ok, bei 10 Schleifen/ If-Anweisungen sollte man darauf auch achten, dann fang ich sogar an und kommentiere die Klammern (öffnen und schließen)!!!!

                Bin ich gut oder was ??

                Kommentar


                • #23
                  Re: hmm,

                  Original geschrieben von JoelH
                  wenn du mal 10-15 Klammerebenen über 20 Bildschirmseiten hast wirst du verstehen was ich meine !

                  und nur weil du es nicht machst heisst das nicht das es nicht gut ist, eher im gegenteil *gg*
                  hmm, da kann man auch mit comments arbeiten.

                  schlecht proggen ist eh nur möglich,. wenn es nicht funzt
                  h.a.n.d.
                  Schmalle

                  http://impressed.by
                  http://blog.schmalenberger.it



                  Wichtige Anmerkung: Ich habe keine Probleme mit Alkohol ...
                  ... nur ohne :-)

                  Kommentar


                  • #24
                    Original geschrieben von MoRtAlan
                    Bin ich gut oder was ??
                    wollen mal nicht übertreiben
                    h.a.n.d.
                    Schmalle

                    http://impressed.by
                    http://blog.schmalenberger.it



                    Wichtige Anmerkung: Ich habe keine Probleme mit Alkohol ...
                    ... nur ohne :-)

                    Kommentar


                    • #25
                      der will sich nur nen Stern erschleichen

                      Kommentar


                      • #26
                        Original geschrieben von schmalle
                        wollen mal nicht übertreiben
                        Was heißt übertreiben, das sind Tatsachen

                        @aroree: wer will sich nen Stern erschleichen ??

                        Kommentar


                        • #27
                          hmm,

                          Fatal ist doch schon Meister, das ist mehr wie wir, wir sind nur Laberbacken irgendiwe.

                          Kommentar


                          • #28
                            Re: hmm,

                            Original geschrieben von JoelH
                            Fatal ist doch schon Meister, das ist mehr wie wir, wir sind nur Laberbacken irgendiwe.
                            stimmt, was sinnvolles ham wa länger nicht zustande gebracht. auch wenn ich so 2, 3 postings per woche ausserhalb des OT hab
                            h.a.n.d.
                            Schmalle

                            http://impressed.by
                            http://blog.schmalenberger.it



                            Wichtige Anmerkung: Ich habe keine Probleme mit Alkohol ...
                            ... nur ohne :-)

                            Kommentar


                            • #29
                              Wie mehr als "Meister" bin ich euch nicht wert ??

                              Das sollte mir zu denken geben

                              Kommentar


                              • #30
                                fatal ich meinte dich...

                                Kommentar

                                Lädt...
                                X