Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Help!! Eek!

    Hi all,
    Have a tough problem:

    I am changing content on my website and I have to click a link to submit the
    changes, is there anyway I can auto submit these say around 11pm at night, so I
    do not have to click the link myself.

    thanx in advance


    The_FedEx_Guy Guest

  2. #2

    Default Re: Help!! Eek!

    > Have a tough problem:
    >
    > I am changing content on my website and I have to click a link to submit
    the
    > changes, is there anyway I can auto submit these say around 11pm at night,
    so I
    > do not have to click the link myself.
    >
    > thanx in advance
    Uhh...what 'link'? Is this something your content management system has set
    up? If so, then you'll want to have your CMS administrators do this for you.

    -Darrel


    darrel Guest

  3. #3

    Default Re: Help!! Eek!

    Hi,
    I have a link to publish the changed data on the website. But I need it to
    automate it so I do not get called at after work hours to publish the changes.

    I'm not using any content management system. I'm sorry I cannot give more
    information, is there a way of using a timer based on the server's clock?

    The_FedEx_Guy Guest

  4. #4

    Default Re: Help!! Eek!

    > I have a link to publish the changed data on the website.

    WHAT link? A link is just that...a link...it doesn't *do* anything.

    Now, the page that you link to, upon page load MIGHT be triggering
    something, but I don't know...you need to give us more information here.
    What is the service that is getting updated? It is a database? FTP transfer?
    What?

    -Darrel


    darrel Guest

  5. #5

    Default Re: Help!! Eek!

    Hi, Sorry

    Ok I have a database (in a MySQL dbase) with prices and product info, and
    these get changed or added daily.

    This updated info does not show on the site striaght away, as its in a reserve
    area of the database (i think)

    I have a link in my control panel that publishes the changed data to be live
    on the site.

    So when I update something, nothing happens till I click the link. I would
    like to have the data published automatically



    The_FedEx_Guy Guest

  6. #6

    Default Re: Help!! Eek!

    > I have a link in my control panel that publishes the changed data to be
    live
    > on the site.
    >
    > So when I update something, nothing happens till I click the link. I
    would
    > like to have the data published automatically
    When you click that link, something happens. What? I don't know...you're
    going to have to talk to whoever developed the control panel for you. You
    don't want to time the link (since you can't) but rather you want to time
    whatever process happens WHEN you click that link.

    There are various ways to have things update automatically...I don't know
    about MySQL, but MS SQL allows you to create data transformation packages
    and then schedule them to run at a given time. We use this to update push
    out our staging server data to our live site overnight.

    But I think what you are asking is just some way to click on that link at
    night. The only thing I can think of is to buy some sort of software
    scripting package for your desktop computer and set that up to run at a
    certain time each day. If you are on a Mac, maybe this is something you can
    do using applescript.

    -Darrel


    darrel Guest

  7. #7

    Default Re: Help!! Eek!

    Server executable, aka .exe. It will take a server side execution based on the
    servers clock to perform this. Not all host providers (unless you host your
    own site) allow executables on the server for security reasons. In the case of
    a dedicated server, that may differ.

    JLD.MX Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139