Results 1 to 6 of 6

Thread: Change Date of Links (date added)

  1. #1
    Join Date
    Sep 2004
    Posts
    162

    Default Change Date of Links (date added)

    How do I change the date of date added links? I imported over 5,000 links that now say added on 31-Dec-1969.


    Thanks!

    brickholius

  2. #2
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    you can go into your admin area under alter and run this query.

    update idx_link set date = '31-Dec-2004' where date = '31-Dec-1969'

    First backup your database by using the built in database backup.

  3. #3
    Join Date
    Sep 2004
    Posts
    162

    Default

    I'm afraid it did not change the dates.

  4. #4
    Join Date
    Aug 2001
    Location
    Toronto, Ontario
    Posts
    678

    Default

    update idx_link set date = replace(date, "1969", "2004")

  5. #5
    Join Date
    Sep 2004
    Posts
    162

    Default

    No such luck


    Quote Originally Posted by Hart_House
    update idx_link set date = replace(date, "1969", "2004")

  6. #6
    Join Date
    Sep 2004
    Posts
    162

    Default

    Here is the code givent to me my dody which worked.


    Code:
    update idx_link set date = now(), last_updated = ""

Similar Threads

  1. Remove all added links
    By brickholius in forum v5.x
    Replies: 4
    Last Post: 10-27-2004, 01:05 PM
  2. Linkhunter Mod - No. Added Links toplist
    By Mortekai in forum v3.2
    Replies: 2
    Last Post: 07-21-2004, 12:47 PM
  3. Linkhunter Mod - No. Added Links toplist
    By Mortekai in forum Help Wanted/Job Request
    Replies: 1
    Last Post: 07-20-2004, 10:26 PM
  4. Replies: 3
    Last Post: 04-01-2004, 12:51 PM
  5. Replies: 18
    Last Post: 12-27-2003, 05:35 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
  •