이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Scratch and Win

설명

Create a Scratch and Win game for your users

With this plugin you can create and manage Scratch and Win cards that allow your users to win what you decide will be the prizes:

  • discount coupons for your e-commerce
  • reserved links to download useful documents
  • giveaways and gifts
  • loyalty programs
  • free products or services
  • etc. (your imagination will be the limit)

After playing, users will be redirected to the pages you choose where to display the prizes or the unlucky result.

How it works

Create a game by setting the number of total tickets, one or more prizes and their winning criteria.
Then insert a simple shortcode in the page/article where you want the Scratch and Win card will appear.
Logged users will be able to play, and the winners will receive an email whose content was decided by you.

You can customize:

  • the total number of tickets (winning and not) for a game
  • the number of tickets for each prize (it defines the winning probability)
  • the cover image to be scratched
  • the win image
  • the loss image
  • each prize image
  • the scratcher (generally a coin) image
  • the maximum number of times a single user can play a game (total / by hour / by day / by week)

…and other details like endless game, anonymous users allowed, etc.

Statistics

Playings statistics are displayed for all active games.

Disclaimer

This plugin does use a pseudorandom (that is, not true random) number generator to draw results (see FAQ for details): therefore, do not use this plugin to create true lotteries or gambling games.
The author declines all responsibility for any violation (of any law of any Country) related to the use of this plugin.

FAQ

What are random numbers ?

They are numbers whose generated sequence cannot be predicted by any computer algorithm.
To achieve that, computers must use unbiased and unpredictable mechanisms, such as thermal noise or quantum phenomena (e.g. radioactive decay of isotopes, photons reflection vs refraction count, etc.).

What are pseudorandom numbers ?

They are numbers generated by computer algorithms that try to approximate the properties of random number sequences.
Since they are completely determined by an initial value (seed), they are not “true” random numbers.

Are results predictable ?

Even if they can be considered predictable by a strictly theoretical point of view, in practice they are not.
In fact, it would require to hack your web server system, but in that case you would have a security problem that goes far beyond the plugin issue.

후기

모든 2 평가 읽기

기여자 & 개발자

“Scratch and Win”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Scratch and Win”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.2

  • The ticket code can be displayed below the cover.
  • The shortcode attribute get=”code” shows the ticket code in redirected pages/posts.
  • Added an option to add a random key-value couple to the query-string of redirecting URLs.
  • Added a workaround to load the core file ‘pluggable.php’ before using the cache_users() function [WordPress 6.1 bug]

1.1.1

  • Fixed a javascript issue with the library media (images).

1.1

  • Fixed a datetime problem when server and database have different timezones.
  • Added a user cache system for search parameters in admin console pages Game List, Tickets and Statistics.
  • Added missing translations.
  • Updated the internal PHP library.
  • Other minor changes.

1.0

  • Fixed the user’s limits (number of times) of playing a specific game.
  • Renamed db table columns ‘cancelled’ to ‘deleted’.
  • Renamed db table columns ‘disabled’ to ‘cancelled’.

0.9

First release