Results 1 to 2 of 2

Thread: split large exports

  1. #1
    Join Date
    Jul 2002
    Location
    Riyadh, Saudi Arabia
    Posts
    236

    Default split large exports

    Hi
    I am having a hard time importing links I exported erlier, the file size is more than 6MB
    Can I in any way split it in 3-5 files and import each at a time?

    thanx in advance

    Hani

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    You sure can split them. Or you can try addingthe following to .htaccess

    <IfModule mod_php4.c> <- if you use PHP5 then change that to say 5 instead of 4
    php_value session.use_trans_sid 0
    php_value register_globals 1
    php_value upload_max_filesize 10M
    php_value post_max_size 10M
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value memory_limit 32M
    </IfModule>

Similar Threads

  1. Thread Split - Strip Clubs Database
    By gspinney in forum Customers Lounge
    Replies: 14
    Last Post: 09-25-2007, 06:57 PM
  2. Split category
    By spin in forum v5.x
    Replies: 2
    Last Post: 09-15-2007, 01:46 PM
  3. Adding large amounts of sites.....
    By FSGDAG in forum Customers Lounge
    Replies: 2
    Last Post: 05-23-2007, 04:04 AM
  4. Feild exports from idx_link
    By persut in forum v5.x
    Replies: 2
    Last Post: 01-20-2004, 07:59 PM
  5. Indexu can't manage large records?
    By advanced in forum v5.x
    Replies: 5
    Last Post: 09-28-2002, 07:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •