Author Topic: Upload von Datein >1MB nicht möglich  (Read 20314 times)

0 Members and 1 Guest are viewing this topic.

Offline Fireball22

  • Full Member
  • ***
  • Posts: 187
    • View Profile
Re: Upload von Datein >1MB nicht möglich
« Reply #15 on: October 10, 2005, 03:57:21 PM »
Ja, ich mach regelmäßige Backups und habe davon die config.php genommen!
In der war nur das dringestanden!
In der config.new.php stehen die Datenbank konfigurationen als Standart drin!

Deine config.php ist ja glaub nicht original, wenn ich die Adresse in der Datei lese...

Funktionieren tut diese Datei leider auch nicht...  :(

Was kann man noch machen?
Extra einbinden?

Fireball22

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Upload von Datein >1MB nicht möglich
« Reply #16 on: October 10, 2005, 04:21:25 PM »
ich gehe davon aus das du das nicht selber machen kannst sondern dein hoster!

gruss
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline Fireball22

  • Full Member
  • ***
  • Posts: 187
    • View Profile
Re: Upload von Datein >1MB nicht möglich
« Reply #17 on: October 10, 2005, 04:25:06 PM »
Jo, Server Refresh, haja, muss mal schauen, ob das so gut ist, wenn ich das meinem Hoster anbiete  :D

Fireball22

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Upload von Datein >1MB nicht möglich
« Reply #18 on: October 10, 2005, 04:26:27 PM »
welche adresse???
da steht keine!

aber auch wurscht!

nehmen wir die config auseinander:

<?php
/* $Id: config.php,v 1.9.2.15 2005/01/15 23:41:47 Daf Exp $ */
/*
    XMB 1.9
    © 2001 - 2004 Aventure Media & The XMB Development Team
    http://www.aventure-media.co.uk
    http://www.xmbforum.com

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

// Database connection settings
    $dbname         = 'xxx';       // Name of your database
    $dbuser         = 'xxx';       // Username used to access it
    $dbpw           = 'xxx';      // Password used to access it
    $dbhost         = 'localhost';  // Database host, usually 'localhost'
    $database       = 'mysql';      // Database type, currently only mysql is supported.
    $pconnect       = 1;            // Persistent connection, 1 = on, 0 = off, use if 'too many connections'-errors appear

// Table Settings
    $tablepre       = 'xmb_';   // Table-pre

soweit klar! dagibt es sicher keine fragen!?


// Path-settings
    // In full_path, put the full URL you see when you go to your boards, WITHOUT the filename though!!
    // And please, don't forget the / at the end...
    $full_url       = 'http://xxx.ldt';   (www.deine.domain.de) ja wohl klar, oder??

 // Other settings
    // the Maximum attachment-filesize, in bytes!
    // 1MB = 1024*1024 bytes (default is set to 1MB)
    // A good size for 640x480 images is 50 kb, which is 50 * 1024 = 51200.
    // $max_attach_size = 51200;

    $max_attach_size = 51200; hier trag ein was du denkst oder brauchst, rechenbeispiele kennst du ja nun

   // There are situations where you don't want to see the <!-- template start: index -->...<!-- template end: index -->
    // tags around each template. In those cases, change the following to false, or true to turn it back on.
    // Default value: false;
    $comment_output = false;

// Plugin Settings
    $i = 1;
    // Plugins are the links in the navigation part of the Header. Plugins built-in by default include Search, FAQ, Member List, Today's Posts, Stats and Board Rules.
    // To add extra plugins (links of your own), just edit the code between Start Plugin Code and End Plugin Code. If you with to add more than one, simply copy that block, paste it and add the second one.

    // Start Plugin code
    $plugname[$i]    = 'Forum';       // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
    $plugurl[$i]     = '../forum';       // This is the location, link, or URL to the plugin
    $plugadmin[$i]   = false;    // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone
    $plugimg[$i]     = 'images/onepoint9/list.gif';       // ja nun, oder welches auch immer
    $i++;
    // End plugin code.

    // Start Plugin code for plugin #2
    $plugname[$i]    = '';       // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
    $plugurl[$i]     = '';       // This is the location, link, or URL to the plugin
    $plugadmin[$i]   = false;    // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone
    $plugimg[$i]     = '';       // This is the path (full URL) to the image to show in front of the text.
    $i++;
    // End plugin code for plugin #2

    // To make multiple plugins, copy and paste this plugin-code, so you have multiple entries.


// Registration settings
    /***************
     * To allow:
     * registrations from the same IP to happen more than once per 24 hours,
     * turn the following option 'off'. Meaning instead of the default:
     * $ipreg = 'on';
     *
     * change it to:
     * $ipreg = 'off';
     *
     ****************
     * The ipcheck, checks if your IP is a valid IPv4 or IPv6 type, if none of these, it will kill.
     * this might shut a few users out, so you can turn it off by changing the $ipcheck variable to 'off'
     ****************
     * The allow_spec_q variable specifies if Special queries (eg. USE database and SHOW DATABASES) are allowed.
     * By default, they are not, meaning $allow_spec_q = false;
     * To allow them, change $allow_spec_q to true ($allow_spec_q = true;)
     ****************
     * The show_full_info variable lets you decide wether to show the Build and Alpha/Beta/SP markings in the HTML or not.
     * Change the value to true to show them, or false to turn them off.
     * Default = true;
     ****************/

    $ipreg          = 'on';
    $ipcheck        = 'on';
    $allow_spec_q   = SPECQ;
    $show_full_info = SHOWFULLINFO;
    $max_reg_day    = 25;               // raise this figure if you run a very busy board.
?>

das lass so!

wenn´s immer noch nicht geht, wer hostet denn die seite?? oder anders gefragt? wie oft, in welchen abständen refresht den dein hoster?

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Upload von Datein >1MB nicht möglich
« Reply #19 on: October 10, 2005, 04:43:33 PM »
du hast ne mail

hoster und dessen datenblatt!!!

keine ahnung was die im monat kosten, aber wirklich gut sind die nicht!

da leb ich lieber mit einem SAFEMODUS und bekomms in den griff!! kann daten in jedweder höhe laden (aber eben nur ich) und bezahle für:

      HOME MEDIUM 
 
  - 1 x Domain inklusive
    wahlweise DE, CNO, INFO, BIZ
  - 50 MB Webspeicher
  - 15 GB Traffic inklusive *

  - 25 Subdomains
  - 30 POP3 Postfächer
  - 30 E-Mail Konten
  - 30 Autoresponder
  - 3 zusätzliche FTP User
  - 1 MySQL Datenbank
  - vorinstallierte CGI Scipte ¹
  - Multidomainfähig

  weitere Features:
   Viren- und Spamfilter
  Confixx 3.0 Webinterface
  Webmail, WebFTP, SSI, PHP
  eigenes CGI-BIN-Verzeichnis,      eigene Fehlerseiten  u.v.m.
 
   2,95 EUR pro Monat
   keine Einrichtungsgebühr
   keine Mindestlaufzeit
   Zahlungsweise: jährlich
     
   Tarif mit .at, be, biz, ch, CNO,    info, nl etc. Klicke auf  DETAILS


 
>> Details >> Bestellen
 
 
         HOME LARGE 
 
  - 1 x Domain inklusive
    wahlweise DE, CNO, INFO, BIZ
  - 100 MB Webspeicher
  - 25 GB Traffic inklusive *

  - 75 Subdomains
  - 100 POP3 Postfächer
  - 100 E-Mail Konten
  - 100 Autoresponder
  - 5 zusätzliche FTP User
  - 3 MySQL Datenbanken
  - vorinstallierte CGI Scipte ¹
  - Multidomainfähig

  weitere Features:
   Viren- und Spamfilter
  Confixx 3.0 Webinterface
  Webmail, WebFTP, SSI, PHP
  eigenes CGI-BIN-Verzeichnis,      eigene Fehlerseiten  u.v.m.
 
   3,95 EUR pro Monat
   keine Einrichtungsgebühr
   keine Mindestlaufzeit
   Zahlungsweise: jährlich
     
   Tarif mit .at, be, biz, ch, CNO,    info, nl etc. Klicke auf  DETAILS


 
>> Details >> Bestellen
 
         HOME XLARGE 
 
  - 1 x Domain inklusive
    wahlweise DE, CNO, INFO, BIZ
  - 150 MB Webspeicher
  - 50 GB Traffic inklusive *

  - 150 Subdomains
  - 200 POP3 Postfächer
  - 200 E-Mail Konten
  - 200 Autoresponder
  - 10 zusätzliche FTP User
  - 5 MySQL Datenbanken
  - vorinstallierte CGI Scipte ¹
  - Multidomainfähig

  weitere Features:
   Viren- und Spamfilter
  Confixx 3.0 Webinterface
  Webmail, WebFTP, SSI, PHP
  eigenes CGI-BIN-Verzeichnis,      eigene Fehlerseiten  u.v.m.
 
   4,95 EUR pro Monat
   keine Einrichtungsgebühr
   keine Mindestlaufzeit
   Zahlungsweise: jährlich
     
   Tarif mit .at, be, biz, ch, CNO,    info, nl etc. Klicke auf  DETAILS

 
 da weiss ich was ich habe! :wink: :roll:

Offline Fireball22

  • Full Member
  • ***
  • Posts: 187
    • View Profile
Re: Upload von Datein >1MB nicht möglich
« Reply #20 on: October 10, 2005, 04:43:57 PM »
Ich hoste bei nem Freund auf nem eigenen Server.
Was meinst du mit "wie oft refresht er den Server"?
Die URL: www.michis-homepage.net

Also, habs eingebaut, aber nach dem Uploaden kommt ne Meldung, dass die "Aktion" abgebrochen ist, also die Standart-Meldung vom IE.
Könnt ihr ja mal selber probieren!
www.upload.michis-homepage.net

Kann es sein, dass es auch am Tumbnailer liegt, dass der ne so große Dateien verkleinern kann?

Fireball22

Offline Fireball22

  • Full Member
  • ***
  • Posts: 187
    • View Profile
Re: Upload von Datein >1MB nicht möglich
« Reply #21 on: October 10, 2005, 04:45:24 PM »
Was meinst du mit deinem letzten Post?

Fireball22

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Upload von Datein >1MB nicht möglich
« Reply #22 on: October 10, 2005, 04:54:54 PM »
also: refresh >>> der webserver z.b. apache braucht einen refresh der daten und somit der dateien, auf die er zugreift! stellst du den nicht ein, werden daten aus den chche gezogen, nämlich aus deinem! somit: >>> keine aktuallisierung!

was ich damit meine???

ich könnte locker ne feste IP haben, locker einen webserver stellen, locker für andere hosten!

warum mach ich das nicht??

..kein notstrom, keine 4 bachup-server, keine klima, keine 100 leitungen

>>> da geh ich lieber zu einem anbietre, auf den ich mich 25stunden am tag verlassen kann  :) :?

schitt auf 3,95€ für ne multidomain  :mrgreen: 

Offline Fireball22

  • Full Member
  • ***
  • Posts: 187
    • View Profile
Re: Upload von Datein >1MB nicht möglich
« Reply #23 on: October 10, 2005, 04:59:39 PM »
Jojo, aber der Speicherplatz...!
Ich hab jetzt für mich selber 5 GB kostenlos und unbegrenztem Traffic!

Wenn ich dann mal mehr brauche und wir den Server für andere Zwecke benötigen, dann nehm ich mir ein bei europe-hosting

Aber was kann ich jetzt mit meinem Upload-Problem machen?

Kann es daran liegen, wegen dem Tumbnailer?

Fireball22

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Upload von Datein >1MB nicht möglich
« Reply #24 on: October 11, 2005, 07:15:08 AM »
definitiv liegt es nicht am thumbnailer, sondern wenn überhaupt, an den einstellungen des hosters!

Offline Fireball22

  • Full Member
  • ***
  • Posts: 187
    • View Profile
Re: Upload von Datein >1MB nicht möglich
« Reply #25 on: October 11, 2005, 02:01:03 PM »
Achso, ok!

Fireball22