Effective Coin PHP Voting Script menu

Shout-Out

User Tag List

Results 1 to 5 of 5
  1. #1
    llamafood's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    21
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Effective Coin PHP Voting Script


    I wasn't entirely satisfied with the popup method. Downside to popups; well its annoying; and it's a popup. Firefox blocks popups, noscript blocks popups, this and that blocks popups. You see where I'm going with this. Plus it sticks over your page content which if not your intend, ALSO annoying.

    That said most scripts protect by limiting an IP to vote only every 12 hours; since vote sites only allow a vote every 12 hours per IP. Downside is if you are using a vote coin system they can farm coins this way. There are easy alternatives to use an account ID instead; and limit it 12 hours per account. While this works you could be restricting yourself valuable votes from those wannabe sploiters!

    Solution: Allow 1 vote every 12 hours per IP/Account. What this script does is if they changed their IP but have already voted on the account; it will mail them something else; perhaps a flask to help them level. You could be cruel and mail nothing; and take the vote as they are trying to cheat, but I think flask would be more encouraging, and not dangerous to your vote coin system.

    Another thing is that this does not use a popup window, which means you can put this pretty much any where on your website. Throw it in an IFrame in a table or something whatever works. Granted it takes a little html knowledge to set this up but all in all I find it much more effective and viewer friendly. example site: http://radracer.ipower.com/ I just slapped it on there all quick like (test only) link. If you have any questions feel free to ask, just specify if you are talking to me or the other guy



    Run the following SQL under your charLogon Database
    Code:
    CREATE TABLE `voteprotip` (
      `acip` varchar(16) character set utf8 collate utf8_unicode_ci NOT NULL,
      `ctime` int(11) NOT NULL,
      PRIMARY KEY  (`acip`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
    
    CREATE TABLE `voteprotacc` (
      `acct` int(10) NOT NULL,
      `ctime` int(11) NOT NULL,
      PRIMARY KEY  (`acct`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
    http://pastebin.com/f1f338d30
    Code:
    Change line 3, 4, 5, and 6 to your mySql information. 
    Change line 112 to the (top100 vote supplied url)
    Save text as votescript.php, or change line 131 to the page name you will be using.
    
    and as said above include any where on your page.
    
    Note: Line 88 contains coin being sent, line 101 contains lesser item when voting on a diff IP
    Last edited by llamafood; 07-05-2008 at 08:48 PM.

    Effective Coin PHP Voting Script
  2. #2
    xQzme?'s Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    80
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rather use l33td00d's voting system but ok ...

  3. #3
    llamafood's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    21
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xQzme? View Post
    Rather use l33td00d's voting system but ok ...
    Then use his script (lol). I just wanted to make a simple but effective script.

    Honestly vote coins will always be better website pick rewards, assuming your server is hack secure. It gives you more flexibility, less updating, and less work in general. Plus it looks nicer; being able to view items in game rather than minimize and choose from a combo box by name. Theres another guide how to make items require custom coins, and heres a script to support it.

    They go very well hand in hand. Simple is often better.

  4. #4
    LadyofDoriath's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is fantastic! Thank you so much! I didn't want to use the pop-ups, so this is a FANTASTIC alternative. +REP!

  5. #5
    zsolt333's Avatar Member
    Reputation
    8
    Join Date
    Jun 2008
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is a cool guide .. do you mind if i post the link on other forums two??

    again nice job!!! +Rep

Similar Threads

  1. [Question] Voting script
    By xaverz in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 05-23-2008, 07:43 PM
  2. Voting Script For Rewards , 99% done
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 04-23-2008, 12:10 AM
  3. [Release]Voting script
    By george95 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 04-13-2008, 07:24 AM
  4. [Request] Donation page and a php vote popup
    By *Alexz* in forum World of Warcraft Emulator Servers
    Replies: 19
    Last Post: 03-17-2008, 09:05 PM
All times are GMT -5. The time now is 12:36 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