[Release] Voting Reward Script menu

User Tag List

Page 3 of 12 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 179
  1. #31
    alcanor1's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2007
    Posts
    140
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cool seems helpful better than what wowscapes got goin on
    lawl

    [Release] Voting Reward Script
  2. #32
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is what I made my ascent config to say...
    Code:
    <Mail ReloadDelay="10"
          DisablePostageCostsForGM="1"
          DisablePostageCosts="1"
          DisablePostageDelayItems="1"
          DisableMessageExpiry="1"
          EnableInterfactionMail="1"
          EnableInterfactionMailForGM="1">
    and this is the php code...
    http://evolution.game-host.org/vote.txt
    yes, i changed the sender guid because I don't have one witht he number '1' so I changed it to my mains

    bottom line, it's not sending it to my server. I'm quite experienced with html, php, and the likes, but this script is boggling my mind. I've tried several different formats, and btw. I changed the interval to 1 sec so that I can test it till it works
    Last edited by EmuGod; 03-18-2008 at 05:06 PM.

  3. #33
    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)
    SQL problem:
    mysql_query("INSERT INTO mailbox(sender_guid, receiver_guid, subject, body, stationary, money, item_id, item_stack) VALUES (644, $guid, 'Thank you for voting!', 'Collect these tokens as a reward for voting. After you recieve a certain amount, you'll be able to buy custom items', 0, 0, $item, 1)");

  4. #34
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay. thought of that, but...what will I put for the guid on the message. like...the actual messages guid. Do I let the mailbox db table do that itself, of is there a way to make it? Like I said, I'm new to the whole php meets mysql stuff. Sorry for the advanced noob questions

  5. #35
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay...it's still not freaking workin...I think that we'd have to make it have a way to automate the messages id number...that's the only thing I can think of unless that variable in my scent config is too high or low. how is it measured, seconds? millisecs?
    **EDIT** Removed the comma in you'll just in case it was creating problems. I think that it is the variable in the ascent configuration...that's the only thing I can think of unless you see something else.
    Last edited by EmuGod; 03-18-2008 at 05:24 PM.

  6. #36
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay
    shweet
    fixed it

    Dude, I love you...seriously...you're a GAWD...
    +Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep+Rep +Rep+Rep+Rep+Rep+Rep TIME AND TIME AGAIN. I'll post the working php code for you to examine, and use as needed.
    http://evolution.game-host.org/vote.txt
    that's the working code that is 3.5 compatible. use it love it have it. Thanks man.

  7. #37
    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 for the script, i use it to give my voters now stamina and intelect and agility scrolls etc, rather then coins or that kind of stuff.

    p.s. i never in the script saw any credits that needs to be put in.
    Don't you want that?

    gr.

  8. #38
    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 always forget credits :P
    Anyways you don't need them. If you're planning to mod this and repost, I do expect to get mentioned though

  9. #39
    Nallman's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way you could make this into a voting points script, as in the person voting can create an account and points can be rewarded for that user? When they reach a certain amount they can get the item that they wanted...
    If you could that would be great man.

  10. #40
    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 so if I delete my cookies I can get another one, and another one, and another one.

    Is there any way we could make it so it remembers which characters have been entered in the last 12 hours?

  11. #41
    sercankd's Avatar Member
    Reputation
    14
    Join Date
    Nov 2006
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes you can abuse this script with cookies, you need make this script works with mysql

  12. #42
    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)
    Yep you can abuse it. There's more than one way to stop this though

  13. #43
    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)
    Originally Posted by Ultra Spidey View Post
    Yep you can abuse it. There's more than one way to stop this though
    and that would be? I would really like to be able to use this without people exploiting it.
    If you can get a hold of me on MSN ([email protected]) to help me out with making it non-abusable that would really help me and my project.

    I expect my server to grow fast and I would really like to get this script fixed before I release.
    Index of / is going to be my site.
    wowlostrealm.servegame.com/vote.php is going to be the vote system.

  14. #44
    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)
    Here's a hint - databases can hold time, php can compare time

  15. #45
    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)
    Originally Posted by Ultra Spidey View Post
    Here's a hint - databases can hold time, php can compare time
    Your hint does nothing for me. I understand a lot of stuff but when it comes to a database out side of WoW I am not to smart with it..

    I think your saying I need to somehow interlock a database into this whole thing? But my scripting skills when it comes to php arn't that great...

    blah :\

    Is there anyway I could get you to help me?
    +Rep
    and then some? lol

Page 3 of 12 FirstFirst 1234567 ... 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:02 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