Thread: Motivote RELEASE - Ultimate Vote Script (SERVER & WEBSITE)

Page 1 of 14 12311 ... LastLast
Results 1 to 10 of 140
  1. #1 Motivote RELEASE - Ultimate Vote Script (SERVER & WEBSITE) 
    ???

    funkE's Avatar
    Join Date
    Feb 2008
    Posts
    2,612
    Thanks given
    255
    Thanks received
    989
    Rep Power
    1366


    MOTIVOTERS (v3) HAS BEEN RELEASED

    Current web version: 1.3 - DOWNLOAD
    Current server version: 1.3 - DOWNLOAD

    Motivote is the ultimate vote script. It has the features of every other vote script plus more. It works well on any sized device, so getting players to vote on their phones or tablets will be hassle-free.

    Any site will work with no special configuration besides supplying the vote URL and your site ID. The callback URL you tell toplists will never change, so no more confusion. This is accomplished by searching each GET and POST parameter for our callback.



    Note: gray-green colored buttons means that they have already voted previously and have not received a reward for their vote, so they don't have to vote to get to step 3.

    When your incentive tactic is set to "reward," you need to submit all the votes before you can claim your reward. Otherwise, each vote needs to be fulfilled individually. When it's set to "reward" and you vote for a site without redeeming a reward, it's saved for the user so that every vote receives a reward. In the final version, you'll be able to toggle this functionality on or off. For now, you can only toggle between the two tactics (each vote = reward or all votes = reward).


    You can customize basically anything. Each installation will have a randomly generated security hash, so vote counterfeiting via fake callbacks won't be possible.

    Starting vote checker server-sided:
    Code:
    new Motivote<Reward>(new RewardHandler(), "http://localhost/motivote/", "secret key given during installation").start();
    Receiving rewards:
    Code:
    public class RewardHandler extends MotivoteHandler<Reward>
    {
    	@Override
    	public void onCompletion(Reward reward)
    	{
    		if (reward.rewardName().equalsIgnoreCase("gold"))
    		{
    			//addItem(reward.username(), 995, reward.amount()); // note that amount is determined by the web server. you change all those settings in the admin cp.
    			inc.finalize();
    		}
    		
    		System.out.println(reward.internalID() + " | Reward received for " + reward.username() + " (" + reward.rewardName() + ", " + reward.amount() + ")");
    	}
    }
    To upgrade:
    Just copy the new files over, excluding config.php!
    If you are creating/modifying themes, please make sure to put them in a unique directory. The default theme shouldn't be modified where it sits, the whole folder should be copied and you should work out of the new folder to avoid updates overwriting your customization.

    Your server-sided key can be found in the preferences under "datakey."

    If you lose your password, you can go into phpMyAdmin and run this query (change "!!your password here!!" to the password you want):
    Code:
    UPDATE `mv_preferences` SET `value` = MD5('!!your password here!!') WHERE `name` = 'admin_pass'
    .
    Reply With Quote  
     


  2. #2  
    G Herbo #NLMB


    Join Date
    Jul 2014
    Age
    27
    Posts
    1,445
    Thanks given
    236
    Thanks received
    236
    Rep Power
    84
    Sweet release
    Reply With Quote  
     

  3. #3  
    Extreme Donator Motivote RELEASE - Ultimate Vote Script (SERVER &amp; WEBSITE) Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    Sweet release.
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Nov 2014
    Posts
    18
    Thanks given
    0
    Thanks received
    5
    Rep Power
    0
    Nice release
    Reply With Quote  
     

  5. #5  
    ???

    funkE's Avatar
    Join Date
    Feb 2008
    Posts
    2,612
    Thanks given
    255
    Thanks received
    989
    Rep Power
    1366
    Thank you guys, I appreciate the responses.
    .
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Jul 2014
    Posts
    437
    Thanks given
    200
    Thanks received
    76
    Rep Power
    0
    Really good release. Thanks.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Aug 2007
    Posts
    1,666
    Thanks given
    10
    Thanks received
    138
    Rep Power
    0
    Nice release, might use. Thanks for contributing.
    Reply With Quote  
     

  8. #8  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    this looks great, will definitely be using this.
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Nov 2013
    Posts
    746
    Thanks given
    187
    Thanks received
    459
    Rep Power
    5000
    seem alright and clean, better than GTL, all the best

    Attached image


    Attached image

    Reply With Quote  
     

  10. #10  
    GravityScape & SimpliCity Developer.

    RSWSkiller's Avatar
    Join Date
    Dec 2013
    Age
    27
    Posts
    754
    Thanks given
    184
    Thanks received
    68
    Rep Power
    172
    Thanks for release o.O
    Should be cool if someone gonna do tut for server sided xD
    Reply With Quote  
     

Page 1 of 14 12311 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Motivote - Ultimate Vote Script
    By funkE in forum Website Development
    Replies: 24
    Last Post: 07-07-2016, 02:02 PM
  2. Replies: 1
    Last Post: 07-10-2013, 03:09 AM
  3. GamingToplist Voting script for any server
    By Ben in forum Website Development
    Replies: 2
    Last Post: 12-13-2012, 07:18 AM
  4. Replies: 0
    Last Post: 08-21-2012, 02:00 PM
  5. Voting script + server code, anyone have?
    By jap jap in forum Requests
    Replies: 3
    Last Post: 07-22-2011, 08:18 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •