Creating connection keys programmatically

Ask a Question related to Macromedia Contribute Connection Administrtion, Design and Development.

  1. #1

    Default Creating connection keys programmatically

    Hi,

    Is there anyway I can create the connection keys programmatically, using an API or something ?

    Thanks in advance
    contribute_user_ Guest

  2. Similar Questions and Discussions

    1. Using old connection keys with CS4
      I work for a web development company. Some of our clients use Contribute for content management. In the office, we use Contribute CS3 to create keys...
    2. Help With Connection Keys
      I'm new to contribute. I've just downloaded and am half way through a cbt module to u/stand its useage. Few questions I hope you can answer: I...
    3. Creating and printing PDF files programmatically
      Here are the requirements for my multi platform C++ app (windows, hp-ux and linux) wrt reporting: 1) produce PDF reports 2) store PDF reports in...
    4. programmatically creating a cf5 dsn
      Hello, I was curious if there was a way to programmatically create a coldfusion dsn for a ms sql 2000 database using coldfusion 5.0 code? i have...
    5. Programmatically creating a datagrid control - Events NOT Firing!!!! Please Help
      My Events are not firing. Viewstate is Enabled. My Datagrid's datasource is being set after the Page Load. Is that a problem? How can I make it...
  3. #2

    Default Re: Creating connection keys programmatically

    It is in XML, and encrypted. The code looks like this:

    <?xml version="1.0" encoding="utf-8"?>
    <site>
    <version creator="Contribute" major="3" minor="0"/>
    <localinfo sitename="Your Site" httpaddress="http://www.yoursite.com/"
    curserver="webserver"/>
    <encryption>7800970D74BEA01E5DF571A782AE7F...etc .</encryption>
    </site>

    ThinkInk Guest

  4. #3

    Default Creating connection keys programmatically

    Hi ,

    Is there a way to create website connection keys programmatically ? it
    gets very boring when a large number of keys are to be updated. In
    other words does an API exist to do this ?

    Thanks in advance.

    barakat86@gmail.com Guest

  5. #4

    Default Re: Creating connection keys programmatically

    I don't know.
    ThinkInk 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