Title: CAPTCHA Vërtet e Thjeshtë
Author: Rock Lobster Inc.
Published: <strong>10 Mars, 2009</strong>
Last modified: 1 Shkurt, 2025

---

Kërkoni te shtojca

![](https://ps.w.org/really-simple-captcha/assets/banner-772x250.png?rev=880406)

![](https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241)

# CAPTCHA Vërtet e Thjeshtë

 Nga [Rock Lobster Inc.](https://profiles.wordpress.org/rocklobsterinc/)

[Shkarkim](https://downloads.wordpress.org/plugin/really-simple-captcha.2.4.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/really-simple-captcha/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/really-simple-captcha/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/really-simple-captcha/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/really-simple-captcha/#developers)

 [Asistencë](https://wordpress.org/support/plugin/really-simple-captcha/)

## Përshkrim

CAPTCHA Vërtet e Thjeshtë nuk funksionon më vete dhe është konceptuar për të punuar
me shtojca të tjera. Fillimisht qe krijuar për [Contact Form 7](https://contactform7.com/),
por, mund ta përdorni me shtojcën tuaj.

Shënim: Ky produkt është “vërtet i thjeshtë”, siç e thotë emri i vet, pra, nuk është
fuqimisht i sigurt. Nëse keni nevojë për siguri të përkryer, duhet të provoni zgjidhje
të tjera.

#### Si funksionon?

CAPTCHA Vërtet e Thjeshtë nuk përdor “Sesione” PHP për të depozituar gjendje, ndryshe
nga mjaft shtojca të tjera CAPTCHA në PHP, por i depoziton ato si kartela të përkohshme.
Kjo ju lejon ta trupëzoni në WordPress pa çarë kryet për përplasje me elementë të
tjerë.

Kur prodhoni një CAPTCHA, CAPTCHA Vërtet e Thjeshtë krijon për të dy kartela; njëra
është një kartelë figurë e CAPTCHA-s, tjetra është një kartelë tekst që depoziton
përgjigjen e saktë për CAPTCHA-n.

Dy kartelat kanë të njëjtën parashtesë (kutur) në emrat e tyre të kartelave, për
shembull, “a7hk3ux8p.png” dhe “a7hk3ux8p.txt”. Në këtë rast, për shembull, kur përdoruesi
përgjigjet me “K5GF” si një përgjigje për figurën “a7hk3ux8p.png”, CAPTCHA Vërtet
e Thjeshtë përllogarit hashin e “K5GF” dhe e provon kundrejt hashit të depozituar
te kartela“”a7hk3ux8p.txt”. Nëse këta të dy përputhen, përgjigja vlerësohet si e
saktë.

#### Si të përdoret me shtojcën tuaj

Shënim: Më poshtë gjenden udhëzime për zhvillues shtojcash.

Së pari, krijoni një instancë të klasës ReallySimpleCaptcha:

    ```
    $captcha_instance = new ReallySimpleCaptcha();
    ```

Mund t’i ndryshoni ndryshoret e instancës, nëse doni.

    ```
    // Change the background color of CAPTCHA image to black
    $captcha_instance->bg = array( 0, 0, 0 );
    ```

Nëse interesoheni për ndryshore të tjera, shihni really-simple-captcha.php.

Prodhoni një fjalë kuturu për CAPTCHA-n.

    ```
    $word = $captcha_instance->generate_random_word();
    ```

Prodhoni një kartelë figurë dhe një kartelë përgjegjëse tekst te drejtoria e përkohshme.

    ```
    $prefix = wp_rand();
    $captcha_instance->generate_image( $prefix, $word );
    ```

Mandej, shfaqni figurën dhe merrni përgjigjen nga përdoruesi.

Kontrolloni saktësinë e përgjigjes.

    ```
    $correct = $captcha_instance->check( $prefix, $the_answer_from_respondent );
    ```

Nëse $correct ka vlerën _true_, ecni më tej. Përndryshe, bllokoni atë që përgjigjet—
ngaqë do të duket se s’është qenie njerëzore.

Dhe, e fundit, hiqni kartela të përkohshme figurash dhe tekst, ngaqë nuk përdoren
më.

    ```
    $captcha_instance->remove( $prefix );
    ```

Kaq.

Nëse doni të shihni një shembull të kësaj në funksionim, mund të provoni [Contact Form 7](https://contactform7.com/captcha/).

## Foto ekrani

 * [[
 * screenshot-1.png

## Instalim

Në shumicën e rasteve mund ta instaloni automatikisht që prej WordPress-it.

Por, nëse e instaloni dorazi këtë, ndiqni këto hapa:

 1. Ngarkojeni krejt dosjen `really-simple-captcha` te drejtoria `/wp-content/plugins/`.
 2. Aktivizojeni shtojcën përmes menusë ‘Shtojca’ te WordPress-i.

FIY: S’ka “panel kontrolli” për këtë shtojcë.

## PBR

### CAPTCHA s’funksionon; figura nuk shfaqet.

CAPTCHA Vërtet e Thjeshtë lyp të jenë të instaluara në shërbyesin tuaj bibliotekat
GD dhe FreeType. Pyetni përgjegjësin e shërbyesit tuaj, nëse janë të instaluara 
apo jo.

Tjetër, bëjeni të shkrueshme dosjen e kartelave të përkohshme. Vendndodhja e dosjes
së kartelave të përkohshme kontrollohet nga ndryshorja e instancës `tmp_dir` e klasës
ReallySimpleCaptcha. Kini parasysh se parametri varet nga shtojca që e vë në punë.
Për shembull, Contact Form 7 përdor `wp-contents/uploads/wpcf7_captcha` so dosje
të përkohshme, por mund të përdoret dosje tjetër, në varësi të rregullimeve tuaja.

Nëse keni pyetje të mëtejshme, ju lutemi, parashtrojini [te forumi i asistencës](https://wordpress.org/support/plugin/really-simple-captcha).

## Shqyrtime

![](https://secure.gravatar.com/avatar/e627f34d1ed130ebc94bb0ca9314b4bafc8ab7d021047522bd4b25d643f858a8?
s=60&d=retro&r=g)

### 󠀁[Prima, funktioniert auch auf meiner WP 6.9 einwandfrei](https://wordpress.org/support/topic/prima-funktioniert-auch-auf-meiner-wp-6-9-einwandfrei/)󠁿

 [afudo1tlg](https://profiles.wordpress.org/afudo1tlg/) 13 Janar, 2026

Super simple! Einfach in Contact Form 7 Version 6.1.4 einzubinden. Danke. Meine 
WordPress Installation: Version 6.9.PHP Version 8.4.15

![](https://secure.gravatar.com/avatar/102d46bc8cc18bdb8bb252de26388aafa9186150f904007befeaf514af4c1f52?
s=60&d=retro&r=g)

### 󠀁[Bad](https://wordpress.org/support/topic/bad-353/)󠁿

 [Diego Soto](https://profiles.wordpress.org/diego-soto/) 15 Shtator, 2025 1 përgjigje

I’m sorry to have to give this a bad rating. The amount of spam with Contact Form
7 was enormous. I had to remove it.

![](https://secure.gravatar.com/avatar/bed0303e15fbaf6ccf27290abc29160870a170e0eb5265e01a0c8c649c8574c7?
s=60&d=retro&r=g)

### 󠀁[Works great with Gravity Forms in 2024!](https://wordpress.org/support/topic/works-great-with-gravity-forms-in-2024/)󠁿

 [Maxcom](https://profiles.wordpress.org/maxcom/) 19 Gusht, 2024

Nothing but positives. We added this to our Gravity Form in order to obtain the 
dynamic math captcha. One can create a simple math captcha in GF but not dynamically
changing for each form load insofar as I can determine. And GF google captcha Ver
3 is a pain with the need for google api keys. So we added this plugin and it was
very easy – add the captcha field to the form, select “math” in the settings for
the field and done! We find that Gravity Forms Zero Spam plugin was helping to deter
spam entries but it with this captcha is 100% so far for spam prevention. Thank 
you Takayuki Miyoshi!

![](https://secure.gravatar.com/avatar/c910362dbfbd49f8ec8c185f618f4db62e2842297530d6f8bc8cf903d26da6c9?
s=60&d=retro&r=g)

### 󠀁[Good Simple Banner](https://wordpress.org/support/topic/good-simple-banner/)󠁿

 [nicolasvsedeco](https://profiles.wordpress.org/nicolasvsedeco/) 25 Tetor, 2023

Helo, very simple banner for cookies but there is a little bug. The banner Cookies
are shown in Widgets page.

![](https://secure.gravatar.com/avatar/a9f956dcdf45addfd12c942879c61a6fa5c9c113e674409a0b825e47c0ae94ac?
s=60&d=retro&r=g)

### 󠀁[Bad and not work to stabilite](https://wordpress.org/support/topic/bad-and-not-work-to-stabilite/)󠁿

 [gurcantet](https://profiles.wordpress.org/gurcantet/) 11 Prill, 2023

spam is continue to come…

![](https://secure.gravatar.com/avatar/ec51b32c53259c5d1abbbf367b2ca7b3f19775f179f869d413ca0f103cdd6515?
s=60&d=retro&r=g)

### 󠀁[test](https://wordpress.org/support/topic/test-132/)󠁿

 [rahzan](https://profiles.wordpress.org/rahzan/) 16 Shtator, 2022

we

 [ Lexojini krejt 129 shqyrtimet ](https://wordpress.org/support/plugin/really-simple-captcha/reviews/)

## Kontribues & Zhvillues

“CAPTCHA Vërtet e Thjeshtë” është software me burim të hapur. Në këtë shtojcë kanë
dhënë ndihmesë personat vijues.

Kontribues

 *   [ Rock Lobster Inc. ](https://profiles.wordpress.org/rocklobsterinc/)
 *   [ Takayuki Miyoshi ](https://profiles.wordpress.org/takayukister/)

“CAPTCHA Vërtet e Thjeshtë” është përkthyer në 41 gjuhë. Faleminderit [përkthyesve](https://translate.wordpress.org/projects/wp-plugins/really-simple-captcha/contributors)
për ndihmesën e tyre.

[Përkthejeni “CAPTCHA Vërtet e Thjeshtë” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/really-simple-captcha)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/really-simple-captcha/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/really-simple-captcha/),
ose pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/really-simple-captcha/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/really-simple-captcha/).

## Regjistër ndryshimesh

#### 2.4

 * E kalon versionin minimum të domosdoshëm WordPress në 6.6.
 * Introduces the ReallySimpleCaptcha_Filesystem trait.
 * Uses SHA-256 as the hash algorithm.
 * Uses `wp_rand()` instead of `mt_rand()`.

## Të tjera

 *  Version **2.4**
 *  Përditësuar së fundi më **1 vit më parë**
 *  Instalime aktive **300 000+**
 *  Version WordPress-i ** 6.6 ose më i madh **
 *  E provuar deri me **6.7.5**
 *  Version PHP-je ** 7.4 ose më i madh **
 *  Gjuhë
 * [Albanian](https://sq.wordpress.org/plugins/really-simple-captcha/), [Basque](https://eu.wordpress.org/plugins/really-simple-captcha/),
   [Catalan](https://ca.wordpress.org/plugins/really-simple-captcha/), [Chinese (China)](https://cn.wordpress.org/plugins/really-simple-captcha/),
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/really-simple-captcha/), 
   [Croatian](https://hr.wordpress.org/plugins/really-simple-captcha/), [Czech](https://cs.wordpress.org/plugins/really-simple-captcha/),
   [Danish](https://da.wordpress.org/plugins/really-simple-captcha/), [Dutch](https://nl.wordpress.org/plugins/really-simple-captcha/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/really-simple-captcha/),
   [English (Australia)](https://en-au.wordpress.org/plugins/really-simple-captcha/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/really-simple-captcha/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/really-simple-captcha/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/really-simple-captcha/),
   [English (UK)](https://en-gb.wordpress.org/plugins/really-simple-captcha/), [English (US)](https://wordpress.org/plugins/really-simple-captcha/),
   [French (Canada)](https://fr-ca.wordpress.org/plugins/really-simple-captcha/),
   [French (France)](https://fr.wordpress.org/plugins/really-simple-captcha/), [Galician](https://gl.wordpress.org/plugins/really-simple-captcha/),
   [German](https://de.wordpress.org/plugins/really-simple-captcha/), [Hungarian](https://hu.wordpress.org/plugins/really-simple-captcha/),
   [Italian](https://it.wordpress.org/plugins/really-simple-captcha/), [Japanese](https://ja.wordpress.org/plugins/really-simple-captcha/),
   [Lithuanian](https://lt.wordpress.org/plugins/really-simple-captcha/), [Marathi](https://mr.wordpress.org/plugins/really-simple-captcha/),
   [Persian](https://fa.wordpress.org/plugins/really-simple-captcha/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/really-simple-captcha/),
   [Romanian](https://ro.wordpress.org/plugins/really-simple-captcha/), [Russian](https://ru.wordpress.org/plugins/really-simple-captcha/),
   [Slovak](https://sk.wordpress.org/plugins/really-simple-captcha/), [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/really-simple-captcha/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/really-simple-captcha/), [Spanish (Colombia)](https://es-co.wordpress.org/plugins/really-simple-captcha/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/really-simple-captcha/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/really-simple-captcha/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/really-simple-captcha/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/really-simple-captcha/),
   [Swahili](https://sw.wordpress.org/plugins/really-simple-captcha/), [Swedish](https://sv.wordpress.org/plugins/really-simple-captcha/),
   [Tibetan](https://bo.wordpress.org/plugins/really-simple-captcha/), [Turkish](https://tr.wordpress.org/plugins/really-simple-captcha/)
   dhe [Ukrainian](https://uk.wordpress.org/plugins/really-simple-captcha/).
 *  [Përkthejeni në gjuhën tuaj](https://translate.wordpress.org/projects/wp-plugins/really-simple-captcha)
 * Etiketë
 * [captcha](https://sq.wordpress.org/plugins/tags/captcha/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/really-simple-captcha/advanced/)

## Vlerësime

 4.2 nga 5 yje të mundshëm.

 *  [  90 shqyrtime me 5 yje     ](https://wordpress.org/support/plugin/really-simple-captcha/reviews/?filter=5)
 *  [  15 shqyrtime me 4 yje     ](https://wordpress.org/support/plugin/really-simple-captcha/reviews/?filter=4)
 *  [  1 shqyrtim me 3 yje     ](https://wordpress.org/support/plugin/really-simple-captcha/reviews/?filter=3)
 *  [  4 shqyrtime me 2 yje     ](https://wordpress.org/support/plugin/really-simple-captcha/reviews/?filter=2)
 *  [  19 shqyrtime me 1 yje     ](https://wordpress.org/support/plugin/really-simple-captcha/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/really-simple-captcha/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/really-simple-captcha/reviews/)

## Kontribues

 *   [ Rock Lobster Inc. ](https://profiles.wordpress.org/rocklobsterinc/)
 *   [ Takayuki Miyoshi ](https://profiles.wordpress.org/takayukister/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/really-simple-captcha/)

## Dhuroni

Do të donit të përkrahnit shpënien më tej të kësaj shtojce?

 [ Dhuroni për këtë shtojcë ](https://contactform7.com/donate/)