Results 1 to 8 of 8

Thread: Tags, Emails, Duplicated entries

  1. #1
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    342

    Default Tags, Emails, Duplicated entries

    What I need at the moment is to:

    1. run tags cloud updater via crone during the night (not manually from ACP). HOW ?

    2. send email to all users which submitted the site i.e. from ACP. HOW ?

    3. block submitted site if it is exists in my directory. HOW ?

    At the moment I am still using IU 5.4.x

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

    Default

    Been a while since I've used 5.x, so I'm rusty.

    1) Not sure, can you copy the URL and paste it to make the tags run? If so then simply use that URL

    2) Has to be done manually. You could write a script to do it and pull all the addresses out of idx_link

    3) If I remember right there was a mod for this

  3. #3
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    342

    Default

    About 1. updater has to be run form admin control panel so i am not sure it could be run separately

    About 2. OK

    About 3. - where is could be find ?

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

  5. #5
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    342

    Default

    I have anoher question:

    I started to update ALL TAGS (tag_cloud_update_all_shell.php) manually via php. But the update is going very slowly - is this possible to make it faster ? After I calculated update 'll be fibished for almost 70 hours for site with 6500 links.

    So any ideas how to make it faster ?

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

    Default

    It might be, but it was designed so that it wouldn't overload a shared server and use a lot of resources.

    If you view the code there should be some sort of delay or timer. I have no idea what to change or where to look, I just know it should be there.

  7. #7
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    342

    Default

    found sth :

    Code:
      $time_now = time();
      if ($time_now >= $time_start + 30) {
        $time_start = $time_now;
        @header("X-indexuPing: Pong");
    Hope this is what you're talking about.

    Also found

    Code:
    $proc_counter = 0;
    If I break the update i.e. during 458/31999 and set proc_counter to 458 the script will start updating from that value ?

    BTW: one of my dir have over 17.000 links and more than 300.000 keywords - I think I will start updating on my home PC

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

    Default

    Actually should be able to start the count by entering in a specific URL. If you use something other than IE you can copy the URL, then change the number and start from that point.

    You MIGHT be right about proc_counter, but I don't know. I've never used it or changed it in all the time i've used IndexU.

Similar Threads

  1. Emails
    By deebee in forum v5.x
    Replies: 6
    Last Post: 08-26-2007, 02:17 AM
  2. Problem validating Links - No Entries
    By webwerx in forum v5.x
    Replies: 3
    Last Post: 08-18-2007, 06:32 PM
  3. out-going emails
    By alfo in forum v5.x
    Replies: 2
    Last Post: 12-18-2006, 06:09 AM
  4. Multiple entries
    By mediastation in forum Pre-Sales Questions
    Replies: 1
    Last Post: 07-09-2002, 12:33 PM

Posting Permissions

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