[Release] Voting Reward Script menu

User Tag List

Page 1 of 12 12345 ... LastLast
Results 1 to 15 of 179
  1. #1
    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)

    [Release] Voting Reward Script


    Voting Reward Script - Completely Revamped!
    Simple, pops up an unblockable window asking you to vote.
    Custom rewards!
    Protection against players who insist on trying to vote more than once per 12 hours

    Sample: WoWIL - ùøú äôàï ùì éùøàì
    Source:
    vote.php http://pastebin.com/f2f265a7c
    votegateway.php http://pastebin.com/f91110d9

    SQL:
    Code:
    SET FOREIGN_KEY_CHECKS=0;
    CREATE TABLE `votewatch` (
      `acct` int(10) NOT NULL,
      `ctime` int(11) NOT NULL,
      PRIMARY KEY  (`acct`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
    How to use:
    -Save the source as vote.php and votewatch.php

    vote.php: -Change the first three highlighted lines according to your DB settings.
    -Next highlighted line, #78 - Change 'index.php' to the page you're planning to place this in, I suggest the site's index / the most visited page.
    -Next highlighted line, #87 - Below it are the rewards. Each <option> is a reward. Change the value to the item ID, or leave at 0 for gold.
    -If you want to change the amount of gold, goto line #41 and replace 100000 with your own amount (in coppers). Don't forget to change the <option> to show the modified amount. Value should still be 0.

    votegateway.php: change the mmowned url to your voting URL.

    -Execute the SQL on your logon/char DB.

    -Open the file you want this to pop up in.
    -Add this anywhere in the file:
    <?php include("vote.php"); ?>
    I recommend right after <body> or right before </body>, it shouldn't be in a div or a span or any other container.

    Voila! You have a working popup vote reward thingie! Just change the title (line 66) and the description (lines 74-76) and you're set!

    Tested, it works.
    Last edited by TheSpidey; 03-22-2008 at 03:40 PM. Reason: New version :)

    [Release] Voting Reward Script
  2. #2
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you make one so that I can give other stuff then gold?
    Great job though!
    I'd rep but I need to spread some!

  3. #3
    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)
    Get me the SlotID you want (preferably the first bag slot id) and i'll mod it.

  4. #4
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice , hope it works!

  5. #5
    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 tested, it works

  6. #6
    brange's Avatar Member
    Reputation
    16
    Join Date
    Nov 2007
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this can be used with any query rigjht ?

  7. #7
    LiiM's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +Rep x1 . Nice work m8

  8. #8
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you make it so that there will be a item added to the players bags it would be nice... (dont forget to make sure the players back is not full :P)
    but +rep for this already

    grtz

  9. #9
    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 brange View Post
    this can be used with any query rigjht ?
    Yup. You can change their gold, give them levels, send them an item through mail (damn haven't thought of that :X i'll do it now), etc.

  10. #10
    massanaconda's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't download it

  11. #11
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by massanaconda View Post
    Can't download it
    lol copy paste the code in notepad and save it as vote.php

    grtz

  12. #12
    ZnyX's Avatar Banned
    Reputation
    97
    Join Date
    Jan 2008
    Posts
    324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, thanks +rep

  13. #13
    ggace's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great upload!

  14. #14
    MysterioussouL's Avatar Banned
    Reputation
    339
    Join Date
    Feb 2008
    Posts
    431
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work , +Rep

  15. #15
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So ok, how do i make this work when i open my site lol? Sry new at this.

Page 1 of 12 12345 ... 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 01:43 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search