Giter VIP home page Giter VIP logo

uncovery_me's People

Contributors

alleywig avatar dani0010 avatar etcodehome avatar floored1585 avatar lukebillington avatar uncovery avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

uncovery_me's Issues

Replace $WSEND with $UMC_USER

The code used to pass websend variables with $WSEND, this is deprecated and should be replaced throughout with $UMC_USER.

Hunger Games not finished

The hunger games are not finished. Game wins and trophies are 2 things at least that need fixing.

Duplicate contest file?

contests/contest.php
contests/contests.php

Is one an old version? They seem to have a lot of similar info in them.

Use email on elder vote

When a master is put up for voting to become elder, all the other elders are supposed to get an email, asking them to vote. This does not seem to have worked recently.

convert all SQL queries to non-concatenated format.

$update_sql = "UPDATE minecraft_srvr.karma set karma=$new_karma "
    . "WHERE sender_uuid='$sender_uuid' AND receiver_uuid='$receiver_uuid';";

should be

$update_sql = "UPDATE minecraft_srvr.karma set karma=$new_karma 
    WHERE sender_uuid='$sender_uuid' AND receiver_uuid='$receiver_uuid';";

throughout the whole code

User downranks

People keep being ranked down (pinebenj 2x)
need to put an error report (XMPP_Errror) on downranks.
I suspect that this happens because the process fires 2x at the same time.

Downranks should happen only when a user expires his donator status. At least the last time this was not the case. We need to carefully look whereelse this could happen at all.

/who & /where userlevels

The /who and /where commands are not designating the correct rank for the players listed. It appears the oldest player is listed correctly and all additional players are listed as guests.

Userlevel update issue with proper capitalization

Somewhere in the code, a user got the userlevel "settlerdonator" assigned in the UUID table.
This causes the lot reset process to halt:

2015-05-29 16:00:28: Could not reset lots, userlevel failure for Owner 'ponukka / ce109d9f-f633-4fdc-bc03-58f19b5ea2e1 / settlerdonator': SELECT region_id as lot, user.UUID as uuid, UUID.username as username, world.name as world, userlevel, lastlogin
FROM minecraft_worldguard.region_players LEFT JOIN minecraft_worldguard.user ON user_id=user.id
LEFT JOIN minecraft_worldguard.world ON world_id=world.id
LEFT JOIN minecraft_srvr.UUID ON user.UUID=UUID.UUID
WHERE owner=1 AND LEFT(region_id, 4) IN ('aet_', 'emp_', 'king', 'bloc', 'flat', 'draf')
Error Report: http://uncovery.net/websend/2015/05/29/16/Error_2015-05-29_16-00-28.6415360_7102260347455.html

We have to find out where that happens and fix the spelling with proper CAPS: "SettlerDonator"

Karma giving for the fist time

There seems to be an issue with anyone who has never had karma. A message saying "Giving 1 karma to user x" is followed by a message saying "User x has no karma record."

Checking with /karma get x then states "User x has no karma record."

Users that previously had karma seem to work just fine.

Lot dibs for 2+ candidates

Lot dibs currently only process if there is only one person who wants the lot.
The code needs to be tested for instances where 2 want the same lot.

Plugin-event on user ban

There should be a plugin-event that is run whenever a user becomes banned, inactive or deletes himself from the blog.

Faulty item_names

These can be anywhere, be it in the inventory of a person or past transaction records

6:11:21 PM - [email protected]: [Uncovery.me] 2015-06-17 00:11:21: Could not identify diamonds umc_goods_get_text
6:11:48 PM - [email protected]: [Uncovery.me] 2015-06-17 00:11:48: Could not identify snad umc_goods_get_text
6:13:37 PM - [email protected]: [Uncovery.me] 2015-06-17 00:13:37: Could not identify goldenapple umc_goods_get_text
6:13:44 PM - [email protected]: [Uncovery.me] 2015-06-17 00:13:44: Could not identify dirt1 umc_goods_get_text
6:14:26 PM - [email protected]: [Uncovery.me] 2015-06-17 00:14:26: 0.049939 sec
E_WARNING: Illegal string offset 'short'
Source: Line 135 of file /home/minecraft/server/bin/plugin.php
Error Report: http://uncovery.net/websend/2015/06/17/00/Error_2015-06-17_00-14-26.6928930_8356386609375.html
6:16:28 PM - [email protected]: [Uncovery.me] 2015-06-17 00:16:28: Could not identify redglass umc_goods_get_text
6:16:41 PM - [email protected]: [Uncovery.me] 2015-06-17 00:16:41: Could not identify red umc_goods_get_text
6:16:52 PM - [email protected]: [Uncovery.me] 2015-06-17 00:16:51: Could not identify wood umc_goods_get_text
6:17:30 PM - [email protected]: [Uncovery.me] 2015-06-17 00:17:29: Could not identify goldenapples umc_goods_get_text
6:17:38 PM - [email protected]: [Uncovery.me] 2015-06-17 00:17:38: Could not identify golden umc_goods_get_text
6:18:06 PM - [email protected]: [Uncovery.me] 2015-06-17 00:18:06: Could not identify ocelot umc_goods_get_text
6:18:21 PM - [email protected]: [Uncovery.me] 2015-06-17 00:18:20: Could not identify ocelotegg umc_goods_get_text
6:18:38 PM - [email protected]: [Uncovery.me] 2015-06-17 00:18:38: Could not identify boots umc_goods_get_text
6:18:45 PM - [email protected]: [Uncovery.me] 2015-06-17 00:18:45: Could not identify sword umc_goods_get_text

Donor status should be separate from rank

It looks like this causes a lot of complexity right now in the code. Once I'm more familiar with the big picture I can look at doing this.

It also would work great as part of the planned User class: User->is_donor and User->is_active_donor methods that when called, calculate whether the user is a donor at all, and if they are an active donor, returning booleans. Since donor perks are totally separate from normal rank, it'd reduce complexity to separate them in the code as well.

Top-level commands show double in help

Using help subcommands, such as "/help shop" give duplicate commands.
What should happen: Commands should say, for example, /search

What really happens: Commands show /search search
2015-05-31_22 56 43

Username Change is not identified correctly

I am getting username changes that are none, and the error message also seems to have an empty field:

"User d442a3c6-ed67-48b7-af08-199e0773bdf2 changed username from stephdeg to in Wordpress"

Add automated process for donations including gifts

requirements:

a) a dropdown where the donator can apply the donation in equal parts to several active users (needs to create a list of active users, JS extension for adding users
b) automatic application of the donation to the users affected
c) proper display of the actual value applied after paypal fees are paid.

Fix Karma

Karma is currently down for maintenance, with no other information provided

Better CSS for user profile pages

The User pages have to be revamped completely. They should show off the user achievements and act as a showcase for this builds, his trading volume etc etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.