Vote Reward Help

Results 1 to 4 of 4
  1. #1
    Apprentice neo1 is offline
    MemberRank
    Jun 2011 Join Date
    20Posts

    angry Vote Reward Help

    Hello i have any vote reward system and 2 folders admicp / modules

    when i can put this html code in my website or when?

    Code:
    <?
    if($core['vote']['on_off'] == '1')
    {
    $vote_content .='<script type="text/javascript" SRC="sys_/plugins/js_popup.js"></script>
    <div id="root" style="z-index: 300; position:absolute; absolute;  width: 320px; -moz-user-select: none; cursor: default; left: '.$core['vote']['vote_left'].'px; top: '.$core['vote']['vote_top'].'px; background-color: #333333; border: 1px solid #000000; visibility: inherit; overflow: visible;" onselectstart="return false">
        <div id="handle" style="width: 320px; height: 25px; background-image: url(template/'.$core['config']['template'].'/images/vote_title.gif); color: #FFFFFF; font-weight: bold; font-family: Verdana; font-size: 12px; ; display: table; border-bottom: 1px solid #000000">
        <div style="display: table-cell; vertical-align: middle; #position: relative; color: #FFFFFF; #top: 5px"><center>&nbsp;'.$_SESSION['user_auth_id'].' '.Votacion.' '.$core['vote']['vote_title'].' </center></div>
        </div>
        <div style="padding: 5px; text-align: left; font-weight: bold; font-family: Verdana; font-size: 12px; color: #ffffff";><table width="300" align="center" border="0" cellspacing="2" cellpadding="0"><td align="center" valign="middle">&nbsp;'.$core['vote']['vote_link3'].'</td><td align="center" valign="middle">&nbsp;'.$core['vote']['vote_link2'].'</td><td align="center" valign="middle">&nbsp;'.$core['vote']['vote_link1'].'</td></table>
    <div align="right">
    <input type="button" class="button" value="Cerrar" onClick="document.getElementById(\'root\').style.visibility = \'hidden\'; return false">
    </div>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    Drag.init(document.getElementById("handle"), document.getElementById("root"));
    if (readCookie("hs_wow_vote") != 1) {
    document.getElementById(\'root\').style.visibility = "visible";
    }
    </script>';
    }
    echo $vote_content ?>


  2. #2
    DBO Freak xDarKyx is offline
    MemberRank
    Mar 2011 Join Date
    280Posts

    Re: Vote Reward Help

    You should tell us what Vote Reward it is or better upload it here , so we can see how it works.

  3. #3
    $ \/\/ /-\ G G Emari is offline
    MemberRank
    Apr 2011 Join Date
    PhilippinesLocation
    670Posts

    Re: Vote Reward Help

    There's many Vote Reward System release here in RZ try to check this 2 file below:

    http://forum.ragezone.com/f458/vote-...v0-3-a-798843/

    http://forum.ragezone.com/f197/vote-...-0-2-a-456783/

  4. #4
    DBO Freak xDarKyx is offline
    MemberRank
    Mar 2011 Join Date
    280Posts

    Re: Vote Reward Help

    I believe that's some MuWeb 0.9 or MuCore Vote Reward.



Advertisement