OwnDating.com
Earn money and make people happy

Creative promotionals

  1. Banners builder
  2. Dynamic banners (export from our site through iframe). Loading of banners should be done at website/opros.html
    The list of possible variables:
    affiliate_id - the number of a link (it is not needed for a website). Attention- it is NOT your id (that goes for second tier affiliates) but an id of the link! Thus made link can be used as a link, and as a dynamic banner.
    block - the type of a block. It can take three values 1- a contest,2-online,3-new, 5-most beautiful girls (random sample)
    defsize - the size of pictures (ONLY for block =5). The variants possible - 80x120, 100x150, 120x180
    sex - sex. Values: 1-male, 2-female
    contest - number of a contest. Values: 4-a photo,11-bikini,17-with a child
    contesttype - a type of a contest . Values: now - this month, lastmonth - the previous month, 2monthsago - 2 months ago
    number - the number of profiles that should be shown.
    color - color scheme. Values - r, g, b (not #RRGGBB, but the letters r. b or g). If you want a special color scheme, then use export to XML format
    orient - direction. Meaning: 1-horizontal block, 2-vertical block
    title - a heading of the block. html tags are allowed. Spaces should be changed to +
    notitle - If this parameter equal 1 then no heading to the block is shown
    nodescr - If this parameter equal 1 then no description is written to the pictures
    descrorient - the position of the text (on the right or under a picture). Values: default - 1 text under the photo, 0 - text on the right of the photo.
    offset=N - offset from the beginning. If necessary to show, for example, 3 blocks and each block consists 3 girls in different places of the site then we use 3 blocks with correspondingly offset=0 , offset=3 , offset=6
  3. OpenUIDs registration buttons
      HTML code which renders all buttons:
    <!-- BEGIN open_uids_buttons -->
    <form accept-charset="UTF-8" action="{open_uids_buttons.ACTION}" method="{open_uids_buttons.METHOD}">
    {SOCIALNET_REGFORM_GENERAL_FIELDS}
    <input type="image" name="{open_uids_buttons.NAME}" src="{open_uids_buttons.IMG}" id="{open_uids_buttons.NAME}" alt="{open_uids_buttons.NAME}" style="height:25px"/>
    </form>
    <!-- END open_uids_buttons -->


      HTML code which renders some of these buttons (without russian services):
    <!-- BEGIN open_uids_buttons -->
      <!-- IF (open_uids_buttons.NAME == "facebook" or open_uids_buttons.NAME == "google" or open_uids_buttons.NAME == "outlook" or open_uids_buttons.NAME == "yahoo" or open_uids_buttons.NAME == "aol") -->
    <form accept-charset="UTF-8" action="{open_uids_buttons.ACTION}" method="{open_uids_buttons.METHOD}">
    {SOCIALNET_REGFORM_GENERAL_FIELDS}
    <input type="image" name="{open_uids_buttons.NAME}" src="{open_uids_buttons.IMG}" id="{open_uids_buttons.NAME}" alt="{open_uids_buttons.NAME}" style="height:25px"/>
    </form>
      <!-- ENDIF -->
    <!-- END open_uids_buttons -->

  4. Registration form
    english-speaking html code:
    <form accept-charset="UTF-8" action="{REGISTER_FORM_ACTION}" method="post">
    <label>Login:</label><input type="text" name="login" value=""/>
    <label>Password:</label><input type="text" name="passwd" value=""/>
    <label>Your gender:</label><input type="radio" name="sex" id="man" value="1" CHECKED/><label for="man">Man</label>
    <input type="radio" id="woman" name="sex" value="2"/><label for="woman">Woman</label>
    <label>Your email:</label><input type="text" id="email" name="email" value=""/>
    <input type="submit" value="Registration"/>
    </form>

    russian-speaking html code:
    <form accept-charset="UTF-8" action="{REGISTER_FORM_ACTION}" method="post">
    <label>Логин:</label><input type="text" name="login" value=""/>
    <label>Пароль:</label><input type="text" name="passwd" value=""/>
    <label>Ваш пол:</label><input type="radio" name="sex" id="man" value="1" CHECKED/><label for="man">Мужской</label>
    <input type="radio" id="woman" name="sex" value="2"/><label for="woman">Женский</label>
    <label>Ваш E-mail (электронный адрес):</label><input type="text" id="email" name="email" value=""/>
    <input type="submit" value="Регистрация"/>
    </form>
  5. Usual banners in the format GIF can be found at banners in English .
  6. Dynamic GIF banners are coming soon (online now/top-100 and others).
  7. Flash banners are coming soon.