[Release] Voting Reward Script menu

User Tag List

Page 5 of 12 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 179
  1. #61
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wow Raiders View Post
    Looks awesome! just 1 problem its in the top left... how can i centre it?
    also it dissapears ! check vision.servegame.org
    Wow, why make such an extravagant yet disturbingly messy site when your bandwidth is that low?
    I didn't see the popup at all, you sure you included the line I added?

    And about the redirect - will be fixed now, thanks for notifying

    [Release] Voting Reward Script
  2. #62
    jobbais's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks it works now great, although i get a header error allready sent kinda thingy.

    but the script does what it must do, even when it errors.

    gr.

  3. #63
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have an alt version, that does everything correctly but uses another page to set the cookie

  4. #64
    chronic7's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    132
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok it still dosn't take you to the vote site when you click vote.

    It just takes me back to my index page. For the third time you have said you have fixed this.

    Are you really going to fix it. I would really like to be getting votes this weekend and now I have a broken pop up vote on my site

    So the faster this works the better for me.
    Last edited by chronic7; 03-22-2008 at 02:03 PM.

  5. #65
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have other things to do mate, no need to get angry just because I don't have time to upload.

    For the third time you have said you have fixed this.
    Never said I fixed it.

    vote.php http://pastebin.com/f2f265a7c
    votegateway.php http://pastebin.com/f91110d9

  6. #66
    $HaDoW's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i press vote nothing happens O.o I tryed to fix it by myself but soemthing is wrong

  7. #67
    chronic7's Avatar Member
    Reputation
    7
    Join Date
    Oct 2007
    Posts
    132
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The redirect still doesn't work.

  8. #68
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Problem on your end. Works fine for me, with cookies and DB and everything.

  9. #69
    raggo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works fine for me great job Ultra spidey

  10. #70
    delldude1989's Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    179
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mine will not redirect
    Last edited by delldude1989; 03-26-2008 at 03:30 PM.

  11. #71
    nickeg's Avatar Member
    Reputation
    15
    Join Date
    Jan 2008
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice been waiting for this for long time

  12. #72
    $HaDoW's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DAM I HATE THIS EVERY STUFF IS SET GOOD !!!
    [codebox]<?php
    $user="root";
    $password="XXXXX";
    $database="ascent"; //Char+login DB

    $nochar=false;
    $voted=false;
    $disp = true;
    if(($_COOKIE['vote']) != '1')
    {
    if(!empty($_POST['name']))
    {
    mysql_connect(localhost,$user,$password);
    @mysql_select_db($database) or die( "Unable to select database");
    $name = strtolower(mysql_real_escape_string($_POST['name']));
    $today = date("mdHi");
    $query="SELECT * FROM characters WHERE name='$name' LIMIT 1";
    $result = mysql_query($query);
    if($row = mysql_fetch_array($result))
    {
    $guid = $row['guid'];
    $acct = $row['acct'];
    $res = mysql_query("SELECT * FROM votewatch WHERE acct='$acct' LIMIT 1");
    if($r2 = mysql_fetch_array($res))
    {
    $ct = $r2['ctime'];
    if($today-$ct < 1200)
    {
    $disp = false;
    mysql_close();
    return;
    }
    else
    {
    mysql_query("DELETE FROM votewatch WHERE acct='$acct' LIMIT 1");
    }
    }
    $reward = mysql_real_escape_string($_POST['reward']);
    if($reward == 0)
    {
    mysql_query("INSERT INTO mailbox_insert_queue(sender_guid, receiver_guid, subject, body, stationary, money, item_id, item_stack) VALUES ($guid, $guid, 'Thank you for voting!', 'Have this item as a reward', 0, 100000, 0, 1)");
    }
    else
    {
    mysql_query("INSERT INTO mailbox_insert_queue(sender_guid, receiver_guid, subject, body, stationary, money, item_id, item_stack) VALUES ($guid, $guid, 'Thank you for voting!', 'Have this item as a reward', 0, 0, $reward, 1)");
    }
    mysql_query("INSERT INTO votewatch(acct, ctime) VALUES($acct, $today)");
    $voted = true;
    }
    else
    {
    $nochar = true;
    }
    mysql_close();
    }
    }
    else
    {
    $disp = false;
    }

    ?>
    <div id='container' style='-moz-user-select: none; -khtml-user-select: none; user-select: none; cursor:default; padding-bottom:5px; width:320px; border: 4px double red; position: absolute; top:20px; left:20px; background-color:black; color:white;'>
    <div id='header' style='font-family: Arial; margin-bottom: 0.5em; border-bottom: 1px solid red; text-align: center; background-color:gray; color:#ffffff'>
    Please vote for our server!
    <span align='right' style='position:absolute; left: 305px; text-align: right;'>
    <a href='javascript:void();' style='font-size:10px; color:white; text-decoration:none;' onclick='javascript:document.getElementById("container").style.display="none";'>
    [X]
    </a>
    </span>
    </div>
    <div id='text' style='padding: 5px; padding-left: 7px; font-size: 12px; border-bottom: 1px solid red;'>
    Voting for our server helps us grow and Get More Players,
    and eventually become better than before.
    You can vote once every 12 hours, and you'll get a reward for doing so!
    </div>
    <form style='text-align: center; margin-bottom: 2px; margin-top: 5px;' method='post' action='votegateway.php'>
    <div style='font-size: 12px; valign:center;'>
    Character Name:&nbsp;&nbsp;

    <input type='text' name='name' style='font-size: 12px; width: 80px; background-color: black; color: white; border: 1px solid red;' />
    <input type='submit' style='font-size: 12px; position:relative; top:1px; color:white; height: 17px; border:1px solid red; background-color:black;' value='Vote!' />
    </div>
    <div style='font-size: 12px; valign:center; margin-top: 5px; padding-top: 3px;'>
    Choose a reward:&nbsp;&nbsp;
    <select name='reward' style='background-color: black; color: white; font-family: Arial; font-size: 12px; border: 1px solid red; height: 17px; font-size: 10px;'>
    <option value='0'>10 Gold</option>
    <option value='27498'>Scroll of Agility V</option>
    <option value='27499'>Scroll of Intellect V</option>
    <option value='27500'>Scroll of Protection V</option>
    <option value='27501'>Scroll of Spirit V</option>
    <option value='27502'>Scroll of Stamina V</option>
    <option value='27503'>Scroll of Strength V</option>
    </select>
    </div>
    <?php
    if($nochar)
    {
    echo "<br /><span style='font-size: 12px; color: black; background-colorink; padding: 3px; position: relative; top: -8px; border: 1px solid red;'>A character with that name was not found</span>";
    }
    if($voted)
    {
    echo "<br /><span style='font-size: 12px; color: white; background-color:black; padding: 3px; position: relative; top: -8px; border: 1px solid red;'>Thank you for voting!</span>";
    echo "<script language='javascript'>setTimeout(\"location.href='votegateway.php'\",3000);</script>";
    }
    ?>
    </form>
    </div>[/codebox] I need ****ing help !!!

  13. #73
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to post your error.

  14. #74
    pyropyro78's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    quick question, what do i add/edit to get it to work if my server is hosted in a different area then my site? cause i use a hoster for my site and run the server off a computer at home

  15. #75
    trinexx's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anybody else noticed that if you save the popup's output source to your harddrive, change the item IDs, and use the new form, you can give yourself any item?

    Had a couple players on my server giving themselves donor items... -_-

Page 5 of 12 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [Release]Eternion-WoW New Vote Points Script
    By unl3sh3d in forum WoW EMU Exploits & Bugs
    Replies: 104
    Last Post: 10-14-2010, 10:36 AM
  2. [Release]Vote PoP-Up Script
    By *Scripted* in forum WoW EMU General Releases
    Replies: 4
    Last Post: 09-14-2008, 12:05 PM
  3. [Help] Voting Reward Script
    By 1111 in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 07-13-2008, 02:23 PM
  4. [Release]Voting script
    By george95 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 04-13-2008, 07:24 AM
  5. release (vote reward vendor)
    By pooooo132 in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 03-23-2008, 10:23 AM
All times are GMT -5. The time now is 05:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search