Voting Script For Rewards , 99% done menu

User Tag List

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

    Voting Script For Rewards , 99% done

    Alright Le froid left for no reason, prbly cutting his wrists but wtv.

    He had made a script for voting rewards here:

    PHP pastebin - collaborative debugging tool

    After editing all the info , I click the submit button but nothing happens. If someone can fix it and pm me the code I would greatly appreciate it.

    DO NOT RELEASE TO THE PUBLIC , PM ME IT.
    Last edited by mafiaboy; 03-16-2008 at 10:19 AM.

    Voting Script For Rewards , 99% done
  2. #2
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WOAHH!!
    Nice +Rep x2
    sry dont know problem ill check script

  3. #3
    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)
    Originally Posted by wareagle920 View Post
    WOAHH!!
    Nice +Rep x2
    sry dont know problem ill check script
    k thnx , + rep to u also if it works :P

  4. #4
    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)
    I need this to, +rep to the one who can fix it

  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)
    mysql_query("UPDATE characters SET gold = gold + 500000 where name = $r[character]") or die("ERRORZ");

    Change it to:

    $gold = $r['gold'] + 500000;
    $guid = $r['guid']
    mysql_query("UPDATE characters SET gold=$gold where guid=$guid") or die("ERRORZ");

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im doing some tests now for ya
    If you need me you have my skype, if you don't have my skype then you don't need me.

  7. #7
    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)
    Originally Posted by 2dgreengiant View Post
    im doing some tests now for ya
    pm me it please when you done

  8. #8
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you +rep x2



  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)
    Did you try doing what I suggested?

  10. #10
    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)
    Originally Posted by Ultra Spidey View Post
    Did you try doing what I suggested?
    will do now , put im a complete noob in php so dont surprised if i dnt copy n paste in the right area.

    EDIT: yea i got a syntax error.....XD can you do it yourself ?
    Last edited by mafiaboy; 03-16-2008 at 11:21 AM.

  11. #11
    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, I completely rewrote it since it was a mess:
    http://pastebin.com/f9c8e619

  12. #12
    Rouslan's Avatar Active Member
    Reputation
    30
    Join Date
    Nov 2007
    Posts
    164
    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, I completely rewrote it since it was a mess:
    http://pastebin.com/f9c8e619
    I Dont get it, so this is a PHP script, that needs to be placed where? and how does it work

    DOWNLOAD NOW!
    Cosa Nostra Core

  13. #13
    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)
    PHP scripts go in your htdocs folder in apache/xampp/wamp/etc.
    How does this work? When you put your char name you get some gold and get transferred to your site's voting page. A better way would be to check if the user has the voting cookie, but i'm not that bored right now

  14. #14
    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)
    Originally Posted by Ultra Spidey View Post
    PHP scripts go in your htdocs folder in apache/xampp/wamp/etc.
    How does this work? When you put your char name you get some gold and get transferred to your site's voting page. A better way would be to check if the user has the voting cookie, but i'm not that bored right now

    i tested it , it doesnt work. Look , you try it.

  15. #15
    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)
    Did you edit what I highlighted?

Page 1 of 2 12 LastLast

Similar Threads

  1. [GUIDE] - Scripting for Antrix, Making Mobs Talk, Cast Spells, etc
    By Greed in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 12-10-2007, 07:51 PM
  2. Replies: 14
    Last Post: 10-31-2007, 01:17 PM
  3. Script for Ghost logout
    By Frankyboy in forum World of Warcraft Exploits
    Replies: 29
    Last Post: 09-02-2007, 04:10 PM
  4. Scripts for instances?
    By mforion in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 08-28-2007, 06:59 PM
All times are GMT -5. The time now is 05:18 AM. 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